Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913529 - www-servers/kore-4.2.3 - src/acme.c: error: HTTP_METHOD_GET undeclared (first use in this function)
Summary: www-servers/kore-4.2.3 - src/acme.c: error: HTTP_METHOD_GET undeclared (first...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-02 20:56 UTC by Toralf Förster
Modified: 2023-09-02 20:56 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,21.01 KB, text/plain)
2023-09-02 20:56 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,60.40 KB, application/x-xz)
2023-09-02 20:56 UTC, Toralf Förster
Details
environment (environment,62.65 KB, text/plain)
2023-09-02 20:56 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,980 bytes, application/x-xz)
2023-09-02 20:56 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,42.46 KB, application/x-xz)
2023-09-02 20:56 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,19.88 KB, application/x-xz)
2023-09-02 20:56 UTC, Toralf Förster
Details
www-servers:kore-4.2.3:20230902-204729.log (www-servers:kore-4.2.3:20230902-204729.log,47.71 KB, text/plain)
2023-09-02 20:56 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 2023-09-02 20:56:18 UTC
  206 |                 next = TAILQ_NEXT(hdr, list);
      |                        ^~~~~~~~~~
src/acme.c: In function acme_parse_directory:
src/curl.c:207:17: error: invalid use of undefined type struct http_header
  207 |                 TAILQ_REMOVE(&client->http.resp_hdrs, hdr, list);
      |                 ^~~~~~~~~~~~
src/acme.c:387:36: error: HTTP_METHOD_GET undeclared (first use in this function)
  387 |         acme_request_prepare(&req, HTTP_METHOD_GET, acme_provider, NULL, 0);
      |                                    ^~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20230830-071505

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.5
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.72.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-bin-8]
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.21.0 linux/amd64

  HEAD of ::gentoo
commit 6eccf34aa1599f7441bfd66d55bc2b55d1541318
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 2 20:01:59 2023 +0000

    2023-09-02 20:01:59 UTC

emerge -qpvO www-servers/kore
[ebuild  N    ] www-servers/kore-4.2.3  USE="acme curl openssl threads -debug -http -json -postgres"
Comment 1 Toralf Förster gentoo-dev 2023-09-02 20:56:19 UTC
Created attachment 869280 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-09-02 20:56:20 UTC
Created attachment 869281 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2023-09-02 20:56:22 UTC
Created attachment 869282 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-09-02 20:56:22 UTC
Created attachment 869283 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-09-02 20:56:23 UTC
Created attachment 869284 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-09-02 20:56:24 UTC
Created attachment 869285 [details]
temp.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-09-02 20:56:25 UTC
Created attachment 869286 [details]
www-servers:kore-4.2.3:20230902-204729.log