Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443122 - net-analyzer/pmacct calls AR and RANLIB directly
Summary: net-analyzer/pmacct calls AR and RANLIB directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-11-14 17:46 UTC by Denis M. (Phr33d0m)
Modified: 2012-11-14 18:21 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 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.