emerge obs-studio -av These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R *] media-video/obs-studio-9999::gentoo USE="alsa imagemagick jack pulseaudio python truetype v4l -fdk -luajit -nvenc -speexdsp" 0 KiB Applying obs-studio-21.1.2-use-less-automagic.patch ... 2 out of 2 hunks FAILED -- saving rejects to file deps/obs-scripting/CMakeLists.txt.rej 1 out of 1 hunk FAILED -- saving rejects to file plugins/obs-filters/CMakeLists.txt.rej [ !! ] * ERROR: media-video/obs-studio-9999::gentoo failed (prepare phase): * patch -p1 failed with /var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch * * Call stack: * ebuild.sh, line 124: Called src_prepare * environment, line 4726: Called cmake-utils_src_prepare * environment, line 1373: Called default_src_prepare * phase-functions.sh, line 932: Called __eapi6_src_prepare * environment, line 347: Called eapply '/var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * environment, line 1579: Called _eapply_patch '/var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * environment, line 1517: Called __helpers_die 'patch -p1 failed with /var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * isolated-functions.sh, line 121: Called die * The specific snippet of code: * die "$@" * * If you need support, post the output of `emerge --info '=media-video/obs-studio-9999::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-video/obs-studio-9999::gentoo'`. * The complete build log is located at '/var/tmp/portage/media-video/obs-studio-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/obs-studio-9999/temp/environment'. * Working directory: '/var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999' * S: '/var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999' >>> Failed to emerge media-video/obs-studio-9999, Log file: >>> '/var/tmp/portage/media-video/obs-studio-9999/temp/build.log' * Messages for package media-video/obs-studio-9999: * ERROR: media-video/obs-studio-9999::gentoo failed (prepare phase): * patch -p1 failed with /var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch * * Call stack: * ebuild.sh, line 124: Called src_prepare * environment, line 4726: Called cmake-utils_src_prepare * environment, line 1373: Called default_src_prepare * phase-functions.sh, line 932: Called __eapi6_src_prepare * environment, line 347: Called eapply '/var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * environment, line 1579: Called _eapply_patch '/var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * environment, line 1517: Called __helpers_die 'patch -p1 failed with /var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * isolated-functions.sh, line 121: Called die * The specific snippet of code: * die "$@" * * If you need support, post the output of `emerge --info '=media-video/obs-studio-9999::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-video/obs-studio-9999::gentoo'`. * The complete build log is located at '/var/tmp/portage/media-video/obs-studio-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/obs-studio-9999/temp/environment'. * Working directory: '/var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999' * S: '/var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999' cat /var/tmp/portage/media-video/obs-studio-9999/temp/build.log * Package: media-video/obs-studio-9999 * Repository: gentoo * Maintainer: chiitoo@gentoo.org * USE: abi_x86_64 alsa amd64 elibc_glibc imagemagick jack kernel_linux pulseaudio python truetype userland_GNU v4l * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... * Fetching https://github.com/obsproject/obs-studio.git ... git fetch https://github.com/obsproject/obs-studio.git +HEAD:refs/git-r3/HEAD remote: Counting objects: 41, done. remote: Compressing objects: 100% (7/7), done. remote: Total 41 (delta 28), reused 26 (delta 26), pack-reused 8 Unpacking objects: 100% (41/41), done. From https://github.com/obsproject/obs-studio 6c42d077..118dbf9e -> refs/git-r3/HEAD git symbolic-ref refs/git-r3/media-video/obs-studio/0/__main__ refs/git-r3/HEAD * Skipping submodule plugins/win-dshow/libdshowcapture * Skipping submodule plugins/mac-syphon/syphon-framework * Skipping submodule plugins/enc-amf * Skipping submodule plugins/obs-browser * Skipping submodule plugins/obs-vst * Skipping submodule plugins/obs-outputs/ftl-sdk * Checking out https://github.com/obsproject/obs-studio.git to /var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999 ... git checkout --quiet refs/git-r3/HEAD GIT update --> repository: https://github.com/obsproject/obs-studio.git updating from commit: 6c42d07751ccd613750b90609d02bcc9c704c79d to commit: 118dbf9e6796112c410d15a23c6168cd73e9511f CI/before-script-osx.sh | 1 + docs/sphinx/reference-libobs-graphics-effects.rst | 66 ++++++++++++++++++++++ libobs-d3d11/d3d11-shader.cpp | 3 + libobs/graphics/effect-parser.c | 335 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------ libobs/graphics/effect-parser.h | 7 +++ libobs/graphics/effect.c | 144 +++++++++++++++++++++++++++++++++++++++++++++++ libobs/graphics/effect.h | 13 ++++- libobs/graphics/graphics.h | 14 +++++ libobs/graphics/image-file.h | 8 +++ plugins/obs-browser | 2 +- 10 files changed, 555 insertions(+), 38 deletions(-) * Skipping submodule plugins/win-dshow/libdshowcapture * Skipping submodule plugins/mac-syphon/syphon-framework * Skipping submodule plugins/enc-amf * Skipping submodule plugins/obs-browser * Skipping submodule plugins/obs-vst * Skipping submodule plugins/obs-outputs/ftl-sdk >>> Source unpacked in /var/tmp/portage/media-video/obs-studio-9999/work >>> Preparing source in /var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999 ... * Applying obs-studio-21.1.2-use-less-automagic.patch ... 2 out of 2 hunks FAILED -- saving rejects to file deps/obs-scripting/CMakeLists.txt.rej 1 out of 1 hunk FAILED -- saving rejects to file plugins/obs-filters/CMakeLists.txt.rej [ !! ] * ERROR: media-video/obs-studio-9999::gentoo failed (prepare phase): * patch -p1 failed with /var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch * * Call stack: * ebuild.sh, line 124: Called src_prepare * environment, line 4726: Called cmake-utils_src_prepare * environment, line 1373: Called default_src_prepare * phase-functions.sh, line 932: Called __eapi6_src_prepare * environment, line 347: Called eapply '/var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * environment, line 1579: Called _eapply_patch '/var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * environment, line 1517: Called __helpers_die 'patch -p1 failed with /var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * isolated-functions.sh, line 121: Called die * The specific snippet of code: * die "$@" * * If you need support, post the output of `emerge --info '=media-video/obs-studio-9999::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-video/obs-studio-9999::gentoo'`. * The complete build log is located at '/var/tmp/portage/media-video/obs-studio-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/obs-studio-9999/temp/environment'. * Working directory: '/var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999' * S: '/var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999'
Thank you for the report. Please recompile and *attach* the logfiles next time and paste the emerge info now as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket The logs must be part of the ticket, but not on external websites. Please reopen this ticket (Status:unconfirmed) afterwards.
Sorry I can't upload the log file: "Request Timeout Server timeout waiting for the HTTP request from the client. Apache Server at bugs.gentoo.org Port 443" I will copy & paste the cat of the build.log ls /var/tmp/portage/media-video/obs-studio-9999/temp/build.log -rw-rw---- 1 portage portage 4167 15. Sep 01:33 /var/tmp/portage/media-video/obs-studio-9999/temp/build.log ------------------------------------------------------------------- cat /var/tmp/portage/media-video/obs-studio-9999/temp/build.log * Package: media-video/obs-studio-9999 * Repository: gentoo * Maintainer: chiitoo@gentoo.org * USE: abi_x86_64 alsa amd64 elibc_glibc imagemagick jack kernel_linux pulseaudio python truetype userland_GNU v4l * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... * Fetching https://github.com/obsproject/obs-studio.git ... git fetch https://github.com/obsproject/obs-studio.git +HEAD:refs/git-r3/HEAD git symbolic-ref refs/git-r3/media-video/obs-studio/0/__main__ refs/git-r3/HEAD * Skipping submodule plugins/win-dshow/libdshowcapture * Skipping submodule plugins/mac-syphon/syphon-framework * Skipping submodule plugins/enc-amf * Skipping submodule plugins/obs-browser * Skipping submodule plugins/obs-vst * Skipping submodule plugins/obs-outputs/ftl-sdk * Checking out https://github.com/obsproject/obs-studio.git to /var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999 ... git checkout --quiet refs/git-r3/HEAD GIT update --> repository: https://github.com/obsproject/obs-studio.git at the commit: 797b3dc1211c674ccf6cd8b162b144bb615bd233 * Skipping submodule plugins/win-dshow/libdshowcapture * Skipping submodule plugins/mac-syphon/syphon-framework * Skipping submodule plugins/enc-amf * Skipping submodule plugins/obs-browser * Skipping submodule plugins/obs-vst * Skipping submodule plugins/obs-outputs/ftl-sdk >>> Source unpacked in /var/tmp/portage/media-video/obs-studio-9999/work >>> Preparing source in /var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999 ... * Applying obs-studio-21.1.2-use-less-automagic.patch ... 2 out of 2 hunks FAILED -- saving rejects to file deps/obs-scripting/CMakeLists.txt.rej 1 out of 1 hunk FAILED -- saving rejects to file plugins/obs-filters/CMakeLists.txt.rej [ !! ] * ERROR: media-video/obs-studio-9999::gentoo failed (prepare phase): * patch -p1 failed with /var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch * * Call stack: * ebuild.sh, line 124: Called src_prepare * environment, line 4726: Called cmake-utils_src_prepare * environment, line 1373: Called default_src_prepare * phase-functions.sh, line 932: Called __eapi6_src_prepare * environment, line 347: Called eapply '/var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * environment, line 1579: Called _eapply_patch '/var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * environment, line 1517: Called __helpers_die 'patch -p1 failed with /var/tmp/portage/media-video/obs-studio-9999/files/obs-studio-21.1.2-use-less-automagic.patch' * isolated-functions.sh, line 121: Called die * The specific snippet of code: * die "$@" * * If you need support, post the output of `emerge --info '=media-video/obs-studio-9999::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-video/obs-studio-9999::gentoo'`. * The complete build log is located at '/var/tmp/portage/media-video/obs-studio-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/obs-studio-9999/temp/environment'. * Working directory: '/var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999' * S: '/var/tmp/portage/media-video/obs-studio-9999/work/obs-studio-9999 --------------------------------------------------------------------------- emerge --info media-video/obs-studio Portage 2.3.40 (python 2.7.15-final-0, default/linux/amd64/17.0/desktop/plasma/systemd, gcc-6.4.0, glibc-2.26-r7, 4.14.65-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.14.65-gentoo-x86_64-Intel-R-_Core-TM-_i5-3470_CPU_@_3.20GHz-with-gentoo-2.4.1 KiB Mem: 16317920 total, 10610672 free KiB Swap: 8191996 total, 8191996 free Timestamp of repository gentoo: Fri, 14 Sep 2018 22:15:01 +0000 Head commit of repository gentoo: 7bb29d39a859f037992da6f485f3171adf17315e sh bash 4.4_p12 ld GNU ld (Gentoo 2.30 p2) 2.30.0 app-shells/bash: 4.4_p12::gentoo dev-java/java-config: 2.2.0-r4::gentoo dev-lang/perl: 5.24.3-r1::gentoo dev-lang/python: 2.7.15::gentoo, 3.5.5::gentoo, 3.6.5::gentoo dev-util/cmake: 3.9.6::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.4.1-r2::gentoo sys-apps/sandbox: 2.13::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.11.6-r3::gentoo, 1.13.4-r2::gentoo, 1.15.1-r2::gentoo sys-devel/binutils: 2.30-r2::gentoo sys-devel/gcc: 6.4.0-r1::gentoo, 7.3.0-r3::gentoo sys-devel/gcc-config: 1.8-r1::gentoo sys-devel/libtool: 2.4.6-r3::gentoo sys-devel/make: 4.2.1-r4::gentoo sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers) sys-libs/glibc: 2.26-r7::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.de.gentoo.org/gentoo-portage/ priority: -1000 sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: no sync-rsync-extra-opts: sync-rsync-verify-max-age: 24 lokales location: /usr/local/portage masters: gentoo x-portage location: /usr/local/portage masters: gentoo priority: 0 steam-overlay location: /var/lib/layman/steam-overlay masters: gentoo priority: 50 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=native" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt" 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 /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -pipe -march=native" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY 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-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="rsync://ftp.halifax.rwth-aachen.de/gentoo/" LANG="de_DE.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="de" MAKEOPTS="-j5" 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="3dnow 3dnowext 3ds X a52 aac aalib accessibility acl acpi activities aim akonadi alsa amd64 apm avx berkdb blender bluetooth branding bzip2 cairo cdda cddb cdinstall cdparanoia cdr clamav cli corefonts crypt css cups cxx dbus declarative device-mapper dri dts dv dvd dvdnav dvdr ebics emboss encode equalizer exif expat fam ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm gif gimp git glamor gnutls gpg gphoto2 gpm gstreamer gtk gzip hbci hddtemp iconv icq ieee1394 imagemagick imlib ipv6 jabber jack joystick jpeg jpeg2k kde kerberos kipi kwallet ladspa lame latex lcms libkms libnotify libsamplerate libtirpc lm_sensors lua lua-cairo lua-imlib lzo mad midi mikmod mmap mms mmxext mng mod modplug modules motif mozilla mp3 mp4 mpeg mpi mplayer msn mtp multilib musepack mysql ncurses nls nptl nsplugin nvidia ofx ogg openal openexr opengl openmp oscar pam pango pcre pdf perl phonon plasma png policykit portaudio ppds projectm pulseaudio python qml qt5 quicktime rar raw rdesktop readline redeyes scanner sdl sdl-sound seamonkey seccomp slp sndfile snmp soprano sound sox speex spell sql sqlite ssl startup-notification steamruntime svg symlink syslog systemd szip taglib tcl tcpd theora threads tiff timidity truetype udev udisks udissk unicode unzip upower usb uvm v4l vaapi vcd vdpau videos vkd3d vnc vorbis vpx wavpack webkit widgets wmf wxwidgets x264 x265 xattr xcb xcomposite xft xinerama xml xmp xosd xpm xscreensaver xv xvid zlib" ABI_X86="64" ALSA_CARDS="emu10k1" 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 plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" L10N="de" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby23" USERLAND="GNU" VIDEO_CARDS="nv nvidia v4l" 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: CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS ================================================================= Package Settings ================================================================= media-video/obs-studio-9999::gentoo was built with the following: USE="alsa imagemagick jack pulseaudio python truetype v4l -fdk -luajit -nvenc -speexdsp" ABI_X86="(64)"
Thanks for the report! I already removed the no-longer-needed patch in https://github.com/gentoo/gentoo/pull/9689 though it's still in the waiting. :]
Your're welcome, seems to be still not updated in portage.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4495835d91916c69dc362747ab5fff5cedc1e7 commit 8a4495835d91916c69dc362747ab5fff5cedc1e7 Author: Jimi Huotari <chiitoo@gentoo.org> AuthorDate: 2018-09-07 17:19:49 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2018-10-04 14:31:11 +0000 media-video/obs-studio: remove upstreamed patch from 9999 Closes: https://bugs.gentoo.org/665766 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> media-video/obs-studio/obs-studio-9999.ebuild | 2 -- 1 file changed, 2 deletions(-)