Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error on Merging The Gimp....!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
tomboy
n00b
n00b


Joined: 24 Oct 2002
Posts: 28

PostPosted: Thu Oct 24, 2002 1:30 pm    Post subject: Error on Merging The Gimp....! Reply with quote

I try too emerge gimp, emerge dowloaded all the packages and compiled them! And when it starts to compile the gimp this message was shown :

patching file Makefile.am
Hunk #1 succeeded at 112 (offset 7 lines).
>>> Reconfiguring package...
* Reonfigure failed, please attatch the contents of:
*
* /var/tmp/portage/gimp-1.2.3-r2/temp/autoreconf.log
*
* in your bugreport.

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_unpack, Line -69, Exitcode 1
!!! running autoreconf failed

how i can remove this error, i tried to merge autoconf but it don't work!

greetingz, tomboy
Back to top
View user's profile Send private message
cedric
n00b
n00b


Joined: 10 Apr 2002
Posts: 27
Location: Belgium

PostPosted: Thu Oct 24, 2002 9:46 pm    Post subject: Reply with quote

I had the same error and I had to emerge cvs to solve it.
Back to top
View user's profile Send private message
LugnutsForBrains
Tux's lil' helper
Tux's lil' helper


Joined: 23 Oct 2002
Posts: 89
Location: Mesa, AZ

PostPosted: Thu Oct 24, 2002 11:30 pm    Post subject: CVS emerge solved this? Reply with quote

I am a complete noob to Gentoo and very wet behind the ears with Linux in general.

I just emerged CVS and it did not solve the problem. Is there anything else that you did?
_________________
Is the sky really falling???
Back to top
View user's profile Send private message
frogold
n00b
n00b


Joined: 25 Oct 2002
Posts: 2

PostPosted: Fri Oct 25, 2002 8:47 am    Post subject: you need the newer gettext Reply with quote

emerge the newer gettext.
heres how

emerge rsync
to update your portage tree.

emerge -up system
to see what all needs to be updated

emerge -u gettext

I would avoid emerging pam-login as it breaks gdm.
after you update gettext do a
emerge clean.

gimp should now emerge fine.

Also if you have problems with cups emerge the older 1.1.14
:o :idea:
Back to top
View user's profile Send private message
tomboy
n00b
n00b


Joined: 24 Oct 2002
Posts: 28

PostPosted: Fri Oct 25, 2002 9:02 am    Post subject: i fixed it too Reply with quote

i just dowloaded the orig files from www.gimp.org and compiled them by hand! now it worx fine!
Back to top
View user's profile Send private message
cedric
n00b
n00b


Joined: 10 Apr 2002
Posts: 27
Location: Belgium

PostPosted: Fri Oct 25, 2002 8:10 pm    Post subject: Reply with quote

I looked in the file /var/tmp/portage/gimp-1.2.3-r2/temp/autoreconf.log and saw that the error was that cvs was missing. So I emerged cvs and it solved my problem.
Back to top
View user's profile Send private message
dnmrkhm
n00b
n00b


Joined: 02 Oct 2002
Posts: 11

PostPosted: Sat Oct 26, 2002 4:37 am    Post subject: Reply with quote

i had the same issue.... not sure why gimp needs cvs to be installed?... sounds like it could be a bug
Back to top
View user's profile Send private message
LugnutsForBrains
Tux's lil' helper
Tux's lil' helper


Joined: 23 Oct 2002
Posts: 89
Location: Mesa, AZ

PostPosted: Sun Oct 27, 2002 5:04 am    Post subject: CVS was not the problem in my case. Reply with quote

Building a new system (1.4rc1) and emerging kde, my KDE installation failed at the point where it was emerging GIMP. It turned out that my problem was really xfree-4.2.1. I found instructions in the forum to do:

emerge unmerge xfree
emerge =x11-base/xfree-4.2.0-r12
emerge kde
emerge unmerge =x11-base/xfree-4.2.0-r12
emerge =x11-base/xfree-4.2.1

And, so far so good.
_________________
Is the sky really falling???
Back to top
View user's profile Send private message
unixownz
n00b
n00b


Joined: 22 Oct 2002
Posts: 31

PostPosted: Fri Nov 01, 2002 2:33 am    Post subject: Still no go Reply with quote

I did that, but I get the same error when compiling
kde and kde-base !!
Rawr !

Its the same gimp1.2.3 error.

I did exactly as above. =(

How do I compile the gimp by hand ? and what directoyr do i put it into ?
Back to top
View user's profile Send private message
LugnutsForBrains
Tux's lil' helper
Tux's lil' helper


Joined: 23 Oct 2002
Posts: 89
Location: Mesa, AZ

PostPosted: Fri Nov 01, 2002 11:02 pm    Post subject: Reply with quote

Did you try all the other suggestions in this thread as above? If not, follow them top to bottom. Maybe it depends on all of the things mentioned, because I tried from the top down, until I tried the XFree solution...

I did not try to compile gimp by hand.
_________________
Is the sky really falling???
Back to top
View user's profile Send private message
unixownz
n00b
n00b


Joined: 22 Oct 2002
Posts: 31

PostPosted: Sat Nov 02, 2002 9:25 am    Post subject: =( ?? Reply with quote

I tried all the things above. STill to no avail will it work...
Oh wait.. I didnt not try the cvs thing, because I dotn know what that is..
But I did try the Xfree switch to 4.2 and teh
Emerge gettext ...

Both did not remindy my problem..
I just dled gimp, I will be trying to install it later this weekend..
Wish me luck, because its my only hope left.

If you have any other solutions, tell me =)
Or tell me about more about this CVS thing and how to do it.
Hehe Thx
Back to top
View user's profile Send private message
LugnutsForBrains
Tux's lil' helper
Tux's lil' helper


Joined: 23 Oct 2002
Posts: 89
Location: Mesa, AZ

PostPosted: Sun Nov 03, 2002 2:25 am    Post subject: Reply with quote

All I know is
Code:
emerge cvs
Good Luck...
_________________
Is the sky really falling???
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Sun Nov 03, 2002 10:58 am    Post subject: Reply with quote

cvs is a ... program to get source files onto your computer... it gets you the newest (sometimes unstable) stuff off the internet straight from the developer...
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum