Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914636 - media-gfx/openscad-2021.01-r4 - GLView.cc:(.text+<snip>): undefined reference to _GLXEW_SGIX_pbuffer
Summary: media-gfx/openscad-2021.01-r4 - GLView.cc:(.text+<snip>): undefined reference...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paul Zander
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-25 08:21 UTC by Toralf Förster
Modified: 2024-04-11 01:25 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,22.08 KB, text/plain)
2023-09-25 08:21 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,112.64 KB, application/x-xz)
2023-09-25 08:21 UTC, Toralf Förster
Details
environment (environment,82.64 KB, text/plain)
2023-09-25 08:21 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.05 KB, application/x-xz)
2023-09-25 08:21 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,39.52 KB, application/x-xz)
2023-09-25 08:21 UTC, Toralf Förster
Details
media-gfx:openscad-2021.01-r4:20230925-031042.log.xz (media-gfx:openscad-2021.01-r4:20230925-031042.log.xz,17.61 KB, application/x-xz)
2023-09-25 08:21 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,36.25 KB, application/x-xz)
2023-09-25 08: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 2023-09-25 08:21:45 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o openscad objects/src/AST.o objects/src/ModuleInstantiation.o objects/src/Assignment.o objects/src/export_pdf.o objects/src/expr.o objects/src/function.o objects/src/module.o objects/src/UserModule.o objects/sr
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: objects/src/GLView.o: in function `GLView::enable_opencsg_shaders()':
GLView.cc:(.text+0x389f): undefined reference to `__GLXEW_SGIX_pbuffer'
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: GLView.cc:(.text+0x38af): undefined reference to `__GLXEW_SGIX_fbconfig'
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libopencsg.so: undefined reference to `__glewXCreateGLXPbufferSGIX'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-20230910-154003

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.1
Python 3.11.5
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.72.0
  [2]   rust-1.72.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-bin-8]
2)	Eclipse Temurin JDK 11.0.20.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
4)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-11 
  [4]   openjdk-bin-17  system-vm

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

  HEAD of ::gentoo
commit 3f8cd932f6b1a841ab840afe8dae021e7df921ee
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Sep 25 02:31:40 2023 +0000

    2023-09-25 02:31:40 UTC

emerge -qpvO media-gfx/openscad
[ebuild  N    ] media-gfx/openscad-2021.01-r4  USE="-emacs"
Comment 1 Toralf Förster gentoo-dev 2023-09-25 08:21:45 UTC
Created attachment 871301 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-09-25 08:21:47 UTC
Created attachment 871302 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2023-09-25 08:21:48 UTC
Created attachment 871303 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-09-25 08:21:49 UTC
Created attachment 871304 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-09-25 08:21:50 UTC
Created attachment 871305 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-09-25 08:21:51 UTC
Created attachment 871306 [details]
media-gfx:openscad-2021.01-r4:20230925-031042.log.xz
Comment 7 Toralf Förster gentoo-dev 2023-09-25 08:21:52 UTC
Created attachment 871307 [details]
temp.tar.xz