Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667934 - media-video/vdr-2.2.0-r3 : tools.c:1224:16: error: cannot convert bool to boolean in return
Summary: media-video/vdr-2.2.0-r3 : tools.c:1224:16: error: cannot convert bool to boo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-07 08:02 UTC by Toralf Förster
Modified: 2019-04-11 22:39 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.67 KB, text/plain)
2018-10-07 08:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,21.51 KB, text/plain)
2018-10-07 08:02 UTC, Toralf Förster
Details
environment (environment,70.92 KB, text/plain)
2018-10-07 08:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.71 KB, application/x-bzip)
2018-10-07 08:02 UTC, Toralf Förster
Details
media-video:vdr-2.2.0-r3:20181007-062649.log (media-video:vdr-2.2.0-r3:20181007-062649.log,32.27 KB, text/plain)
2018-10-07 08:02 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.36 KB, application/x-bzip)
2018-10-07 08:02 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-10-07 08:02:14 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_PINPLUGIN -DUSE_PLUGINMISSING -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DREMOTE_KBD -DLIRC_DEVICE=\"/var/run/lirc/lircd\" -DVIDEODIR=\"/var/vdr/video\" -DCONFDIR=\"/etc/vdr\" -DARGSDIR=\"/etc/vdr/conf.d\" -DCACHEDIR=\"/var/cache/vdr\" -DRESDIR=\"/usr/share/vdr\" -DPLUGINDIR=\"/usr/lib64/vdr/plugins\" -DLOCDIR=\"/usr/share/locale\" -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include -I/usr/include -o tools.o tools.c
tools.c: In function ‘boolean JpegCompressEmptyOutputBuffer(j_compress_ptr)’:
tools.c:1224:16: error: cannot convert ‘bool’ to ‘boolean’ in return
         return false;
                ^~~~~
tools.c:1229:16: error: cannot convert ‘bool’ to ‘boolean’ in return

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

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

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

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

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



emerge -qpv media-video/vdr
[ebuild  N    ] media-video/vdr-2.2.0-r3  USE="kbd pinplugin -alternatechannel -bidi -debug -graphtft -html -mainmenuhooks -menuorg -menuselection -naludump -permashift_v1 -resumereset -systemd -ttxtsubs -vanilla"
Comment 1 Toralf Förster gentoo-dev 2018-10-07 08:02:17 UTC
Created attachment 549554 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-07 08:02:19 UTC
Created attachment 549556 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-10-07 08:02:22 UTC
Created attachment 549558 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-10-07 08:02:24 UTC
Created attachment 549560 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-10-07 08:02:27 UTC
Created attachment 549562 [details]
media-video:vdr-2.2.0-r3:20181007-062649.log
Comment 6 Toralf Förster gentoo-dev 2018-10-07 08:02:29 UTC
Created attachment 549564 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-04-11 22:39:38 UTC
The bug has been closed via the following commit(s):

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

commit f5fc0aa4c9cd0708692451bfb3b2e92ef2cbd4aa
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2019-04-11 22:39:10 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2019-04-11 22:39:10 +0000

    media-video/vdr: Fix building with media-libs/jpeg
    
    Closes: https://bugs.gentoo.org/667934
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: David Seifert <soap@gentoo.org>

 media-video/vdr/files/vdr-2.2.0-jpeg-9c.patch | 34 +++++++++++++++++++++++++++
 media-video/vdr/vdr-2.2.0-r3.ebuild           |  3 ++-
 2 files changed, 36 insertions(+), 1 deletion(-)