From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180707150954v3c39745dq1f08810460947e94@mail.gmail.com> Date: Sun, 15 Jul 2007 10:54:33 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Download of links-varfont today won't build In-Reply-To: <14ec7b180707150921w1a035ce2s8458d5d817b70862@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14ec7b180707150837w18de9493se742be339a111213@mail.gmail.com> <74e0b0a2f6f85e95b2e7903484febb3f@comcast.net> <14ec7b180707150919y5f7373a7g9ca726b0dd4e1c3e@mail.gmail.com> <14ec7b180707150921w1a035ce2s8458d5d817b70862@mail.gmail.com> Topicbox-Message-UUID: 954edf8e-ead2-11e9-9d60-3106f5b1d025 found the problem. change DIRS in /sys/src/ape/lib/ap/mkfile to include $objtype (the badly named patch mkfile-broken i just submitted has the fix). you'll need to recompile libap. the old mkfile had the $objtype hidden in the 'for' loop in install. putting it in the DIRS definition makes it more obvious that it's needed.