View previous topic :: View next topic |
Author |
Message |
ar n00b
Joined: 28 Feb 2004 Posts: 1
|
Posted: Sat Feb 28, 2004 8:12 pm Post subject: how can i install cyurs |
|
|
hi,
why i can install cyrus imap server on a amd64 machine? when i try to install i become the following error
Code: |
bash-2.05b# emerge cyrus-imapd
Calculating dependencies
!!! all ebuilds that could satisfy "cyrus-imapd" have been masked.
!!! possible candidates are:
- net-mail/cyrus-imapd-2.1.12 (masked by: missing keyword)
- net-mail/cyrus-imapd-2.1.13 (masked by: missing keyword)
- net-mail/cyrus-imapd-2.1.14 (masked by: missing keyword)
- net-mail/cyrus-imapd-2.1.15-r1 (masked by: missing keyword)
- net-mail/cyrus-imapd-2.1.15 (masked by: missing keyword)
- net-mail/cyrus-imapd-2.2.3 (masked by: package.mask, missing keyword)
!!! Error calculating dependencies. Please correct.
|
what can i make to install the server cerrectly?
thanks in advance & greetins
ar |
|
Back to top |
|
|
gebner Tux's lil' helper
Joined: 01 Jan 2004 Posts: 100 Location: Wien, EU
|
Posted: Sat Feb 28, 2004 10:20 pm Post subject: Add amd64 to KEYWORDS="" |
|
|
Edit net-mail/cyrus-imapd-2.1.15 ebuild to read:
Code: | KEYWORDS="x86 amd64 -ppc -sparc" |
And then emerge it. Let us know if it works, otherwise post the errors and try another ebuild... _________________ clue = if 0 == 0 then clue else error "The poster didn't have any clue when he posted this." |
|
Back to top |
|
|
essele n00b
Joined: 09 Mar 2004 Posts: 3
|
Posted: Tue Mar 09, 2004 11:33 am Post subject: |
|
|
I've added the amd64 keyword and built this no problem (actually it is the -r1 version)
It seems to work ok, however the default version of saslauthd (2.1.14) doesn't work properly. 2.1.17 seems to be ok when you add amd64 to the keywords.
The big problem now is that the cyrus-imap-admin package (2.1.14) fails to build with the -fPIC error. |
|
Back to top |
|
|
Getrb n00b
Joined: 20 Jun 2003 Posts: 30 Location: Europe -> Sweden -> Lidköping
|
Posted: Tue Mar 09, 2004 12:04 pm Post subject: Re: Add amd64 to KEYWORDS="" |
|
|
gebner wrote: | Edit net-mail/cyrus-imapd-2.1.15 ebuild to read:
Code: | KEYWORDS="x86 amd64 -ppc -sparc" |
And then emerge it. Let us know if it works, otherwise post the errors and try another ebuild... |
The readings ive done says _do not_ give x86 or ~86 commands. Just a little warning for "the big bad wolf"
As i figured it that will screw up 64-bit arc.?? (Accepting 32-bit system-components) _________________ WANTED: a Linux-based webshop, *secure *good layout *output for the books and more! Ideas? :-) |
|
Back to top |
|
|
|