Port-amd64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: HOWTO: 32-bit pkgsrc on amd64



On Tue, 16 Dec 2008, Joerg Sonnenberger wrote:
On Mon, Dec 15, 2008 at 09:31:23PM -0500, Jared D. McNeill wrote:
  $ cd ~/pkgsrc32/pkgsrc/bootstrap
  $ sudo ./bootstrap --prefix /usr/pkg32        \
        --pkgdbdir /var/db/pkg32                \
        --sysconfdir /usr/pkg32/etc             \
        --varbase /usr/pkg32/var                \
        --abi 32

One important question is whether or not why might want to do the
_COMPILER_ABI_FLAG.32 thingy and the rest automatically. This is
important, as check-shlibs.mk needs to know the default rpath settings,
if /usr/lib/i386 or whatever doesn't appear as explicit rpath. It would
also reduce the chance of unnecessary messing up.

Yes it would be ideal if ABI did the right thing here but I didn't dare touch that code. Thanks for volunteering!

Jared


Home | Main Index | Thread Index | Old Index