Re: .configure && make fails to find ld [dlopen]

2017-07-05 Thread blubee blubeeme
Thanks for the reply, I haven't set any -static in my env variables or anything like that. Here's a brief output of my env 1. OSTYPE=FreeBSD 2. MACHTYPE=x86_64 3. CC=clang 4. PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin 5. EDITOR=vi 6.

Re: .configure && make fails to find ld [dlopen]

2017-07-05 Thread Simon J. Gerraty
blubee blubeeme wrote: > I run autoreconf -fi and it asks me to add AC_CONFIG_MACRO_DIRS([m4]) to my > configure.ac file, which I do. It creates a ./m4 directory and proceeds. > > After running .configure --prefix=/tmp [for testing] that' also goes fine, > except .configure

.configure && make fails to find ld [dlopen]

2017-07-05 Thread blubee blubeeme
I am porting some software and it's getting tripped up with dlopen. I run autoreconf -fi and it asks me to add AC_CONFIG_MACRO_DIRS([m4]) to my configure.ac file, which I do. It creates a ./m4 directory and proceeds. After running .configure --prefix=/tmp [for testing] that' also goes fine,

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-07-05 Thread Bryan Drewery
On 7/5/17 12:55 PM, Boris Samorodov wrote: > 05.07.2017 22:29, Bryan Drewery пишет: > >> Parallel install should be working just fine. It is a supported feature >> of installworld. What was the issue exactly? > > https://lists.freebsd.org/pipermail/freebsd-current/2017-June/066408.html > > As

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-07-05 Thread Boris Samorodov
05.07.2017 22:29, Bryan Drewery пишет: > Parallel install should be working just fine. It is a supported feature > of installworld. What was the issue exactly? https://lists.freebsd.org/pipermail/freebsd-current/2017-June/066408.html As I understand, it was an installworld while base packages

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-07-05 Thread Cy Schubert
In message <291c901c-7b78-7f4f-dd8d-d808406fb...@freebsd.org>, Bryan Drewery wr ites: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --UMVEimIc8tkOmRSqA1n5pHiCvanl0O7sJ > Content-Type: multipart/mixed; boundary="lqMESdlFVuAvpHCbkFDFe9mUliTQ2oLlW"; > protected-headers="v1" > From:

Re: emulators/qemu-user-static needs MAP_GUARD support

2017-07-05 Thread Alan Cox
On 07/05/2017 13:47, Guy Yur wrote: > Hi Alan, > > On 1 July 2017 at 23:07, Alan Cox wrote: >> On Sat, Jul 1, 2017 at 2:46 PM, Guy Yur wrote: >>> Hi, >>> >>> I tried to run armv6 /bin/sh in a chroot on an >>> amd64 host using qemu-arm-static. >>> It failed

Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

2017-07-05 Thread Bryan Drewery
On 6/27/17 1:14 PM, Cy Schubert wrote: > In message <201706271956.v5rjujqp065...@slippy.cwsent.com>, Cy Schubert > writes: >> In message <83207990-cd7c-90ea-6893-c0b3b1321...@passap.ru>, Boris >> Samorodov wr >> ites: >>> 27.06.2017 20:06, Trond Endrestøl пишет: >>> Try running make

Re: emulators/qemu-user-static needs MAP_GUARD support

2017-07-05 Thread Guy Yur
Hi Alan, On 1 July 2017 at 23:07, Alan Cox wrote: > > On Sat, Jul 1, 2017 at 2:46 PM, Guy Yur wrote: >> >> Hi, >> >> I tried to run armv6 /bin/sh in a chroot on an >> amd64 host using qemu-arm-static. >> It failed on invalid argument to mmap. >> >> # cp