Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925274 - net-nds/openldap-2.6.6-r1 - constraint.c: error: assignment to constraint from incompatible pointer type void [-Wincompatible-pointer-types]
Summary: net-nds/openldap-2.6.6-r1 - constraint.c: error: assignment to constraint fro...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo LDAP project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-02-22 17:33 UTC by Toralf Förster
Modified: 2024-02-22 17:33 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.00 KB, text/plain)
2024-02-22 17:33 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,15.53 KB, text/plain)
2024-02-22 17:33 UTC, Toralf Förster
Details
environment (environment,151.45 KB, text/plain)
2024-02-22 17:33 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.12 KB, application/x-xz)
2024-02-22 17:33 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,16.63 KB, application/x-xz)
2024-02-22 17:33 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,21.74 KB, application/x-xz)
2024-02-22 17:33 UTC, Toralf Förster
Details
net-nds:openldap-2.6.6-r1:20240222-083932.log.xz (net-nds:openldap-2.6.6-r1:20240222-083932.log.xz,17.68 KB, application/x-xz)
2024-02-22 17:33 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,50.67 KB, text/plain)
2024-02-22 17:33 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,52.86 KB, application/x-xz)
2024-02-22 17:33 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 2024-02-22 17:33:06 UTC
too long lines were shrinked:

libtool: link: (cd ".libs" && rm -f "back_asyncmeta.so.2" && ln -s "back_asyncmeta.so.2.0.200" "back_asyncmeta.so.2")
libtool: link: (cd ".libs" && rm -f "back_asyncmeta.so" && ln -s "back_asyncmeta.so.2.0.200" "back_asyncmeta.so")
libtool: compile:  x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -DLDAP_CONNECTIONLESS -DOPENSSL_NO_MD2 -I../../../include -I/var/tmp/portage/net-nds/openldap-2.6.6-r1/work/openldap-OPENLDAP_REL_ENG_2_6_6/include -I.. -I/var/tmp/portage/net-nds/openldap-2.6.6-r1/work/openlda
libtool: link: ( cd ".libs" && rm -f "back_asyncmeta.la" && ln -s "../back_asyncmeta.la" "back_asyncmeta.la" )
make[3]: Leaving directory '/var/tmp/portage/net-nds/openldap-2.6.6-r1/work/openldap-OPENLDAP_REL_ENG_2_6_6-abi_x86_64.amd64/servers/slapd/back-asyncmeta'
constraint.c: In function 'constraint_cf_gen':
constraint.c:560:43: error: assignment to 'constraint **' from incompatible pointer type 'void **' [-Wincompatible-pointer-types]
  560 |                                 for ( app = &on->on_bi.bi_private; *app; app = &(*app)->ap_next )
      |                                           ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_merged_usr-20240222-014502

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
Python 3.11.7
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems)
Available Rust versions:
  [1]   rust-bin-1.75.0 *
php cli (if any):

  HEAD of ::gentoo
commit d52138a8bfee4c64ce60b34f49664cff617df301
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Feb 22 01:18:58 2024 +0000

    2024-02-22 01:18:58 UTC

emerge -qpvO net-nds/openldap
[ebuild  N    ] net-nds/openldap-2.6.6-r1  USE="cleartext crypt cxx experimental kinit odbc overlays pbkdf2 sasl sha2 ssl syslog systemd -argon2 -autoca -debug -gnutls -iodbc -kerberos -minimal -perl -samba (-selinux) -smbkrb5passwd -static-libs -tcpd -test" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2024-02-22 17:33:07 UTC
Created attachment 885728 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-02-22 17:33:08 UTC
Created attachment 885729 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-02-22 17:33:09 UTC
Created attachment 885730 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-02-22 17:33:10 UTC
Created attachment 885731 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-02-22 17:33:11 UTC
Created attachment 885732 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-02-22 17:33:12 UTC
Created attachment 885733 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-02-22 17:33:13 UTC
Created attachment 885734 [details]
net-nds:openldap-2.6.6-r1:20240222-083932.log.xz
Comment 8 Toralf Förster gentoo-dev 2024-02-22 17:33:14 UTC
Created attachment 885735 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-02-22 17:33:15 UTC
Created attachment 885736 [details]
temp.tar.xz