Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gift-fasttrack-cvs fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
crimson
Guru
Guru


Joined: 27 Apr 2002
Posts: 430
Location: Cedar Rapids, IA

PostPosted: Sun Jul 20, 2003 6:34 pm    Post subject: gift-fasttrack-cvs fails Reply with quote

I am trying to emerge the gift-fasttrack-cvs ebuild, but I get this error when its configuring:
Code:

Running libtoolize --automake...
Running automake...
automake-1.5: configure.ac: `AM_INIT_AUTOMAKE' must be used
automake-1.5: configure.ac: installing `./install-sh'
automake-1.5: configure.ac: installing `./mkinstalldirs'
automake-1.5: configure.ac: installing `./missing'
automake-1.5: configure.ac: installing `./depcomp'

!!! ERROR: net-p2p/gift-fasttrack-cvs-0.8.1 failed.
!!! Function src_compile, Line 32, Exitcode 1
!!! FastTrack configure failed


It's not the ebuilds fault, ./autogen.sh did this too. I tried using the gift-fasttrack regular ebuild, but it doesn't work because it's not built for the only version of the giFT daemon in portage. Any ideas on what to do with the AM_INIT_AUTOMAKE error?
Back to top
View user's profile Send private message
iwasbiggs
Apprentice
Apprentice


Joined: 17 Jan 2003
Posts: 203

PostPosted: Mon Jul 21, 2003 4:56 am    Post subject: Reply with quote

Same problems. Upgrading auto make or using WANT_AUTOCONF_2_5=1 yields similar results.

Looking on the web, it seems it was a problem with configure.ac having the AM_INIT_AUTOMAKE without passing any arguments. Past that, I have no idea how to fix...

Anybody got any ideas?
_________________
www.ruinedsoft.com
Freeware development.
Back to top
View user's profile Send private message
chr1z
Apprentice
Apprentice


Joined: 17 Jul 2002
Posts: 207

PostPosted: Mon Jul 21, 2003 1:04 pm    Post subject: Reply with quote

i get the same problems too :/
Back to top
View user's profile Send private message
pYrania
Retired Dev
Retired Dev


Joined: 27 Oct 2002
Posts: 650
Location: Cologne - Germany

PostPosted: Mon Jul 21, 2003 1:08 pm    Post subject: Reply with quote

afaik they are reorganising the cvs tree.
maybe it will just work again in some days.
_________________
Markus Nigbur
Back to top
View user's profile Send private message
Raymond R
n00b
n00b


Joined: 13 Apr 2003
Posts: 36
Location: Swift Current, Saskatchewan

PostPosted: Mon Jul 21, 2003 4:39 pm    Post subject: Reply with quote

I had the same problem as listed above.
I did an emerge rsync then tried again.
It worked just fine.

Now I cannot emerge any client programs:
ACCEPT_KEYWORDS="~x86" emerge giftcurs
All ebuilds that could satisfy "giftcurs" have been masked.

Thoughts?
Back to top
View user's profile Send private message
crimson
Guru
Guru


Joined: 27 Apr 2002
Posts: 430
Location: Cedar Rapids, IA

PostPosted: Mon Jul 21, 2003 5:36 pm    Post subject: Reply with quote

I was skeptical, but apparently doing an emerge sync worked for me too!
Back to top
View user's profile Send private message
frew
n00b
n00b


Joined: 12 Nov 2002
Posts: 29

PostPosted: Mon Jul 21, 2003 5:49 pm    Post subject: Reply with quote

Raymond R wrote:
I had the same problem as listed above.
I did an emerge rsync then tried again.
It worked just fine.

Now I cannot emerge any client programs:
ACCEPT_KEYWORDS="~x86" emerge giftcurs
All ebuilds that could satisfy "giftcurs" have been masked.

Thoughts?


Just do: emerge /usr/portage/net-p2p/giftcurs/giftcurs-0.6.0.ebuild

That should do it.
Back to top
View user's profile Send private message
zeky
Guru
Guru


Joined: 24 Feb 2003
Posts: 470
Location: Vukojebina, Europe

PostPosted: Mon Jul 21, 2003 6:17 pm    Post subject: Reply with quote

Raymond R wrote:
I had the same problem as listed above.
I did an emerge rsync then tried again.
It worked just fine.

Now I cannot emerge any client programs:
ACCEPT_KEYWORDS="~x86" emerge giftcurs
All ebuilds that could satisfy "giftcurs" have been masked.

Thoughts?


Packages are masked, so you need to COMMENT this lines in your /usr/portage/profiles/package.mask file:

Code:
# <naz@gentoo.org> (16 July 2003)
# the cvs of gift is broken
#net-p2p/gift-cvs
#net-p2p/giftui
#net-p2p/giftcurs
#net-p2p/giftoxic


This will do the trick:)

Peace out
_________________
Beat your dick like it owes you money
Back to top
View user's profile Send private message
zeky
Guru
Guru


Joined: 24 Feb 2003
Posts: 470
Location: Vukojebina, Europe

PostPosted: Mon Jul 21, 2003 6:19 pm    Post subject: Reply with quote

z3ky wrote:
Raymond R wrote:
I had the same problem as listed above.
I did an emerge rsync then tried again.
It worked just fine.

Now I cannot emerge any client programs:
ACCEPT_KEYWORDS="~x86" emerge giftcurs
All ebuilds that could satisfy "giftcurs" have been masked.

Thoughts?


Packages are masked, so you need to COMMENT this lines in your /usr/portage/profiles/package.mask file:

Code:
# <naz@gentoo.org> (16 July 2003)
# the cvs of gift is broken
#net-p2p/gift-cvs
#net-p2p/giftui
#net-p2p/giftcurs
#net-p2p/giftoxic


This will do the trick :)

Peace out

_________________
Beat your dick like it owes you money
Back to top
View user's profile Send private message
Raymond R
n00b
n00b


Joined: 13 Apr 2003
Posts: 36
Location: Swift Current, Saskatchewan

PostPosted: Mon Jul 21, 2003 7:35 pm    Post subject: Reply with quote

frew wrote:

Just do: emerge /usr/portage/net-p2p/giftcurs/giftcurs-0.6.0.ebuild
That should do it.


It did. Thanks!
Back to top
View user's profile Send private message
iwasbiggs
Apprentice
Apprentice


Joined: 17 Jan 2003
Posts: 203

PostPosted: Tue Jul 22, 2003 1:16 am    Post subject: Reply with quote

crimson wrote:
I was skeptical, but apparently doing an emerge sync worked for me too!


Uh, worked for me too... wtf... I wonder if this is a bug or a bad ebuild or somethin.... Looks liek the ebuild versions were the same.
_________________
www.ruinedsoft.com
Freeware development.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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