Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718888 - net-dns/rbldnsd calls cc directly
Summary: net-dns/rbldnsd calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Orlitzky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-04-22 16:18 UTC by Agostino Sarubbo
Modified: 2020-04-22 17:54 UTC (History)
0 users

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


Attachments
build.log (build.log,10.80 KB, text/plain)
2020-04-22 16:18 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-04-22 16:18:17 UTC
This is an auto-filled bug because net-dns/rbldnsd calls cc directly.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
Attached build log and emerge --info.

NOTE:
To reproduce this issue you may want to temporarily move the /usr/bin/cc - /usr/bin/gcc binaries.
Comment 1 Agostino Sarubbo gentoo-dev 2020-04-22 16:18:24 UTC
Created attachment 634100 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-04-22 17:54:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7844d3644f110e48232114171c36a4bc311d71

commit 9b7844d3644f110e48232114171c36a4bc311d71
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2020-04-22 17:49:12 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2020-04-22 17:49:12 +0000

    net-dns/rbldnsd: fix CC detection at configure time.
    
    The build system for rbldnsd is hand-written. While we were already
    passing CC to the "emake" command, it turns out that the ./configure
    script checks for it as well. Thus it was possible for src_configure()
    to fail if the ./configure script couldn't guess which compiler
    wouldn't be used anyway. Whee. Fixed by passing the same CC that emake
    will use to ./configure, too.
    
    Closes: https://bugs.gentoo.org/718888
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 net-dns/rbldnsd/rbldnsd-0.998b-r2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)