Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654514 - media-gfx/maim-5.5 : /.../image.cpp:190:74: error: cannot convert bool to boolean for argument 3 to void jpeg_set_quality(j_compress_ptr, int, boolean)
Summary: media-gfx/maim-5.5 : /.../image.cpp:190:74: error: cannot convert bool to boo...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-01 11:07 UTC by Toralf Förster
Modified: 2018-05-25 16:36 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.29 KB, text/plain)
2018-05-01 11:07 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,250.14 KB, text/plain)
2018-05-01 11:07 UTC, Toralf Förster
Details
environment (environment,114.41 KB, text/plain)
2018-05-01 11:07 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.62 KB, application/x-bzip)
2018-05-01 11:07 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.15 KB, application/x-bzip)
2018-05-01 11:07 UTC, Toralf Förster
Details
media-gfx:maim-5.5:20180501-103454.log (media-gfx:maim-5.5:20180501-103454.log,6.22 KB, text/plain)
2018-05-01 11:07 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.79 KB, application/x-bzip)
2018-05-01 11:07 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-05-01 11:07:22 UTC
/usr/bin/x86_64-pc-linux-gnu-g++ -DCXXOPTS_USE_UNICODE -DMAIM_VERSION=\"v5.5\"   -DNDEBUG -O2 -pipe -march=native   -std=c++11 -MD -MT CMakeFiles/maim.dir/src/image.cpp.o -MF CMakeFiles/maim.dir/src/image.cpp.o.d -o CMakeFiles/maim.dir/src/image.cpp.o -c /var/tmp/portage/media-gfx/maim-5.5/work/maim-5.5/src/image.cpp
/var/tmp/portage/media-gfx/maim-5.5/work/maim-5.5/src/image.cpp: In member function ‘void ARGBImage::writeJPEG(std::ostream&, int)’:
/var/tmp/portage/media-gfx/maim-5.5/work/maim-5.5/src/image.cpp:190:74: error: cannot convert ‘bool’ to ‘boolean’ for argument ‘3’ to ‘void jpeg_set_quality(j_compress_ptr, int, boolean)’
     jpeg_set_quality (&cinfo, (int)((float)quality-1.f)*(100.f/9.f), true);
                                                                          ^
/var/tmp/portage/media-gfx/maim-5.5/work/maim-5.5/src/image.cpp:191:37: error: cannot convert ‘bool’ to ‘boolean’ for argument ‘2’ to ‘void jpeg_start_compress(j_compress_ptr, boolean)’

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-hardened_libressl_20180425-205901

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *



emerge -qpv media-gfx/maim
[ebuild  N    ] media-gfx/maim-5.5  USE="unicode"
Comment 1 Toralf Förster gentoo-dev 2018-05-01 11:07:25 UTC
Created attachment 529240 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-01 11:07:28 UTC
Created attachment 529242 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-05-01 11:07:31 UTC
Created attachment 529244 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-05-01 11:07:34 UTC
Created attachment 529246 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-05-01 11:07:38 UTC
Created attachment 529248 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-01 11:07:41 UTC
Created attachment 529250 [details]
media-gfx:maim-5.5:20180501-103454.log
Comment 7 Toralf Förster gentoo-dev 2018-05-01 11:07:44 UTC
Created attachment 529252 [details]
temp.tbz2
Comment 8 Pacho Ramos gentoo-dev 2018-05-25 16:36:12 UTC
[master 9b97acf654cf] media-gfx/maim: Version bump
 2 files changed, 44 insertions(+)
 create mode 100644 media-gfx/maim/maim-5.5.1.ebuild


Please retry with this newer version