public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Error compiling sawfish-20020611.ebuild
@ 2002-06-17 17:04 Richard Reich
  2002-06-17 18:16 ` Spider
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Reich @ 2002-06-17 17:04 UTC (permalink / raw
  To: gentoo-dev

Here is the error, is there anything I can do to fix this?

Thanks 
Richard Reich

i686-pc-linux-gnu-gcc -shared  play-sample.lo  -L/usr/lib
/usr/lib/libesd.so -lm /usr/lib/libaudiofile.so -lm  -Wl,-soname
-Wl,play-sample.so -o .libs/play-sample.so
creating play-sample.la
rm -fr .libs/client.la .libs/client.* .libs/client.*
(cd . && ln -s client.lo client.o)
(cd .libs && rm -f play-sample.la && ln -s ../play-sample.la
play-sample.la)
(cd . && ln -s libclient_.lo libclient_.o)
i686-pc-linux-gnu-gcc -shared  client.lo libclient_.lo  -lSM -lICE -lX11
-L/usr/X11R6/lib -L/usr/lib /usr/lib/librep.so -ldl -lcrypt
/usr/lib/libgmp.so -lm -lnsl  -Wl,--rpath -Wl,/usr/lib -Wl,-soname
-Wl,client.so -o .libs/client.so
creating client.la
(cd .libs && rm -f client.la && ln -s ../client.la client.la)
make[1]: Leaving directory
`/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/src'
make[1]: Entering directory
`/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/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-20020611/work/sawfish-2002-06-11/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-20020611/work/sawfish-2002-06-11/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/src'
make[1]: Entering directory
`/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/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-20020611/work/sawfish-2002-06-11/lisp'
make: *** [all] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 40, Exitcode 2
!!! (no error message)

!!! emerge aborting on 
/usr/portage/x11-wm/sawfish/sawfish-20020611.ebuild .




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] Error compiling sawfish-20020611.ebuild
  2002-06-17 17:04 [gentoo-dev] Error compiling sawfish-20020611.ebuild Richard Reich
@ 2002-06-17 18:16 ` Spider
  2002-06-17 18:34   ` Richard Reich
  0 siblings, 1 reply; 3+ messages in thread
From: Spider @ 2002-06-17 18:16 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

begin  quote
On 17 Jun 2002 13:04:47 -0400
Richard Reich <rreich@rdrtech.com> wrote:

> Here is the error, is there anything I can do to fix this?
> 
> Thanks 
> Richard Reich

1) Read ChangeLog.  Its been a documented fact that Sawfish snapshots
are broken and fail to compile for quite some time now.  
2) http://bugs.gentoo.org/ Has at least two exactly the same entries. 

3) its also been in the forums.

4) its been in my private mails too.

5) file bugs upstream or Fix it. the only reason its still there, is
because the noise of it being broken is less than the noise I recieved
when I stubbornly declined to include it because it was just that...
broken.

Sorry to appear irritated, but I am, I've been facing broken snapshots
since april, and so far I've gotten no solid documentation on what makes
it build, and quite some pointers that "but they have it".  


Yours, 
  Irritable Maintainer.  

aka. Spider




--
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] Error compiling sawfish-20020611.ebuild
  2002-06-17 18:16 ` Spider
@ 2002-06-17 18:34   ` Richard Reich
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Reich @ 2002-06-17 18:34 UTC (permalink / raw
  To: gentoo-dev

My apologies for not being a responsible netzin and doing a quick search
in the mailing list.

Thanks for the heads up though
Richard Reich

On Mon, 2002-06-17 at 14:16, Spider wrote:
> begin  quote
> On 17 Jun 2002 13:04:47 -0400
> Richard Reich <rreich@rdrtech.com> wrote:
> 
> > Here is the error, is there anything I can do to fix this?
> > 
> > Thanks 
> > Richard Reich
> 
> 1) Read ChangeLog.  Its been a documented fact that Sawfish snapshots
> are broken and fail to compile for quite some time now.  
> 2) http://bugs.gentoo.org/ Has at least two exactly the same entries. 
> 
> 3) its also been in the forums.
> 
> 4) its been in my private mails too.
> 
> 5) file bugs upstream or Fix it. the only reason its still there, is
> because the noise of it being broken is less than the noise I recieved
> when I stubbornly declined to include it because it was just that...
> broken.
> 
> Sorry to appear irritated, but I am, I've been facing broken snapshots
> since april, and so far I've gotten no solid documentation on what makes
> it build, and quite some pointers that "but they have it".  
> 
> 
> Yours, 
>   Irritable Maintainer.  
> 
> aka. Spider
> 
> 
> 
> 
> --
> begin  .signature
> This is a .signature virus! Please copy me into your .signature!
> See Microsoft KB Article Q265230 for more information.
> end




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-17 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-17 17:04 [gentoo-dev] Error compiling sawfish-20020611.ebuild Richard Reich
2002-06-17 18:16 ` Spider
2002-06-17 18:34   ` Richard Reich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox