Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928980 - dev-libs/dotconf-1.4 - dotconf_continue_line_new; ISO C99 and later do not support implicit
Summary: dev-libs/dotconf-1.4 - dotconf_continue_line_new; ISO C99 and later do not su...
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:19 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,18.94 KB, text/plain)
2024-04-09 07:19 UTC, Toralf Förster
Details
dev-libs:dotconf-1.4:20240408-231208.log (dev-libs:dotconf-1.4:20240408-231208.log,15.00 KB, text/plain)
2024-04-09 07:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,106.57 KB, text/plain)
2024-04-09 07:19 UTC, Toralf Förster
Details
environment (environment,85.15 KB, text/plain)
2024-04-09 07:19 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.18 KB, application/x-xz)
2024-04-09 07:19 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,10.85 KB, application/x-xz)
2024-04-09 07:19 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,7.40 KB, application/x-xz)
2024-04-09 07:19 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,193.08 KB, text/plain)
2024-04-09 07:19 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,329.50 KB, application/x-xz)
2024-04-09 07:19 UTC, Toralf Förster
Details
var.tmp.clang.tar.xz (var.tmp.clang.tar.xz,1.16 KB, application/x-xz)
2024-04-09 07:19 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:19:46 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 clang -DHAVE_CONFIG_H -I. -I..    -Wall -O3 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -c -o libdotconf_la-dotconf.lo `test -f 'dotconf.c' || echo './'`dotconf.c
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..    -Wall -O3 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -c -o libdotconf_la-readdir.lo `test -f 'readdir.c' || echo './'`readdir.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -Wall -O3 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -c dotconf.c  -fPIC -DPIC -o .libs/libdotconf_la-dotconf.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -Wall -O3 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -c readdir.c  -fPIC -DPIC -o .libs/libdotconf_la-readdir.o
dotconf.c:313:48: error: call to undeclared function
      'dotconf_continue_line_new'; ISO C99 and later do not support implicit
      function declarations [-Wimplicit-function-declaration]
  313 |         while (length < (bufsize - 1) && (backtrack = dotconf_continue_l...

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_llvm-20240407-091255

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 18.1.3+libcxx
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.3+libcxx
Python 3.11.9
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-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.0.2
php cli (if any):
  [1]   php8.1
  [2]   php8.3 *
go version go1.22.1 linux/amd64

  HEAD of ::gentoo
commit 1171972478878d94ad01e3dc19d33b0c71f58f90
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Apr 8 21:34:11 2024 +0000

    2024-04-08 21:34:10 UTC

emerge -qpvO dev-libs/dotconf
[ebuild  N    ] dev-libs/dotconf-1.4
Comment 1 Toralf Förster gentoo-dev 2024-04-09 07:19:47 UTC
Created attachment 890005 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-04-09 07:19:48 UTC
Created attachment 890006 [details]
dev-libs:dotconf-1.4:20240408-231208.log
Comment 3 Toralf Förster gentoo-dev 2024-04-09 07:19:49 UTC
Created attachment 890007 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-04-09 07:19:51 UTC
Created attachment 890008 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-04-09 07:19:52 UTC
Created attachment 890009 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-04-09 07:19:53 UTC
Created attachment 890010 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-04-09 07:19:54 UTC
Created attachment 890011 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-04-09 07:19:55 UTC
Created attachment 890012 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-04-09 07:19:57 UTC
Created attachment 890013 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2024-04-09 07:19:58 UTC
Created attachment 890014 [details]
var.tmp.clang.tar.xz
Comment 11 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(+)