buildworld fails on FreeBSD 7.x for HEAD from 19.04.2012

2012-04-20 Thread Jan Sieka
: implicit declaration of function 'getline' /var/tmp//cc7NqjVu.o(.text+0x699): In function `load_1': : undefined reference to `getline' *** Error code 1 Stop in /usr/src/current/lib/libmagic. *** Error code 1 Stop in /usr/src/current. *** Error code 1 Stop in /usr/src/c

Re: [workaroud/fix for] buildworld fails on FreeBSD 7.x for HEAD from 19.04.2012

2012-04-27 Thread Jan Sieka
workaround/fix for this issue. It has been tested on FreeBSD 7.3 and 9.0 (both RELEASE) with good results: world build finishes OK. I attach the patch in case someone else is hit by this issue. Feel free to use it. Thanks for all suggestions and comments. Regards, Jan Sieka diff --git a/lib/l

How to add symbol to be exported in lib/libc/arm/Symbol.map

2012-06-08 Thread Jan Sieka
e can comment on the above questions or point to some documentation (I've searched Developer's Handbook and Internet but found nothing)? Regards, Jan Sieka ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol "__flt_rounds" on ARM

2012-06-12 Thread Jan Sieka
On 2012.06.09 18:11, Tim Kientzle wrote: > > On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote: > >> Hello Ian! >> >> I tried recently to compile and run Perl 5.12 on ARM (SheevaPlug) using >> HEAD from 22.05.2012 and got the following error while trying to run: >&g

Re: How to add symbol to be exported in lib/libc/arm/Symbol.map

2012-06-12 Thread Jan Sieka
On 2012.06.08 19:04, Konstantin Belousov wrote: > On Fri, Jun 08, 2012 at 02:51:09PM +0200, Jan Sieka wrote: >> Hello group! >> >> I have a few questions regarding adding symbols to >> lib/libc//Symbol.map, so that function signatures are exported: >> - what are

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol "__flt_rounds" on ARM

2012-06-12 Thread Jan Sieka
On 2012.06.12 10:49, Konstantin Belousov wrote: On Tue, Jun 12, 2012 at 10:18:58AM +0200, Jan Sieka wrote: On 2012.06.09 18:11, Tim Kientzle wrote: On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote: Hello Ian! I tried recently to compile and run Perl 5.12 on ARM (SheevaPlug) using HEAD from