Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870742 - app-shells/ksh-1.0.3 - /.../aso.c: error: incompatible integer to pointer conversion passing uint64_t (aka unsigned long) to param
Summary: app-shells/ksh-1.0.3 - /.../aso.c: error: incompatible integer to pointer con...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Stephan Hartmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-17 14:16 UTC by Toralf Förster
Modified: 2022-09-19 06:28 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.08 KB, text/plain)
2022-09-17 14:16 UTC, Toralf Förster
Details
app-shells:ksh-1.0.3:20220917-122131.log.bz2 (app-shells:ksh-1.0.3:20220917-122131.log.bz2,33.44 KB, application/x-bzip)
2022-09-17 14:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,150.27 KB, text/plain)
2022-09-17 14:16 UTC, Toralf Förster
Details
environment (environment,77.44 KB, text/plain)
2022-09-17 14:16 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,8.21 KB, application/x-bzip)
2022-09-17 14:16 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,53.55 KB, application/x-bzip)
2022-09-17 14:16 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-17 14:16:05 UTC
too long lines were shrinked:

iffe: test: is sys/types.h a header ... yes
iffe: test: fcntl(F_SETLCK[W]) work ... yes
iffe: test: semget semop semctl work ... yes
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wno-unknown-pragmas -Wno-missing-braces -Wno-unused-result -Wno-return-type -Wno-int-to-pointer-cast -Wno-parentheses -Wno-unused -Wno-unused-but-set-variable -
/var/tmp/portage/app-shells/ksh-1.0.3/work/ksh-1.0.3/src/lib/libast/aso/aso.c:838:10: error: incompatible integer to pointer conversion passing 'uint64_t' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                return _aso_casptr((void**)p, o, n);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
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:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *
GNU Make 4.3.90

  HEAD of ::gentoo
commit 2be4f11d1103e9d0fe6cdcf770492a7d6c7ab1e5
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 11:01:50 2022 +0000

    2022-09-17 11:01:49 UTC

emerge -qpvO app-shells/ksh
[ebuild  N    ] app-shells/ksh-1.0.3
Comment 1 Toralf Förster gentoo-dev 2022-09-17 14:16:06 UTC
Created attachment 807508 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 14:16:07 UTC
Created attachment 807511 [details]
app-shells:ksh-1.0.3:20220917-122131.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-17 14:16:08 UTC
Created attachment 807514 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-17 14:16:10 UTC
Created attachment 807517 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-17 14:16:11 UTC
Created attachment 807520 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-17 14:16:12 UTC
Created attachment 807523 [details]
temp.tar.bz2
Comment 7 Georgy Yakovlev archtester gentoo-dev 2022-09-19 06:28:52 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3135b33e6c87323af4fa91fb048f9c282e62e7e

should fix it, forgot to reference bug