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 129592 - Build fails while 48x48/embems/*.icon(s) are missing
Build fails while 48x48/embems/*.icon(s) are missing
Status: RESOLVED DUPLICATE of bug 129773
Product: adwaita-icon-theme
Classification: Core
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Jakub Steiner
Jakub Steiner
Depends on:
Blocks:
 
 
Reported: 2003-12-18 09:42 UTC by Chee Bin HOH
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Chee Bin HOH 2003-12-18 09:42:51 UTC
Brief description:
I fail to install gnome-icon-theme from CVS HEAD branch for 2.5 developer
platform. The build process said that '*** No rule to make target
`emblem-art.icon`, needed by 'all-am'. Stop.

error messages:

Making all in emblems
make[2]: Entering directory
`/home/cbhoh/GNOME/work/gnome-icon-theme/48x48/emblems'
make[2]: *** No rule to make target `emblem-art.icon', needed by `all-am'.
 Stop.
make[2]: Leaving directory
`/home/cbhoh/GNOME/work/gnome-icon-theme/48x48/emblems'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cbhoh/GNOME/work/gnome-icon-theme/48x48'
make: *** [all-recursive] Error 1


cause:

The *.icon.in files in `48x48/emblems' directory are NOT substituted into
*.icon files, It is NOT done by configure or Makefile.


Possible solution:

It seems that all *.icon.in files can be just copied to name *.icon files
since  their has nothing going to substitued for.


Extra:

Same problem happened to index.theme.in under gnome-icon-theme source tree,
 the build process can NOT find the file index.theme, since it is NOT
subsituted into index.theme from index.theme.in.
Comment 1 Martin Kretzschmar 2003-12-21 21:28:10 UTC
the .icon.in -> .icon transformation is done by intltool-merge. Please
run autogen.sh again.

Or maybe you're suffering this bug: #129620
Comment 2 Chee Bin HOH 2003-12-22 01:26:11 UTC
It is related to bug #129773, the new intltool.m4 file.



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