Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870466 - net-misc/hashcash-1.22-r2:0 - fastmint_library.c: error: implicit declaration of function SHA1_Transform
Summary: net-misc/hashcash-1.22-r2:0 - fastmint_library.c: error: implicit declaration...
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:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-16 19:13 UTC by Toralf Förster
Modified: 2022-09-28 02:35 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.53 KB, text/plain)
2022-09-16 19:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,211.54 KB, text/plain)
2022-09-16 19:13 UTC, Toralf Förster
Details
environment (environment,60.87 KB, text/plain)
2022-09-16 19:13 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,20.41 KB, application/x-bzip)
2022-09-16 19:13 UTC, Toralf Förster
Details
net-misc:hashcash-1.22-r2:20220916-181121.log (net-misc:hashcash-1.22-r2:20220916-181121.log,6.76 KB, text/plain)
2022-09-16 19:13 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,16.62 KB, application/x-bzip)
2022-09-16 19:13 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-09-16 19:13:24 UTC
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DREGEXP_POSIX     -c -o fastmint_altivec_compact_2.o fastmint_altivec_compact_2.c
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DREGEXP_POSIX     -c -o fastmint_ansi_ultracompact_1.o fastmint_ansi_ultracompact_1.c
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DREGEXP_POSIX     -c -o fastmint_library.o fastmint_library.c
fastmint_library.c: In function minter_library:
fastmint_library.c:92:17: error: implicit declaration of function SHA1_Transform; did you mean SHA1_Xform? [-Werror=implicit-function-declaration]
   92 |                 SHA1_Transform( H, X );
      |                 ^~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j4-20220913-230005

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.1 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3.90

  HEAD of ::gentoo
commit 0d22bb6c1d6dd9122872e6479a56f3fee85ea69a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Sep 16 18:02:06 2022 +0000

    2022-09-16 18:02:06 UTC

emerge -qpvO net-misc/hashcash
[ebuild  N    ] net-misc/hashcash-1.22-r2
Comment 1 Toralf Förster gentoo-dev 2022-09-16 19:13:25 UTC
Created attachment 806014 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-16 19:13:26 UTC
Created attachment 806017 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-09-16 19:13:28 UTC
Created attachment 806020 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-16 19:13:29 UTC
Created attachment 806023 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-16 19:13:30 UTC
Created attachment 806026 [details]
net-misc:hashcash-1.22-r2:20220916-181121.log
Comment 6 Toralf Förster gentoo-dev 2022-09-16 19:13:31 UTC
Created attachment 806029 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-09-28 02:35:22 UTC
The bug has been closed via the following commit(s):

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

commit b80ea0bacff1001fdc8726473d3ff51664aec389
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-09-28 01:11:35 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-09-28 02:34:35 +0000

    net-misc/hashcash: fix build with clang16
    
    Closes: https://bugs.gentoo.org/870466
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 net-misc/hashcash/files/hashcash-1.22-clang16.patch | 11 +++++++++++
 net-misc/hashcash/hashcash-1.22-r2.ebuild           |  4 ++++
 2 files changed, 15 insertions(+)