pkgsrc-Users archive

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

pkgsrc bootstrap fails on Tribblix



The bootstrap command I used:

./bootstrap --abi 64 --unprivileged --make-jobs 8

It seemed bootstrap doesn't obey --abi 64, as I still see something like this in the beginning of the bootstrap:

checking build system type... i386-pc-solaris2.11
checking host system type... i386-sun-solaris2.11

But in the later steps of bootstrap, I see something like this:

checking build system type... x86_64-pc-solaris2.11
checking host system type... x86_64-sun-solaris2.11

So some parts of bootstrap obeys --abi 64, some parts don't.

This caused inconsistent and finally failed with:

ld: Relocatable linking with relocations from format elf64-x86-64-sol2 (common.o.o) to format elf32-i386-sol2 (common.o) is not supported
*** Error code 1


Home | Main Index | Thread Index | Old Index