* [gentoo-user] cyrus-imap-admin compiling error
@ 2006-09-02 13:19 Arnau Bria
2006-09-02 21:03 ` Richard Fish
0 siblings, 1 reply; 5+ messages in thread
From: Arnau Bria @ 2006-09-02 13:19 UTC (permalink / raw
To: gentoo-user
Hi,
after a gcc upgrate (4.1.1) and emerge -e system & world, I find taht
cyrus-imap-admin-2.2.10 was not able to comple:
[...]
config.status: creating perl/sieve/lib/Makefile
config.status: creating Makefile
config.status: creating config.h
make: Entering directory `/var/tmp/portage/cyrus-imap-admin-2.2.10/work/cyrus-imapd-2.2.10/lib'
i686-pc-linux-gnu-gcc -fPIC -c -I.. -I../et -DHAVE_CONFIG_H -march=athlon -O2 -pipe -fomit-frame-pointer \
libconfig.c
In file included from libconfig.h:47,
from libconfig.c:57:
imapopts.h:181: error: el tipo matriz tiene tipo de elemento incompleto
make: *** [libconfig.o] Error 1
make: Leaving directory `/var/tmp/portage/cyrus-imap-admin-2.2.10/work/cyrus-imapd-2.2.10/lib'
!!! ERROR: net-mail/cyrus-imap-admin-2.2.10 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
cyrus-imap-admin-2.2.10.ebuild, line 71: Called die
I've been looking fot this in gentoo forums and in google but I found nothuing...
Any idea of what's hepping?
Thanks in advance
Arnau
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] cyrus-imap-admin compiling error
2006-09-02 13:19 [gentoo-user] cyrus-imap-admin compiling error Arnau Bria
@ 2006-09-02 21:03 ` Richard Fish
2006-09-03 0:45 ` Arnau Bria
0 siblings, 1 reply; 5+ messages in thread
From: Richard Fish @ 2006-09-02 21:03 UTC (permalink / raw
To: gentoo-user
On 9/2/06, Arnau Bria <arnau@emergetux.net> wrote:
> I've been looking fot this in gentoo forums and in google but I found nothuing...
Did you try searching bugzilla?
http://bugs.gentoo.org/show_bug.cgi?id=126968
And then from /usr/portage/net-mail/cyrus-imap-admin/ChangeLog:
*cyrus-imap-admin-2.2.12-r1 (27 Mar 2006)
27 Mar 2006; Tu<E1><BA><A5>n V<C4><83>n <langthang@gentoo.org>
+files/cyrus-imap-admin-2.2.12-gcc4.patch,
+cyrus-imap-admin-2.2.12-r1.ebuild:
gcc-4 fix. Bug #126968 reported by Patrick Lauer <patrick@gentoo.org>.
So it looks like you need to try 2.2.12-r1. However, it is still
~X86, so you'll need:
echo "=net-mail/cyrus-imap-admin-2.2.12-r1 ~x86" >>
/etc/portage/package.keywords
HTH,
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] cyrus-imap-admin compiling error
2006-09-02 21:03 ` Richard Fish
@ 2006-09-03 0:45 ` Arnau Bria
2006-09-03 2:30 ` Richard Fish
0 siblings, 1 reply; 5+ messages in thread
From: Arnau Bria @ 2006-09-03 0:45 UTC (permalink / raw
To: gentoo-user
El Sat, 2 Sep 2006 14:03:14 -0700
Richard Fish dijo:
> On 9/2/06, Arnau Bria <arnau@emergetux.net> wrote:
> > I've been looking fot this in gentoo forums and in google but I found nothuing...
>
> Did you try searching bugzilla?
Nop...
I'm not so familiar with that... I supposed it was "stable"...
> http://bugs.gentoo.org/show_bug.cgi?id=126968
[...]
>
> echo "=net-mail/cyrus-imap-admin-2.2.12-r1 ~x86" >>
> /etc/portage/package.keywords
Thanks... ginna try it, I suppose it will work.
> HTH,
> -Richard
Arnau
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] cyrus-imap-admin compiling error
2006-09-03 0:45 ` Arnau Bria
@ 2006-09-03 2:30 ` Richard Fish
2006-09-03 17:54 ` Arnau Bria
0 siblings, 1 reply; 5+ messages in thread
From: Richard Fish @ 2006-09-03 2:30 UTC (permalink / raw
To: gentoo-user
On 9/2/06, Arnau Bria <arnau@emergetux.net> wrote:
> I'm not so familiar with that... I supposed it was "stable"...
Well, don't feel bad about that. Seems like quite a few bugs being
filed today about stable packages not building with gcc-4.1, while the
~arch versions do.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] cyrus-imap-admin compiling error
2006-09-03 2:30 ` Richard Fish
@ 2006-09-03 17:54 ` Arnau Bria
0 siblings, 0 replies; 5+ messages in thread
From: Arnau Bria @ 2006-09-03 17:54 UTC (permalink / raw
To: gentoo-user
El Sat, 2 Sep 2006 19:30:23 -0700
Richard Fish dijo:
> On 9/2/06, Arnau Bria <arnau@emergetux.net> wrote:
> > I'm not so familiar with that... I supposed it was "stable"...
>
> Well, don't feel bad about that. Seems like quite a few bugs being
> filed today about stable packages not building with gcc-4.1, while the
> ~arch versions do.
Well, thats for that.
Next time I'll look in bugzilla too!
> -Richard
Cheers!
Arnau
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-09-03 17:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-02 13:19 [gentoo-user] cyrus-imap-admin compiling error Arnau Bria
2006-09-02 21:03 ` Richard Fish
2006-09-03 0:45 ` Arnau Bria
2006-09-03 2:30 ` Richard Fish
2006-09-03 17:54 ` Arnau Bria
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox