Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3555 - PPC: sawfish-20020524 emerge fails, "sawfish/wm/util/x" not found
Summary: PPC: sawfish-20020524 emerge fails, "sawfish/wm/util/x" not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-09 16:12 UTC by Kevyn Shortell (RETIRED)
Modified: 2006-02-04 06:03 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 Kevyn Shortell (RETIRED) gentoo-dev 2002-06-09 16:12:35 UTC
While running emerge -u sawfish-20020524, it fails with the error of file not   
found. The error is "sawfish/wm/util/x" not found 
   
make[1]: Entering directory   
`/var/tmp/portage/sawfish-20020524/work/sawfish-2002-05-24/lisp'   
SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC   
../src/sawfish --batch --no-rc compiler -f compile-batch sawfish/wm.jl   
set -e; for d in sawfish/wm; do \   
  SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC   
../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \   
done   
(compiling sawfish/wm/util/workarea.jl)   
(compiling sawfish/wm/util/with-output.jl)   
(compiling sawfish/wm/util/window-outline.jl)   
error--> (file-error "No such file or directory" "sawfish/wm/util/x")   
make[1]: *** [lisp] Error 10   
make[1]: Leaving directory   
`/var/tmp/portage/sawfish-20020524/work/sawfish-2002-05-24/lisp'   
make: *** [all] Error 1   
for dir in src lisp scripts themes sounds man po capplet themer; do \   
  [ -d $dir ] && ( cd $dir && make all ) || exit 1; \   
        done   
make[1]: Entering directory   
`/var/tmp/portage/sawfish-20020524/work/sawfish-2002-05-24/src'   
make[1]: Nothing to be done for `all'.   
make[1]: Leaving directory   
`/var/tmp/portage/sawfish-20020524/work/sawfish-2002-05-24/src'   
make[1]: Entering directory   
`/var/tmp/portage/sawfish-20020524/work/sawfish-2002-05-24/lisp'   
set -e; for d in sawfish/wm; do \   
  SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC   
../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \   
done   
(compiling sawfish/wm/util/window-outline.jl)   
error--> (file-error "No such file or directory" "sawfish/wm/util/x")   
make[1]: *** [lisp] Error 10   
make[1]: Leaving directory   
`/var/tmp/portage/sawfish-20020524/work/sawfish-2002-05-24/lisp'   
make: *** [all] Error 1   
   
!!! ERROR: The ebuild did not complete successfully.   
!!! Function src_compile, Line 42, Exitcode 2   
!!! (no error message)   
   
!!! emerge aborting on  /usr/portage/x11-wm/sawfish/sawfish-20020524.ebuild .
Comment 1 Spider (RETIRED) gentoo-dev 2002-06-09 16:42:09 UTC
known error on all platforms, sawfish snapshots are borken and that is noted in
the ChangeLog as well as in the package.mask (unless somone made a booboo)

this is an upstream problem and nothing I'm able to do anything about.
(only reason I have them in portage is so that those interested can try and hack
on it, complain to upstream maintainers and so I dont get the load of questions
as to why i dont ship sawfish as supposed )