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 130537 - gnome-mime-data CVS doesn't compile properly...
gnome-mime-data CVS doesn't compile properly...
Status: RESOLVED DUPLICATE of bug 130469
Product: gnome-mime-data
Classification: Deprecated
Component: Default
unspecified
Other Linux
: Normal minor
: ---
Assigned To: GNOME Mime Data Maintainers
GNOME Mime Data Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-05 05:30 UTC by Eddahbi Karim
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Eddahbi Karim 2004-01-05 05:30:34 UTC
I'm using jhbuild to build Gnome from CVS.
When it cames to gnome-mime-data it fails with that error :

make[2]: Entering directory `/root/cvs/gnome2/gnome-mime-data'
make[2]: *** No rule to make target `gnome-vfs.keys', needed by `all-am'. 
Stop.

So I've executed this command :

intltool-merge ./po gnome-vfs.keys.in gnome-vfs.keys -k -u -c
./po/.intltool-merge-cache

Then it works...

But I don't know if the command is correct and how to hack the Makefile
properly to "add a rule to make target `gnome-vfs.keys'" :-).

If someone can help :P
Comment 1 Eddahbi Karim 2004-01-05 05:44:58 UTC
I've found a problem, after running the ./configure script (Even via
./autogen.sh), I've this problem :

./config.status: line 1103: /intltool-extract.in: No such file or
directory
mv: cannot stat `intltool-extract.out': No such file or directory
chmod: failed to get attributes of `intltool-extract': No such file or
directory
chmod: failed to get attributes of `intltool-extract': No such file or
directory
./config.status: line 1112: /intltool-merge.in: No such file or directory
mv: cannot stat `intltool-merge.out': No such file or directory
chmod: failed to get attributes of `intltool-merge': No such file or
directory
chmod: failed to get attributes of `intltool-merge': No such file or
directory
./config.status: line 1122: /intltool-update.in: No such file or directory
mv: cannot stat `intltool-update.out': No such file or directory
chmod: failed to get attributes of `intltool-update': No such file or
directory
chmod: failed to get attributes of `intltool-update': No such file or
directory
config.status: executing default-3 commands

If intltool tools aren't there, there's no way to create the .keys
files needed for this package.
Comment 2 Bastien Nocera 2004-01-05 07:53:36 UTC

*** This bug has been marked as a duplicate of 130469 ***