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

Bug 373611

Summary: mail-client/claws-mail-3.7.9-r1 fails to compile with -ssl -gnutls
Product: Gentoo Linux Reporter: Faustus <orlovm>
Component: New packagesAssignee: Christian Faulhammer (RETIRED) <fauli>
Status: RESOLVED FIXED    
Severity: normal CC: ken69267, net-mail+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2462
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 372957    
Attachments: Build log

Description Faustus 2011-06-30 16:22:39 UTC
wizard.c: In function ‘smtp_page’:
wizard.c:1298: error: ‘label’ undeclared (first use in this function)

Looking at wizard.c:1298 shows an assignment to variable label, which is
declared with #ifdef USE_GNUTLS.
Comment 1 Agostino Sarubbo gentoo-dev 2011-06-30 16:26:01 UTC
please add complete build log  and emerge --info
Comment 2 Faustus 2011-06-30 16:35:11 UTC
I have pointed out the precise problem, why waste time producing logs? claws-mail doesn't build with --disable-gnutls due to an upstream bug in wizard.c.
Comment 3 Agostino Sarubbo gentoo-dev 2011-06-30 17:07:19 UTC
Created attachment 278725 [details]
Build log

Full build log with issue.
Comment 4 Agostino Sarubbo gentoo-dev 2011-06-30 17:09:36 UTC
is a regression with actual stable.
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2011-07-03 15:04:46 UTC
Bug has been filed upstream: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2462

For me it is not clear which part (assignment or declaration) is incorrectly scoped.
Comment 6 Christian Faulhammer (RETIRED) gentoo-dev 2011-07-10 07:35:01 UTC
Fixed by upstream and in Gentoo.  Thanks for the report.