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

Bug 443122

Summary: net-analyzer/pmacct calls AR and RANLIB directly
Product: Gentoo Linux Reporter: Denis M. (Phr33d0m) <god>
Component: New packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Denis M. (Phr33d0m) 2012-11-14 17:46:45 UTC
Hello, this ebuild calls AR and RANLIB directly which could be problematic when crosscompiling.

# ▶ egrep -i '^AR |^RANLIB ' /var/tmp/portage/logs/net-analyzer\:pmacct-0.14.1\:20121114-173613.log 
>ar rc libnfprobe_plugin.a netflow1.o netflow5.o netflow9.o nfprobe_plugin.o convtime.o strlcat.o
>ranlib  libnfprobe_plugin.a
>ar rc libsfprobe_plugin.a sflow_agent.o sflow_poller.o sflow_receiver.o sflow_sampler.o sfprobe_plugin.o 
>ranlib  libsfprobe_plugin.a
>ar rc libbgp.a bgp.o bgp_aspath.o bgp_community.o bgp_ecommunity.o bgp_hash.o bgp_prefix.o bgp_table.o 
>ranlib  libbgp.a
>ar rc libtee_plugin.a tee_plugin.o
>ranlib  libtee_plugin.a
>ar rc libisis.a isis.o checksum.o dict.o table.o prefix.o sockunion.o hash.o stream.o thread.o linklist.o isis_circuit.o isis_events.o isis_route.o isis_tlv.o isis_csm.o isis_flags.o isis_misc.o isisd.o isis_adjacency.o isis_dynhn.o isis_spf.o iso_checksum.o isis_lsp.o isis_pdu.o 
>ranlib  libisis.a

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-11-14 18:21:32 UTC
Fixed without a revision bump.