Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 888603 - sci-visualization/fityk-1.3.1-r102 - gradient.cpp: fatal error: wx/spinctrl.h: No such file or directory
Summary: sci-visualization/fityk-1.3.1-r102 - gradient.cpp: fatal error: wx/spinctrl.h...
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: 2022-12-27 09:19 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,17.90 KB, text/plain)
2022-12-27 09:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,131.86 KB, text/plain)
2022-12-27 09:19 UTC, Toralf Förster
Details
environment (environment,99.13 KB, text/plain)
2022-12-27 09:19 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,567 bytes, application/x-bzip)
2022-12-27 09:19 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,18.17 KB, application/x-bzip)
2022-12-27 09:19 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,10.77 KB, application/x-bzip)
2022-12-27 09:19 UTC, Toralf Förster
Details
sci-visualization:fityk-1.3.1-r102:20221227-025158.log (sci-visualization:fityk-1.3.1-r102:20221227-025158.log,230.73 KB, text/plain)
2022-12-27 09:19 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,39.83 KB, application/x-bzip)
2022-12-27 09:19 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-27 09:19:40 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -std=c++14 -c -o ceria.o ceria.cpp
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -c -o atomtables.o atomtables.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -c -o sgtables.o sgtables.c
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/lib64/wx/include/base-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DHELP_DIR=\"/usr/share/fityk\" -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -std=c++14 -c -o fit
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/lib64/wx/include/base-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DHELP_DIR=\"/usr/share/fityk\" -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -std=c++14 -c -o fit
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/lib64/wx/include/base-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DHELP_DIR=\"/usr/share/fityk\" -DNDEBUG  -pipe -march=native -fno-diagnostics-color -O2 -falign-functions=32:25:16 -std=c++14 -c -o fit
gradient.cpp:6:10: fatal error: wx/spinctrl.h: No such file or directory
    6 | #include <wx/spinctrl.h>
      |          ^~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_merged_usr-j4-20221226-050004

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

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
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 8cee5f9a64f07e865c3c59ade625f88eeeda7626
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Dec 27 02:33:09 2022 +0000

    2022-12-27 02:33:09 UTC

emerge -qpvO sci-visualization/fityk
[ebuild  N    ] sci-visualization/fityk-1.3.1-r102  USE="readline wxwidgets -gnuplot -nlopt" LUA_SINGLE_TARGET="lua5-1 -lua5-3"
Comment 1 Toralf Förster gentoo-dev 2022-12-27 09:19:41 UTC
Created attachment 845129 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-12-27 09:19:43 UTC
Created attachment 845131 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-12-27 09:19:44 UTC
Created attachment 845133 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-12-27 09:19:45 UTC
Created attachment 845135 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-12-27 09:19:46 UTC
Created attachment 845137 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-12-27 09:19:47 UTC
Created attachment 845139 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-12-27 09:19:48 UTC
Created attachment 845141 [details]
sci-visualization:fityk-1.3.1-r102:20221227-025158.log
Comment 8 Toralf Förster gentoo-dev 2022-12-27 09:19:49 UTC
Created attachment 845143 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-11-24 14:31:07 UTC
The bug has been closed via the following commit(s):

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

commit 15c76b12cf7728823d0b2b0b7f2d3b69220613da
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2023-11-24 14:09:25 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2023-11-24 14:30:31 +0000

    sci-visualization/fityk: add 1.3.2
    
    Closes: https://bugs.gentoo.org/888603
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 sci-visualization/fityk/Manifest           |  1 +
 sci-visualization/fityk/fityk-1.3.2.ebuild | 56 ++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)