Subject: Re: [GLUG-tech] busybox port to NetBSD pkgsrc
To: Roland Illig <rillig@netbsd.org>
From: Ross Cameron <ross.cameron@linuxpro.co.za>
List: pkgsrc-users
Date: 01/10/2007 13:12:27
------=_Part_969_11558684.1168427547691
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 10/01/07, Roland Illig <rillig@netbsd.org> wrote:
>
> There should be no entries for a usr/bin directory, since no pkgsrc
> package does that. All "public" binaries go into either bin or sbin.


Thats contrary to the FHS though, the only files that are supposed to be in
/bin and /sbin are supposed to be programs that are needed for system
recovery in "single user mode" and all "userland" programs are supposed to
be under /usr/bin and /usr/sbin.

> HAS_CONFIGURE= NO
> > CONFIGURE_SCRIPT= /usr/bin/gmake defconfig
>
> Instead of the last two lines, try this:
>
> do-configure:
>         cd ${WRKSRC} && env ${CONFIGURE_ENV} ${MAKE_ENV} make menuconfig


Tried that, doesn't work,.. I'll leave it as is for now,... its more
important to get it working first,... will neaten it up later.

Regards,...
Ross Cameron

------=_Part_969_11558684.1168427547691
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 10/01/07, <b class="gmail_sendername">Roland Illig</b> &lt;<a href="mailto:rillig@netbsd.org">rillig@netbsd.org</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
There should be no entries for a usr/bin directory, since no pkgsrc<br>package does that. All &quot;public&quot; binaries go into either bin or sbin.</blockquote><div><br>Thats contrary to the FHS though, the only files that are supposed to be in /bin and /sbin are supposed to be programs that are needed for system recovery in &quot;single user mode&quot; and all &quot;userland&quot; programs are supposed to be under /usr/bin and /usr/sbin.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; HAS_CONFIGURE= NO<br>&gt; CONFIGURE_SCRIPT= /usr/bin/gmake defconfig<br><br>
Instead of the last two lines, try this:<br><br>do-configure:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cd ${WRKSRC} &amp;&amp; env ${CONFIGURE_ENV} ${MAKE_ENV} make menuconfig</blockquote><div><br>Tried that, doesn&#39;t work,.. I&#39;ll leave it as is for now,... its more important to get it working first,... will neaten it up later.
<br><br>Regards,...<br>Ross Cameron<br></div><br></div><br>

------=_Part_969_11558684.1168427547691--