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

Bug 447492

Summary: net-wireless/aircrack-ng does not respect AR/RANLIB
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Rick Farina (Zero_Chaos) <zerochaos>
Status: RESOLVED FIXED    
Severity: normal CC: crypto+disabled, netmon
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Agostino Sarubbo gentoo-dev 2012-12-16 16:45:14 UTC
You receive this bug because this package does not respect my system's AR/RANLIB ( x86_64-pc-linux-gnu-ar - /usr/bin/x86_64-pc-linux-gnu-ar | x86_64-pc-linux-gnu-ranlib - /usr/bin/x86_64-pc-linux-gnu-ranlib ) and calls directly ar - /usr/bin/ar | ranlib - /usr/bin/ranlib
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can
2)inherit toolchain-funcs and use tc-export AR RANLIB
3)inherit toolchain-funcs and use emake AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)"


ar cru libosdep.a  osdep.o network.o linux.o linux_tap.o radiotap/radiotap-parser.o common.o
ranlib libosdep.a
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2012-12-16 19:23:40 UTC
aircrack-ng-1.1-r3 added.
Thanks.
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2012-12-16 20:25:11 UTC
I am upstream for this project but not really sure what would be needed to fix the makefile.  If you are willing to write a patch for it I will happily add it.
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2012-12-16 20:29:12 UTC
(In reply to comment #2)
> I am upstream for this project but not really sure what would be needed to
> fix the makefile.  If you are willing to write a patch for it I will happily
> add it.

Oh... no need for patch... I would have sent one if needed.

Thanks!