pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc bootstrap fails on Tribblix
Explicitly state --abi 32 could let the bootstrap done:
./bootstrap --abi 32 --unprivileged --make-jobs 8
I will try to build a package to see if it actually works.
---- On Sat, 23 Jan 2021 19:57:56 +0700 Hung Nguyen Gia <gh_origin%zohomail.com@localhost> wrote ----
> This time I bootstrap without --abi 64, which should be implied 32 bit, since 32 bit is the default target on Illumos:
>
> ./bootstrap --unprivileged --make-jobs 8
>
> The bootstrap failed with exactly the same error.
>
>
>
>
> ---- On Sat, 23 Jan 2021 19:46:37 +0700 Hung Nguyen Gia <gh_origin%zohomail.com@localhost> wrote ----
>
> > 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