Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627934 - media-radio/qsstv-9.2.4 : utils/jp2io.h:20:3: error: OPJ_UINT32 does not name a type
Summary: media-radio/qsstv-9.2.4 : utils/jp2io.h:20:3: error: OPJ_UINT32 does not na...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-15 16:37 UTC by Toralf Förster
Modified: 2017-08-17 07:12 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.22 KB, text/plain)
2017-08-15 16:37 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,93.64 KB, application/x-bzip)
2017-08-15 16:37 UTC, Toralf Förster
Details
environment (environment,88.49 KB, text/plain)
2017-08-15 16:37 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,24.33 KB, application/x-bzip)
2017-08-15 16:37 UTC, Toralf Förster
Details
media-radio:qsstv-9.2.4:20170815-010116.log (media-radio:qsstv-9.2.4:20170815-010116.log,21.09 KB, text/plain)
2017-08-15 16:37 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.56 KB, application/x-bzip)
2017-08-15 16:37 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 2017-08-15 16:37:25 UTC
x86_64-pc-linux-gnu-g++ -c -Werror=terminate -O2 -pipe -march=native -O3 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -Iconfig -Iutils -Isound -Iwidgets -Idsp -Idispatch -Ilogbook -Imainwidgets -Irig -Isstv -Ivideocapt -Idrmrx -Idrmtx -Ixmlrpc -I/usr/include/openjpeg-2.1 -I. -I. -o imageviewer.o widgets/imageviewer.cpp
In file included from widgets/imageviewer.cpp:28:0:
utils/jp2io.h:20:3: error: ‘OPJ_UINT32’ does not name a type
   OPJ_UINT32         prec;
   ^~~~~~~~~~
utils/jp2io.h:49:5: error: ‘OPJ_BOOL’ does not name a type

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-gnome-systemd_20170731-210330

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
  [5]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.10 [icedtea-7]
*)	IcedTea JDK 7.2.6.10 [icedtea-bin-7]
3)	IcedTea JDK 3.5.1 [icedtea-bin-8]
4)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7  system-vm
  [3]   icedtea-bin-8 
  [4]   jamvm 

emerge -qpv media-radio/qsstv
[ebuild  N    ] media-radio/qsstv-9.2.4
Comment 1 Toralf Förster gentoo-dev 2017-08-15 16:37:28 UTC
Created attachment 489120 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-08-15 16:37:31 UTC
Created attachment 489122 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2017-08-15 16:37:35 UTC
Created attachment 489124 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-08-15 16:37:38 UTC
Created attachment 489126 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-08-15 16:37:41 UTC
Created attachment 489128 [details]
media-radio:qsstv-9.2.4:20170815-010116.log
Comment 6 Toralf Förster gentoo-dev 2017-08-15 16:37:44 UTC
Created attachment 489130 [details]
temp.tbz2
Comment 7 Thomas Beierlein gentoo-dev 2017-08-17 07:12:04 UTC
Thanks for pointing out Toralf. Was a hard coded search path for openjpeg headers. Breaks with newer openjpeg-2.2.

Fixed version in tree.

> media-radio/qsstv: Fix hardcoded header path for openjpeg #627934.  Thks Toralf.