Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933779 - net-fs/openafs-1.8.8.1-r1 fails to compile: ktc.c:122:35: error: implicit declaration of function call_syscall [-Wimplicit-function-declaration]
Summary: net-fs/openafs-1.8.8.1-r1 fails to compile: ktc.c:122:35: error: implicit dec...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2024-06-08 05:56 UTC by Agostino Sarubbo
Modified: 2024-11-16 09:32 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,40.79 KB, application/x-xz)
2024-06-08 05:56 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-06-08 05:56:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-fs/openafs-1.8.8.1-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0002
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-08 05:56:26 UTC
Created attachment 895374 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-06-08 05:56:28 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILURE: make exit code 2
/var/tmp/portage/net-fs/openafs-1.8.8.1-r1/work/openafs-1.8.8.1/src/auth/ktc.c:122:35: error: implicit declaration of function 'call_syscall'; did you mean 'Afs_syscall'? [-Wimplicit-function-declaration[https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration]]
Comment 3 Cheyenne Wills 2024-10-15 13:31:18 UTC
Just to note, I believe that current upstream has addressed this problem.  I added the -Wimplicit-function-declaration flag to a test build o 1.8.12.2 and master branch and had a clean build.
Comment 4 Larry the Git Cow gentoo-dev 2024-11-16 09:32:15 UTC
The bug has been closed via the following commit(s):

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

commit 0f31b49a7cacc5f9e71b5721c46879eb7c6d46bf
Author:     Cheyenne Wills <cwills@witznd.net>
AuthorDate: 2024-11-14 19:31:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-16 09:31:49 +0000

    net-fs/openafs: add 1.8.13
    
    Closes: https://bugs.gentoo.org/943361
    Closes: https://bugs.gentoo.org/933779
    Closes: https://bugs.gentoo.org/910214
    Closes: https://bugs.gentoo.org/886183
    Closes: https://bugs.gentoo.org/908700
    Closes: https://bugs.gentoo.org/909327
    Closes: https://bugs.gentoo.org/828989
    Closes: https://bugs.gentoo.org/926801
    Signed-off-by: Cheyenne Wills <cwills@witznd.net>
    Closes: https://github.com/gentoo/gentoo/pull/39306
    Signed-off-by: Sam James <sam@gentoo.org>

 net-fs/openafs/Manifest                            |   2 +
 ...-autoconf-use-AC_CHECK_TOOL-for-as-and-ld.patch |  54 ++++
 net-fs/openafs/files/0002-pam-paths.patch          |  46 +++
 net-fs/openafs/files/0003-fbsd.patch               |  28 ++
 net-fs/openafs/files/0004-sparc.patch              |  59 ++++
 net-fs/openafs/files/0005-uname.patch              |  37 +++
 net-fs/openafs/files/0006-resolv.patch             |  32 ++
 net-fs/openafs/files/0007-afsauthent-symbols.patch |  27 ++
 net-fs/openafs/files/0008-flags.patch              |  33 ++
 net-fs/openafs/files/0009-docbook2pdf.patch        | 127 ++++++++
 net-fs/openafs/files/0010-libperl.patch            |  31 ++
 net-fs/openafs/files/0011-xbsa.patch               |  31 ++
 net-fs/openafs/files/0012-xml-dtd.patch            |  67 ++++
 net-fs/openafs/files/0013-kernel-cc-ld.patch       |  47 +++
 net-fs/openafs/files/README.Gentoo                 | 297 ++++++++++++++++++
 net-fs/openafs/files/ThisCell.default              |   1 +
 net-fs/openafs/files/cacheinfo.default             |   1 +
 net-fs/openafs/files/openrc/openafs-client.confd   |  55 ++++
 net-fs/openafs/files/openrc/openafs-client.initd   | 137 +++++++++
 net-fs/openafs/files/openrc/openafs-server.confd   |   7 +
 net-fs/openafs/files/openrc/openafs-server.initd   |  33 ++
 .../openafs/files/systemd/openafs-client.service   |  17 ++
 .../files/systemd/openafs-client.service.conf      |  62 ++++
 .../openafs/files/systemd/openafs-server.service   |  11 +
 .../files/systemd/openafs-server.service.conf      |   4 +
 .../files/systemd/tmpfiles.d/openafs-client.conf   |   1 +
 net-fs/openafs/openafs-1.8.13.ebuild               | 339 +++++++++++++++++++++
 27 files changed, 1586 insertions(+)