Bug 11957 - libgtop-1.0.13 build fails
Bug#: 11957 Product:  Gentoo Linux Version: 1.4_rc1 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: utx@penguin.cz
Component: GNOME
URL:  http://bugzilla.gnome.org/show_bug.cgi?id=82684
Summary: libgtop-1.0.13 build fails
Keywords:  
Status Whiteboard: 
Opened: 2002-12-11 07:14 0000
Description:   Opened: 2002-12-11 07:14 0000
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 From Stanislav Brabec 2002-12-11 07:15:28 0000 -------
Created an attachment (id=6402) [details]
libgtop-guile.diff

------- Comment #2 From foser (RETIRED) 2002-12-11 09:03:59 0000 -------
does this change break with older guiles ?

am i correct that you took this from guile's stable cvs head ?

------- Comment #3 From Stanislav Brabec 2002-12-11 09:30:43 0000 -------
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 From foser (RETIRED) 2002-12-11 11:52:28 0000 -------
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 From foser (RETIRED) 2002-12-11 11:55:16 0000 -------
libgtop stable head i meant ofcourse in #2 ;)

------- Comment #6 From Stanislav Brabec 2002-12-11 12:19:09 0000 -------
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 From foser (RETIRED) 2002-12-11 12:53:09 0000 -------
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 From foser (RETIRED) 2002-12-11 12:53:37 0000 -------
and closing .. duh