Re: error: undefined symbol: OPENSSL_cpuid_setup

2018-09-25 Thread bob prohaska
On Mon, Sep 24, 2018 at 07:26:08PM -0700, bob prohaska wrote: > While playing with compiling www/chromium, I'm seeing make stop with > /usr/bin/ld.lld: error: undefined symbol: OPENSSL_cpuid_setup > > This is on a Raspberry Pi 3 running > FreeBSD www.zefox.org 12.0-ALPHA7 FreeBSD 12.0-ALPHA7 r338

Re: error: undefined symbol: main in poudriere jail

2018-09-25 Thread Ed Maste
On 25 September 2018 at 09:29, blubee blubeeme wrote: > On Tue, Sep 25, 2018 at 5:27 PM Lorenzo Salvadore via freebsd-ports < > freebsd-ports@freebsd.org> wrote: > >> > > That's the problem, the same code works for earlier version of FreeBSD. >> > >> > You can try switching back to the old GNU ld

Re: error: undefined symbol: main in poudriere jail

2018-09-25 Thread blubee blubeeme
On Tue, Sep 25, 2018 at 5:27 PM Lorenzo Salvadore via freebsd-ports < freebsd-ports@freebsd.org> wrote: > > > That's the problem, the same code works for earlier version of FreeBSD. > > > > You can try switching back to the old GNU ld via something like "ln > > -fs ld.bfd /usr/bin/ld" and building

Re: error: undefined symbol: main in poudriere jail

2018-09-25 Thread Lorenzo Salvadore via freebsd-ports
> > That's the problem, the same code works for earlier version of FreeBSD. > > You can try switching back to the old GNU ld via something like "ln > -fs ld.bfd /usr/bin/ld" and building the port on 12. (Or, set > WITHOUT_LLD_IS_LD in src.conf.) If that works I'll try to suggest some > further step