Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

GAP (gimp-gap) no ebuilds available? [solved]

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
L3mP
n00b
n00b
User avatar
Posts: 70
Joined: Sat Jan 24, 2004 3:32 pm
Contact:
Contact L3mP
Website

GAP (gimp-gap) no ebuilds available? [solved]

  • Quote

Post by L3mP » Thu Dec 16, 2004 2:21 pm

I've just done a portage sync...

And wanted to try out the gimp animation package.. but It's not in portage though some threads seem to say ohterwise.. What do I do now?

thx L3mp
Last edited by L3mP on Thu Dec 16, 2004 8:43 pm, edited 1 time in total.
http://bailout.dk - were.. ehm.. dreams come true
Top
30726
Veteran
Veteran
Posts: 1501
Joined: Wed Sep 24, 2003 11:01 pm

  • Quote

Post by 30726 » Thu Dec 16, 2004 2:30 pm

According to packages.gentoo.org, there are no gimp-gap ebuilds in the Portage tree.

There are some ebuilds in the bugzilla however
http://bugs.gentoo.org/show_bug.cgi?id=40023
Top
L3mP
n00b
n00b
User avatar
Posts: 70
Joined: Sat Jan 24, 2004 3:32 pm
Contact:
Contact L3mP
Website

  • Quote

Post by L3mP » Thu Dec 16, 2004 2:33 pm

that's exactly the stuff I found too...
But how do I use this bugzilla thing then?
This is completely new to me :?
http://bailout.dk - were.. ehm.. dreams come true
Top
30726
Veteran
Veteran
Posts: 1501
Joined: Wed Sep 24, 2003 11:01 pm

  • Quote

Post by 30726 » Thu Dec 16, 2004 2:40 pm

Edit /etc/make.conf and add a line like this

Code: Select all

PORTDIR_OVERLAY="/usr/local/overlays"
Then create the dir /usr/local/overlays/media-plugins/gimp-gap/ and put the ebuild in there. Then run this command

Code: Select all

ebuild /usr/local/overlays/media-plugins/gimp-gap/*ebuild digest
After that you can just emerge it with

Code: Select all

emerge gimp-gap
If you're not using ~arch, you need to do this as well

Code: Select all

mkdir /etc/portage && echo "media-plugins/gimp-gap ~x86" >> /etc/portage/package.keywords
Replace ~x86 with whatever arch you're running.
Top
L3mP
n00b
n00b
User avatar
Posts: 70
Joined: Sat Jan 24, 2004 3:32 pm
Contact:
Contact L3mP
Website

  • Quote

Post by L3mP » Thu Dec 16, 2004 8:43 pm

thx mate.. that did the trick
http://bailout.dk - were.. ehm.. dreams come true
Top
gnat79
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 111
Joined: Tue Jan 20, 2004 4:29 am
Location: Richmond Virginia, USA
Contact:
Contact gnat79
Website

  • Quote

Post by gnat79 » Mon Dec 05, 2005 5:46 am

I have never installed ebuilds like this, but I just tried to follow the above directions and got this error:

Code: Select all

 
 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/local/overlays/media-plugins/gimp-gap/files/extern_lib_fix.patch
 *   ( extern_lib_fix.patch )
Any ideas? I used this ebuild:
http://bugs.gentoo.org/attachment.cgi?id=73517
Maybe that's the wrong one?

There is also a file "extern_lib_fix.patch" which is probably something I have to run? Or something? Well, I decided to try putting it in the /files directory and it gave me a security warning so I took it back out. I'm not sure what to do.

Thanks!
There are 11 kinds of people in the world:
those who can count in binary and those who can't.
Top
sandcrawler
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 149
Joined: Mon Mar 24, 2003 10:31 pm
Location: SaintLouis, MO

  • Quote

Post by sandcrawler » Thu Dec 08, 2005 9:47 pm

put that patch file back in the files directory and run the

Code: Select all

ebuild /usr/local/overlays/media-plugins/gimp-gap/*ebuild digest
Again to clear up that security error

Anyhow, I'm having problems with ffmpeg and libavformat stuff. It appears the extern_libs from

http://cvs.rpm.org/viewcvs/gimp-gap/

are supposed to take care of this problem but I guess the ebuild doesn't reference and use those libraries.

So now, I'm trying the 2.2.0 ebuild from

http://forums.gentoo.org/viewtopic-t-39 ... mpgap.html

to see if that works.

edit:

Which didn't, using the FEB 2005 ffmpeg since transcode won't build with anything newer. Anyone know, short of manually downloading and isntalling, of an ebuild that works?
--

sandcrawler
Top
gnat79
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 111
Joined: Tue Jan 20, 2004 4:29 am
Location: Richmond Virginia, USA
Contact:
Contact gnat79
Website

  • Quote

Post by gnat79 » Fri Dec 09, 2005 2:14 am

Thanks, that caused the emerge process to function correctly.
There are 11 kinds of people in the world:
those who can count in binary and those who can't.
Top
jettjunker
Apprentice
Apprentice
User avatar
Posts: 267
Joined: Sat Sep 10, 2005 9:50 pm

  • Quote

Post by jettjunker » Mon Mar 20, 2006 12:47 am

Yo.

I probably wont get a reply because this thread is kind of old... but...

I've tried following the directions in this thread to no avail.


When I got to:

Code: Select all

ebuild gimp-gap-2.2.0-ebuild.tar.gz digest
I got:

Code: Select all

Appending /usr/local/overlays to PORTDIR_OVERLAY...
!!! /usr/local/overlays does not seem to have a valid PORTDIR structure.
(I checked and rechecked for typos.. but my make.conf is fine, and so are my directory names. I also tried the -r1.)

So then I tried the plain text one:

Code: Select all

ebuild gimp-gap-2.2.0.ebuild digest
That seemed to work, but it was getting hung up trying to connect to some server (132.194.22.137:36647 (I'm guessing the port number from memory))

So then I copied both gimp-gap-2.2.0.ebuild.tar.gz and gimp-gap-2.2.0.tar.bz2 (dl from official gimp page) to /usr/portage/distfiles/

After that I tried to

Code: Select all

ebuild gimp-gap-2.2.0.ebuild digest
again, and it seemed to work... So I tried to emerge then I got that same error as gnat79:

Code: Select all

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/local/overlays/media-plugins/gimp-gap/files/extern_lib_fix.patch
 *   ( extern_lib_fix.patch )
Only I don't have the extern_lib_fix.patch anywhere on my computer, and google shows no results...

if I try that ebuild that sandcrawler linked to (babo's) it compiles for 5 minutes then...

Code: Select all

rm -f /usr/lib/gimp-gap-2.2/libavformat.a \
rm -f /usr/lib/gimp-gap-2.2/libavcodec.a \
rm -f /usr/lib/gimp-gap-2.2/libmpeg3.a
ACCESS DENIED  unlink:    /usr/lib/gimp-gap-2.2/libavformat.a
rm: cannot remove `/usr/lib/gimp-gap-2.2/libavformat.a': Permission denied
ACCESS DENIED  unlink:    /usr/lib/gimp-gap-2.2/libavcodec.a
rm: cannot remove `/usr/lib/gimp-gap-2.2/libavcodec.a': Permission denied
ACCESS DENIED  unlink:    /usr/lib/gimp-gap-2.2/libmpeg3.a
rm: cannot remove `/usr/lib/gimp-gap-2.2/libmpeg3.a': Permission denied
make[3]: *** [install-data-hook] Error 1
make[3]: Leaving directory `/var/tmp/portage/gimp-gap-2.2.0/work/gimp-gap-2.2.0/extern_libs'
make[2]: *** [install-data-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/gimp-gap-2.2.0/work/gimp-gap-2.2.0/extern_libs'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/gimp-gap-2.2.0/work/gimp-gap-2.2.0/extern_libs'
make: *** [install-recursive] Error 1

!!! ERROR: media-plugins/gimp-gap-2.2.0 failed.
!!! Function src_install, Line 33, Exitcode 2
!!! install failed
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-media-plugins_-_gimp-gap-2.2.0-21227.log"

unlink:    /usr/lib/gimp-gap-2.2/libavformat.a
unlink:    /usr/lib/gimp-gap-2.2/libavcodec.a
unlink:    /usr/lib/gimp-gap-2.2/libmpeg3.a



So I am stuck at three different places depending on whether I use 73517 (or 77764) or 81227 or babo's ebuild... oi.
Top
sandcrawler
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 149
Joined: Mon Mar 24, 2003 10:31 pm
Location: SaintLouis, MO

  • Quote

Post by sandcrawler » Thu Apr 20, 2006 9:59 pm

Jet,

I haven't tried gimp-gap reinstall since I got it working. I think I need to test it again on a few other systems and if I get it going I will repost the results.
--

sandcrawler
Top
cvig
n00b
n00b
Posts: 13
Joined: Sat Sep 04, 2004 7:59 am

  • Quote

Post by cvig » Mon Apr 24, 2006 12:39 am

mkdir /usr/local/overlays/media-plugins/gimp-gap/files
wget http://bugs.gentoo.org/attachment.cgi?id=83535 -O /usr/local/overlays/media-plugins/gimp-gap/files/extern_lib_fix.patch

The extern_lib_fix.patch is attached to the bug report:
http://bugs.gentoo.org/show_bug.cgi?id=40023

(if no wget, emerge it or figure out what it is doing above :)).
Top
Post Reply

11 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic