Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711154 - sci-libs/mathgl-2.4.1-r2 : /.../fltk.cpp: error: thr was not declared in this scope
Summary: sci-libs/mathgl-2.4.1-r2 : /.../fltk.cpp: error: thr was not declared in this...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-01 08:42 UTC by Toralf Förster
Modified: 2023-11-24 14:31 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.20 KB, text/plain)
2020-03-01 08:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,132.22 KB, text/plain)
2020-03-01 08:42 UTC, Toralf Förster
Details
environment (environment,151.62 KB, text/plain)
2020-03-01 08:42 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.61 KB, application/x-bzip)
2020-03-01 08:42 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,8.54 KB, application/x-bzip)
2020-03-01 08:42 UTC, Toralf Förster
Details
sci-libs:mathgl-2.4.1-r2:20200301-002541.log (sci-libs:mathgl-2.4.1-r2:20200301-002541.log,90.54 KB, text/plain)
2020-03-01 08:42 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,37.88 KB, application/x-bzip)
2020-03-01 08:42 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 2020-03-01 08:42:11 UTC
cd /var/tmp/portage/sci-libs/mathgl-2.4.1-r2/work/mathgl-2.4.1_build/widgets && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_MEMRCHR -DMGL_SRC -DMGL_STATIC_DEFINE -DNO_COLOR_ARRAY -I/var/tmp/portage/sci-libs/mathgl-2.4.1-r2/work/mathgl-2.4.1/include -I/var/tmp/portage/sci-libs/mathgl-2.4.1-r2/work/mathgl-2.4.1_build/include -isystem /usr/include/fltk   -DNDEBUG -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -fopenmp   -o CMakeFiles/mgl-fltk-static.dir/fltk.cpp.o -c /var/tmp/portage/sci-libs/mathgl-2.4.1-r2/work/mathgl-2.4.1/widgets/fltk.cpp
/var/tmp/portage/sci-libs/mathgl-2.4.1-r2/work/mathgl-2.4.1/widgets/fltk.cpp: In constructor Fl_MathGL::Fl_MathGL(int, int, int, int, const char*):
/var/tmp/portage/sci-libs/mathgl-2.4.1-r2/work/mathgl-2.4.1/widgets/fltk.cpp:107:27: error: thr was not declared in this scope
  107 |  popup=0; vpar=0; wpar=0; thr=0;
      |                           ^~~
/var/tmp/portage/sci-libs/mathgl-2.4.1-r2/work/mathgl-2.4.1/widgets/fltk.cpp: At global scope:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20200227-131806

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.6
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.41.0 *
java-config:
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.242_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sat, 29 Feb 2020 22:07:30 +0000

emerge -qpvO sci-libs/mathgl
[ebuild  N    ] sci-libs/mathgl-2.4.1-r2  USE="fltk lua openmp png zlib -doc -gif -glut -gsl -hdf -hdf5 -jpeg -mpi (-octave) -opengl -pdf -python -qt5 -static-libs -threads -wxwidgets" L10N="-ru" PYTHON_SINGLE_TARGET="python2_7"
Comment 1 Toralf Förster gentoo-dev 2020-03-01 08:42:14 UTC
Created attachment 616678 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-01 08:42:16 UTC
Created attachment 616680 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-01 08:42:19 UTC
Created attachment 616682 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-01 08:42:22 UTC
Created attachment 616684 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-01 08:42:24 UTC
Created attachment 616686 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-01 08:42:27 UTC
Created attachment 616688 [details]
sci-libs:mathgl-2.4.1-r2:20200301-002541.log
Comment 7 Toralf Förster gentoo-dev 2020-03-01 08:42:30 UTC
Created attachment 616690 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2023-11-24 14:31:08 UTC
The bug has been closed via the following commit(s):

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

commit b7e1372b7791f70b4f162a8ef5762c892633b4c7
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2023-11-24 14:04:23 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2023-11-24 14:30:30 +0000

    sci-libs/mathgl: add 8.0.1
    
    Closes: https://bugs.gentoo.org/587150
    Closes: https://bugs.gentoo.org/886468
    Closes: https://bugs.gentoo.org/873457
    Closes: https://bugs.gentoo.org/808713
    Closes: https://bugs.gentoo.org/780318
    Closes: https://bugs.gentoo.org/711154
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 sci-libs/mathgl/Manifest                      |   1 +
 sci-libs/mathgl/files/mathgl-libharu2.4.patch |  25 +++++
 sci-libs/mathgl/mathgl-8.0.1.ebuild           | 145 ++++++++++++++++++++++++++
 3 files changed, 171 insertions(+)