Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928975 - dev-libs/dotconf-1.4 - dotconf.c: error: implicit declaration of function dotconf_continue_line_new
Summary: dev-libs/dotconf-1.4 - dotconf.c: error: implicit declaration of function dot...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-04-09 07:18 UTC by Toralf Förster
Modified: 2024-04-09 15:53 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,20.42 KB, text/plain)
2024-04-09 07:18 UTC, Toralf Förster
Details
dev-libs:dotconf-1.4:20240408-205037.log (dev-libs:dotconf-1.4:20240408-205037.log,15.17 KB, text/plain)
2024-04-09 07:18 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,84.39 KB, application/x-xz)
2024-04-09 07:18 UTC, Toralf Förster
Details
environment (environment,77.08 KB, text/plain)
2024-04-09 07:18 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,42.85 KB, application/x-xz)
2024-04-09 07:18 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,8.23 KB, application/x-xz)
2024-04-09 07:18 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,89.75 KB, application/x-xz)
2024-04-09 07:18 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,20.41 KB, application/x-xz)
2024-04-09 07:18 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 2024-04-09 07:18:26 UTC
too long lines were shrinked:

make[2]: Entering directory '/var/tmp/portage/dev-libs/dotconf-1.4/work/dotconf-1.4/src'
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -O2 -pipe -march=native -fno-diagnostics-color -c -o libdotconf_la-dotconf.lo `test -f 'dotconf.c' || echo './'`dotconf.c
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -O2 -pipe -march=native -fno-diagnostics-color -c -o libdotconf_la-readdir.lo `test -f 'readdir.c' || echo './'`readdir.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -pipe -march=native -fno-diagnostics-color -c readdir.c  -fPIC -DPIC -o .libs/libdotconf_la-readdir.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -pipe -march=native -fno-diagnostics-color -c dotconf.c  -fPIC -DPIC -o .libs/libdotconf_la-dotconf.o
dotconf.c: In function 'dotconf_get_next_line':
dotconf.c:313:55: error: implicit declaration of function 'dotconf_continue_line_new'; did you mean 'dotconf_continue_line'? [-Wimplicit-function-declaration]
  313 |         while (length < (bufsize - 1) && (backtrack = dotconf_continue_line_new(buffer, length))) {
      |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_hardened_systemd-20240402-155056

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
/usr/lib/llvm/18
18.1.3
Python 3.11.9
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.77.1
  [2]   rust-1.77.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.10_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.402_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.22.1 linux/amd64

  HEAD of ::gentoo
commit ba24104b30818a8b52871ac02f3c997a34177f3a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Apr 8 20:04:08 2024 +0000

    2024-04-08 20:04:07 UTC

emerge -qpvO dev-libs/dotconf
[ebuild  N    ] dev-libs/dotconf-1.4
Comment 1 Toralf Förster gentoo-dev 2024-04-09 07:18:27 UTC
Created attachment 889981 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-04-09 07:18:27 UTC
Created attachment 889982 [details]
dev-libs:dotconf-1.4:20240408-205037.log
Comment 3 Toralf Förster gentoo-dev 2024-04-09 07:18:29 UTC
Created attachment 889983 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2024-04-09 07:18:30 UTC
Created attachment 889984 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-04-09 07:18:31 UTC
Created attachment 889985 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-04-09 07:18:32 UTC
Created attachment 889986 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-04-09 07:18:33 UTC
Created attachment 889987 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-04-09 07:18:34 UTC
Created attachment 889988 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2024-04-09 15:53:11 UTC
The bug has been closed via the following commit(s):

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

commit 9e5188b0d75f8e3aa4ba331fea893fdc03004713
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2024-04-09 15:51:55 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2024-04-09 15:53:03 +0000

    dev-libs/dotconf: add 1.4.1
    
    Closes: https://bugs.gentoo.org/928975
    Closes: https://bugs.gentoo.org/928980
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-libs/dotconf/Manifest             |  1 +
 dev-libs/dotconf/dotconf-1.4.1.ebuild | 37 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)