Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 265987

Summary: sci-geosciences/merkaartor-9999 failed to install
Product: Gentoo Linux Reporter: Pinky <j-pi>
Component: Current packagesAssignee: Sci-geo Project <sci-geosciences>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 326297    
Bug Blocks:    
Attachments: emerge --info
build log
fix install on amd64 (hardcoded library path to $PREFIX/lib)
fix mane of installed icon desktop entry file

Description Pinky 2009-04-13 12:00:09 UTC
Files matching a file type that is not allowed:
   usr/lib/Merkaartor/plugins/libMYahooBackgroundPlugin.so
   usr/lib/Merkaartor/plugins/libskulpture.so
 * 
 * ERROR: sci-geosciences/merkaartor-9999 failed.
 * Call stack:
 *       misc-functions.sh, line 729:  Called install_qa_check
 *       misc-functions.sh, line 466:  Called die
 * The specific snippet of code:
 *   		[[ ${abort} == yes ]] && die "multilib-strict check failed!"
 *  The die message:
 *   multilib-strict check failed!
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/sci-geosciences:merkaartor-9999:20090413-114235.log'.
 * The ebuild environment file is located at '/tmp/portage/sci-geosciences/merkaartor-9999/temp/environment'.
 * 
!!! post install failed; exiting.


Reproducible: Always
Comment 1 Pinky 2009-04-13 12:01:13 UTC
Created attachment 188217 [details]
emerge --info
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-13 19:12:38 UTC
Please attach the build.log file of the failed emerge to this bug.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2009-04-16 04:20:45 UTC
(In reply to comment #2)
> Please attach the build.log file of the failed emerge to this bug.

And then reopen this bug report.

Also, explain why you use the developer subprofile (which sets FEATURES='strict stricter', which you probably don't need).
Comment 4 Pinky 2009-04-20 09:44:07 UTC
Created attachment 188944 [details]
build log
Comment 5 Pinky 2009-04-20 09:46:06 UTC
build log attached.
Comment 6 Pinky 2009-04-20 09:52:54 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Please attach the build.log file of the failed emerge to this bug.
> 
> And then reopen this bug report.
> 
> Also, explain why you use the developer subprofile (which sets FEATURES='strict
> stricter', which you probably don't need).
> 

Because I'm developer :)
I'm fixing compilation warnings and some other more important things, like bugs, just for fun. 

Comment 7 Hanno Böck gentoo-dev 2009-08-03 23:01:32 UTC
Fixed in upstream code.
Comment 8 Hanno Böck gentoo-dev 2009-08-03 23:19:18 UTC
Apparently not fixed, though I don't know why, have to investigate this further
Comment 9 Pinky 2010-07-25 12:09:53 UTC
the same result for version 0.16.1 (not yet in portage)
Comment 10 Pinky 2010-07-25 23:04:10 UTC
this is generaly bug in upstream (hardcodec library path) but should by fixed easily in portage (bug 311127 attachment 240153 [details])
Comment 11 Pinky 2010-09-22 09:54:21 UTC
Created attachment 248343 [details, diff]
fix install on amd64 (hardcoded library path to $PREFIX/lib)
Comment 12 Pinky 2010-09-22 09:57:00 UTC
Created attachment 248344 [details, diff]
fix mane of installed icon desktop entry file
Comment 13 Tomáš Chvátal (RETIRED) gentoo-dev 2011-06-09 20:31:32 UTC
Live ebuild fixed. Thanks for report.