After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 72020 - build failed in libgtop/doc
build failed in libgtop/doc
Status: RESOLVED FIXED
Product: libgtop
Classification: Core
Component: linux
1.90.x
Other Linux
: Urgent blocker
: ---
Assigned To: Martin Baulig
Martin Baulig
Depends on:
Blocks:
 
 
Reported: 2002-02-20 14:49 UTC by Hing-Wah Wan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hing-Wah Wan 2002-02-20 14:49:12 UTC
I'm building libgtop from cvs head
my building of libgtop failed when make try to execute the following command
cd . && -I /home/hingwah/src/gnome/libgtop/doc   \
       `echo libgtop2.texi | sed 's,.*/,,'`

the following patch fixed the problem

-- Makefile.am 2002/01/10 02:30:57     1.14.4.2
+++ Makefile.am 2002/02/20 14:48:06
@@ -4,6 +4,7 @@
                          auto-macros.texi version.texi main.texi \
                          white-paper.texi
 
+MAKEINFO               = @MAKEINFO@
 MAKEINFO               += -I @libgtop_top_builddir@/doc
 
 EXTRA_DIST             = auto-macros.texi.in
Comment 1 Luis Villa 2002-04-12 21:38:21 UTC
Is this still a problem, Hing-Wah or Jacob?
Comment 2 jacob berkman 2002-04-12 21:40:07 UTC
i haven't hit this, but it looks legit
Comment 3 Glynn Foster 2002-04-23 22:31:42 UTC
This seems to be fixed since the 12/3/02. Please reopen if you come
across this problem again.