Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833142 - dev-libs/glib-2.70.4 - eapply_user (or default) must be called in src_prepare()!
Summary: dev-libs/glib-2.70.4 - eapply_user (or default) must be called in src_prepare()!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-11 21:21 UTC by Toralf Förster
Modified: 2022-02-11 21:41 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.29 KB, text/plain)
2022-02-11 21:21 UTC, Toralf Förster
Details
dev-libs:glib-2.70.4:20220211-211729.log (dev-libs:glib-2.70.4:20220211-211729.log,2.04 KB, text/plain)
2022-02-11 21:21 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,54.86 KB, application/x-bzip)
2022-02-11 21:21 UTC, Toralf Förster
Details
environment (environment,166.18 KB, text/plain)
2022-02-11 21:21 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,8.62 KB, application/x-bzip)
2022-02-11 21:21 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,35.82 KB, application/x-bzip)
2022-02-11 21:21 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-02-11 21:21:42 UTC
>>> Source unpacked in /var/tmp/portage/dev-libs/glib-2.70.4/work
>>> Preparing source in /var/tmp/portage/dev-libs/glib-2.70.4/work/glib-2.70.4 ...
/var/tmp/portage/dev-libs/glib-2.70.4/temp/environment: line 4225: xdg_src_prepare: command not found
 * ERROR: dev-libs/glib-2.70.4::gentoo failed (prepare phase):
 *   eapply_user (or default) must be called in src_prepare()!
 * 
 * Call stack:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20220208-200006

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/13
13.0.1
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.58.1 *
The following VMs are available for generation-2:
1)	OpenJDK 11.0.14_p9 [openjdk-11]
*)	Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11]
3)	Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-11 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-11  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *

  HEAD of ::gentoo
commit 139e109fb87947fa8286e6bb9e3cc739f0c57f9f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 11 21:07:14 2022 +0000

    2022-02-11 21:07:08 UTC

emerge -qpvO dev-libs/glib
[ebuild     U ] dev-libs/glib-2.70.4 [2.70.3] USE="dbus elf (mime) sysprof xattr -debug -fam -gtk-doc (-selinux) -static-libs -systemtap -test -utils" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2022-02-11 21:21:43 UTC
Created attachment 764858 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-02-11 21:21:45 UTC
Created attachment 764859 [details]
dev-libs:glib-2.70.4:20220211-211729.log
Comment 3 Toralf Förster gentoo-dev 2022-02-11 21:21:46 UTC
Created attachment 764860 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-02-11 21:21:48 UTC
Created attachment 764861 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-02-11 21:21:50 UTC
Created attachment 764862 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-02-11 21:21:51 UTC
Created attachment 764863 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-02-11 21:39:17 UTC
The bug has been closed via the following commit(s):

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

commit ee615352ba1e2bcacd26b5f566bb1f77269c0770
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-02-11 21:37:27 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-11 21:39:10 +0000

    dev-libs/glib: fix src_prepare
    
    Swapped xdg_src_prepare (not defined in newer EAPIs) to
    xdg_environment_reset. Know there's a GNOME equivalent
    underneath but wanted a safer & quicker option for now until
    can be investigated properly.
    
    Closes: https://bugs.gentoo.org/833142
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/glib/glib-2.70.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 8 Larry the Git Cow gentoo-dev 2022-02-11 21:41:38 UTC
The bug has been closed via the following commit(s):

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

commit 8ae00e291ffb577700d608d155db44379155616a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-02-11 21:41:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-11 21:41:32 +0000

    dev-libs/glib: simplify src_prepare in 2.70.4
    
    gnome2_environment_reset does the xdg_env* for us
    
    Closes: https://bugs.gentoo.org/833142
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/glib/glib-2.70.4.ebuild | 1 -
 1 file changed, 1 deletion(-)