Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115800 - XMMS ebuild : unpack gnomexmms.xpm: file format not recognized. Ignoring.
Summary: XMMS ebuild : unpack gnomexmms.xpm: file format not recognized. Ignoring.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Luis Medinas (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-16 13:32 UTC by DEMAINE Benoît-Pierre, aka DoubleHP
Modified: 2005-12-17 06:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DEMAINE Benoît-Pierre, aka DoubleHP 2005-12-16 13:32:54 UTC
When emerging xmms, I got that strange harmless message at end of extraction:

unpack gnomexmms.xpm: file format not recognized. Ignoring.

details:

/var/log/portage/2834-xmms-1.2.10-r15.log

>>> Unpacking source...
>>> Unpacking xmms-1.2.10.tar.bz2 to /var/tmp/portage/xmms-1.2.10-r15/work
>>> Unpacking gentoo_ice-xmms-0.2.tar.bz2 to /var/tmp/portage/xmms-1.2.10-r15/work
>>> Unpacking xmms-1.2.10-gentoo-m4-1.1.tar.bz2 to /var/tmp/portage/xmms-1.2.10-r15/work
>>> Unpacking xmms-1.2.10-gentoo-patches-2.3.0.tar.bz2 to /var/tmp/portage/xmms-1.2.10-r15/work
>>> Unpacking gnomexmms.xpm to /var/tmp/portage/xmms-1.2.10-r15/work
unpack gnomexmms.xpm: file format not recognized. Ignoring.
 * Applying various patches (bugfixes/updates) ...
 *   0000_all_cvs-release-1_2_10.patch ...                                                                                [ ok ]
 *   0001_all_cvs-20050526.patch ...                                                                                      [ ok ]
 *   0010_all_skin-dir-browser.patch ...                                                                                  [ ok ]
 *   0020_all_jump.patch ...                                                                                              [ ok ]
 *   0031_all_sortbytime.patch ...                                                                                        [ ok ]
 *   0040_all_sigterm.patch ...                                                                                           [ ok ]
 *   0050_all_libxmms-charset.patch ...                                                                                   [ ok ]
 *   0060_all_keypad.patch ...                                                                                            [ ok ]
 *   0100_all_sid-songpos.patch ...                                                                                       [ ok ]
 *   0110_all_status.patch ...                                                                                            [ ok ]
 *   0120_all_wheelamount.patch ...                                                                                       [ ok ]
 *   0130_all_play_audiocd.patch ...                                                                                      [ ok ]
 *   0140_all_randomize_select.patch ...                                                                                  [ ok ]
 *   2000_all_cdaudio-cddb-proxy.patch ...                                                                                [ ok ]
 *   2011_all_mpg123-http-seek.patch ...                                                                                  [ ok ]
 *   2012_all_mpg123-id3convert.patch ...                                                                                 [ ok ]
 *   2013_all_mpg123-latin-id3.patch ...                                                                                  [ ok ]
 *   2014_all_mpg123-encode-override.patch ...                                                                            [ ok ]
 *   2015_all_mpg123-id3v2edit.patch ...                                                                                  [ ok ]
 *   2020_all_mpg123-vorbis-ssl.patch ...                                                                                 [ ok ]
 *   2100_all_diskwriter-effect.patch ...                                                                                 [ ok ]
 * Done with patching


That really looks harmless, but maybe the Gentoo ebuild is not apropriate or have not been patched after some one introduced a new file; maybe ebuild maintainers want to check that an support some new features ?

not me to decide.

Some thing else, but I dont think it worth opening a seperate bug for such small problems:

 * Done with patching
You should update your `aclocal.m4' by running aclocal.
/var/tmp/portage/xmms-1.2.10-r15/work/m4/xmms_local.m4:7: warning: underquoted definition of AM_PATH_LIBXML
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/var/tmp/portage/xmms-1.2.10-r15/work/m4/xmms_local.m4:157: warning: underquoted definition of XMMS_FUNC_POSIX
/var/tmp/portage/xmms-1.2.10-r15/work/m4/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD
autoheader-2.59: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader-2.59: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader-2.59: WARNING: is deprecated and discouraged.
autoheader-2.59:
autoheader-2.59: WARNING: Using the third argument of `AC_DEFINE' and
autoheader-2.59: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
autoheader-2.59: WARNING: `acconfig.h':
autoheader-2.59:
autoheader-2.59: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader-2.59:                [Define if a function `main' is needed.])
autoheader-2.59:
autoheader-2.59: WARNING: More sophisticated templates can also be produced, see the
autoheader-2.59: WARNING: documentation.
You should update your `aclocal.m4' by running aclocal.
Putting files in AC_CONFIG_AUX_DIR, `..'.
/var/tmp/portage/xmms-1.2.10-r15/work/m4/xmms_local.m4:7: warning: underquoted definition of AM_PATH_LIBXML

maybe a problem with automake ? not sure.
Comment 1 Luis Medinas (RETIRED) gentoo-dev 2005-12-16 14:09:46 UTC
funny bug... i'm aware of this and it's perfectly normal since we use a different gnomexmms.xpm file and about automake that is just a few warnings that i maybe change in a new bump i'm planning to do. 

to hide that warnings just inherit autotools (eclass)

and replace autotools for eautotools

just ignore that warnings it's just normal 
Comment 2 DEMAINE Benoît-Pierre, aka DoubleHP 2005-12-16 14:14:09 UTC
esearch cant find
 eclas
nor
 eaut

I cant figure where to find eautotools (eclass)
Comment 3 Luis Medinas (RETIRED) gentoo-dev 2005-12-16 14:16:22 UTC
errrr...
less /usr/portage/eclass/autotools.eclass

If you don't know how to replace don't do it otherwise you maybe break your ebuild

read the devmanual on gentoo.org if you have more questions like this.
Comment 4 Jeffrey Forman (RETIRED) gentoo-dev 2005-12-17 06:16:33 UTC
Quick change of platform in bugzilla. Sorry about the email.