Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720444 - net-news/newsboat-2.19 : src/newsblurapi.cpp: error: FALSE was not declared in this scope
Summary: net-news/newsboat-2.19 : src/newsblurapi.cpp: error: FALSE was not declared i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-02 10:54 UTC by Toralf Förster
Modified: 2020-05-02 21:30 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.98 KB, text/plain)
2020-05-02 10:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,148.09 KB, text/plain)
2020-05-02 10:54 UTC, Toralf Förster
Details
environment (environment,65.88 KB, text/plain)
2020-05-02 10:54 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.37 KB, application/x-bzip)
2020-05-02 10:54 UTC, Toralf Förster
Details
net-news:newsboat-2.19:20200502-102118.log (net-news:newsboat-2.19:20200502-102118.log,28.68 KB, text/plain)
2020-05-02 10:54 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.91 KB, application/x-bzip)
2020-05-02 10:54 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 2020-05-02 10:54:42 UTC
x86_64-pc-linux-gnu-g++ -std=c++11 -Iinclude -Istfl -Ifilter -I. -Irss -Wall -Wextra -Wunreachable-code -DLOCALEDIR=\/usr/share/locale\ -I/usr/include/libxml2 -I/usr/include/json-c -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -march=native  -falign-functions=32:25:16 -o src/newsblurapi.o -c src/newsblurapi.cpp
src/newsblurapi.cpp: In function bool newsboat::request_successfull(json_object*):
src/newsblurapi.cpp:168:63: error: FALSE was not declared in this scope
  168 |  if (json_object_object_get_ex(payload, result, &result) == FALSE) {
      |                                                               ^~~~~
src/newsblurapi.cpp: In member function rsspp::Feed newsboat::NewsBlurApi::fetch_feed(const string&):

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-libressl-20200429-061524

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python3.8
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.43.0 *
The following VMs are available for generation-2:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat 02 May 2020 09:11:33 AM UTC
/var/db/repos/libressl	Sat 11 Apr 2020 05:02:25 AM UTC

emerge -qpvO net-news/newsboat
[ebuild   R   ] net-news/newsboat-2.19  USE="libressl -debug"
Comment 1 Toralf Förster gentoo-dev 2020-05-02 10:54:45 UTC
Created attachment 635680 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-02 10:54:48 UTC
Created attachment 635682 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-02 10:54:51 UTC
Created attachment 635684 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-02 10:54:54 UTC
Created attachment 635686 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-02 10:54:56 UTC
Created attachment 635688 [details]
net-news:newsboat-2.19:20200502-102118.log
Comment 6 Toralf Förster gentoo-dev 2020-05-02 10:54:59 UTC
Created attachment 635690 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-05-02 21:30:05 UTC
The bug has been closed via the following commit(s):

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

commit a8585d9e0cafd27a8a454d66ea995ca347daad85
Author:     Cédric Krier <cedk@gentoo.org>
AuthorDate: 2020-05-02 21:29:35 +0000
Commit:     Cédric Krier <cedk@gentoo.org>
CommitDate: 2020-05-02 21:29:58 +0000

    net-news/newsboat: Add support json-c 0.14.0
    
    Apply patch from
    https://github.com/newsboat/newsboat/commit/db70049f436a965767e8a1273389e1be92e946fa
    
    Closes: https://bugs.gentoo.org/720444
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Cédric Krier <cedk@gentoo.org>

 .../files/newsboat-2.19-json-c-0.14.0.patch        | 34 ++++++++++++++++++++++
 ...ewsboat-2.19.ebuild => newsboat-2.19-r1.ebuild} |  1 +
 2 files changed, 35 insertions(+)