View previous topic :: View next topic |
Author |
Message |
crimson Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/cfbfca0c3e2e30de13bf5.gif)
Joined: 27 Apr 2002 Posts: 430 Location: Cedar Rapids, IA
|
Posted: Sun Jul 20, 2003 6:34 pm Post subject: gift-fasttrack-cvs fails |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
iwasbiggs Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Jan 2003 Posts: 203
|
Posted: Mon Jul 21, 2003 4:56 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
chr1z Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Jul 2002 Posts: 207
|
Posted: Mon Jul 21, 2003 1:04 pm Post subject: |
|
|
i get the same problems too :/ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pYrania Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/144127336740b269c26f80a.jpg)
Joined: 27 Oct 2002 Posts: 650 Location: Cologne - Germany
|
Posted: Mon Jul 21, 2003 1:08 pm Post subject: |
|
|
afaik they are reorganising the cvs tree.
maybe it will just work again in some days. _________________ Markus Nigbur |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Raymond R n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 Apr 2003 Posts: 36 Location: Swift Current, Saskatchewan
|
Posted: Mon Jul 21, 2003 4:39 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
crimson Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/cfbfca0c3e2e30de13bf5.gif)
Joined: 27 Apr 2002 Posts: 430 Location: Cedar Rapids, IA
|
Posted: Mon Jul 21, 2003 5:36 pm Post subject: |
|
|
I was skeptical, but apparently doing an emerge sync worked for me too! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
frew n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2002 Posts: 29
|
Posted: Mon Jul 21, 2003 5:49 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
zeky Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/188434724542aafdcdf0091.jpg)
Joined: 24 Feb 2003 Posts: 470 Location: Vukojebina, Europe
|
Posted: Mon Jul 21, 2003 6:17 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
zeky Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/188434724542aafdcdf0091.jpg)
Joined: 24 Feb 2003 Posts: 470 Location: Vukojebina, Europe
|
Posted: Mon Jul 21, 2003 6:19 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Raymond R n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 Apr 2003 Posts: 36 Location: Swift Current, Saskatchewan
|
Posted: Mon Jul 21, 2003 7:35 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
iwasbiggs Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Jan 2003 Posts: 203
|
Posted: Tue Jul 22, 2003 1:16 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|