Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137315 - Can't emerge psmisc after unmerging
Summary: Can't emerge psmisc after unmerging
Status: RESOLVED DUPLICATE of bug 117140
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-19 15:51 UTC by Evan Owens
Modified: 2006-06-19 23:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Owens 2006-06-19 15:51:12 UTC
Accidentally unmerged psmisc some time ago.  Below is the result when attempting to remerge.  Have been seeing this for about six months.

make[1]: Entering directory `/var/tmp/portage/psmisc-22.1/work/psmisc-22.1'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/psmisc-22.1/work/psmisc-22.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/psmisc-22.1/work/psmisc-22.1/doc'
Making all in src
make[2]: Entering directory `/var/tmp/portage/psmisc-22.1/work/psmisc-22.1/src'
export LC_ALL=C ; \
        i686-pc-linux-gnu-gcc -E -dM signames.c |\
        tr -s '\t ' ' ' | sort -n -k 3 | sed \
's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$:{\ \2,"\1" },:p;d' | \
          grep -v '[0-9][0-9][0-9]' >signames.h || \
          { rm -f signames.h; exit 1; }
grep '^{ 1,"HUP" },$' signames.h >/dev/null || \
          { rm -f signames.h; exit 1; }
make  all-am
make[3]: Entering directory `/var/tmp/portage/psmisc-22.1/work/psmisc-22.1/src'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -DLOCALEDIR=\"/usr/share/locale\" -O2 -mcpu=i686 -pipe -MT fuser.o -MD -MP -MF ".deps/fuser.Tpo" -c -o fuser.o fuser.c; \
then mv -f ".deps/fuser.Tpo" ".deps/fuser.Po"; else rm -f ".deps/fuser.Tpo"; exit 1; fi
fuser.c:98:1: directives may not be used inside a macro argument
fuser.c:97:5: unterminated argument list invoking macro "_"
fuser.c: In function `usage':
fuser.c:99: `_' undeclared (first use in this function)
fuser.c:99: (Each undeclared identifier is reported only once
fuser.c:99: for each function it appears in.)
fuser.c:99: parse error before string constant
make[3]: *** [fuser.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/psmisc-22.1/work/psmisc-22.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/psmisc-22.1/work/psmisc-22.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/psmisc-22.1/work/psmisc-22.1'
make: *** [all] Error 2

!!! ERROR: sys-process/psmisc-22.1 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  psmisc-22.1.ebuild, line 36:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-19 23:42:13 UTC

*** This bug has been marked as a duplicate of 117140 ***