Gentoo Archives: gentoo-user

From: waltdnes@××××××××.org
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Fluid -- the fltk gui designer...how to get it?
Date: Sun, 25 Sep 2016 19:19:39
Message-Id: 20160925191928.GA20138@waltdnes.org
In Reply to: Re: [gentoo-user] Re: Fluid -- the fltk gui designer...how to get it? by Meino.Cramer@gmx.de
1 On Sun, Sep 25, 2016 at 07:18:09PM +0200, Meino.Cramer@×××.de wrote
2
3 > >>> Failed to emerge x11-libs/fltk-1.3.3-r3, Log file:
4 >
5 >
6 > ...Therefore I tried *-r4....
7 >
8 > Next idea?
9
10 I had a look at the ebuild files. fltk-1.3.3-r3.ebuild mentions
11 "fluid" in src_install(). But fltk-1.3.3-r4.ebuild mentions "fluid" in
12 multilib_src_compile() (specifically...
13 if multilib_is_native_abi; then
14 emake -C fluid
15 use doc && emake -C documentation html
16 use games && emake -C test ${FLTK_GAMES}
17 fi
18
19 "fluid" is also mentioned in...
20 multilib_src_test()
21 multilib_src_install()
22 multilib_src_install_all()
23
24 IANAD (I Am Not A Developer), but to me it reads like the "-r4"
25 ebuild requires multilib to generate fluid. OUCH! You should file a
26 bug report on the -r4 ebuild. Why would they allow fluid only on
27 multilib machines for -r4 if it worked on -r3? Was that an oversight?
28
29 --
30 Walter Dnes <waltdnes@××××××××.org>
31 I don't run "desktop environments"; I run useful applications

Replies