Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683168 - app-accessibility/edbrowse-3.5.1 : http.c:924:2: error: duplicate case value
Summary: app-accessibility/edbrowse-3.5.1 : http.c:924:2: error: duplicate case value
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Accessibility Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-12 15:04 UTC by Toralf Förster
Modified: 2020-01-21 22:26 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.08 KB, text/plain)
2019-04-12 15:04 UTC, Toralf Förster
Details
app-accessibility:edbrowse-3.5.1:20190412-144525.log (app-accessibility:edbrowse-3.5.1:20190412-144525.log,3.49 KB, text/plain)
2019-04-12 15:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,29.27 KB, text/plain)
2019-04-12 15:05 UTC, Toralf Förster
Details
environment (environment,73.75 KB, text/plain)
2019-04-12 15:05 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.37 KB, application/x-bzip)
2019-04-12 15:05 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.47 KB, application/x-bzip)
2019-04-12 15:05 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 2019-04-12 15:04:52 UTC
cc -O2 -pipe -march=native   -c -o http.o http.c
http.c: In function ‘ebcurl_setError’:
http.c:924:2: error: duplicate case value
  case CURLE_SSL_CACERT:
  ^~~~
http.c:923:2: note: previously used here

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-developer_20190411-213340

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

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

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)





emerge -qpvO app-accessibility/edbrowse
[ebuild  N    ] app-accessibility/edbrowse-3.5.1  USE="-libressl -odbc" L10N="-fr"
Comment 1 Toralf Förster gentoo-dev 2019-04-12 15:04:54 UTC
Created attachment 572588 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-04-12 15:04:57 UTC
Created attachment 572590 [details]
app-accessibility:edbrowse-3.5.1:20190412-144525.log
Comment 3 Toralf Förster gentoo-dev 2019-04-12 15:05:00 UTC
Created attachment 572592 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-04-12 15:05:03 UTC
Created attachment 572594 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-04-12 15:05:06 UTC
Created attachment 572596 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-04-12 15:05:09 UTC
Created attachment 572598 [details]
temp.tbz2
Comment 7 Mart Raudsepp gentoo-dev 2019-05-01 22:38:54 UTC
I don't see how this can fail like this.
CURLE_SSL_CACERT and CURLE_PEER_FAILED_VERIFICATION have different values in my curl.h at least.
Comment 8 Larry the Git Cow gentoo-dev 2020-01-21 22:26:27 UTC
The bug has been closed via the following commit(s):

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

commit 334107a0961fc051dc38b4c28e69d8354129a03c
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2020-01-21 22:24:47 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2020-01-21 22:25:57 +0000

    app-accessibility/edbrowse: bump to 3.7.5.1
    
    Fixes compilation against newer curl's API break
    
    Closes: https://bugs.gentoo.org/683168
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 app-accessibility/edbrowse/Manifest                |  1 +
 app-accessibility/edbrowse/edbrowse-3.7.5.1.ebuild | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)