Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713584 - sci-chemistry/chemical-mime-data fails to compile on x86
Summary: sci-chemistry/chemical-mime-data fails to compile on x86
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 710490
  Show dependency tree
 
Reported: 2020-03-20 10:50 UTC by Agostino Sarubbo
Modified: 2020-03-20 22:52 UTC (History)
1 user (show)

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


Attachments
621802433.log (621802433.log,10.31 KB, text/plain)
2020-03-20 10:50 UTC, Agostino Sarubbo
Details
emerge --info (.emergeinfo,5.39 KB, text/plain)
2020-03-20 10:50 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-03-20 10:50:06 UTC
This is an auto-filled bug because sci-chemistry/chemical-mime-data fails to compile on x86. Feel free to adjust the summary to clarify the exact issue. Attached build log and emerge --info
Comment 1 Agostino Sarubbo gentoo-dev 2020-03-20 10:50:10 UTC
Created attachment 622950 [details]
621802433.log

build log
Comment 2 Agostino Sarubbo gentoo-dev 2020-03-20 10:50:14 UTC
Created attachment 622952 [details]
emerge --info

emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2020-03-20 10:53:12 UTC
I got into this issue even in the past so I can say:

To convert the svg, the build system always prefers convert of imagemagick.
When you have gnome-base/librsvg, in the depend check, is fine that you have imagemagick without the needed IUSE but the build system will always use convert.

The possible fixes are:
1) fix the build system
2) Drop the choice about gnome-base/librsvg and imagemagick and leave only imagemagick(with the proper IUSE)
Comment 4 Pacho Ramos gentoo-dev 2020-03-20 22:11:38 UTC
if I unmerge imagemagick, it uses rsvg-convert correctly... I guess the problem is when you have both but imagemagick without the required USEs?
Comment 5 Pacho Ramos gentoo-dev 2020-03-20 22:12:15 UTC
OK, I understand your comment now... lets see how to solve it :/
Comment 6 Larry the Git Cow gentoo-dev 2020-03-20 22:52:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e55faca8e30c09560fd910ac2040759af689b54

commit 6e55faca8e30c09560fd910ac2040759af689b54
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2020-03-20 22:52:38 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2020-03-20 22:52:38 +0000

    sci-chemistry/chemical-mime-data: Fix rsvg-convert vs convert interaction
    
    Thanks-to: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/713584
    Package-Manager: Portage-2.3.94, Repoman-2.3.21
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 .../chemical-mime-data-0.1.94-r4.ebuild            |  2 +-
 ...chemical-mime-data-0.1.94-rsvg-convert-r2.patch | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)