Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 874585 - dev-lang/yap-7.1.0 - /.../arrays.c: error: incompatible integer to pointer conversion passing Term (aka unsigned long) to paramete
Summary: dev-lang/yap-7.1.0 - /.../arrays.c: error: incompatible integer to pointer co...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prolog project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-03 08:39 UTC by Toralf Förster
Modified: 2022-10-03 08:39 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.00 KB, text/plain)
2022-10-03 08:39 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,7.33 KB, application/x-bzip)
2022-10-03 08:39 UTC, Toralf Förster
Details
dev-lang:yap-7.1.0:20221003-082207.log (dev-lang:yap-7.1.0:20221003-082207.log,82.01 KB, text/plain)
2022-10-03 08:39 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,67.42 KB, text/plain)
2022-10-03 08:39 UTC, Toralf Förster
Details
environment (environment,136.14 KB, text/plain)
2022-10-03 08:39 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,26.27 KB, application/x-bzip)
2022-10-03 08:39 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,13.77 KB, application/x-bzip)
2022-10-03 08:39 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,44.11 KB, application/x-bzip)
2022-10-03 08:39 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-10-03 08:39:24 UTC
too long lines were shrinked:

[52/194] /var/tmp/portage/dev-lang/yap-7.1.0/temp/clang -DCOROUTINING=1 -DDEPTH_LIMIT=1 -DEMBEDDED_MYDDAS=1 -DHAVE_CONFIG_H=1 -DMYDDAS=1 -DMYDDAS_SQLITE3=1 -DRATIONAL_TREES=1 -DTABLING=1 -DUSE_SYSTEM_MALLOC=1 -DUTF8PROC=1 -D_GNU_SOURCE=1 -D_YAP_NOT_INSTALLED_=1 -DlibYap_EXPORTS -I/var/tmp/portage/de
[53/194] /var/tmp/portage/dev-lang/yap-7.1.0/temp/clang -DCOROUTINING=1 -DDEPTH_LIMIT=1 -DEMBEDDED_MYDDAS=1 -DHAVE_CONFIG_H=1 -DMYDDAS=1 -DMYDDAS_SQLITE3=1 -DRATIONAL_TREES=1 -DTABLING=1 -DUSE_SYSTEM_MALLOC=1 -DUTF8PROC=1 -D_GNU_SOURCE=1 -D_YAP_NOT_INSTALLED_=1 -DlibYap_EXPORTS -I/var/tmp/portage/de
FAILED: CMakeFiles/libYap.dir/C/arrays.c.o 
/var/tmp/portage/dev-lang/yap-7.1.0/temp/clang -DCOROUTINING=1 -DDEPTH_LIMIT=1 -DEMBEDDED_MYDDAS=1 -DHAVE_CONFIG_H=1 -DMYDDAS=1 -DMYDDAS_SQLITE3=1 -DRATIONAL_TREES=1 -DTABLING=1 -DUSE_SYSTEM_MALLOC=1 -DUTF8PROC=1 -D_GNU_SOURCE=1 -D_YAP_NOT_INSTALLED_=1 -DlibYap_EXPORTS -I/var/tmp/portage/dev-lang/ya
/var/tmp/portage/dev-lang/yap-7.1.0/work/yap-7.1.0/C/arrays.c:763:40: error: incompatible integer to pointer conversion passing 'Term' (aka 'unsigned long') to parameter of type 'DBRef' (aka 'struct DB_STRUCT *') [-Wint-conversion]
          p->ValueOfVE.terms[i] = MkDBRefTerm(t);
                                              ^

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

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

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

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]   ruby30 *
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

php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit d56c547d5b1c0994748e7a457b8d7ffe379272b0
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 3 07:34:01 2022 +0000

    2022-10-03 07:34:01 UTC

emerge -qpvO dev-lang/yap
[ebuild  N    ] dev-lang/yap-7.1.0  USE="raptor readline xml -R -debug -doc -examples -java -mpi -mysql -odbc -postgres -python -sqlite -static -threads" PYTHON_SINGLE_TARGET="python3_10 -python3_8 -python3_9 -python3_11"
Comment 1 Toralf Förster gentoo-dev 2022-10-03 08:39:25 UTC
Created attachment 817507 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-03 08:39:26 UTC
Created attachment 817510 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-03 08:39:28 UTC
Created attachment 817513 [details]
dev-lang:yap-7.1.0:20221003-082207.log
Comment 4 Toralf Förster gentoo-dev 2022-10-03 08:39:29 UTC
Created attachment 817516 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-10-03 08:39:31 UTC
Created attachment 817519 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-10-03 08:39:32 UTC
Created attachment 817522 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-03 08:39:33 UTC
Created attachment 817525 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-10-03 08:39:34 UTC
Created attachment 817528 [details]
temp.tar.bz2