Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 790779 - games-simulation/crrcsim-0.9.13 - /.../ld: cannot find -lCGAL
Summary: games-simulation/crrcsim-0.9.13 - /.../ld: cannot find -lCGAL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-18 07:15 UTC by Toralf Förster
Modified: 2021-07-19 16:02 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.22 KB, text/plain)
2021-05-18 07:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,417.86 KB, text/plain)
2021-05-18 07:15 UTC, Toralf Förster
Details
environment (environment,109.08 KB, text/plain)
2021-05-18 07:15 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,24.71 KB, application/x-bzip)
2021-05-18 07:15 UTC, Toralf Förster
Details
games-simulation:crrcsim-0.9.13:20210517-231119.log (games-simulation:crrcsim-0.9.13:20210517-231119.log,78.32 KB, text/plain)
2021-05-18 07:15 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.65 KB, application/x-bzip)
2021-05-18 07:15 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,33.61 KB, application/x-bzip)
2021-05-18 07:15 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 2021-05-18 07:15:07 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lCGAL
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1049: crrcsim] Error 1
make[2]: Leaving directory '/var/tmp/portage/games-simulation/crrcsim-0.9.13/work/crrcsim-0.9.13'
make[1]: *** [Makefile:3260: all-recursive] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-abi32+64-j2-20210510-163641

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-9.3.1
 [3] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.52.1
  [2]   rust-1.52.1 *
The following VMs are available for generation-2:
1)	JamVM JDK 2.0.0 [jamvm]
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   jamvm 
  [2]   openjdk-bin-8  system-vm

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

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon May 17 22:50:13 UTC 2021

emerge -qpvO games-simulation/crrcsim
[ebuild  N    ] games-simulation/crrcsim-0.9.13  USE="-portaudio"
Comment 1 Toralf Förster gentoo-dev 2021-05-18 07:15:08 UTC
Created attachment 709593 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-18 07:15:10 UTC
Created attachment 709596 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-05-18 07:15:12 UTC
Created attachment 709599 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-05-18 07:15:13 UTC
Created attachment 709602 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-05-18 07:15:15 UTC
Created attachment 709605 [details]
games-simulation:crrcsim-0.9.13:20210517-231119.log
Comment 6 Toralf Förster gentoo-dev 2021-05-18 07:15:15 UTC
Created attachment 709608 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-05-18 07:15:17 UTC
Created attachment 709611 [details]
temp.tar.bz2
Comment 8 Andrew Savchenko gentoo-dev 2021-05-24 08:55:40 UTC

*** This bug has been marked as a duplicate of bug 791811 ***
Comment 9 Larry the Git Cow gentoo-dev 2021-07-19 16:02:44 UTC
The bug has been closed via the following commit(s):

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

commit d121de267dc651fe6b1505a1c38c4fba0522b4b0
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-07-19 15:56:45 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-07-19 16:01:30 +0000

    games-simulation/crrcsim: EAPI 6->8, cgal[-shared], missing deps
    
    This already can use CGAL headers-only and only needed the -lCGAL
    link attempt removed. Moved to DEPEND-only, fixes bug #790779.
    (hopefully right way to handle CGAL now)
    
    Missing deps: opengl, glu, gmp, and jpeg wrt bug #739384.
    (gmp is always used with cgal regardless of patch or cgal[-gmp])
    
    Removed unnecessary -buildsystem patch, -DCRRC_DATA_PATH is already
    used for data path and portaudio can use ac_cv_header_portaudio_h.
    
    Closes: https://bugs.gentoo.org/739384
    Closes: https://bugs.gentoo.org/790779
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild | 48 +++++++++++++++++++++++
 1 file changed, 48 insertions(+)