Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 731694 - net-misc/dhcdrop calls cpp directly
Summary: net-misc/dhcdrop calls cpp directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vladimir Pavljuchenkov (SpiderX)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-07-08 07:58 UTC by Agostino Sarubbo
Modified: 2020-07-08 14:46 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,10.16 KB, text/plain)
2020-07-08 07:58 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,4.87 KB, application/x-bzip-compressed-tar)
2020-07-08 07:58 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-07-08 07:58:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/dhcdrop calls cpp directly.
Discovered on: amd64

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different CPP implementation (like clang-cpp). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the CPP variable to x86_64-pc-linux-gnu-gcc -E.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-08 07:58:16 UTC
Created attachment 648328 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-07-08 07:58:19 UTC
Created attachment 648330 [details]
other.tar.bz2

other logs
Comment 3 Sergey Popov gentoo-dev 2020-07-08 14:06:48 UTC
Hm, i set up this in make.conf

CC="x86_64-pc-linux-gnu-clang"
CFLAGS="-O2 -pipe -frecord-gcc-switches -fno-diagnostics-color"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0"

Then, i unset "native-symlinks":

# emerge -1Opv gcc-config binutils-config

These are the packages that would be merged, in order:

[ebuild   R    ] sys-devel/gcc-config-2.3::gentoo  USE="(-native-symlinks)" 0 KiB
[ebuild   R    ] sys-devel/binutils-config-5.3.1::gentoo  USE="(-native-symlinks)" 0 KiB

# ld
bash: ld: command not found
# gcc
bash: gcc: command not found
# cpp
bash: cpp: command not found

And i am still able to configure dhcdrop successfully:

# ebuild dhcdrop-0.5.ebuild clean configure | grep preprocessor
checking how to run the C preprocessor... x86_64-pc-linux-gnu-clang -E
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E

# emerge -1Opv clang

These are the packages that would be merged, in order:

[ebuild   R    ] sys-devel/clang-10.0.0:10::gentoo  USE="static-analyzer -debug -default-compiler-rt -default-libcxx -doc -test -xml" ABI_X86="(64) -32 (-x32)" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARC -ARM -AVR -Hexagon -Lanai -MSP430 -Mips -PowerPC -RISCV -Sparc -SystemZ -WebAssembly -XCore" PYTHON_SINGLE_TARGET="python3_7 -python3_6 -python3_8" 0 KiB

Maybe i should try different USE-flags or update other packages(which?) to trigger this?

# emerge --info

Portage 2.3.99 (python 3.7.8-final-0, default/linux/amd64/17.0, gcc-9.3.0, glibc-2.30-r8, 5.6.4-gentoo-VIRTUAL x86_64)
=================================================================
System uname: Linux-5.6.4-gentoo-VIRTUAL-x86_64-QEMU_Virtual_CPU_version_2.5+-with-gentoo-2.6
KiB Mem:    12271372 total,  10695288 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Tue, 07 Jul 2020 21:15:01 +0000
Head commit of repository gentoo: 5c752e02392e222cc91fe7b2bed84d5b84c2af2b
sh bash 5.0_p17
ld GNU ld (Gentoo 2.33.1 p2) 2.33.1
app-shells/bash:          5.0_p17::gentoo
dev-lang/perl:            5.30.3::gentoo
dev-lang/python:          2.7.18::gentoo, 3.7.8-r1::gentoo, 3.8.2-r2::gentoo
dev-util/cmake:           3.16.5::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.69-r4::gentoo
sys-devel/automake:       1.16.2::gentoo
sys-devel/binutils:       2.33.1-r1::gentoo
sys-devel/gcc:            9.3.0::gentoo
sys-devel/gcc-config:     2.3::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.7::gentoo (virtual/os-headers)
sys-libs/glibc:           2.30-r8::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.dstu.local/gentoo-portage
    priority: -1000
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: no
    sync-rsync-extra-opts: 

pinkbyte
    location: /var/lib/layman/pinkbyte
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CC="x86_64-pc-linux-gnu-clang"
CFLAGS="-O2 -pipe -frecord-gcc-switches -fno-diagnostics-color"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -fno-diagnostics-color"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going --jobs=3"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0"
MAKEOPTS="-j8 -l8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bzip2 cli crypt dri fortran gpm iconv idn ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl threads unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25" USERLAND="GNU" VIDEO_CARDS="qxl" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 4 David Seifert gentoo-dev 2020-07-08 14:12:10 UTC
(In reply to Sergey Popov from comment #3)
> Hm, i set up this in make.conf
> 
> CC="x86_64-pc-linux-gnu-clang"
> CFLAGS="-O2 -pipe -frecord-gcc-switches -fno-diagnostics-color"
> CXXFLAGS="${CFLAGS}"
> LDFLAGS="-Wl,-O1 -Wl,--as-needed -fuse-ld=lld
> -Wl,--defsym=__gentoo_check_ldflags__=0"
> 
> Then, i unset "native-symlinks":
> 
> # emerge -1Opv gcc-config binutils-config
> 
> These are the packages that would be merged, in order:
> 
> [ebuild   R    ] sys-devel/gcc-config-2.3::gentoo  USE="(-native-symlinks)"
> 0 KiB
> [ebuild   R    ] sys-devel/binutils-config-5.3.1::gentoo 
> USE="(-native-symlinks)" 0 KiB
> 
> # ld
> bash: ld: command not found
> # gcc
> bash: gcc: command not found
> # cpp
> bash: cpp: command not found
> 
> And i am still able to configure dhcdrop successfully:
> 
> # ebuild dhcdrop-0.5.ebuild clean configure | grep preprocessor
> checking how to run the C preprocessor... x86_64-pc-linux-gnu-clang -E
> checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
> 
> # emerge -1Opv clang
> 
> These are the packages that would be merged, in order:
> 
> [ebuild   R    ] sys-devel/clang-10.0.0:10::gentoo  USE="static-analyzer
> -debug -default-compiler-rt -default-libcxx -doc -test -xml" ABI_X86="(64)
> -32 (-x32)" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARC -ARM -AVR
> -Hexagon -Lanai -MSP430 -Mips -PowerPC -RISCV -Sparc -SystemZ -WebAssembly
> -XCore" PYTHON_SINGLE_TARGET="python3_7 -python3_6 -python3_8" 0 KiB
> 
> Maybe i should try different USE-flags or update other packages(which?) to
> trigger this?

ago also overrides "CPP", and that's the likely culprit here.
Comment 5 Sergey Popov gentoo-dev 2020-07-08 14:21:39 UTC
(In reply to David Seifert from comment #4)
> ago also overrides "CPP", and that's the likely culprit here.

Ah, that slipped from my eyes, now it is obvious for me, that it uses C preprocessor from clang and C++ one - from gcc:

> # ebuild dhcdrop-0.5.ebuild clean configure | grep preprocessor
> checking how to run the C preprocessor... x86_64-pc-linux-gnu-clang -E
> checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
Comment 6 Larry the Git Cow gentoo-dev 2020-07-08 14:46:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b0ec1ff5de7dddb1c2291e64290c2a82c9b2ab

commit 31b0ec1ff5de7dddb1c2291e64290c2a82c9b2ab
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2020-07-08 14:45:28 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2020-07-08 14:46:09 +0000

    net-misc/dhcdrop: revision bump
    
    Bump EAPI to 7
    Fix building with clang
    
    Closes: https://bugs.gentoo.org/731694
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 net-misc/dhcdrop/dhcdrop-0.5-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)