Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660822 - sys-boot/woeusb-3.1.5 : MainPanel.hpp:30:10: fatal error: wx/vscroll.h: No such file or directory
Summary: sys-boot/woeusb-3.1.5 : MainPanel.hpp:30:10: fatal error: wx/vscroll.h: No su...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-09 18:27 UTC by Toralf Förster
Modified: 2018-10-14 19:57 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.74 KB, text/plain)
2018-07-09 18:27 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,62.98 KB, text/plain)
2018-07-09 18:27 UTC, Toralf Förster
Details
environment (environment,99.52 KB, text/plain)
2018-07-09 18:27 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.73 KB, application/x-bzip)
2018-07-09 18:27 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.76 KB, application/x-bzip)
2018-07-09 18:27 UTC, Toralf Förster
Details
sys-boot:woeusb-3.1.5:20180709-181818.log (sys-boot:woeusb-3.1.5:20180709-181818.log,13.05 KB, text/plain)
2018-07-09 18:27 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.77 KB, application/x-bzip)
2018-07-09 18:27 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 2018-07-09 18:27:11 UTC
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/usr/lib64/wx/include/base-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -pthread  -DNDEBUG  -O2 -pipe -march=native -c -o MainPanel.o MainPanel.cpp
In file included from MainPanel.cpp:20:0:
MainPanel.hpp:30:10: fatal error: wx/vscroll.h: No such file or directory
 #include <wx/vscroll.h>
          ^~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl-abi32+64-test_20180707-092238

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.7 (fallback)
  [3]   python2.7 (fallback)




emerge -qpv sys-boot/woeusb
[ebuild  N    ] sys-boot/woeusb-3.1.5  USE="-minimal"
Comment 1 Toralf Förster gentoo-dev 2018-07-09 18:27:14 UTC
Created attachment 539012 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-09 18:27:17 UTC
Created attachment 539014 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-07-09 18:27:20 UTC
Created attachment 539016 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-07-09 18:27:23 UTC
Created attachment 539018 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-07-09 18:27:26 UTC
Created attachment 539020 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-07-09 18:27:29 UTC
Created attachment 539022 [details]
sys-boot:woeusb-3.1.5:20180709-181818.log
Comment 7 Toralf Förster gentoo-dev 2018-07-09 18:27:32 UTC
Created attachment 539024 [details]
temp.tbz2
Comment 8 Markus Rathgeb 2018-10-14 19:21:11 UTC
I can confirm this issue.

x11-libs/wxGTK needs to be installed with enabled X USE flag (not forced by the woeusb ebuild at the moment).
Comment 9 Markus Rathgeb 2018-10-14 19:22:13 UTC
Do be more detailed:

x11-libs/wxGTK needs to be installed with enabled X USE flag to get woeusb comiled (not forced by the woeusb ebuild at the moment).

x11-libs/wxGTK without X use flag will lead to that missing header files.
Comment 10 Larry the Git Cow gentoo-dev 2018-10-14 19:57:07 UTC
The bug has been closed via the following commit(s):

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

commit 16755e1b9385fe2aa1016c4895c9296dfe941962
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2018-10-14 19:56:48 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2018-10-14 19:56:59 +0000

    sys-boot/woeusb: wxGTK[X] is needed (#660822 by Markus Rathgeb)
    
    Closes: https://bugs.gentoo.org/660822
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-boot/woeusb/woeusb-3.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)