Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608434 - app-crypt/eid-mw-4.2.0 : failed to load "resources/coat_of_arms_nl.jpg": Couldn't recognize the image file format for file 'resources/coat_of_arms_nl.jpg'
Summary: app-crypt/eid-mw-4.2.0 : failed to load "resources/coat_of_arms_nl.jpg": Coul...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vincent Hardy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-06 13:57 UTC by Toralf Förster
Modified: 2017-02-12 18:54 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.49 KB, text/plain)
2017-02-06 13:58 UTC, Toralf Förster
Details
app-crypt:eid-mw-4.2.0:20170206-135444.log (app-crypt:eid-mw-4.2.0:20170206-135444.log,116.06 KB, text/plain)
2017-02-06 13:58 UTC, Toralf Förster
Details
config.log (config.log,82.34 KB, text/plain)
2017-02-06 13:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,79.84 KB, text/plain)
2017-02-06 13:58 UTC, Toralf Förster
Details
environment (environment,104.79 KB, text/plain)
2017-02-06 13:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.20 KB, application/x-bzip)
2017-02-06 13:58 UTC, Toralf Förster
Details
fixed live ebuild (eid-mw-9999.ebuild,2.48 KB, text/plain)
2017-02-12 15:46 UTC, Vincent Hardy
Details
fixed 4.2.0 ebuild (eid-mw-4.2.0-r1.ebuild,2.48 KB, text/plain)
2017-02-12 15:46 UTC, Vincent Hardy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-02-06 13:57:58 UTC
echo -e "#include <gdk-pixbuf/gdk-pixdata.h>\n#if __GNUC__ >= 4\n#pragma GCC diagnostic push\n#pragma GCC diagnostic ignored \"-Wpointer-sign\"\n#endif\n" > resources/coat_of_arms_nl.c
gdk-pixbuf-csource --struct --extern --name `basename resources/coat_of_arms_nl.jpg .jpg` resources/coat_of_arms_nl.jpg >> resources/coat_of_arms_nl.c
failed to load "resources/coat_of_arms_nl.jpg": Couldn't recognize the image file format for file 'resources/coat_of_arms_nl.jpg'
make[2]: *** [Makefile:1399: resources/coat_of_arms_nl.c] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-crypt/eid-mw-4.2.0/work/eid-mw-4.2.0/plugins_tools/eid-viewer'
make[1]: *** [Makefile:476: all-recursive] Error 1

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named hardened-no-multilib-libressl-unstable_20170204-152815) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *
llvm-config --version:
3.9.1

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)

java-config:

  -----------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2017-02-06 13:58:01 UTC
Created attachment 462614 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-02-06 13:58:04 UTC
Created attachment 462616 [details]
app-crypt:eid-mw-4.2.0:20170206-135444.log
Comment 3 Toralf Förster gentoo-dev 2017-02-06 13:58:09 UTC
Created attachment 462618 [details]
config.log
Comment 4 Toralf Förster gentoo-dev 2017-02-06 13:58:12 UTC
Created attachment 462620 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2017-02-06 13:58:15 UTC
Created attachment 462622 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2017-02-06 13:58:18 UTC
Created attachment 462624 [details]
etc.portage.tbz2
Comment 7 Vincent Hardy 2017-02-10 16:38:52 UTC
Waiting a new release, just do :

# USE="jpeg" emerge -1 gdk-pixbuf

And then, emerge eid-mw
Comment 8 Amy Liffey gentoo-dev 2017-02-10 16:56:50 UTC
(In reply to Vincent Hardy from comment #7)
> Waiting a new release, just do :
> 
> # USE="jpeg" emerge -1 gdk-pixbuf
> 
> And then, emerge eid-mw

Shouldn't we put it to dependencies then?
Comment 9 Vincent Hardy 2017-02-12 15:46:03 UTC
Created attachment 463470 [details]
fixed live ebuild
Comment 10 Vincent Hardy 2017-02-12 15:46:36 UTC
Created attachment 463472 [details]
fixed 4.2.0 ebuild
Comment 11 Vincent Hardy 2017-02-12 15:47:05 UTC
(In reply to Amy Liffey from comment #8)
> (In reply to Vincent Hardy from comment #7)
> > Waiting a new release, just do :
> > 
> > # USE="jpeg" emerge -1 gdk-pixbuf
> > 
> > And then, emerge eid-mw
> 
> Shouldn't we put it to dependencies then?

You are right Amy.

I thought to wait for the new eid-mw release to fix this bug for good so as not to urge you too often for commit :-)

I set 2 fixed ebuild in attachment (eid-4.2.0 and eid-9999).
You can commit them.

with kind regards,

Vincent
Comment 12 Amy Liffey gentoo-dev 2017-02-12 16:19:41 UTC
(In reply to Vincent Hardy from comment #11)
> (In reply to Amy Liffey from comment #8)
> > (In reply to Vincent Hardy from comment #7)
> > > Waiting a new release, just do :
> > > 
> > > # USE="jpeg" emerge -1 gdk-pixbuf
> > > 
> > > And then, emerge eid-mw
> > 
> > Shouldn't we put it to dependencies then?
> 
> You are right Amy.
> 
> I thought to wait for the new eid-mw release to fix this bug for good so as
> not to urge you too often for commit :-)
> 
> I set 2 fixed ebuild in attachment (eid-4.2.0 and eid-9999).
> You can commit them.
> 
> with kind regards,
> 
> Vincent

commit 5f98d057f9e43ec1ba03eb0751728099cc15511b
Author: Amy Liffey <amynka@gentoo.org>
Date:   Sun Feb 12 17:17:00 2017 +0100

    app-crypt/eid-mw: add missing dep bug #608434. Vincent Hardy

Thank you ! :)

BTW you can ping me anytime. :)