Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11957 - libgtop-1.0.13 build fails
Summary: libgtop-1.0.13 build fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://bugzilla.gnome.org/show_bug.cg...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 07:14 UTC by Stanislav Brabec
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
libgtop-guile.diff (libgtop-guile.diff,1.71 KB, patch)
2002-12-11 07:15 UTC, Stanislav Brabec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Brabec 2002-12-11 07:14:21 UTC
Building gnome-1.4/libgtop-1.0.13 has problem with building against latest guile
- new guile-snarf needs .c file name as first argument of command line, not
last, as libgtop-1.0.13 uses.
Comment 1 Stanislav Brabec 2002-12-11 07:15:28 UTC
Created attachment 6402 [details, diff]
libgtop-guile.diff
Comment 2 foser (RETIRED) gentoo-dev 2002-12-11 09:03:59 UTC
does this change break with older guiles ?

am i correct that you took this from guile's stable cvs head ?
Comment 3 Stanislav Brabec 2002-12-11 09:30:43 UTC
Guile 1.4.1 it accepts only this syntax. Guile 1.4 accepts both. Older not tested.

No I have submitted this fix to LIBGTOP_STABLE_1_0 branch in Gnome CVS (see URL
section). This is a diff from it.
Comment 4 foser (RETIRED) gentoo-dev 2002-12-11 11:52:28 UTC
I have 1.4-r3, but the build with patch fails for me. I can make it depend on
1.4.1 and up, but i would prefer a cleaner solution. Any ideas ?
Comment 5 foser (RETIRED) gentoo-dev 2002-12-11 11:55:16 UTC
libgtop stable head i meant ofcourse in #2 ;)
Comment 6 Stanislav Brabec 2002-12-11 12:19:09 UTC
This is not about stable (latest) libgtop. It is about latest release for gnome-1.4.

For me the patch fails too:

automake-1.5: configure.in: required file `./depcomp' not found
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL

It is a problem of autoconf. It should work to call automake-1.4 after patch
(and maybe also autoconf and aclocal).

I have called automake-1.4 after make fails, and next make succeeded.
Comment 7 foser (RETIRED) gentoo-dev 2002-12-11 12:53:09 UTC
Oki, works fine. Added now, thanks for your patch. And i knew it was about
libgtop1, but since we we're discussing only that one here i assumed that to be
clear enough ;)
Comment 8 foser (RETIRED) gentoo-dev 2002-12-11 12:53:37 UTC
and closing .. duh