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

Bug 234012

Summary: net-libs/libjingle-0.3.11 mixes up CFLAGS and CXXFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: voip herd (OBSOLETE) <voip+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: volkmar
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 234011    
Attachments: Build log
Fixing patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-08-05 20:28:09 UTC
Check the attached build log, grep for -Wno-pointer-sign.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-08-05 20:31:07 UTC
Created attachment 162298 [details]
Build log
Comment 2 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-02-05 17:35:48 UTC
Created attachment 181059 [details, diff]
Fixing patch

configure.ac had a trivial error with CXXFLAGS="$(CFLAGS) ". I run a basic sed in configure (not configure.ac to prevent autoconf) and it fixes everything.

This patch is adding the sed command and switch from src_unpack to src_prepare.

I assumed it will be better to update to -r1 so everyone will recompile the ebuild with fixed CXXFLAGS.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-07 05:17:53 UTC
thanks, done.