Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656026 - app-office/abiword-3.0.2-r1 : ut_jpeg.cpp:105:9: error: invalid conversion from int to boolean [-fpermissive]
Summary: app-office/abiword-3.0.2-r1 : ut_jpeg.cpp:105:9: error: invalid conversion fr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-18 14:25 UTC by Toralf Förster
Modified: 2019-02-23 11:55 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.91 KB, text/plain)
2018-05-18 14:25 UTC, Toralf Förster
Details
app-office:abiword-3.0.2-r1:20180518-114916.log (app-office:abiword-3.0.2-r1:20180518-114916.log,223.05 KB, text/plain)
2018-05-18 14:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,322.13 KB, text/plain)
2018-05-18 14:25 UTC, Toralf Förster
Details
environment (environment,120.75 KB, text/plain)
2018-05-18 14:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.36 KB, application/x-bzip)
2018-05-18 14:25 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,27.89 KB, application/x-bzip)
2018-05-18 14:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,38.76 KB, application/x-bzip)
2018-05-18 14:25 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-18 14:25:22 UTC
ut_jpeg.cpp: In function ‘boolean _jpegFillInputBuffer(j_decompress_ptr)’:
ut_jpeg.cpp:105:9: error: invalid conversion from ‘int’ to ‘boolean’ [-fpermissive]
  return 1; // boolean is a libjpeg type that is an int.
         ^
ut_jpeg.cpp: In function ‘bool UT_JPEG_getDimensions(const UT_ByteBuf*, UT_sint32&, UT_sint32&)’:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_20180508-183531

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

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)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.7.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv app-office/abiword
[ebuild  N    ] app-office/abiword-3.0.2-r1  USE="cups goffice grammar introspection plugins readline spell -calendar -collab -debug -eds -latex -map -math -ots -redland -thesaurus -wmf -wordperfect"
Comment 1 Toralf Förster gentoo-dev 2018-05-18 14:25:25 UTC
Created attachment 531996 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-18 14:25:28 UTC
Created attachment 531998 [details]
app-office:abiword-3.0.2-r1:20180518-114916.log
Comment 3 Toralf Förster gentoo-dev 2018-05-18 14:25:31 UTC
Created attachment 532000 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-18 14:25:35 UTC
Created attachment 532002 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-18 14:25:38 UTC
Created attachment 532004 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-18 14:25:41 UTC
Created attachment 532006 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-18 14:25:44 UTC
Created attachment 532008 [details]
temp.tbz2
Comment 8 Romain Riviere 2018-05-31 18:03:21 UTC
Confirmed on i686 with gcc-6.4.0-r1

Upstream bug report: https://bugzilla.abisource.com/show_bug.cgi?id=13697
Comment 9 Larry the Git Cow gentoo-dev 2019-02-23 11:55:01 UTC
The bug has been closed via the following commit(s):

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

commit b4c1b039f810bfabee5f6c55e4d93ecf76bf4918
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-02-23 11:33:38 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-02-23 11:54:38 +0000

    app-office/abiword: Multiple bug fixes
    
    - Fix flickering with recent GTK+ versions (#601300)
    - cairo[X] looks to not be needed, don't rdepend on it (as other
      distributions do too) (#618756)
    - Fix compilation issues (#656026)
    - Fix libical3 compatibility (#677072)
    - Don't force smooth scrolling (from Debian, upstreamed)
    
    Closes: https://bugs.gentoo.org/601300
    Closes: https://bugs.gentoo.org/618756
    Closes: https://bugs.gentoo.org/656026
    Closes: https://bugs.gentoo.org/677072
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 app-office/abiword/Manifest                |   1 +
 app-office/abiword/abiword-3.0.2-r2.ebuild | 164 +++++++++++++++++++++++++++++
 2 files changed, 165 insertions(+)