Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920268 - app-crypt/mhash-0.9.9.9-r3 - tiger.c: error: initialization of uint8_t {aka unsigned char } from incompatible pointer type uint64_t {aka long unsigned
Summary: app-crypt/mhash-0.9.9.9-r3 - tiger.c: error: initialization of uint8_t {aka u...
Status: RESOLVED DUPLICATE of bug 919700
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: 2023-12-18 16:01 UTC by Toralf Förster
Modified: 2023-12-20 08:11 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.90 KB, text/plain)
2023-12-18 16:01 UTC, Toralf Förster
Details
app-crypt:mhash-0.9.9.9-r3:20231218-050219.log (app-crypt:mhash-0.9.9.9-r3:20231218-050219.log,21.96 KB, text/plain)
2023-12-18 16:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,107.87 KB, text/plain)
2023-12-18 16:01 UTC, Toralf Förster
Details
environment (environment,73.67 KB, text/plain)
2023-12-18 16:01 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.12 KB, application/x-xz)
2023-12-18 16:01 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,24.20 KB, application/x-xz)
2023-12-18 16:01 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,10.00 KB, application/x-xz)
2023-12-18 16:01 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,177.03 KB, text/plain)
2023-12-18 16:02 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,23.37 KB, application/x-xz)
2023-12-18 16:02 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 2023-12-18 16:01:51 UTC
too long lines were shrinked:

libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -O2 -pipe -march=native -fno-diagnostics-color -c sha256_sha224.c  -fPIC -DPIC -o .libs/sha256_sha224.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -O2 -pipe -march=native -fno-diagnostics-color -c sha512_sha384.c  -fPIC -DPIC -o .libs/sha512_sha384.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mutils  -I../include   -O2 -pipe -march=native -fno-diagnostics-color -c -o tiger.lo tiger.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -O2 -pipe -march=native -fno-diagnostics-color -c tiger.c  -fPIC -DPIC -o .libs/tiger.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mutils  -I../include   -O2 -pipe -march=native -fno-diagnostics-color -c -o tiger_sboxes.lo tiger_sboxes.c
tiger.c: In function 'tiger_final':
tiger.c:257:30: error: initialization of 'uint8_t *' {aka 'unsigned char *'} from incompatible pointer type 'uint64_t *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types]
  257 |         mutils_word8 *temp = temp_64bit;
      |                              ^~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-20231215-225005

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.382_p05 [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.2.8
php cli (if any):
go version go1.21.5 linux/amd64

  HEAD of ::gentoo
commit 739655a67c60ef91346dfd165a86dc1c76f3aacb
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Dec 18 04:02:02 2023 +0000

    2023-12-18 04:02:02 UTC

emerge -qpvO app-crypt/mhash
[ebuild  N    ] app-crypt/mhash-0.9.9.9-r3  USE="-static-libs"
Comment 1 Toralf Förster gentoo-dev 2023-12-18 16:01:52 UTC
Created attachment 879803 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-18 16:01:53 UTC
Created attachment 879804 [details]
app-crypt:mhash-0.9.9.9-r3:20231218-050219.log
Comment 3 Toralf Förster gentoo-dev 2023-12-18 16:01:54 UTC
Created attachment 879805 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-12-18 16:01:55 UTC
Created attachment 879806 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-12-18 16:01:56 UTC
Created attachment 879807 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-18 16:01:57 UTC
Created attachment 879808 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-12-18 16:01:58 UTC
Created attachment 879809 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2023-12-18 16:02:00 UTC
Created attachment 879810 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2023-12-18 16:02:01 UTC
Created attachment 879811 [details]
temp.tar.xz
Comment 10 Agostino Sarubbo gentoo-dev 2023-12-20 08:11:04 UTC
gcc14_tinderbox detected this bug as duplicate of 919700 - If this an error, please let me know

*** This bug has been marked as a duplicate of bug 919700 ***