Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 874951

Summary: app-crypt/fcrackzip-1.0 - ./cpmask.c: error: type specifier missing, defaults to int; ISO C99 and
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
app-crypt:fcrackzip-1.0:20221004-124412.log
clang.tar.bz2
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2

Description Toralf Förster gentoo-dev 2022-10-04 16:27:55 UTC
clang -DHAVE_CONFIG_H -I. -I. -I.     -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c `test -f 'main.c' || echo './'`main.c
clang -DHAVE_CONFIG_H -I. -I. -I.     -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c `test -f 'crack.c' || echo './'`crack.c
clang -DHAVE_CONFIG_H -I. -I. -I.     -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c `test -f 'zipinfo.c' || echo './'`zipinfo.c
In file included from crack.c:160:
./cpmask.c:129:8: error: type specifier missing, defaults to 'int'; ISO C99 and
      later do not support implicit int [-Werror,-Wimplicit-int]
static cp_table_lu1[MAX_CP_WIDTH];

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4-20221003-130005

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit b7ba30bf8bac6a21f29a574161bd547b215d6795
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Oct 4 11:32:46 2022 +0000

    2022-10-04 11:32:45 UTC

emerge -qpvO app-crypt/fcrackzip
[ebuild  N    ] app-crypt/fcrackzip-1.0
Comment 1 Toralf Förster gentoo-dev 2022-10-04 16:27:56 UTC
Created attachment 818899 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-04 16:27:57 UTC
Created attachment 818902 [details]
app-crypt:fcrackzip-1.0:20221004-124412.log
Comment 3 Toralf Förster gentoo-dev 2022-10-04 16:27:58 UTC
Created attachment 818905 [details]
clang.tar.bz2
Comment 4 Toralf Förster gentoo-dev 2022-10-04 16:28:00 UTC
Created attachment 818908 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-10-04 16:28:01 UTC
Created attachment 818911 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-10-04 16:28:02 UTC
Created attachment 818914 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-04 16:28:03 UTC
Created attachment 818917 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-10-04 16:28:04 UTC
Created attachment 818920 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2022-10-19 02:44:35 UTC
The bug has been closed via the following commit(s):

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

commit 9b691f1c8dc6cd99b2048abc5e4a5a6dd0f51f98
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-10-19 02:44:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-19 02:44:23 +0000

    app-crypt/fcrackzip: fix build w/ Clang 16
    
    Closes: https://bugs.gentoo.org/874951
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
Comment 10 Larry the Git Cow gentoo-dev 2022-10-19 03:47:05 UTC
The bug has been closed via the following commit(s):

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

commit 5ade1d73bd8fd847143f56323d4d28390859cc16
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-10-19 03:46:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-19 03:46:49 +0000

    app-crypt/fcrackzip: commit missing patch
    
    Fixes: 9b691f1c8dc6cd99b2048abc5e4a5a6dd0f51f98
    Closes: https://bugs.gentoo.org/874951
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/fcrackzip-1.0-Fix-Wimplicit-int.patch       | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)