Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911667 - dev-scheme/bigloo-4.4c_p4-r5 - /.../ld: cannot find -lbigloopulseaudio_s-4.4c: No such file or directory
Summary: dev-scheme/bigloo-4.4c_p4-r5 - /.../ld: cannot find -lbigloopulseaudio_s-4.4c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-03 15:50 UTC by Toralf Förster
Modified: 2024-06-05 19:33 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,20.56 KB, text/plain)
2023-08-03 15:50 UTC, Toralf Förster
Details
dev-scheme:bigloo-4.4c_p4-r5:20230803-151143.log.xz (dev-scheme:bigloo-4.4c_p4-r5:20230803-151143.log.xz,32.11 KB, application/x-xz)
2023-08-03 15:50 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,65.19 KB, application/x-xz)
2023-08-03 15:50 UTC, Toralf Förster
Details
environment (environment,73.77 KB, text/plain)
2023-08-03 15:50 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,784 bytes, application/x-xz)
2023-08-03 15:50 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,23.85 KB, application/x-xz)
2023-08-03 15:50 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,6.53 KB, application/x-xz)
2023-08-03 15:50 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,49.36 KB, application/x-xz)
2023-08-03 15:50 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 2023-08-03 15:50:38 UTC
                 -L/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r5/work/bigloo-4.4c-4/lib/bigloo/4.4c  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  -rdynamic \
                 -ldl -lresolv -lunistring -lpcre2-8 -lgmp -lm -lc -lgc  -lasound -lpulse-simple -lpulse -pthread -lbigloo_s-4.4c -lbigloomultimedia_s-4.4c -lbiglooalsa_s-4.4c -lbigloopulseaudio_s-4.4c   \
                  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  && \
         if [ "libbigloowav_s-4.4c.so" != "/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r5/work/bigloo-4.4c-4/lib/bigloo/4.4c/libbigloowav_s-4.4c.so" ]; then \
           mv libbigloowav_s-4.4c.so /var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r5/work/bigloo-4.4c-4/lib/bigloo/4.4c/libbigloowav_s-4.4c.so; \
         fi
/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: cannot find -lbigloopulseaudio_s-4.4c: No such file or directory
collect2: error: ld returned 1 exit status
make[9]: *** [../../../Makefile.misc:117: shared-soname] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-20230730-202004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.71.0 *
The following VMs are available for generation-2:
1)	OpenJDK 11.0.19_p7 [openjdk-11]
2)	OpenJDK 17.0.7_p7 [openjdk-17]
3)	OpenJDK 8.372_p07 [openjdk-8]
4)	Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
6)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-11 
  [3]   openjdk-17 
  [4]   openjdk-bin-8 
  [5]   openjdk-bin-11 
  [6]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.20.6 linux/amd64

  HEAD of ::gentoo
commit 4ef4c0ff35a9f0c8bf796a5696ad4766f1d2389b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Aug 3 14:01:48 2023 +0000

    2023-08-03 14:01:47 UTC

emerge -qpvO dev-scheme/bigloo
[ebuild  N    ] dev-scheme/bigloo-4.4c_p4-r5  USE="alsa flac gmp gstreamer mp3 sqlite -avahi -emacs -gpg -java -libuv -pulseaudio"
Comment 1 Toralf Förster gentoo-dev 2023-08-03 15:50:38 UTC
Created attachment 866952 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-08-03 15:50:39 UTC
Created attachment 866953 [details]
dev-scheme:bigloo-4.4c_p4-r5:20230803-151143.log.xz
Comment 3 Toralf Förster gentoo-dev 2023-08-03 15:50:41 UTC
Created attachment 866954 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2023-08-03 15:50:42 UTC
Created attachment 866955 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-08-03 15:50:42 UTC
Created attachment 866956 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-08-03 15:50:44 UTC
Created attachment 866957 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-08-03 15:50:44 UTC
Created attachment 866958 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2023-08-03 15:50:46 UTC
Created attachment 866959 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2024-06-05 19:33:39 UTC
The bug has been closed via the following commit(s):

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

commit 4a6040b5193950693e6ddfade4b00f8ff0f12b31
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2024-06-05 19:03:42 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-06-05 19:33:34 +0000

    dev-scheme/bigloo: drop 4.4c_p4-r6
    
    Closes: https://bugs.gentoo.org/927163
    Closes: https://bugs.gentoo.org/924857
    Closes: https://bugs.gentoo.org/870481
    Closes: https://bugs.gentoo.org/911667
    Closes: https://github.com/gentoo/gentoo/pull/37037
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/bigloo/Manifest                 |   1 -
 dev-scheme/bigloo/bigloo-4.4c_p4-r6.ebuild | 221 -----------------------------
 2 files changed, 222 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit a251f84a66c98413f0d15ad7e8d0f37250f67c00
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2024-06-05 14:58:08 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-06-05 19:33:34 +0000

    dev-scheme/bigloo: add 4.5b
    
    Upstream fixed implicit declaration bug.
    There are some broken build dependencies that prevent parallel compiles
    in bdb subfolder. They are fixed in patch.
    Sed in configure file left space where no space is needed - so autoconfig was
    running when it wasn't intended to, and assignment of actual ar ranlib
    variables executed them as commands instead
    Manually pointed configure to location of GC library
    Gstreamer can't be build without enabling pulseaudio, noted that in USE flags
    
    Bug: https://bugs.gentoo.org/927163
    Bug: https://bugs.gentoo.org/924857
    Bug: https://bugs.gentoo.org/870481
    Bug: https://bugs.gentoo.org/911667
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/bigloo/Manifest                         |   1 +
 dev-scheme/bigloo/bigloo-4.5b.ebuild               | 224 +++++++++++++++++++++
 dev-scheme/bigloo/files/bigloo-4.5b-makefile.patch |  36 ++++
 3 files changed, 261 insertions(+)