Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373611 - mail-client/claws-mail-3.7.9-r1 fails to compile with -ssl -gnutls
Summary: mail-client/claws-mail-3.7.9-r1 fails to compile with -ssl -gnutls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Faulhammer (RETIRED)
URL: http://www.thewildbeast.co.uk/claws-m...
Whiteboard:
Keywords:
Depends on:
Blocks: 372957
  Show dependency tree
 
Reported: 2011-06-30 16:22 UTC by Faustus
Modified: 2011-07-10 09:12 UTC (History)
2 users (show)

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


Attachments
Build log (claws-mail-3.7.9-r1:20110630-150229.log,278.23 KB, text/plain)
2011-06-30 17:07 UTC, Agostino Sarubbo
Details

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