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 335064 - [0.10.2] build failure
[0.10.2] build failure
Status: RESOLVED NOTABUG
Product: gossip
Classification: Deprecated
Component: General
0.10.x
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-18 22:17 UTC by Fryderyk Dziarmagowski
Modified: 2006-04-23 08:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fryderyk Dziarmagowski 2006-03-18 22:17:03 UTC
Build fails with:
make[2]: Entering directory `/home/users/fritz/rpm/BUILD/gossip-0.10.2/help'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /tmp/gossip-0.10.2-root-fritz/usr/share/gnome/help/gossip/C
mkdir -p -- /tmp/gossip-0.10.2-root-fritz/usr/share/gnome/help/gossip/C
/usr/bin/install -c -m 644 C/legal.xml /tmp/gossip-0.10.2-root-fritz/usr/share/gnome/help/gossip/C/legal.xml
/usr/bin/install -c -m 644 C/gossip.xml /tmp/gossip-0.10.2-root-fritz/usr/share/gnome/help/gossip/C/gossip.xml
/bin/sh ../mkinstalldirs /tmp/gossip-0.10.2-root-fritz/usr/share/gnome/help/gossip/C/figures/
mkdir -p -- /tmp/gossip-0.10.2-root-fritz/usr/share/gnome/help/gossip/C/figures/
/usr/bin/install -c -m 644 C/figures/gossip_first_start_window.png /tmp/gossip-0.10.2-root-fritz/usr/share/gnome/help/gossip/C/figures/gossip_first_start_window.png
/usr/bin/install -c -m 644 C/figures/gossip_roster.png /tmp/gossip-0.10.2-root-fritz/usr/share/gnome/help/gossip/C/figures/gossip_roster.png
/bin/sh ../mkinstalldirs /tmp/gossip-0.10.2-root-fritz/usr/share/omf/gossip
mkdir -p -- /tmp/gossip-0.10.2-root-fritz/usr/share/omf/gossip
/usr/bin/install -c -m 644 gossip-C.omf /tmp/gossip-0.10.2-root-fritz/usr/share/omf/gossip/gossip-C.omf
/usr/bin/install: cannot stat `gossip-C.omf': No such file or directory
make[2]: *** [install-doc-omf] Error 1
make[2]: Leaving directory `/home/users/fritz/rpm/BUILD/gossip-0.10.2/help'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/users/fritz/rpm/BUILD/gossip-0.10.2/help'
make: *** [install-recursive] Error 1
Comment 1 Martyn Russell 2006-03-19 08:39:17 UTC
I have had this before but thought it was fixed. Perhaps I never got round to committing the patch for it.

If you do make clean in the "help" directory then make install again, it is fine. Not sure why we need to do this thought. Plus it is just the help. You can always do make -k install.
Comment 2 Richard Hult 2006-03-22 07:30:46 UTC
No, the earlier problem was that scrollkeeper caused an error if you couldn't write to /var, I fixed that. This one is that make clean removes a file that isn't regenerated in all cases (could be a bug in gnome-doc-utils).

Fryderyk, could you try make first and then make install?
Comment 3 Richard Hult 2006-03-22 19:24:10 UTC
I've committed some changes, could you see if it works better now please?
Comment 4 Richard Hult 2006-04-23 08:01:45 UTC
make && make install works, and this is needed for all gnome-doc-util packages I've tried with. I'll close this.