Re: unstable/sid: libgtk-3-0 and libgtk-3-0-dbg
Kevin Connor Arpe <[email protected]>
| Newsgroups | gmane.linux.debian.devel.gtk-gnome |
|---|---|
| Message-ID | <CAFMYRRPO-PH5djN4z+t70dUHk+KCCYph9bED=AYFFXEHw0YxnA@mail.gmail.com> |
You are right. That is my mistake. (When I get a wiki account setup, I'll make a note for futures readers... *not* root!) I decided to backup one step and try to build a debug version of libglib2.0-0. Following the same steps from that page... but it fails during the test phase: (You can spot the "^C" below. The build just hung at this point. I tried twice. Let it hang for 10+mins, then Ctrl+C to give up.) Any ideas? To be clear, I have a vanilla x86-64 PC with unstable/sid installed. Also, my network config is vanilla (no firewall). Thanks, Arpe $ DEB_BUILD_OPTIONS="nostrip noopt" fakeroot apt-get -b source libglib2.0-0 ... PASS: gmenumodel 1 /gmenu/equality PASS: gmenumodel 2 /gmenu/random PASS: gmenumodel 3 /gmenu/attributes PASS: gmenumodel 4 /gmenu/links PASS: gmenumodel 5 /gmenu/mutable PASS: gmenumodel 6 /gmenu/convenience PASS: gmenumodel 7 /gmenu/menuitem ERROR: gmenumodel - too few tests run (expected 11, got 7) ERROR: gmenumodel - exited with status 133 (terminated by signal 5?) ^Cmake[9]: *** Deleting file 'gnotification.log' tap-driver.sh: fatal: I/O or internal error Makefile:4318: recipe for target 'gnotification.log' failed make[9]: *** [gnotification.log] Error 1 Makefile:3737: recipe for target 'check-TESTS' failed make[8]: *** [check-TESTS] Interrupt Makefile:4451: recipe for target 'check-am' failed make[7]: *** [check-am] Interrupt Makefile:3524: recipe for target 'check-recursive' failed make[6]: *** [check-recursive] Interrupt Makefile:4455: recipe for target 'check' failed make[5]: *** [check] Interrupt Makefile:4372: recipe for target 'check-recursive' failed make[4]: *** [check-recursive] Interrupt Makefile:4683: recipe for target 'check' failed make[3]: *** [check] Interrupt Makefile:1214: recipe for target 'check-recursive' failed make[2]: *** [check-recursive] Interrupt Makefile:1671: recipe for target 'check' failed make[1]: *** [check] Interrupt /usr/share/cdbs/1/class/makefile.mk:113: recipe for target 'debian/stamp-makefile-check/deb' failed make: *** [debian/stamp-makefile-check/deb] Interrupt dpkg-buildpackage: error: debian/rules build died from signal 2 E: Build command 'cd glib2.0-2.50.2 && dpkg-buildpackage -b -uc' failed. On Tue, Jan 31, 2017 at 1:32 AM, Emilio Pozuelo Monfort <[email protected]> wrote: > On 30/01/17 16:19, Kevin Connor Arpe wrote: >> Emilio, >> >> Thanks for the quick reply. >> >> I tried to follow instructions from this page: >> https://wiki.debian.org/HowToGetABacktrace >> ... to rebuild package libgtk-3-0, but failed with error. >> >> root> DEB_BUILD_OPTIONS="nostrip noopt" fakeroot apt-get -b source libgtk-3-0 > > You shouldn't do the build as root. > > Cheers, > Emilio