Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 840550 - sys-apps/gentoo-systemd-integration Cross compiling installs 40-gentoo.rules into /usr/CHOST/usr/CHOST/lib/udev/rules.d
Summary: sys-apps/gentoo-systemd-integration Cross compiling installs 40-gentoo.rules ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-24 08:39 UTC by Johannes Geiss
Modified: 2022-04-24 14:42 UTC (History)
2 users (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 Johannes Geiss 2022-04-24 08:39:38 UTC
Crossdev creates a make.conf file with ROOT="/usr/${CHOST}/".
So far, so good. But some packages like gentoo-systemd-integration install some files (not all) into /usr/CHOST/usr/CHOST instead of /usr/CHOST.

Reproducible: Always

Steps to Reproduce:
Example (reproduced in Docker, but can be reproduced without it):

1. docker pull gentoo/stage3
2. docker tag gentoo/stage3:latest gentoo/stage3:2022-04
3. docker rmi gentoo/stage3:latest
4. docker run --name $USER.gentoo-session -w /root -tiv /var/db/repos/gentoo:/var/db/repos/gentoo -v $PWD:/mnt gentoo/stage3:2022-04
5. mkdir -p /etc/portage/repos.conf
6. cat >/etc/portage/repos.conf/gentoo.conf <<EOF
[DEFAULT]
main-repo = gentoo

[gentoo]
location = /var/db/repos/gentoo
sync-type = rsync
sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage
auto-sync = yes
sync-rsync-verify-jobs = 1
sync-rsync-verify-metamanifest = yes
sync-rsync-verify-max-age = 24
sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
sync-openpgp-key-refresh-retry-count = 40
sync-openpgp-key-refresh-retry-overall-timeout = 1200
sync-openpgp-key-refresh-retry-delay-exp-base = 2
sync-openpgp-key-refresh-retry-delay-max = 60
sync-openpgp-key-refresh-retry-delay-mult = 4
priority = 20
EOF

7. chmod 0644 /etc/portage/repos.conf/gentoo.conf
8. emerge -v crossdev
9. mkdir -p /var/db/repos/private-overlay/{profiles,metadata}
10. echo "private-overlay" >/var/db/repos/private-overlay/profiles/repo_name
11. echo "masters = gentoo" >/var/db/repos/private-overlay/metadata/layout.conf
12. echo "thin-manifests = true" >>/var/db/repos/private-overlay/metadata/layout.conf
13. chown -R portage:portage /var/db/repos/private-overlay/{profiles,metadata}
14. echo "[private-overlay]" >/etc/portage/repos.conf/private.conf
15. echo "location = /var/db/repos/private-overlay" >>/etc/portage/repos.conf/private.conf
16. echo "priority = 10" >>/etc/portage/repos.conf/private.conf
17. echo "masters = gentoo" >>/etc/portage/repos.conf/private.conf
18. echo "auto-sync = no" >>/etc/portage/repos.conf/private.conf
19. export CT=arm-unknown-linux-gnueabi
20. crossdev --stable -oS gentoo -oO /var/db/repos/private-overlay --target $CT
21. sed -i 's/USE="${ARCH} -pam"/USE="-* ${ARCH} split-usr systemd -kill"/g' /usr/$CT/etc/portage/make.conf
22. mkdir /usr/$CT/etc/portage/package.use
23. echo >/usr/$CT/etc/portage/package.use/util-linux sys-apps/util-linux -systemd kill
24. $CT-emerge -v sys-apps/gentoo-systemd-integration 
Actual Results:  
/usr/arm-unknown-linux-gnueabi/usr/arm-unknown-linux-gnueabi/
/usr/arm-unknown-linux-gnueabi/usr/arm-unknown-linux-gnueabi/lib
/usr/arm-unknown-linux-gnueabi/usr/arm-unknown-linux-gnueabi/lib/udev
/usr/arm-unknown-linux-gnueabi/usr/arm-unknown-linux-gnueabi/lib/udev/rules.d
/usr/arm-unknown-linux-gnueabi/usr/arm-unknown-linux-gnueabi/lib/udev/rules.d/40-gentoo.rules 

Expected Results:  
/usr/arm-unknown-linux-gnueabi/
/usr/arm-unknown-linux-gnueabi/lib
/usr/arm-unknown-linux-gnueabi/lib/udev
/usr/arm-unknown-linux-gnueabi/lib/udev/rules.d
/usr/arm-unknown-linux-gnueabi/lib/udev/rules.d/40-gentoo.rules 

Portage 3.0.30 (python 3.9.9-final-0, default/linux/amd64/17.1, gcc-11.2.1, glibc-2.34-r10, 5.15.11-gentoo-x86_64 x86_64)
=================================================================
System uname: Linux-5.15.11-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i7-3615QM_CPU_@_2.30GHz-with-glibc2.34
KiB Mem: 16308712 total, 7250688 free
KiB Swap: 33554424 total, 31122248 free
Timestamp of repository gentoo: Sun, 17 Apr 2022 23:15:01 +0000
Head commit of repository gentoo: e6ba58de26dea5d91505823ac324ecce27a14cf0
sh bash 5.1_p16
ld GNU ld (Gentoo 2.37_p1 p2) 2.37
app-misc/pax-utils: 1.3.3::gentoo
app-shells/bash: 5.1_p16::gentoo
dev-lang/perl: 5.34.0-r6::gentoo
dev-lang/python: 3.9.9-r1::gentoo, 3.10.3::gentoo
dev-util/meson: 0.60.3::gentoo
sys-apps/baselayout: 2.7-r3::gentoo
sys-apps/openrc: 0.44.10::gentoo
sys-apps/sandbox: 2.29::gentoo
sys-devel/autoconf: 2.71-r1::gentoo
sys-devel/automake: 1.16.5::gentoo
sys-devel/binutils: 2.37_p1-r2::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/gcc: 11.2.1_p20220115::gentoo
sys-devel/gcc-config: 2.5-r1::gentoo
sys-devel/libtool: 2.4.6-r6::gentoo
sys-devel/make: 4.3::gentoo
sys-kernel/linux-headers: 5.15-r3::gentoo (virtual/os-headers)
sys-libs/glibc: 2.34-r10::gentoo
Repositories:

private-overlay
    location: /var/db/repos/private-overlay
    masters: gentoo
    priority: 10

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: 20
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts:

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
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/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME 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 binpkg-multi-instance buildpkg-live 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.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/var/cache/binpkgs"
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 bzip2 cli crypt dri fortran gdbm iconv ipv6 libglvnd libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2020" 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 mmxext 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="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, MAKEOPTS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SHELL, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 Johannes Geiss 2022-04-24 08:39:48 UTC
Workaround:

CBUILD=x86_64-pc-linux-gnu CHOST=$CT ROOT=/usr/$CT PORTAGE_CONFIGROOT=/usr/$CT ebuild $(portageq get_repo_path / gentoo)/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild compile

sed -i "s,udevdir = /usr/$CT,udevdir = ,g" /usr/$CT/var/tmp/portage/sys-apps/gentoo-systemd-integration-9/work/gentoo-systemd-integration-9/Makefile

CBUILD=x86_64-pc-linux-gnu CHOST=$CT ROOT=/usr/$CT PORTAGE_CONFIGROOT=/usr/$CT ebuild $(portageq get_repo_path / gentoo)/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild package
Comment 2 Johannes Geiss 2022-04-24 08:40:33 UTC
See also
https://bugs.gentoo.org/813639
https://bugs.gentoo.org/815520
Comment 3 James Le Cuirot gentoo-dev 2022-04-24 09:59:16 UTC
Please ensure you have the latest version of dev-util/pkgconf installed, and not dev-util/pkgconfig. I'll try to reproduce it later.
Comment 4 Johannes Geiss 2022-04-24 10:04:29 UTC
(In reply to James Le Cuirot from comment #3)
> Please ensure you have the latest version of dev-util/pkgconf installed, and
> not dev-util/pkgconfig. I'll try to reproduce it later.

Yes, I have installed dev-util/pkgconf-1.8.0-r1 on both host and guest systems.
Comment 5 Larry the Git Cow gentoo-dev 2022-04-24 14:42:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d80628ff6f2a4829b6a904481c52855e85459f

commit 65d80628ff6f2a4829b6a904481c52855e85459f
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2022-04-24 14:40:23 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-04-24 14:41:59 +0000

    sys-apps/gentoo-systemd-integration: pass udevdir to configure
    
    The get_udevdir helper function calls pkgconf with
    PKG_CONFIG_FDO_SYSROOT_RULES set. This is necessary to avoid duplicating
    SYSROOT in the resulting output.
    
    Closes: https://bugs.gentoo.org/840550
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 .../gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild   | 3 ++-
 .../gentoo-systemd-integration-9999.ebuild                           | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)