Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413277 - dev-java/jna calls gcc directly
Summary: dev-java/jna calls gcc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-04-23 16:52 UTC by Maurizio Camisaschi (amd64 AT)
Modified: 2012-05-13 09:45 UTC (History)
0 users

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


Attachments

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