Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52588 - version bump of cone
Summary: version bump of cone
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-31 10:16 UTC by Redeeman
Modified: 2004-09-22 02:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.