Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Re: Fluid -- the fltk gui designer...how to get it? waltdnes@××××××××.org