Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464102 - =media-libs/oyranos-0.9.1-r1 won't build with USE="-X" - cannot find -loyforms_fltk, cannot find -lfl_i18n
Summary: =media-libs/oyranos-0.9.1-r1 won't build with USE="-X" - cannot find -loyform...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
: 456958 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-04-01 17:07 UTC by Andreas Sturmlechner
Modified: 2013-04-13 00:19 UTC (History)
1 user (show)

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


Attachments
oyranos-0.9.1-r1.ebuild.diff (oyranos-0.9.1-r1.ebuild.diff,1.03 KB, patch)
2013-04-01 17:07 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2013-04-01 17:07:44 UTC
Created attachment 343972 [details, diff]
oyranos-0.9.1-r1.ebuild.diff

/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -loyforms_fltk
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lfl_i18n
collect2: error: ld returned 1 exit status
make[1]: *** [oyranos-xforms-fltk] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/oyranos-0.9.1-r2/work/oyranos-0.9.1/oforms'
make: *** [oforms] Error 2
make: *** Waiting for unfinished jobs....


Attaching my attempt at solving the issue, introducing fltk USE-flag to 0.9.1 and another sed to disable build of oyranos-xforms-fltk.

Tested the ebuild with USE="fltk X", USE="-fltk X" and USE="-fltk -X" with positive results.
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-01 17:32:39 UTC
*** Bug 456958 has been marked as a duplicate of this bug. ***
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-01 23:08:39 UTC
For build log, see duplicate.
Comment 3 Michael Weber (RETIRED) gentoo-dev 2013-04-13 00:19:09 UTC
+*oyranos-0.9.1-r2 (13 Apr 2013)
+
+  13 Apr 2013; Michael Weber <xmw@gentoo.org> +oyranos-0.9.1-r2.ebuild,
+  +files/oyranos-0.9.1-fix-array-access.patch,
+  +files/oyranos-0.9.1-fix-crash-over-missed-output-image.patch,
+  +files/oyranos-0.9.1-fix-double-object-release.patch,
+  +files/oyranos-0.9.1-fix-more-compiler-warnings.patch,
+  +files/oyranos-0.9.1-fix-oyRankMap-helper-functions-crashes.patch,
+  +files/oyranos-0.9.1-fix-oyStringSegment-crash.patch,
+  +files/oyranos-0.9.1-fix-pseq-crash.patch,
+  +files/oyranos-0.9.1-fix-real-compiler-warnings.patch,
+  +files/oyranos-0.9.1-initialise-memory-for-strtod.patch,
+  +files/oyranos-0.9.1-omit-profile-with-error.patch,
+  +files/oyranos-0.9.1-support-pur-xrandr-without-xinerama.patch:
+  Revbump fix RDEPEND on icc profiles (bug 464094), compiler/runtime issues
+  (bug 463900), add fltk IUSE (bug 464102). Thanks to Andreas Sturmlechner.
+