Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447814 - mail-filter/dcc does not respect AR/RANLIB
Summary: mail-filter/dcc does not respect AR/RANLIB
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-12-19 13:44 UTC by Agostino Sarubbo
Modified: 2013-12-28 04:48 UTC (History)
1 user (show)

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 Agostino Sarubbo gentoo-dev 2012-12-19 13:44:01 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 qcs libdcc.a dccif.o fnm.o get_port.o hstrerror.o inet_ntop.o ipv6_conv.o lock_stubs.o logbad.o mk_su.o msg1.o parse_word.o parse_srvr_nm.o strlcat.o strlcpy.o su2str.o 
vsyslog.o
ar qcs libclnt.a aop.o ask.o cdhome.o ck.o ck2str.o ckbody.o ckfuz1.o ckfuz2.o ckmime.o ckparse.o cktbls.o ckwhite.o clnt_init.o clnt_send.o ckmime.o ckparse.o ckwhite.o 
clnt_init.o clnt_send.o clnt_unthreaded.o escstr.o daemon.o dnsbl.o get_id.o get_secs.o getifaddrs.o heap_debug.o helper.o id2str.o inet_pton.o load_ids.o lock_open.o md5.o 
mkstemp.o msg2.o op2str.o parse_log_opt.o parse_passwd.o parse_whitefile.o print_info.o range.o select_poll.o sign.o restart.o str2type.o str2cnt.o tgts2str.o type2str.o 
udp_bind.o xhdr.o
ar qcs libsrvr.a db.o flod.o istmpfs.o read_rcd.o ts2str.o
ar qcs libthr.a clnt_threaded.o cmn.o reply.o totals.o
ranlib libdcc.a
ranlib libclnt.a
ranlib libsrvr.a
ranlib libthr.a
Comment 1 Michael Mair-Keimberger (iamnr3) 2013-06-13 20:34:41 UTC
I've created a patch for the latest ebuild which fixes this issue, please have a look at bug 447816
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2013-12-28 04:48:00 UTC
InCVS