Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 635596 - app-text/djview-4.9 : qdjview.cpp:4652:6: error: miniexp_io_t {aka struct miniexp_io_s} has no member named p_print7bits
Summary: app-text/djview-4.9 : qdjview.cpp:4652:6: error: miniexp_io_t {aka struct min...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords: PATCH, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-10-27 15:52 UTC by Toralf Förster
Modified: 2020-05-20 22:14 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.51 KB, text/plain)
2017-10-27 15:53 UTC, Toralf Förster
Details
app-text:djview-4.9:20171026-230034.log (app-text:djview-4.9:20171026-230034.log,16.98 KB, text/plain)
2017-10-27 15:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,266.83 KB, text/plain)
2017-10-27 15:53 UTC, Toralf Förster
Details
environment (environment,122.86 KB, text/plain)
2017-10-27 15:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.74 KB, application/x-bzip)
2017-10-27 15:53 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,8.27 KB, application/x-bzip)
2017-10-27 15:53 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,34.15 KB, application/x-bzip)
2017-10-27 15:53 UTC, Toralf Förster
Details
Patch to handle newer DDJVU API (djview-4.9-api-update.patch,730 bytes, patch)
2017-11-08 18:47 UTC, Jason Miller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-10-27 15:52:57 UTC
x86_64-pc-linux-gnu-g++ -c -pipe -O2 -pipe -march=native -I.././src -I.. -pthread -O2 -Wall -W -D_REENTRANT -DAUTOCONF -DNDEBUG -DQT_NO_DEBUG -DQT_NO_DEBUG_STREAM -DQT_NO_DEBUG -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 -I. -I. -o qdjview.o qdjview.cpp
qdjview.cpp: In function ‘QString miniexp_to_string(miniexp_t, int, bool)’:
qdjview.cpp:4652:6: error: ‘miniexp_io_t {aka struct miniexp_io_s}’ has no member named ‘p_print7bits’
   io.p_print7bits = (octal ? &one : 0);
      ^
make[1]: *** [Makefile:520: qdjview.o] Error 1

=== This is an issue at stable ===


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

  This is an stable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-systemd_stable-libressl_20171021-112841

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:


emerge -qpv app-text/djview
[ebuild  N    ] app-text/djview-4.9  USE="-debug -nsplugin"
Comment 1 Toralf Förster gentoo-dev 2017-10-27 15:53:01 UTC
Created attachment 500412 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-10-27 15:53:03 UTC
Created attachment 500414 [details]
app-text:djview-4.9:20171026-230034.log
Comment 3 Toralf Förster gentoo-dev 2017-10-27 15:53:06 UTC
Created attachment 500416 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-10-27 15:53:09 UTC
Created attachment 500418 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-10-27 15:53:12 UTC
Created attachment 500420 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-10-27 15:53:15 UTC
Created attachment 500422 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-10-27 15:53:18 UTC
Created attachment 500424 [details]
temp.tbz2
Comment 8 Andreas K. Hüttel archtester gentoo-dev 2017-10-31 17:41:24 UTC
Caused by newer app-text/djvu
Comment 9 Jason Miller 2017-11-08 18:47:04 UTC
Created attachment 503114 [details, diff]
Patch to handle newer DDJVU API

They renamed a field starting in API version 22; the behavior of the field is identical.  #defines were also added for the values that can go in the field, so I use those on the newer API.
Comment 10 Andreas Sturmlechner gentoo-dev 2020-05-20 22:14:43 UTC
These versions are long gone.