Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887681 - media-gfx/gmic-3.1.6-r1 - /.../ld: cannot find libgmic.o: No such file or directory
Summary: media-gfx/gmic-3.1.6-r1 - /.../ld: cannot find libgmic.o: No such file or dir...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-21 10:20 UTC by Toralf Förster
Modified: 2023-03-01 23:12 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.27 KB, text/plain)
2022-12-21 10:20 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,62.24 KB, text/plain)
2022-12-21 10:20 UTC, Toralf Förster
Details
environment (environment,61.92 KB, text/plain)
2022-12-21 10:20 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,565 bytes, application/x-bzip)
2022-12-21 10:20 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,4.99 KB, application/x-bzip)
2022-12-21 10:20 UTC, Toralf Förster
Details
media-gfx:gmic-3.1.6-r1:20221220-221223.log (media-gfx:gmic-3.1.6-r1:20221220-221223.log,3.71 KB, text/plain)
2022-12-21 10:20 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,16.33 KB, application/x-bzip)
2022-12-21 10:20 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-12-21 10:20:17 UTC
too long lines were shrinked:

make -j4 -j1 -C src CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ STRIP=/bin/true LIB=lib64 'OPT_CFLAGS=-pipe -march=native -fno-diagnostics-color -O2' 'OPT_LIBS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0' GMIC_USE_CURL=no GMIC_USE_EXR=no GMI
make: Entering directory '/var/tmp/portage/media-gfx/gmic-3.1.6-r1/work/gmic-3.1.6/src'
make "CFLAGS+=-Dcimg_date=\\\"\\\" -Dcimg_time=\\\"\\\" -Dcimg_use_zlib -I.    -std=c++11 -pedantic -Dcimg_use_vt100 -Dcimg_use_abort -Dgmic_is_parallel      -fopenmp -Dcimg_use_openmp=1 -Dcimg_display=0  -pipe -march=native -fno-diagnostics-color -O2" "LIBS+=-lz   -L. -L/usr/lib64 -lpthread      -l
make[1]: Entering directory '/var/tmp/portage/media-gfx/gmic-3.1.6-r1/work/gmic-3.1.6/src'
x86_64-pc-linux-gnu-g++ -o libcgmic.o -c gmic_libc.cpp -fPIC -pipe -march=native -fno-diagnostics-color -O2 -Dcimg_date=\"\" -Dcimg_time=\"\" -Dcimg_use_zlib -I.    -std=c++11 -pedantic -Dcimg_use_vt100 -Dcimg_use_abort -Dgmic_is_parallel      -fopenmp -Dcimg_use_openmp=1 -Dcimg_display=0  -pipe -ma
x86_64-pc-linux-gnu-g++ -shared -Wl,-soname,libcgmic.so.3 -o libcgmic.so.316 libcgmic.o libgmic.o -lz   -L. -L/usr/lib64 -lpthread      -lgomp   -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find libgmic.o: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:518: libcgmic.so] Error 1 shuffle=2620067951

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_systemd-j4-20221220-104425

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.6
Python 3.10.9
Available Rust versions:
  [1]   rust-bin-1.66.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 

php cli (if any):

  HEAD of ::gentoo
commit 8ca408ed671b8e9b6857ec2f35c2506b00f07ef8
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Dec 20 21:17:08 2022 +0000

    2022-12-20 21:17:08 UTC

emerge -qpvO media-gfx/gmic
[ebuild  N    ] media-gfx/gmic-3.1.6-r1  USE="openmp -X -cli -curl -ffmpeg -fftw -gimp -graphicsmagick -jpeg -opencv -openexr -png -qt5 -tiff"
Comment 1 Toralf Förster gentoo-dev 2022-12-21 10:20:18 UTC
Created attachment 844381 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-12-21 10:20:19 UTC
Created attachment 844383 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-12-21 10:20:20 UTC
Created attachment 844385 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-12-21 10:20:21 UTC
Created attachment 844387 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-12-21 10:20:22 UTC
Created attachment 844389 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-12-21 10:20:23 UTC
Created attachment 844391 [details]
media-gfx:gmic-3.1.6-r1:20221220-221223.log
Comment 7 Toralf Förster gentoo-dev 2022-12-21 10:20:23 UTC
Created attachment 844393 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2023-03-01 23:12:09 UTC
The bug has been closed via the following commit(s):

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

commit 6b7a787c7f0a0d0dc0cb1605812f42447991be34
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2023-03-01 22:21:39 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2023-03-01 23:11:56 +0000

    media-gfx/gmic: only build one target at a time
    
    May or may not help with Bug #887681.
    
    Closes: https://bugs.gentoo.org/887681
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 media-gfx/gmic/gmic-3.2.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)