View previous topic :: View next topic |
Author |
Message |
meekrob Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1197615443ec28b49b71f7.jpg)
Joined: 13 Apr 2002 Posts: 81 Location: Tempe, AZ USA
|
Posted: Fri Feb 21, 2003 5:53 pm Post subject: What's the status of the AIDE 0.9 ebuild |
|
|
emerge -p AIDE and portage shows:
Code: | Calculating dependencies ...done!
[ebuild N ] net-libs/libwww-5.4.0-r1
[ebuild N ] app-text/tetex-1.0.7-r12
[ebuild N ] app-text/jadetex-3.12
[ebuild N ] dev-libs/libgcrypt-1.1.3
[ebuild N ] app-crypt/mhash-0.8.16
[ebuild N ] app-admin/aide-0.8
|
However there is an aide-0.9 ebuild in /usr/portage/app-admin/aide. AIDE is not in package.mask. What's the status of the AIDE 0.9 ebuild and is there a way for me to emerge it instead of 0.8?
Thanks,
meekrob |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
meekrob Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1197615443ec28b49b71f7.jpg)
Joined: 13 Apr 2002 Posts: 81 Location: Tempe, AZ USA
|
Posted: Fri Feb 21, 2003 5:59 pm Post subject: Answered my own question |
|
|
I tried:
Code: | ACCEPT_KEYWORDS="~x86" emerge -p aide |
and that did the trick. Has anyone out there had any trouble with 0.9 ??? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SmegTheLight Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 05 Jul 2002 Posts: 97 Location: 3rd Planet
|
Posted: Fri Feb 21, 2003 6:14 pm Post subject: |
|
|
I would guess it has something to do with the freeze pending the 1.4 release.
In these intances, I just copy the ebuild+dir over to a local portage area
( copy /usr/portage/app-admin/aide/* to /usr/local/portage/app-admin/aide/* )
Then edit the local aide-0.9.ebuild and chnage the "~x86" or "-x86" to be "x86".
That way it doesn't keep trying to downgrade it I do an emerge -up world --deep |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
meekrob Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1197615443ec28b49b71f7.jpg)
Joined: 13 Apr 2002 Posts: 81 Location: Tempe, AZ USA
|
Posted: Fri Feb 21, 2003 6:50 pm Post subject: Thanks! |
|
|
So anything I put in /usr/local/portage doesn't get overwritten when I emerge rsync, right?
Thanks! That's very cool. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SmegTheLight Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 05 Jul 2002 Posts: 97 Location: 3rd Planet
|
Posted: Mon Feb 24, 2003 3:49 am Post subject: |
|
|
Correct - Comes in very handy.
You can change the location to something other then /usr/local/portage with the PORTAGE_OVERLAY setting in your /etc/make.conf file. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|