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

Bug 413277

Summary: dev-java/jna calls gcc directly
Product: Gentoo Linux Reporter: Maurizio Camisaschi (amd64 AT) <k01>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Maurizio Camisaschi (amd64 AT) 2012-04-23 16:52:23 UTC
[exec] gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o /var/tmp/portage/dev-java/jna-3.2.4/work/jna-3.2.4/build-d64/native/libjnidispatch.so -shared  -Wl,-soname,libjnidispatch.so /var/tmp/portage/dev-java/jna-3.2.4/work/jna-3.2.4/build-d64/native/dispatch.o /var/tmp/portage/dev-java/jna-3.2.4/work/jna-3.2.4/build-d64/native/callback.o    -lffi  
[exec] cc -march=amdfam10 -O2 -pipe -mcx16 -msahf -maes -mpclmul -mpopcnt -mabm -mlwp -mavx -Wall -Wno-unused -Wno-parentheses -fPIC  -O2 -fno-omit-frame-pointer -fno-strict-aliasing   -D_REENTRANT -DHAVE_PROTECTION -I"/opt/icedtea-bin-6.1.11.1/jre/../include" -I"/opt/icedtea-bin-6.1.11.1/jre/../include/linux" -I"/var/tmp/portage/dev-java/jna-3.2.4/work/jna-3.2.4/build-d64/native" -I/include -DVERSION='"3.2.1"' -DCHECKSUM='"c870290c36c8d3fdf85db7c782febc3f"' -I/usr/lib64/libffi-3.0.10/include   -c testlib.c -o /var/tmp/portage/dev-java/jna-3.2.4/work/jna-3.2.4/build-d64/native/testlib.o
Comment 1 Ralph Sennhauser (RETIRED) gentoo-dev 2012-05-13 09:45:04 UTC
Fixed in jna-3.4.0-r1. Thanks for the report.