* [gentoo-user] gimp-9999 failed to compile
@ 2008-10-25 9:53 Nickolay Hodyunya
2008-10-26 12:05 ` Liviu Andronic
0 siblings, 1 reply; 7+ messages in thread
From: Nickolay Hodyunya @ 2008-10-25 9:53 UTC (permalink / raw
To: gentoo-user
I was trying to compile latest gimp from svn, but it fail because gegl
version in ports is 0.0.20 but gimp-9999 requires >=0.0.21. Have I any chance
to see this version in ports tree?
--
Regards, Nickolay Hodyunya.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] gimp-9999 failed to compile
2008-10-25 9:53 [gentoo-user] gimp-9999 failed to compile Nickolay Hodyunya
@ 2008-10-26 12:05 ` Liviu Andronic
2008-10-27 5:21 ` Nickolay Hodyunya
0 siblings, 1 reply; 7+ messages in thread
From: Liviu Andronic @ 2008-10-26 12:05 UTC (permalink / raw
To: gentoo-user
On Sat, Oct 25, 2008 at 10:53 AM, Nickolay Hodyunya <nickolayh@gmail.com> wrote:
> I was trying to compile latest gimp from svn, but it fail because gegl
> version in ports is 0.0.20 but gimp-9999 requires >=0.0.21. Have I any chance
> to see this version in ports tree?
>
Did you try renaming the gegl ebuild to smth like 0.0.21, in
/usr/local overlay, and emerging it?
Liviu
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] gimp-9999 failed to compile
2008-10-26 12:05 ` Liviu Andronic
@ 2008-10-27 5:21 ` Nickolay Hodyunya
2008-10-27 9:01 ` Liviu Andronic
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Nickolay Hodyunya @ 2008-10-27 5:21 UTC (permalink / raw
To: gentoo-user
On Sun, Oct 26, 2008 at 01:05:16PM +0100, Liviu Andronic wrote:
> On Sat, Oct 25, 2008 at 10:53 AM, Nickolay Hodyunya <nickolayh@gmail.com> wrote:
> > I was trying to compile latest gimp from svn, but it fail because gegl
> > version in ports is 0.0.20 but gimp-9999 requires >=0.0.21. Have I any chance
> > to see this version in ports tree?
> >
> Did you try renaming the gegl ebuild to smth like 0.0.21, in
> /usr/local overlay, and emerging it?
> Liviu
>
Yes, but it seems 0.0.21 is not even released, because there is no files to fetch
from ftp.gimp.org for this version.
--
Regards, Nickolay Hodyunya.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] gimp-9999 failed to compile
2008-10-27 5:21 ` Nickolay Hodyunya
@ 2008-10-27 9:01 ` Liviu Andronic
2008-10-27 13:22 ` Albert Hopkins
2008-10-28 14:44 ` Helmut Jarausch
2 siblings, 0 replies; 7+ messages in thread
From: Liviu Andronic @ 2008-10-27 9:01 UTC (permalink / raw
To: gentoo-user
On Mon, Oct 27, 2008 at 6:21 AM, Nickolay Hodyunya <nickolayh@gmail.com> wrote:
> Yes, but it seems 0.0.21 is not even released, because there is no files to fetch
> from ftp.gimp.org for this version.
>
Dunno, perhaps they rely on SVN version. I would try to compile the
code "manually", and see if the GIMP ./configure complains.
Liviu
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] gimp-9999 failed to compile
2008-10-27 5:21 ` Nickolay Hodyunya
2008-10-27 9:01 ` Liviu Andronic
@ 2008-10-27 13:22 ` Albert Hopkins
2008-10-28 20:49 ` Jorge Peixoto de Morais Neto
2008-10-28 14:44 ` Helmut Jarausch
2 siblings, 1 reply; 7+ messages in thread
From: Albert Hopkins @ 2008-10-27 13:22 UTC (permalink / raw
To: gentoo-user
On Mon, 2008-10-27 at 12:21 +0700, Nickolay Hodyunya wrote:
> Yes, but it seems 0.0.21 is not even released, because there is no
> files to fetch
> from ftp.gimp.org for this version.
Well, sometimes that happens when you build from trunk (and why it's
usually discouraged).
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] gimp-9999 failed to compile
2008-10-27 5:21 ` Nickolay Hodyunya
2008-10-27 9:01 ` Liviu Andronic
2008-10-27 13:22 ` Albert Hopkins
@ 2008-10-28 14:44 ` Helmut Jarausch
2 siblings, 0 replies; 7+ messages in thread
From: Helmut Jarausch @ 2008-10-28 14:44 UTC (permalink / raw
To: gentoo-user
On 27 Oct, Nickolay Hodyunya wrote:
> On Sun, Oct 26, 2008 at 01:05:16PM +0100, Liviu Andronic wrote:
>> On Sat, Oct 25, 2008 at 10:53 AM, Nickolay Hodyunya <nickolayh@gmail.com> wrote:
>> > I was trying to compile latest gimp from svn, but it fail because gegl
>> > version in ports is 0.0.20 but gimp-9999 requires >=0.0.21. Have I any chance
>> > to see this version in ports tree?
>> >
>> Did you try renaming the gegl ebuild to smth like 0.0.21, in
>> /usr/local overlay, and emerging it?
>> Liviu
>>
> Yes, but it seems 0.0.21 is not even released, because there is no files to fetch
> from ftp.gimp.org for this version.
It needs gegl svn. To do those I've built an entry in my overlay tree.
If your interested I can send this to you by email.
But it's not funny since there is patch
gegl-21-configure-ac.patch
derived ffrom gegl-20-configure-ac.patch
which has to be adapted to the current svn version.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] gimp-9999 failed to compile
2008-10-27 13:22 ` Albert Hopkins
@ 2008-10-28 20:49 ` Jorge Peixoto de Morais Neto
0 siblings, 0 replies; 7+ messages in thread
From: Jorge Peixoto de Morais Neto @ 2008-10-28 20:49 UTC (permalink / raw
To: gentoo-user
> On Mon, 2008-10-27 at 12:21 +0700, Nickolay Hodyunya wrote:
>> Yes, but it seems 0.0.21 is not even released, because there is no
>> files to fetch
>> from ftp.gimp.org for this version.
>
> Well, sometimes that happens when you build from trunk (and why it's
> usually discouraged).
That is not the only reason it is usually discouraged... the main
reason is that the code itself is often broken.
By the way, there is a contradiction among a subset of the Gentoo
users. They spend a lot of time optimizing their system
(sometimes even being irresponsible, using absurd CFLAGS), but at the
same time they install the very latest software, while 95% of software
gets slower with each release. Using the most recent, untested
software often leads to bugs and very often leads to decreased
performance.
What a rational person would do (in my opinion) is
1) A generally stable (no ~arch) system.
2) A few ~arch packages, where the ~arch versions really have important
features, and they outweigh the unreliability. One example would be
multimedia software, and perhaps Firefox (3.0 is still ~x86).
3) Zero or very few hardmasked or unkeyworded packages, including cvs
software. They are hardmasked for a reason.
Of course, some people do have a rational reason to download software
from cvs, such as developers of that particular software.
--
Software is like sex: it is better when it is free - Linus Torvalds
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-10-28 20:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-25 9:53 [gentoo-user] gimp-9999 failed to compile Nickolay Hodyunya
2008-10-26 12:05 ` Liviu Andronic
2008-10-27 5:21 ` Nickolay Hodyunya
2008-10-27 9:01 ` Liviu Andronic
2008-10-27 13:22 ` Albert Hopkins
2008-10-28 20:49 ` Jorge Peixoto de Morais Neto
2008-10-28 14:44 ` Helmut Jarausch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox