Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933617 - dev-libs/appstream fails to build on prefix
Summary: dev-libs/appstream fails to build on prefix
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-05 15:20 UTC by Nick Bowler
Modified: 2024-06-05 19:53 UTC (History)
2 users (show)

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


Attachments
complete build log (dev-libs:appstream-0.16.4:20240605-151048.log,48.99 KB, text/plain)
2024-06-05 15:20 UTC, Nick Bowler
Details
proposed patch (appstream-unbreak-includes.patch,706 bytes, patch)
2024-06-05 15:29 UTC, Nick Bowler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Bowler 2024-06-05 15:20:36 UTC
Created attachment 895191 [details]
complete build log

Hi,

dev-libs/appstream fails to build on prefix:

  [76/114] x86_64-pc-linux-gnu-gcc -Isrc/libappstream.so.0.16.4.p -Isrc/ -I../AppStream-0.16.4/src -I/usr/include -I. -I../AppStream-0.16.4 -Isrc -I/SCRATCH/gentoo/usr/include/glib-2.0 -I/SCRATCH/gentoo/usr/lib64/glib-2.0/include -I/SCRATCH/gentoo/usr/lib64/libffi/include -I/SCRATCH/gentoo/usr/include/gio-unix-2.0 -I/SCRATCH/gentoo/usr/include/libmount -I/SCRATCH/gentoo/usr/include/blkid -I/SCRATCH/gentoo/usr/include/libxmlb-2 -I/SCRATCH/gentoo/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -D_POSIX_C_SOURCE=200809L -DAS_COMPILATION -O2 -march=haswell -pipe -fPIC -pthread -MD -MQ src/libappstream.so.0.16.4.p/as-system-info.c.o -MF src/libappstream.so.0.16.4.p/as-system-info.c.o.d -o src/libappstream.so.0.16.4.p/as-system-info.c.o -c ../AppStream-0.16.4/src/as-system-info.c
  FAILED: src/libappstream.so.0.16.4.p/as-system-info.c.o 
  x86_64-pc-linux-gnu-gcc -Isrc/libappstream.so.0.16.4.p -Isrc/ -I../AppStream-0.16.4/src -I/usr/include -I. -I../AppStream-0.16.4 -Isrc -I/SCRATCH/gentoo/usr/include/glib-2.0 -I/SCRATCH/gentoo/usr/lib64/glib-2.0/include -I/SCRATCH/gentoo/usr/lib64/libffi/include -I/SCRATCH/gentoo/usr/include/gio-unix-2.0 -I/SCRATCH/gentoo/usr/include/libmount -I/SCRATCH/gentoo/usr/include/blkid -I/SCRATCH/gentoo/usr/include/libxmlb-2 -I/SCRATCH/gentoo/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -D_POSIX_C_SOURCE=200809L -DAS_COMPILATION -O2 -march=haswell -pipe -fPIC -pthread -MD -MQ src/libappstream.so.0.16.4.p/as-system-info.c.o -MF src/libappstream.so.0.16.4.p/as-system-info.c.o.d -o src/libappstream.so.0.16.4.p/as-system-info.c.o -c ../AppStream-0.16.4/src/as-system-info.c
  ../AppStream-0.16.4/src/as-system-info.c: In function ‘as_system_info_populate_modaliases_map_cb’:
  ../AppStream-0.16.4/src/as-system-info.c:462:44: error: ‘DT_LNK’ undeclared (first use in this function)
    462 |                         if (ent->d_type == DT_LNK)
        |                                            ^~~~~~
  ../AppStream-0.16.4/src/as-system-info.c:462:44: note: each undeclared identifier is reported only once for each function it appears in
  ../AppStream-0.16.4/src/as-system-info.c:465:44: error: ‘DT_DIR’ undeclared (first use in this function); did you mean ‘DATADIR’?
    465 |                         if (ent->d_type == DT_DIR) {
        |                                            ^~~~~~
        |                                            DATADIR

This error is clearly caused by the presence of -I/usr/include on the compiler
command line so it is pulling in lord knows what bogus header combinations.

If I manually run the compiler command after removing that option, the file
compiles without errors.

As far as I can see (I don't claim to understand meson) this bogus include
path appears to just be straight up hardcoded into the build system:

  AppStream-0.16.4/meson.build:
  stemmer_inc_dirs = include_directories(['/usr/include'])

  AppStream-0.16.4/src/meson.build:
  include_directories: [stemmer_inc_dirs,
                        root_inc_dir],

Portage 3.0.64 (python 3.11.9-final-0, default/linux/amd64/17.1, gcc-13, glibc-2.39-r6, 3.10.0-1160.11.1.el7.x86_64 x86_64)
=================================================================
System uname: Linux-3.10.0-1160.11.1.el7.x86_64-x86_64-Intel-R-_Core-TM-_i7-4790_CPU_@_3.60GHz-with-glibc2.39
KiB Mem:    16204156 total,   3297140 free
KiB Swap:   32605180 total,  32139772 free
Timestamp of repository gentoo: Wed, 05 Jun 2024 00:45:00 +0000
sh bash 5.2_p26-r3
ld GNU ld (Gentoo 2.41 p5) 2.41.0
ccache version 4.6.1 [enabled]
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p26-r3::gentoo
dev-build/autoconf:        2.13-r8::gentoo, 2.69-r9::gentoo, 2.71-r7::gentoo, 2.72-r1::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.29.3::gentoo
dev-build/libtool:         2.4.7-r4::gentoo
dev-build/make:            4.4.1-r1::gentoo
dev-build/meson:           1.4.0-r1::gentoo
dev-java/java-config:      2.3.3-r1::gentoo
dev-lang/perl:             5.38.2-r5::gentoo
dev-lang/python:           2.7.18_p16-r1::gentoo, 3.11.9::gentoo, 3.12.3::gentoo, 3.13.0_beta1_p1::gentoo
dev-lang/rust:             1.77.1::gentoo
dev-lang/rust-bin:         1.64.0-r1::gentoo
dev-util/ccache:           4.6.1::gentoo
sys-apps/baselayout:       2.15::gentoo
sys-apps/openrc:           0.45.2::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-devel/binutils:        2.40-r5::gentoo, 2.41-r5::gentoo, 2.42-r1::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           17.0.6::gentoo
sys-devel/gcc:             9.5.0::gentoo, 13.2.1_p20240503::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/lld:             17.0.6::gentoo
sys-devel/llvm:            17.0.6::gentoo
sys-kernel/linux-headers:  6.8-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.39-r6::gentoo
Repositories:

gentoo
    location: /SCRATCH/gentoo/srv/repos/gentoo
    sync-type: webrsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-webrsync-verify-signature: true

gentoo-draconx
    location: /SCRATCH/gentoo/srv/repos/gentoo-draconx
    masters: gentoo
    volatile: True

gentoo-fixes
    location: /SCRATCH/gentoo/srv/repos/gentoo-fixes
    masters: gentoo
    volatile: True

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=haswell -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/SCRATCH/gentoo/etc /etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/SCRATCH/gentoo/etc/env.d /etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CONFIG_SHELL="/SCRATCH/gentoo/bin/bash"
CXXFLAGS="-O2 -march=haswell -pipe"
DISTDIR="/SCRATCH/gentoo/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build --keep-going --autounmask=n --autounmask-write=n --dynamic-deps=n --unordered-display --verbose-conflicts --with-bdeps-auto=n --color=y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE 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 XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live ccache config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sfperms strict unknown-features-warn unmerge-logs unmerge-orphans unprivileged xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/"
INSTALL_MASK="/usr/share/alsa/alsa.conf.d/51-pulseaudio-probe.conf /opt/Citrix/ICAClient/keystore/cacerts"
LANG="en_CA.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
MAKEOPTS="-j5"
PKGDIR="/SCRATCH/gentoo/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/SCRATCH/gentoo/"
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="/SCRATCH/gentoo/var/tmp"
SHELL="/SCRATCH/gentoo/bin/zsh"
USE="X acl amd64 bzip2 cli crypt cups dri exif fbcon fontconfig fortran gdbm iconv icu ipv6 jpeg lcms libtirpc lzma multilib ncurses nls objc ogg opengl openmp pcre perl png prefix pulseaudio python readline seccomp split-usr ssl svg test-rust truetype unicode vorbis xattr xft xinerama xv zlib" ABI_X86="64" ADA_TARGET="gcc_12" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio 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="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby31 ruby32" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 Nick Bowler 2024-06-05 15:29:45 UTC
Created attachment 895192 [details, diff]
proposed patch

This patch removes the bogus include directory and unbreaks the build.
Comment 2 Andreas Sturmlechner gentoo-dev 2024-06-05 19:53:49 UTC
IS that patch upstream?