pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc bootstrap fails on Tribblix
I'm out of idea.
BTW, if I recall it right, the problem only occurs with the latest version of Tribblix.
Please download and setup a Tribblix 0m24 VM.
It's very fast to setup.
And if you installed the overlay kitchen-sink, too, you are ready, no need to install any other overlays or packages.
I also updated my system using:
zap refresh
zap update-overlay -a
My mk.conf is default, only added:
MAKE_JOBS= 4
Hope you could find the problems and thank you for your help.
---- On Sat, 23 Jan 2021 20:26:35 +0700 Jonathan Perkin <jperkin%joyent.com@localhost> wrote ----
> * On 2021-01-23 at 13:07 GMT, Hung Nguyen Gia wrote:
>
> > 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.
>
> There's no notion of a default target on illumos, it depends on how
> the host compiler is built. The bootstrap default is to use whatever
> the kernel architecture is, which for illumos/x86 will be 64-bit.
>
> Most illumos compilers will be multiarch, however, so it shouldn't
> matter, and therefore it might be that there's a bug somewhere here
> that is perhaps causing parts of the bootstrap to be built without
> enforcing -m64.
>
> There may also be an argument that we should choose the default ABI
> based on default compiler preprocessor defines, though these days
> there is an increasing amount of software that only supports 64-bit,
> so it's strongly recommended not to use 32-bit. I stopped providing
> 32-bit illumos packages a long time ago.
>
> If nobody else is able to take a look at this soon I'll try to spin up
> my old Tribblix VM and investigate.
>
> Cheers,
>
> --
> Jonathan Perkin - Joyent, Inc. - www.joyent.com
>
Home |
Main Index |
Thread Index |
Old Index