Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882225 - dev-vcs/cvs-1.12.12-r14 - ../lib/unlocked-io.h:81:21: warning: implicit declaration of function ‘fputs_unlocked’ [-Wimplicit-function-declaration]
Summary: dev-vcs/cvs-1.12.12-r14 - ../lib/unlocked-io.h:81:21: warning: implicit decla...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-20 15:26 UTC by Toralf Förster
Modified: 2024-05-20 21:58 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.49 KB, text/plain)
2022-11-20 15:26 UTC, Toralf Förster
Details
dev-vcs:cvs-1.12.12-r14:20221120-123941.log (dev-vcs:cvs-1.12.12-r14:20221120-123941.log,63.18 KB, text/plain)
2022-11-20 15:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,10.36 KB, text/plain)
2022-11-20 15:26 UTC, Toralf Förster
Details
environment (environment,82.48 KB, text/plain)
2022-11-20 15:26 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,11.43 KB, application/x-bzip)
2022-11-20 15:26 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,27.47 KB, application/x-bzip)
2022-11-20 15:26 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 2022-11-20 15:26:21 UTC
 *  Please file a bug about this at https://bugs.gentoo.org/
 *  with the maintainer of the package.
 * 
 * ERROR: dev-vcs/cvs-1.12.12-r14::gentoo failed:
 *   install aborted due to severe warnings shown above
 * 
 * Call stack:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-j4-20221120-101926

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
/usr/lib/llvm/15
15.0.3
Python 3.10.8
Available Rust versions:
  [1]   rust-bin-1.65.0 *
php cli (if any):

  HEAD of ::gentoo
commit ca2ed28167051c63d637385dd470ee83338be2d3
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Nov 20 10:16:55 2022 +0000

    2022-11-20 10:16:55 UTC

emerge -qpvO dev-vcs/cvs
[ebuild  N    ] dev-vcs/cvs-1.12.12-r14  USE="crypt nls pam -doc -kerberos -server"
Comment 1 Toralf Förster gentoo-dev 2022-11-20 15:26:23 UTC
Created attachment 834755 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-20 15:26:26 UTC
Created attachment 834757 [details]
dev-vcs:cvs-1.12.12-r14:20221120-123941.log
Comment 3 Toralf Förster gentoo-dev 2022-11-20 15:26:27 UTC
Created attachment 834759 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-20 15:26:31 UTC
Created attachment 834761 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-20 15:26:32 UTC
Created attachment 834763 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-20 15:26:33 UTC
Created attachment 834765 [details]
logs.tar.bz2
Comment 7 Paolo Pedroni 2024-02-11 16:17:09 UTC
Compiling without LTO makes the program compile and install.
Comment 8 Larry the Git Cow gentoo-dev 2024-05-20 21:58:11 UTC
The bug has been closed via the following commit(s):

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

commit ef52b34d6d49b9b4d41d19dd6df290da5b7179eb
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-05-20 02:02:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-20 21:56:54 +0000

    dev-vcs/cvs: fix all kinds of Modern C issues
    
    This package release is an extra-vintage 2005 with extra gnulib on top.
    
    Among numerous other issues, the broken autoconf standard macros managed
    to break the STDC_HEADERS check, resulting in cvs thinking that there
    are no available standard headers, and not bothering to include them.
    Ouch!
    
    To fix this, we:
    - fix a broken AM_GNU_GETTEXT_VERSION macro to stop autopoint erroring
    - rerun eautoreconf, to fix various standard macros with c99 fixes
    - add some m4 patches that partially backport gnulib fixes (I think hope
      and pray, since I stopped looking at them after a bit due to the
      inability to backport)
    
    Also, while we are at it, throw in a broken shell quoting fix.
    
    Closes: https://bugs.gentoo.org/898782
    Closes: https://bugs.gentoo.org/882225
    Closes: https://bugs.gentoo.org/870835
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r15.ebuild                 | 109 ++++++++++++++++++
 ...uoting-around-potentially-empty-shell-var.patch |  30 +++++
 dev-vcs/cvs/files/0001-gettext-autoreconf.patch    |  25 +++++
 dev-vcs/cvs/files/c99-roundup.patch                | 122 +++++++++++++++++++++
 4 files changed, 286 insertions(+)