| Summary: | cryptsetup-0.1-r1 hangs during emerge | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Matthew Gleed <mgleed> |
| Component: | Current packages | Assignee: | rob holland (RETIRED) <tigger> |
| Status: | RESOLVED INVALID | ||
| Severity: | critical | CC: | base-system |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Matthew Gleed
2005-03-19 12:46:09 UTC
`ps aux` output from after it hangs ? Sorry about the formating as the output was rather wide. Note that I watch ps aux for a while and nothing changed. root 28611 0.0 0.0 2172 1028 pts/2 S 13:46 0:00 su root 28796 0.0 0.0 2336 1384 pts/2 S 13:46 0:00 bash root 569 0.0 0.0 2404 1324 pts/1 SN+ 13:46 0:00 /bin/bash /usr/lib/portage/bin/emake root 570 0.0 0.0 1768 960 pts/1 SN+ 13:46 0:00 make -j4 root 572 0.0 0.0 1768 992 pts/1 SN+ 13:46 0:00 make all-recursive root 573 0.0 0.0 2172 1100 pts/1 SN+ 13:46 0:00 /bin/sh -c set fnord $MAKEFLAGS; amf=$2; dot_seen=no; target=`echo all-recursive | sed s/-recursive//`; root 577 0.0 0.0 2172 1112 pts/1 SN+ 13:46 0:00 /bin/sh -c set fnord $MAKEFLAGS; amf=$2; dot_seen=no; target=`echo all-recursive | sed s/-recursive//`; root 578 0.0 0.0 1796 1024 pts/1 SN+ 13:46 0:00 make all root 583 0.0 0.0 2200 1152 pts/1 SN+ 13:46 0:00 /bin/sh ../depcomp i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDATADIR="/usr/share" -DLOCAL root 584 0.0 0.0 2200 1152 pts/1 SN+ 13:46 0:00 /bin/sh ../depcomp i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDATADIR="/usr/share" -DLOCAL root 594 0.0 0.0 1856 708 pts/1 SN+ 13:46 0:00 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDATADIR="/usr/share" -DLOCALEDIR="/usr/share/lo root 595 0.0 0.0 1856 708 pts/1 SN+ 13:46 0:00 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDATADIR="/usr/share" -DLOCALEDIR="/usr/share/lo root 632 0.0 0.0 2436 856 pts/2 R+ 13:47 0:00 ps aux Sorry.. the last ps aux was width trunicated. This one is complete. root 28611 0.0 0.0 2172 1028 pts/2 S 13:46 0:00 su root 28796 0.0 0.0 2336 1384 pts/2 S 13:46 0:00 bash root 569 0.0 0.0 2404 1324 pts/1 SN+ 13:46 0:00 /bin/bash /usr/lib/portage/bin/emake root 570 0.0 0.0 1768 960 pts/1 SN+ 13:46 0:00 make -j4 root 572 0.0 0.0 1768 992 pts/1 SN+ 13:46 0:00 make all-recursive root 573 0.0 0.0 2172 1100 pts/1 SN+ 13:46 0:00 /bin/sh -c set fnord $MAKEFLAGS; amf=$2; dot_seen=no; target=`echo all-recursive | sed s/-recursive//`; li st='src po'; for subdir in $list; do echo "Making $target in $subdir"; if test "$subdir" = "."; then dot_seen=yes; local_target="$target-am"; else local_target="$target "; fi; (cd $subdir && make $local_target) || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; done; if test "$dot_seen" = "no"; then make "$target-am" | | exit 1; fi; test -z "$fail" root 577 0.0 0.0 2172 1112 pts/1 SN+ 13:46 0:00 /bin/sh -c set fnord $MAKEFLAGS; amf=$2; dot_seen=no; target=`echo all-recursive | sed s/-recursive//`; li st='src po'; for subdir in $list; do echo "Making $target in $subdir"; if test "$subdir" = "."; then dot_seen=yes; local_target="$target-am"; else local_target="$target "; fi; (cd $subdir && make $local_target) || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; done; if test "$dot_seen" = "no"; then make "$target-am" | | exit 1; fi; test -z "$fail" root 578 0.0 0.0 1796 1024 pts/1 SN+ 13:46 0:00 make all root 583 0.0 0.0 2200 1152 pts/1 SN+ 13:46 0:00 /bin/sh ../depcomp i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDATADIR="/usr/share" -DLOCALEDIR ="/usr/share/locale" -DLIBDIR="/usr/lib" -DPREFIX="/usr" -DSYSCONFDIR="/etc" -DVERSION="0.1" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -march=prescott -f omit-frame-pointer -pipe -mmmx -msse3 -mfpmath=sse -funroll-loops -c utils.c root 584 0.0 0.0 2200 1152 pts/1 SN+ 13:46 0:00 /bin/sh ../depcomp i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDATADIR="/usr/share" -DLOCALEDIR ="/usr/share/locale" -DLIBDIR="/usr/lib" -DPREFIX="/usr" -DSYSCONFDIR="/etc" -DVERSION="0.1" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -march=prescott -f omit-frame-pointer -pipe -mmmx -msse3 -mfpmath=sse -funroll-loops -c backends.c root 594 0.0 0.0 1856 708 pts/1 SN+ 13:46 0:00 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDATADIR="/usr/share" -DLOCALEDIR="/usr/share/locale " -DLIBDIR="/usr/lib" -DPREFIX="/usr" -DSYSCONFDIR="/etc" -DVERSION="0.1" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -march=prescott -fomit-frame-pointer -pipe -mmmx -msse3 -mfpmath=sse -funroll-loops -c utils.c -MT utils.o -MD -MP -MF .deps/utils.TPo root 595 0.0 0.0 1856 708 pts/1 SN+ 13:46 0:00 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDATADIR="/usr/share" -DLOCALEDIR="/usr/share/locale " -DLIBDIR="/usr/lib" -DPREFIX="/usr" -DSYSCONFDIR="/etc" -DVERSION="0.1" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -march=prescott -fomit-frame-pointer -pipe -mmmx -msse3 -mfpmath=sse -funroll-loops -c backends.c -MT backends.o -MD -MP -MF .deps/backends.TPo mgleed 639 0.0 0.5 41068 11072 ? S 13:49 0:00 kio_http [kdeinit] kio_http http /tmp/ksocket-mgleed/klauncherPL8D6b.slave-socket /tmp/ksocket-mgleed/kdedaxH rAb.slave-socket root 661 0.0 0.0 2436 856 pts/2 R+ 13:51 0:00 ps aux Dang.. sorry to waste your time. Looks like I may have ran in to a problem with distcc. I almost completely forgot I was even running it. After letting it just sit for a long time it finally continued with some error messages related to distcc. It then finished the emerge with no other difficulties. |