Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 52588

Summary: version bump of cone
Product: Gentoo Linux Reporter: Redeeman <redeeman>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Redeeman 2004-05-31 10:16:59 UTC
the cone ebuild can be version bumped to 0.60

Reproducible: Always
Steps to Reproduce:
1. mv cone-0.57.ebuild cone-0.60.ebuild

Actual Results:  
i got the new version 

Expected Results:  
got the new version 

this is good, it will give support for gcc3.4
Comment 1 Patrick 2004-07-23 02:54:21 UTC
Cone 0.61 still works the same way, just copy the 0.57-r1 ebuild to 0.61 and it works. But for me, it hangs up with a segmentation fault when i try to read an email from an imap or pop3 account :(
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2004-09-22 02:47:02 UTC
Sadly, I can confirm the segfaulting on 0.61. Segfaulted even when I read mail from local mbox.
Comment 3 Andrej Kacian (RETIRED) gentoo-dev 2004-09-22 02:54:56 UTC
0.60 doesn't compile here (gcc 3.4.1-r3):

make[3]: Entering directory `/var/tmp/portage/cone-0.60/work/cone-0.60/libmail'
Compiling mail.C
Compiling addmessage.C
Compiling addressbook.C
Compiling addressbookadd.C
Compiling addressbookget.C
Compiling addressbookopen.C
addressbookget.C:263: error: expected unqualified-id before ';' token
addressbookget.C:264: error: expected unqualified-id before ';' token
make[3]: *** [addressbookget.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/cone-0.60/work/cone-0.60/libmail'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/cone-0.60/work/cone-0.60/libmail'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/cone-0.60/work/cone-0.60'
make: *** [all] Error 2

With both 0.61 and 0.60 not working properly, I'm not adding them to portage. Sorry. Please reopen when new version which fixes those segfaults in 0.61 comes out.