Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
revdep-rebuild: sandbox:main signal SIGQUIT already had a h
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
mephist0
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2005
Posts: 94
Location: Germany, Frankfurt/Main

PostPosted: Fri Jul 24, 2009 2:07 pm    Post subject: revdep-rebuild: sandbox:main signal SIGQUIT already had a h Reply with quote

Hi,

I recently switched to unicode described in the gentoo doc

Quote:

It is wise to add unicode to your global USE flags in /etc/make.conf, and then to remerge sys-libs/ncurses and sys-libs/slang if appropriate. Portage will do this automatically when you update your system:

Code Listing 3.6: Updating your system

# emerge --update --deep --newuse world

We also need to rebuild packages that link to these, now the USE changes have been applied. The tool we use (revdep-rebuild) is part of the gentoolkit package.

Code Listing 3.7: Rebuilding of programs that link to ncurses or slang

# revdep-rebuild --soname libncurses.so.5
# revdep-rebuild --soname libslang.so.1


I did this, but revdep-rebuild says something about sandbox errors:

Code:

dampframme - 15:58:18 - ~ - 531. # revdep-rebuild --library libncurses.so.5
 * Configuring search environment for revdep-rebuild

 * Checking reverse dependencies
 * Packages containing binaries and libraries using libncurses.so.5
 * will be emerged.

 * Collecting system binaries and libraries
 * Found existing 1_files.rr
 * Checking dynamic linking
 * Found existing 3_broken.rr.
 * Assigning files to packages
 * Found existing 4_raw.rr
 * Cleaning list of packages to rebuild
 * Found existing 4_pkgs.rr
 * Assigning packages to ebuilds
 * Found existing 4_ebuilds.rr
 * Evaluating package order
 * Found existing 5_order.rr
 * Generated new 5_order.rr
 * All prepared. Starting rebuild
emerge --oneshot  app-admin/procinfo:0
app-admin/testdisk:0
app-crypt/pinentry:0
app-editors/vim:0
app-emulation/emul-linux-x86-baselibs:0
app-shells/bash:0
app-text/hunspell:0
dev-db/mysql:0
dev-java/libreadline-java:0
dev-lang/php:5
dev-lang/ruby:1.8
dev-libs/cdk:0
dev-libs/libcdio:0
dev-libs/libxml2:2
dev-scheme/guile:12
dev-util/cmake:0
media-sound/alsa-utils:0.9
media-sound/lame:0
media-video/mplayer:0
net-fs/samba:0
net-im/licq:2
net-nntp/nzbget:0
sys-apps/parted:0
sys-apps/texinfo:0
sys-apps/usermode-utilities:0
sys-devel/bc:0
sys-devel/gdb:0
sys-devel/gettext:0
sys-fs/xfsdump:0
sys-libs/gpm:0
sys-libs/ncurses:5
sys-libs/readline:0
sys-process/procps:0
sys-process/psmisc:0
x11-base/xorg-server:0
x11-libs/vte:0
x11-terms/gnome-terminal:0
x11-terms/xterm:0
x11-wm/afterstep:0
..........
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 39) app-admin/procinfo-18-r1
 * procinfo-18.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                  [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                   [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                 [ ok ]
sandbox:main  signal SIGQUIT already had a handler ...

>>> Unpacking source...
>>> Unpacking procinfo-18.tar.gz to /var/tmp/portage/app-admin/procinfo-18-r1/work
 * Applying kernel-2.6.patch ...                                                                                                                                        [ ok ]
 * Applying cpu-usage-fix.patch ...                                                                                                                                     [ ok ]
 * Applying procinfo-flags.patch ...                                                                                                                                    [ ok ]
>>> Source unpacked in /var/tmp/portage/app-admin/procinfo-18-r1/work
sandbox:main  signal SIGQUIT already had a handler ...

>>> Compiling source in /var/tmp/portage/app-admin/procinfo-18-r1/work/procinfo-18 ...
make -j3 CC=x86_64-pc-linux-gnu-gcc LDLIBS=-lncurses
x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -Wall -Wstrict-prototypes   -c -o procinfo.o procinfo.c
x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -Wall -Wstrict-prototypes   -c -o routines.o routines.c
routines.c:19: warning: ‘rcsid’ defined but not used
procinfo.c:20: warning: ‘rcsid’ defined but not used
x86_64-pc-linux-gnu-gcc -Wl,-O1   procinfo.o routines.o  -lncurses -o procinfo
>>> Source compiled.
sandbox:main  signal SIGQUIT already had a handler ...

>>> Test phase [not enabled]: app-admin/procinfo-18-r1
sandbox:main  signal SIGQUIT already had a handler ...


>>> Install procinfo-18-r1 into /var/tmp/portage/app-admin/procinfo-18-r1/image/ category app-admin
>>> Completed installing procinfo-18-r1 into /var/tmp/portage/app-admin/procinfo-18-r1/image/

sandbox:main  signal SIGQUIT already had a handler ...

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/bin/procinfo
ecompressdir: bzip2 -9 /usr/share/man

>>> Installing (1 of 39) app-admin/procinfo-18-r1
sandbox:main  signal SIGQUIT already had a handler ...

sandbox:main  signal SIGQUIT already had a handler ...


>>> Emerging (2 of 39) app-emulation/emul-linux-x86-baselibs-20080316
 * emul-linux-x86-baselibs-20080316.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                            [ ok ]
 * checking ebuild checksums ;-) ...                                           
 * checking auxfile checksums ;-) ...                                                                                                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                 [ ok ]
^C

Exiting on signal 2


As you can see, the files dont get installed.
But if I emerge a package by the emerge command, it works flawless.

Any advice?

Here my emerge --info:

Code:

dampframme - 16:10:25 - ~ - 532. # emerge --info
Portage 2.1.6.13 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.29-gentoo-r5-mephisto x86_64)
=================================================================
System uname: Linux-2.6.29-gentoo-r5-mephisto-x86_64-Intel-R-_Core-TM-2_CPU_6600_@_2.40GHz-with-glibc2.2.5
Timestamp of tree: Thu, 23 Jul 2009 19:45:02 +0000
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.8-r1
dev-lang/python:     2.4.6, 2.5.4-r3
dev-python/pycrypto: 2.0.1-r6
dev-util/cmake:      2.6.4
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/oss-overlay /usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi amd64 avahi bash-completion berkdb bzip2 cairo cdda cddb cdparanoia cdr cli cracklib crypt css cups dbus dga dri dts dvd dvdr dvdread encode exif ffmpeg firefox flac fontconfig fortran ftp gcj gd gdbm gif gnome gnustep gpm gtk hal hddtemp iconv icq ieee1394 ipv6 isdnlog java javascript jpeg jpeg2k lm_sensors matroska midi mime mmap mmx mmxext mp3 mp4 mpeg mplayer mudflap multilib nautilus ncurses nls nptl nptlonly nsplugin nvidia objc offensive ogg openal opengl openmp oss pam pcre pdf perl png pppd python readline recode reflection samba sdl session smp snmp speex spl sse sse2 ssl ssse3 sysfs tcpd theora tiff truetype unicode usb vcd vdpau videos vim-syntax wmf x264 xine xml xorg xpm xulrunner xv xvid xvmc zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

_________________
There is only one God, and his name is Death. And there is only one thing we say to Death: 'Not today!'

Photography portfolio
Back to top
View user's profile Send private message
mephist0
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2005
Posts: 94
Location: Germany, Frankfurt/Main

PostPosted: Fri Jul 24, 2009 6:02 pm    Post subject: Reply with quote

I just emerged all these packages via emerge -1av

all emerged fine

but if I run revdep-rebuild again, it pulls all the same packages in again :(

wtf?!

and the strange thing is, that the "file installation" doesnt begin.
I mean that part:

Code:

>>> Installing (1 of 1) net-im/licq-1.3.6
 * checking 882 files for package collisions
--- /usr/
--- /usr/lib64/
--- /usr/lib64/licq/
>>> /usr/lib64/licq/licq_autoreply.so
>>> /usr/lib64/licq/licq_autoreply.la
>>> /usr/lib64/licq/licq_forwarder.so
>>> /usr/lib64/licq/licq_forwarder.la
>>> /usr/lib64/licq/licq_rms.so



When I run revdep-rebuild I DONT SEE THOSE ">>> *file*" lines !

Instead there is only a
Code:
sandbox:main  signal SIGQUIT already had a handler ...

_________________
There is only one God, and his name is Death. And there is only one thing we say to Death: 'Not today!'

Photography portfolio
Back to top
View user's profile Send private message
mephist0
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2005
Posts: 94
Location: Germany, Frankfurt/Main

PostPosted: Fri Jul 24, 2009 10:36 pm    Post subject: Reply with quote

noone?

Here is the full revdep-rebuild log:
http://dpaste.com/71070/
_________________
There is only one God, and his name is Death. And there is only one thing we say to Death: 'Not today!'

Photography portfolio
Back to top
View user's profile Send private message
FuzzyRay
Retired Dev
Retired Dev


Joined: 02 Oct 2003
Posts: 79

PostPosted: Fri Jul 31, 2009 8:42 pm    Post subject: Reply with quote

mephist0 wrote:
noone?

Here is the full revdep-rebuild log:
http://dpaste.com/71070/


Add --verbose to your revdep-rebuild command. emerge doesn't show those lines unless you pass it --verbose.
Back to top
View user's profile Send private message
boshen
n00b
n00b


Joined: 10 Jul 2008
Posts: 5

PostPosted: Fri Jul 31, 2009 11:41 pm    Post subject: Reply with quote

This is happenning to me as well. It may also be possibly related to https://bugs.gentoo.org/show_bug.cgi?id=265895 , which I fixed using the solution shown there.



Code:

Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.29-gentoo-r5 i686)
=================================================================
System uname: Linux-2.6.29-gentoo-r5-i686-Intel-R-_Core-TM-2_Duo_CPU_T8300_@_2.40GHz-with-glibc2.0
Timestamp of tree: Fri, 31 Jul 2009 10:45:01 +0000
app-shells/bash:     3.2_p39
dev-lang/python:     2.5.4-r2
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -msse4.1 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=core2 -msse4.1 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="mirror.exetel.com.au/pub/gentoo mirror.internode.on.net/pub/gentoo"
LANG="en_AU.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="en en_AU"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="#GNOME #cpu X acl acpi alsa bash-completion berkdb bzip2 cli cracklib crypt dbus dri emerald fortran gdbm gif gnome gpm gtk hal iconv ipv6 isdnlog jpeg midi mmx mp3 mudflap ncurses networkmanager nls nptl nptlonly nvidia openmp opt pam pcre perl png pppd python readline reflection session spl sse sse2 ssl ssse3 sysfs tcpd tiff unicode x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_AU" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
[/code]

UPDATE: I just found out this only occurs when I try to emerge stuff in gnome. Strange.
Back to top
View user's profile Send private message
mephist0
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2005
Posts: 94
Location: Germany, Frankfurt/Main

PostPosted: Sat Aug 01, 2009 11:33 am    Post subject: Reply with quote

I made up a new bug report a few days ago.

I switched to sandbox-2.0

these SIGQUIT messages still apear.
And revdep-rebuild wants to emerge all packages again and again and again :(

And afterstep fails with sandbox-2.0

The log is on the bug report


https://bugs.gentoo.org/show_bug.cgi?id=278990
_________________
There is only one God, and his name is Death. And there is only one thing we say to Death: 'Not today!'

Photography portfolio
Back to top
View user's profile Send private message
chris.c.hogan
Apprentice
Apprentice


Joined: 02 Oct 2005
Posts: 189

PostPosted: Wed Sep 02, 2009 8:31 am    Post subject: Reply with quote

mephist0 wrote:

these SIGQUIT messages still apear.

I just updated sys-apps/coreutils on a system and started getting this error message: sandbox:main signal SIGQUIT already had a handler ...

The following commands cleared the error:
Code:

hash -r
env-update
source /etc/profile
Back to top
View user's profile Send private message
muhsinzubeir
l33t
l33t


Joined: 29 Sep 2007
Posts: 948
Location: /home/muhsin

PostPosted: Fri Oct 02, 2009 10:58 pm    Post subject: Reply with quote

mephist0 wrote:
I made up a new bug report a few days ago.

I switched to sandbox-2.0

these SIGQUIT messages still apear.
And revdep-rebuild wants to emerge all packages again and again and again :(

And afterstep fails with sandbox-2.0

The log is on the bug report


https://bugs.gentoo.org/show_bug.cgi?id=278990


May be
Code:
 rm /var/cache/revdep-rebuild/*.rr
to clean up revdep-rebuild i guess
_________________
~x86
p5k-se
Intel Core 2 Duo
Nvidia GT200
http://www.zanbytes.com
Back to top
View user's profile Send private message
Mike Hunt
Watchman
Watchman


Joined: 19 Jul 2009
Posts: 5287

PostPosted: Fri Oct 02, 2009 11:17 pm    Post subject: Reply with quote

muhsinzubeir wrote:
May be
Code:
 rm /var/cache/revdep-rebuild/*.rr
to clean up revdep-rebuild i guess


Yes.

And you can also run revdep-rebuild -i to ignore the *.rr files.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum