pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51266: devel/gobject-introspection build fails on i386-7.99.32
The following reply was made to PR pkg/51266; it has been noted by GNATS.
From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/51266: devel/gobject-introspection build fails on i386-7.99.32
Date: Tue, 26 Jul 2016 10:21:37 -0500 (CDT)
On Sat, 25 Jun 2016, John D. Baker wrote:
> In case it matters, my build hosts for -current are semi-diskless. The
> entire system is on NFS with an auxilliary FFS filesystem on local disk.
> The amd64 system puts ${WRKOBJDIR} on /tmp (tmpfs) and the i386 system
> puts ${WRKOBJDIR} on the local auxilliary FFS filesystem.
I arranged for one of my i386-current build hosts to run entirely from
local disk with native Xorg (pkgsrc tree is still on NFS). In this
configuration most packages previously reported as failing build without
problems.
I still can't build "multimedia/gstreamer1". It fails in the same
fashion as previously reported:
[...]
CCLD libgstreamer-1.0.la
GEN Gst-1.0.gir
g-ir-scanner: link: /bin/sh ../libtool --mode=link --tag=CC gcc -o /d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst/tmp-introspectz8VAcX/Gst-1.0 -export-dynamic -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib tmp-introspectz8VAcX/d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst/tmp-introspectz8VAcX/Gst-1.0.o -L. libgstreamer-1.0.la -L/usr/pkg/lib -lgio-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -pthread -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl
libtool: link: gcc -o /d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst/tmp-introspectz8VAcX/.libs/Gst-1.0 -I/d0/build/pkgsrc/multimedia/gstreamer1/work/.buildlink/include -O2 -Wl,-R/usr/pkg/lib tmp-introspectz8VAcX/d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst/tmp-introspectz8VAcX/Gst-1.0.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L/d0/build/pkgsrc/multimedia/gstreamer1/work/.buildlink/lib -L. -L./.libs -lgstreamer-1.0 -lc -lm -lrt -lgio-2.0 -lz -lgobject-2.0 -lffi -lgmodule-2.0 -lglib-2.0 -lpcre -lintl -pthread -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/d0/build/pkgsrc/multimedia/gstreamer1/work/.buildlink/lib
Command '[u'/d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst/tmp-introspectz8VAcX/Gst-1.0', u'--introspect-dump=/d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst/tmp-introspectz8VAcX/functions.txt,/d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst/tmp-introspectz8VAcX/dump.xml']' returned non-zero exit status -11
[1] Segmentation fault (core dumped) GST_PLUGIN_SYSTE...
gmake[4]: *** [Makefile:2065: Gst-1.0.gir] Error 139
gmake[4]: Leaving directory '/d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst'
gmake[3]: *** [Makefile:1743: all-recursive] Error 1
gmake[3]: Leaving directory '/d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst'
gmake[2]: *** [Makefile:942: all] Error 2
gmake[2]: Leaving directory '/d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2/gst'
gmake[1]: *** [Makefile:769: all-recursive] Error 1
gmake[1]: Leaving directory '/d0/build/pkgsrc/multimedia/gstreamer1/work/gstreamer-1.8.2'
gmake: *** [Makefile:675: all] Error 2
*** Error code 2
Stop.
make[1]: stopped in /x/pkgsrc/multimedia/gstreamer1
*** Error code 1
Stop.
make: stopped in /x/pkgsrc/multimedia/gstreamer1
There were two core files left under ${WRKOBJDIR}:
${WRKOBJDIR}/multimedia/gstreamer1/work/gstreamer-1.8.2/gst/Gst-1.0.core
${WRKOBJDIR}/multimedia/gstreamer1/work/gstreamer-1.8.2/gst/python2.7.core
No corresponding binary for "Gst-1.0.core" could be found.
Loading the python2.7 core file produced:
Core was generated by `python2.7'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0xb0f23d7a in ?? ()
(gdb) bt
#0 0xb0f23d7a in ?? ()
#1 0xbb32bcb3 in _rtld_exit () from /usr/libexec/ld.elf_so
#2 0xb229d907 in __cxa_finalize () from /usr/lib/libc.so.12
#3 0xb229d59c in exit () from /usr/lib/libc.so.12
#4 0xb2453bd6 in Py_Exit () from /usr/pkg/lib/libpython2.7.so.1.0
#5 0xb2453cfe in handle_system_exit.part ()
from /usr/pkg/lib/libpython2.7.so.1.0
#6 0xb2453f17 in PyErr_PrintEx () from /usr/pkg/lib/libpython2.7.so.1.0
#7 0xb245411a in PyErr_Print () from /usr/pkg/lib/libpython2.7.so.1.0
#8 0xb2454aa9 in PyRun_SimpleFileExFlags ()
from /usr/pkg/lib/libpython2.7.so.1.0
#9 0xb2454e48 in PyRun_AnyFileExFlags () from /usr/pkg/lib/libpython2.7.so.1.0
#10 0xb2465e57 in Py_Main () from /usr/pkg/lib/libpython2.7.so.1.0
#11 0x08048784 in main ()
If anyone else can set up a diskless i386/amd64 system with -current
and build packages on it (WRKOBJDIR may be tmpfs or local disk if
available), can you reproduce any of what I've observed?
--
|/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com OpenBSD FreeBSD
| X No HTML/proprietary data in email. BSD just sits there and works!
|/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645
Home |
Main Index |
Thread Index |
Old Index