Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336096 - dev-libs/libmcal does not respect LDFLAGS
Summary: dev-libs/libmcal does not respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2010-09-05 14:07 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2013-11-03 20:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---
robbat2: Bugday+


Attachments
Build log (libmcal-0.7-r5:20100905-095759.log,5.81 KB, text/plain)
2010-09-05 14:07 UTC, Diego Elio Pettenò (RETIRED)
Details
libmcal-0.7-r6.ebuild (libmcal-0.7-r6.ebuild,2.05 KB, text/plain)
2013-03-23 16:32 UTC, Michael Mair-Keimberger (iamnr3)
Details
libmcal-0.7-flex-2.5.37.patch (libmcal-0.7-flex-2.5.37.patch,406 bytes, patch)
2013-03-23 16:32 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff
libmcal-0.7-gcc4.patch (libmcal-0.7-gcc4.patch,1.18 KB, patch)
2013-03-23 16:33 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff
libmcal-0.7-fpic.patch (libmcal-0.7-fpic.patch,1.30 KB, patch)
2013-03-23 16:35 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-05 14:07:25 UTC
See attached build log.

(Please do not complain about the need for looking at the build log until you can provide an easy way to open bugs with the correct data picked out of a tinderbox log. Thanks.)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-05 14:07:39 UTC
Created attachment 246135 [details]
Build log
Comment 2 Michael Mair-Keimberger (iamnr3) 2013-03-23 16:32:12 UTC
Created attachment 342998 [details]
libmcal-0.7-r6.ebuild

I've updated the ebuild (please review)
* fixes LDFLAGS issue
* fixes bug 312951
* fixes bug 440848 (found a patch for that)
* fixes bug 243924
* updated ebuild to eapi=5

However repoman still complains because econf is called in in src_compile(), but i couldn't find a way to give it in src_configure() since mstore/icap backend has to be build first. What's the correct solution for this?
Comment 3 Michael Mair-Keimberger (iamnr3) 2013-03-23 16:32:59 UTC
Created attachment 343000 [details, diff]
libmcal-0.7-flex-2.5.37.patch

patch for bug 440848
Comment 4 Michael Mair-Keimberger (iamnr3) 2013-03-23 16:33:46 UTC
Created attachment 343002 [details, diff]
libmcal-0.7-gcc4.patch

updated patch to silence QA warnings
Comment 5 Michael Mair-Keimberger (iamnr3) 2013-03-23 16:35:11 UTC
Created attachment 343004 [details, diff]
libmcal-0.7-fpic.patch

updated patch to fix LDFLAGS/CFLAGS/CC/SONAME issues
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2013-11-03 20:37:09 UTC
InCVS; thanks for the fixes and sorry for missing this package for so long.