Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4728 - sawfish 1.0.1 install fails to detect rep-gtk
Summary: sawfish 1.0.1 install fails to detect rep-gtk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-08 22:56 UTC by Jason Woofenden
Modified: 2002-10-15 11:33 UTC (History)
1 user (show)

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


Attachments
sawfish-themes error (sawfish-themes.log,2.95 KB, text/plain)
2002-08-03 12:21 UTC, Wilbert van Bakel
Details
rep-gtk error (sawfish.error,5.42 KB, text/plain)
2002-08-04 18:57 UTC, Wilbert van Bakel
Details
sawfish-1.0.1-r5 error (sawfish.error,28.09 KB, text/plain)
2002-08-05 14:53 UTC, Wilbert van Bakel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Woofenden 2002-07-08 22:56:02 UTC
# emerge /usr/portage/x11-wm/sawfish/sawfish-1.0.1-r4.ebuild

checking for rep - version >= 0.14... version 0.16
checking for GNU msgfmt... /usr/bin/msgfmt
checking for correct rep-gtk version... no
configure: error: You need rep-gtk version 0.14+

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

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


# emerge -p rep-gtk

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild   R  ] x11-libs/rep-gtk-0.16 to /
Comment 1 Wilbert van Bakel 2002-08-03 12:21:08 UTC
Created attachment 2794 [details]
sawfish-themes error

sawfish-themes need rep-gtk-14+ installed.
My system has rep-gtk-16, as you can see in the attachment. Still, it wont
install the themes.

I also had problems with installing sawfish, rep-gtk complained about
--target=${CHOST} not possible. I removed that line in the ebuild and that
solved this problem. I will see if I can reproduce the error and attach it.
Comment 2 Gabriele Giorgetti 2002-08-04 10:21:00 UTC
Can you please check that sawfish-1.0.1-r5.ebuild fixes this issue ?

Thank you.
Comment 3 Wilbert van Bakel 2002-08-04 18:57:38 UTC
Created attachment 2823 [details]
rep-gtk error

I am still stuck with rep-gtk. I am installing in a clean bootstrapped chroot.
Comment 4 Gabriele Giorgetti 2002-08-05 03:40:16 UTC
This is now a problem with rep-gtk, can you please emerge gmp and librep and see
if you still get this error ?

emerge gmp
emerge librep

Thanks.
Comment 5 Wilbert van Bakel 2002-08-05 14:53:07 UTC
Created attachment 2841 [details]
sawfish-1.0.1-r5 error

I had to emerge gmp, librep AND gdk-pixbuf, before I could start with
sawfish-1.0.1-r5. Still some problems here, though.
Comment 6 Doug Weimer 2002-08-06 16:35:23 UTC
On my machine I found the error in attachement "sawfish-1.0.1-r5 error" to be
caused by the MAKEOPTS="-j2" setting in /etc/make.globals. The -j2 option allows
make to run two commands simultaneously which causes the sawfish build process
to execute certain libtool calls out of order. Switching this option to -j1
should fix the problem. For a further explanation of the specific calls affected
read below:

By running src/fake-libexec out of order several problems are created. First if
the src/.libs directory isn't created yet fake-libexec fails completely. Second
if the libraries haven't been compiled yet and placed in src/.lib the symlinks
between .lib and .libexec will not be created.
Comment 7 foser (RETIRED) gentoo-dev 2002-10-10 11:15:46 UTC
Does the MAKEOPTS change suggested in comment #6 fix the problem for everyone ? 
Comment 8 psk 2002-10-15 10:00:18 UTC
   -j1 Seems to solve mine (I had the same problem as him).
   Thanks a lot. 
Comment 9 foser (RETIRED) gentoo-dev 2002-10-15 11:33:55 UTC
I added a new 1.0.1 revision (r6), with a strict MAKEOPTS="-j1" . I think this
should fix all problems.