Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830229 - games-emulation/dosbox-staging-0.78.0 - dependency missing net-libs/libslirp
Summary: games-emulation/dosbox-staging-0.78.0 - dependency missing net-libs/libslirp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
: 830235 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-12-29 13:32 UTC by Michal Plichta
Modified: 2021-12-29 18:35 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 Michal Plichta 2021-12-29 13:32:44 UTC
>>> Emerging (1 of 1) games-emulation/dosbox-staging-0.78.0::gentoo
 * dosbox-staging-0.78.0.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                                                                                               [ ok ]
>>> Unpacking source...
>>> Unpacking dosbox-staging-0.78.0.tar.gz to /var/tmp/portage/games-emulation/dosbox-staging-0.78.0/work
>>> Source unpacked in /var/tmp/portage/games-emulation/dosbox-staging-0.78.0/work
>>> Preparing source in /var/tmp/portage/games-emulation/dosbox-staging-0.78.0/work/dosbox-staging-0.78.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/games-emulation/dosbox-staging-0.78.0/work/dosbox-staging-0.78.0 ...
meson setup --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /usr/share/pkgconfig --pkg-config-path /usr/share/pkgconfig --native-file /var/tmp/portage/games-emulation/dosbox-staging-0.78.0/temp/meson.x86_64-pc-linux-gnu.amd64.ini --buildtype plain -Duse_alsa=true -Ddebug=false -Ddynamic_core=dyn-x86 -Duse_fluidsynth=true -Duse_mt32emu=false -Duse_sdl2_net=false -Duse_opengl=true -Dunit_tests=disabled /var/tmp/portage/games-emulation/dosbox-staging-0.78.0/work/dosbox-staging-0.78.0 /var/tmp/portage/games-emulation/dosbox-staging-0.78.0/work/dosbox-staging-0.78.0-build
WARNING: Recommend using either -Dbuildtype or -Doptimization + -Ddebug. Using both is redundant since they override each other. See: https://mesonbuild.com/Builtin-options.html#build-type-options
The Meson build system
Version: 0.59.4
Source dir: /var/tmp/portage/games-emulation/dosbox-staging-0.78.0/work/dosbox-staging-0.78.0
Build dir: /var/tmp/portage/games-emulation/dosbox-staging-0.78.0/work/dosbox-staging-0.78.0-build
Build type: native build
Project name: dosbox-staging
Project version: 0.78.0
C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 11.2.0 "x86_64-pc-linux-gnu-gcc (Gentoo 11.2.0 p1) 11.2.0")
C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.37
C++ compiler for the host machine: x86_64-pc-linux-gnu-g++ (gcc 11.2.0 "x86_64-pc-linux-gnu-g++ (Gentoo 11.2.0 p1) 11.2.0")
C++ linker for the host machine: x86_64-pc-linux-gnu-g++ ld.bfd 2.37
Host machine cpu family: x86_64
Host machine cpu: x86_64
Compiler for C supports arguments -Wmaybe-uninitialized: YES 
Compiler for C++ supports arguments -Wmaybe-uninitialized: YES 
Compiler for C supports arguments -Weffc++: NO 
Compiler for C++ supports arguments -Weffc++: YES 
Compiler for C supports arguments -Wextra-semi: NO 
Compiler for C++ supports arguments -Wextra-semi: YES 
Compiler for C supports arguments -shared-libstdc++: NO 
Compiler for C++ supports arguments -shared-libstdc++: NO 
Compiler for C supports arguments -shared-libgcc: YES 
Compiler for C++ supports arguments -shared-libgcc: YES 
Compiler for C supports arguments -fPIC: YES 
Compiler for C++ supports arguments -fPIC: YES 
Checking for function "clock_gettime" : YES 
Checking for function "__builtin_available" : NO 
Checking for function "__builtin___clear_cache" : YES 
Checking for function "mprotect" : YES 
Checking for function "mmap" : YES 
Header <sys/mman.h> has symbol "MAP_JIT" : NO 
Checking for function "pthread_jit_write_protect_np" : NO 
Checking for function "sys_icache_invalidate" : NO 
Run-time dependency threads found: YES
Checking for function "pthread_setname_np" with dependency threads: YES 
Checking for function "realpath" : YES 
Checking whether type "struct dirent" has member "d_type" : YES 
Has header "pwd.h" : YES 
Has header "strings.h" : YES 
Has header "netinet/in.h" : YES 
Has header "sys/socket.h" : YES 
Checking for function "getpeername" : YES 
Checking for function "getsockname" : YES 
Checking if "test for setpriority support" compiles: YES 
Checking if "test for __builtin_expect support" compiles: YES 
Library dl found: YES
Library atomic found: YES
Library stdc++fs found: YES
Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (1.8.0)
Run-time dependency opusfile found: YES 0.12
Dependency threads found: YES unknown (cached)
Run-time dependency sdl2 found: YES 2.0.16
Run-time dependency gl found: YES 1.2
Run-time dependency fluidsynth found: YES 2.2.4
Found CMake: /usr/bin/cmake (3.21.4)
Run-time dependency slirp found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency slirp
Message: You can disable this dependency with: -Duse_slirp=false

meson.build:273:2: ERROR: Automatic wrap-based subproject downloading is disabled





Reproducible: Always

Steps to Reproduce:
1. no net-libs/libslirp in sysyem
2. emerge 
3. games-emulation/dosbox-staging-0.78.0


Expected Results:  
When emerge manually net-libs/libslirp compilation of games-emulation/dosbox-staging-0.78.0 was successful

Portage 3.0.28 (python 3.9.9-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-11.2.0, glibc-2.33-r7, 5.15.11-gentoo-x86_64 x86_64)
=================================================================
System uname: Linux-5.15.11-gentoo-x86_64-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8500_@_3.16GHz-with-glibc2.33
KiB Mem:     8079864 total,   1464848 free
KiB Swap:   17835004 total,  17446884 free
Timestamp of repository gentoo: Wed, 29 Dec 2021 12:30:01 +0000
Head commit of repository gentoo: 44c139783e28d1fa9180e10dae9a1ceff073f9f0
Timestamp of repository dotnet: Sat, 25 Dec 2021 23:55:43 +0000
Head commit of repository dotnet: e4abcac79a9bf4c454e5d297e5fdcc41fc31bad6

Timestamp of repository guru: Tue, 28 Dec 2021 08:21:54 +0000
Head commit of repository guru: 139fdd3c3a4aa6d9958df6b1e5f534a2e3b06f81

Timestamp of repository torbrowser: Tue, 28 Dec 2021 06:21:45 +0000
Head commit of repository torbrowser: 78fafd5363d7b08676770caba04837d997283328

sh bash 5.1_p8
ld GNU ld (Gentoo 2.37_p1 p0) 2.37
ccache version 4.4.2 [enabled]
app-misc/pax-utils:        1.3.3::gentoo
app-shells/bash:           5.1_p8::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.34.0-r3::gentoo
dev-lang/python:           2.7.18_p13::gentoo, 3.9.9::gentoo, 3.10.0_p1::gentoo
dev-lang/rust:             1.56.1::gentoo
dev-util/ccache:           4.4.2::gentoo
dev-util/cmake:            3.21.4::gentoo
dev-util/meson:            0.59.4::gentoo
sys-apps/baselayout:       2.7-r3::gentoo
sys-apps/openrc:           0.44.10::gentoo
sys-apps/sandbox:          2.25::gentoo
sys-devel/autoconf:        2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:        1.16.4::gentoo
sys-devel/binutils:        2.37_p1::gentoo
sys-devel/binutils-config: 5.4::gentoo
sys-devel/clang:           12.0.1::gentoo, 13.0.0::gentoo
sys-devel/gcc:             11.2.0::gentoo
sys-devel/gcc-config:      2.4::gentoo
sys-devel/libtool:         2.4.6-r6::gentoo
sys-devel/lld:             13.0.0::gentoo
sys-devel/llvm:            12.0.1::gentoo, 13.0.0::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.15-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.33-r7::gentoo
Repositories:

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

dotnet
    location: /var/db/repos/dotnet
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/dotnet.git
    masters: gentoo

guru
    location: /var/db/repos/guru
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/guru.git
    masters: gentoo

phoebe
    location: /usr/local/portage
    masters: gentoo

torbrowser
    location: /var/db/repos/torbrowser
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/torbrowser.git
    masters: gentoo

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/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"
CXXFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/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="-march=native -O2 -pipe -fomit-frame-pointer"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs ccache 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="-march=native -O2 -pipe -fomit-frame-pointer"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en en-US pl"
MAKEOPTS="-j3"
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"
SHELL="/bin/bash"
USE="X a52 aac acl acpi activities alsa amd64 branding bzip2 cairo cdda cdr cli crypt cups dbus declarative dri dts dvd dvdr elogind emboss encode exif flac fortran gdbm gif gpm gtk gui iconv icu ipv6 jpeg kde kipi kwallet lcms libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds qml qt5 readline sdl seccomp semantic-desktop spell split-usr ssl startup-notification svg tiff tk truetype udev udisks unicode upower usb vim-syntax vorbis widgets wxwidgets x264 xattr xcb xinerama xml xv xvid 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 sse3 sse4_1 ssse3" 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" L10N="en en-US pl" 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-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="nouveau" 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, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-12-29 17:04:13 UTC
*** Bug 830235 has been marked as a duplicate of this bug. ***
Comment 2 Bernard Cafarelli gentoo-dev 2021-12-29 18:28:30 UTC
Thanks, I missed this one in the changelog (and have libslirp installed for qemu)
Comment 3 Larry the Git Cow gentoo-dev 2021-12-29 18:35:49 UTC
The bug has been closed via the following commit(s):

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

commit d50b874f3b3d2c69e613bda5b7f8bac32c1c759c
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2021-12-29 18:35:12 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2021-12-29 18:35:12 +0000

    games-emulation/dosbox-staging: add missing flag for libslirp support
    
    This is used in this new version for Ethernet emulation
    
    Closes: https://bugs.gentoo.org/830229
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 games-emulation/dosbox-staging/dosbox-staging-0.78.0.ebuild | 4 +++-
 games-emulation/dosbox-staging/metadata.xml                 | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)