Date: Mon, 16 Dec 2024 20:02:52 -0800 From: Fred Finster <fred@thegalacticzoo.com> To: freebsd-arm@FreeBSD.org Cc: fred@thegalacticzoo.com Subject: =?US-ASCII?Q?gnutls_3=2E8=2E8_error=2C__compile-time-constant___fai?= =?US-ASCII?Q?ls_and_skips_many_other_packages_from_being_built?= Message-ID: <6D84E214-2196-4AA7-ADD1-B11E5434EE37@thegalacticzoo.com>
next in thread | raw e-mail | index | archive | help
------31VRH2VWAAN28ARCHTRGNEJ95G5YZP Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Merry Christmas 2024 fellow FreeBSD ARM users=2E I wave my hand, that I have encountered an error that Marius Schamschula d= etails below=2E A compile-time constant is=C2=A0computed at the time the code is compiled,= while a run-time constant can only be computed while the application is ru= nning=2E A compile-time constant will have the same value each time an appl= ication runs, while a run-time constant may change each time=2ESep 15, 2021 ~~~~~~~~~~~~~~~~~~~~~ https://github=2Ecom/llvm/llvm-project https://lists=2Egnutls=2Eorg/pipermail/gnutls-help/2024-November/thread=2E= html#4866 Problem, how to compile file groups=2Ec as a part of gnutls 3=2E8=2E8 and = overcome this compile-time constant error: groups=2Ec:93:2: error: initializer element is not a compile-time constant group_x25519, ^~~~~~~~~~~~ 1 error generated=2E My FreeBSD Raspberry Pi 4B environment: =20 ~~~~~~~~~~~~~~~~~~~~~~~ Last login: Mon Dec 16 22:35:17 2024 from 173=2E11=2E5=2E249 GhostBSD 24=2E01=2E1 GENERIC Welcome to GhostBSD! Release Notes, Errata: https://www=2EGhostBSD=2Eorg/releases/ Security Advisories: https://www=2EFreeBSD=2Eorg/security/ GhostBSD Docs: https://wiki=2EGhostBSD=2Eorg/ GhostBSD FAQ: https://wiki=2EGhostBSD=2Eorg/index=2Ephp/FAQ GhostBSD Forums: https://forums=2EGhostBSD=2Eorg/ Show the version of GhostBSD installed: ghostbsd-version Please include that output and any error messages when posting questions= =2E You can adjust the volume of various parts of the sound system in your computer by typing 'mixer <type>=2Evolume=3D<volume>%'=2E To get a list o= f what you can adjust, just type 'mixer'=2E fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ date Tue Dec 17 02:46:01 UTC 2024 fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ ifconfig genet0: flags=3D1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> m= etric 0 mtu 1500 options=3D68000b<RXCSUM,TXCSUM,VLAN_MTU,LINKSTATE,RXCSUM_IPV6,TXCS= UM_IPV6> ether e4:5f:01:9d:54:76 inet 10=2E0=2E0=2E159 netmask 0xffffff00 broadcast 10=2E0=2E0=2E25= 5 media: Ethernet autoselect (1000baseT <full-duplex>) status: active nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> lo0: flags=3D1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu = 16384 options=3D680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> inet 127=2E0=2E0=2E1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 groups: lo nd6 options=3D21<PERFORMNUD,AUTO_LINKLOCAL> fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ clang --version FreeBSD clang version 16=2E0=2E6 (https://github=2Ecom/llvm/llvm-project= =2Egit llvmorg-16=2E0=2E6-0-g7cbf1a259152)Target: aarch64-unknown-freebsd15= =2E0 Thread model: posix InstalledDir: /usr/bin fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ uname -arU FreeBSD Ghost14-selfbuilt-rpi4B-nginx-tst1 14=2E0-STABLE FreeBSD 14=2E0-ST= ABLE #1 stable-arm64/14-n230716-18b4bf31e36-dirty: Fri Feb 16 00:17:20 PST = 2024 root@Ghost14-selfbuilt-rpi4B-nginx-tst1:/usr/obj/usr/ghost14/ghost= bsd-src/arm64=2Eaarch64/sys/GENERIC-VCHIQ arm64 1500001 fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ Last login: Mon Dec 16 22:35:17 2024 from 173=2E11=2E5=2E249 GhostBSD 24=2E01=2E1 GENERIC Welcome to GhostBSD! Release Notes, Errata: https://www=2EGhostBSD=2Eorg/releases/ Security Advisories: https://www=2EFreeBSD=2Eorg/security/ GhostBSD Docs: https://wiki=2EGhostBSD=2Eorg/ GhostBSD FAQ: https://wiki=2EGhostBSD=2Eorg/index=2Ephp/FAQ GhostBSD Forums: https://forums=2EGhostBSD=2Eorg/ Show the version of GhostBSD installed: ghostbsd-version Please include that output and any error messages when posting questions= =2E You can adjust the volume of various parts of the sound system in your computer by typing 'mixer <type>=2Evolume=3D<volume>%'=2E To get a list o= f what you can adjust, just type 'mixer'=2E fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ date Tue Dec 17 02:46:01 UTC 2024 fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ ifconfig genet0: flags=3D1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> m= etric 0 mtu 1500 options=3D68000b<RXCSUM,TXCSUM,VLAN_MTU,LINKSTATE,RXCSUM_IPV6,TXCS= UM_IPV6> ether e4:5f:01:9d:54:76 inet 10=2E0=2E0=2E159 netmask 0xffffff00 broadcast 10=2E0=2E0=2E25= 5 media: Ethernet autoselect (1000baseT <full-duplex>) status: active nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> lo0: flags=3D1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu = 16384 options=3D680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> inet 127=2E0=2E0=2E1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 groups: lo nd6 options=3D21<PERFORMNUD,AUTO_LINKLOCAL> fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ clang --version FreeBSD clang version 16=2E0=2E6 (https://github=2Ecom/llvm/llvm-project= =2Egit llvmorg-16=2E0=2E6-0-g7cbf1a259152)Target: aarch64-unknown-freebsd15= =2E0 Thread model: posix InstalledDir: /usr/bin fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ uname -arU FreeBSD Ghost14-selfbuilt-rpi4B-nginx-tst1 14=2E0-STABLE FreeBSD 14=2E0-ST= ABLE #1 stable-arm64/14-n230716-18b4bf31e36-dirty: Fri Feb 16 00:17:20 PST = 2024 root@Ghost14-selfbuilt-rpi4B-nginx-tst1:/usr/obj/usr/ghost14/ghost= bsd-src/arm64=2Eaarch64/sys/GENERIC-VCHIQ arm64 1500001 fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ freebsd-version -dru Illegal option -d usage: freebsd-version [-kru] [-j jail] fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ freebsd-version -kru 14=2E0-STABLE 14=2E0-STABLE 15=2E0-CURRENT fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ ghostbsd-version 24=2E01=2E1 fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ ghostbsd-version -fkv 14=2E0-STABLE 1400500 24=2E01=2E1 ~~~~~~~~~~~~~~~~ A compile-time constant is computed at the time the code is compiled, whil= e a run-time constant can only be computed while the application is running= =2E A compile-time constant will have the same value each time an applicati= on runs, while a run-time constant may change each time=2ESep 15, 2021 https://lists=2Egnutls=2Eorg/pipermail/gnutls-help/2024-November/thread=2E= html#4866 gnutls mailing threads=2E https://lists=2Egnutls=2Eorg/pipermail/gnutls-help/2024-November/004866=2E= html groups=2Ec file, not a compile-time constant group_x25519 I/opt/local/include/p11-kit-1 -pipe -Os -isysroot/Library/Developer/Comman= dLineTools/SDKs/MacOSX14=2Esdk -arch arm64 -c groups=2Ec -fno-common -DPIC= -o =2Elibs/groups=2Eo groups=2Ec:93:2: error: initializer element is not a compile-time constant group_x25519, ^~~~~~~~~~~~ 1 error generated=2E Marius -- Marius Schamschula URLS to view: https://trac=2Emacports=2Eorg/ticket/71273 Compile Time Constant=20 https://lists=2Egnutls=2Eorg/pipermail/gnutls-help/2024-November/004865=2E= html https://lists=2Egnutls=2Eorg/pipermail/gnutls-help/2024-November/004866=2E= html ~~~~~~~~~~~~~~~~~~~~~ gnutls_3=2E8=2E8 fails to compile and has a single error=2E Other Poudrie= re packages depend on gnutls_3=2E8=2E8 and are skipped from compiling=2E W= hat do you suggest to fix this problem? I am patient to wait until develop= ers have a solution ready for gnutls=2E Like first initializing group_x25= 519 with a NIL value=2E?? http://ghostbsd-arm64=2Eblogspot=2Ecom Fred's Blog about porting GhostBSD = x86 to Arm64 ------31VRH2VWAAN28ARCHTRGNEJ95G5YZP Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html><html><body><div dir=3D"auto">Merry Christmas 2024 fellow Fr= eeBSD ARM users=2E<br>I wave my hand, that I have encountered an error that= Marius Schamschula details below=2E<br><br>A compile-time constant is=C2= =A0computed at the time the code is compiled, while a run-time constant can= only be computed while the application is running=2E A compile-time consta= nt will have the same value each time an application runs, while a run-time= constant may change each time=2ESep 15, 2021<br><br>~~~~~~~~~~~~~~~~~~~~~<= br><a href=3D"https://github=2Ecom/llvm/llvm-project">https://github=2Ecom/= llvm/llvm-project</a><br><a href=3D"https://lists=2Egnutls=2Eorg/pipermail/= gnutls-help/2024-November/thread=2Ehtml#4866">https://lists=2Egnutls=2Eorg/= pipermail/gnutls-help/2024-November/thread=2Ehtml#4866</a><br>Problem, how = to compile file groups=2Ec as a part of gnutls 3=2E8=2E8 and overcome<br>th= is compile-time constant error:<br>groups=2Ec:93:2: error: initializer elem= ent is not a compile-time constant<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 group_x25519,<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~= ~~~~<br>1 error generated=2E<br><br>My FreeBSD Raspberry Pi 4B environment:= =C2=A0 <br>~~~~~~~~~~~~~~~~~~~~~~~<br>Last login: Mon Dec 16 22:35:17 2024 = from 173=2E11=2E5=2E249<br>GhostBSD 24=2E01=2E1 GENERIC<br><br>Welcome to G= hostBSD!<br><br>Release Notes, Errata:=C2=A0 <a href=3D"https://www=2EGhost= BSD=2Eorg/releases/">https://www=2EGhostBSD=2Eorg/releases/</a><br>Security= Advisories:=C2=A0=C2=A0=C2=A0 <a href=3D"https://www=2EFreeBSD=2Eorg/secur= ity/">https://www=2EFreeBSD=2Eorg/security/</a><br>GhostBSD Docs:=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <a href=3D"https://wiki=2EGho= stBSD=2Eorg/">https://wiki=2EGhostBSD=2Eorg/</a><br>GhostBSD FAQ:=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <a href=3D"https://wiki= =2EGhostBSD=2Eorg/index=2Ephp/FAQ">https://wiki=2EGhostBSD=2Eorg/index=2Eph= p/FAQ</a><br>GhostBSD Forums:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <a = href=3D"https://forums=2EGhostBSD=2Eorg/">https://forums=2EGhostBSD=2Eorg/<= /a><br><br>Show the version of GhostBSD installed:=C2=A0 ghostbsd-version<b= r>Please include that output and any error messages when posting questions= =2E<br>You can adjust the volume of various parts of the sound system in yo= ur<br>computer by typing 'mixer <type>=2Evolume=3D<volume>%'=2E= =C2=A0 To get a list of what<br>you can adjust, just type 'mixer'=2E<br>fre= d@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ date<br>Tue Dec 17 02:46:01 UTC 20= 24<br>fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ ifconfig<br>genet0: flags= =3D1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 = mtu 1500<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 options=3D68000b<= RXCSUM,TXCSUM,VLAN_MTU,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6><br>=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ether e4:5f:01:9d:54:76<br>=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 inet 10=2E0=2E0=2E159 netmask 0xffffff00 bro= adcast 10=2E0=2E0=2E255<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 media= : Ethernet autoselect (1000baseT <full-duplex>)<br>=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 status: active<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL><b= r>lo0: flags=3D1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric= 0 mtu 16384<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 options=3D680003= <RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6><br>=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 inet 127=2E0=2E0=2E1 netmask 0xff000000<br>=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 inet6 ::1 prefixlen 128<br>=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 inet6 fe80::1%lo0 prefixlen 64 scopeid= 0x2<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 groups: lo<br>=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nd6 options=3D21<PERFORMNUD,AUTO_LINKL= OCAL><br>fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ clang --version<br>= FreeBSD clang version 16=2E0=2E6 (<a href=3D"https://github=2Ecom/llvm/llvm= -project=2Egit">https://github=2Ecom/llvm/llvm-project=2Egit</a>=C2=A0llvmo= rg-16=2E0=2E6-0-g7cbf1a259152)Target: aarch64-unknown-freebsd15=2E0<br>Thre= ad model: posix<br>InstalledDir: /usr/bin<br>fred@Ghost14-selfbuilt-rpi4B-n= ginx-tst1:~ $ uname -arU<br>FreeBSD Ghost14-selfbuilt-rpi4B-nginx-tst1 14= =2E0-STABLE FreeBSD 14=2E0-STABLE #1 stable-arm64/14-n230716-18b4bf31e36-di= rty: Fri Feb 16 00:17:20 PST 2024=C2=A0=C2=A0=C2=A0=C2=A0 root@Ghost14-self= built-rpi4B-nginx-tst1:/usr/obj/usr/ghost14/ghostbsd-src/arm64=2Eaarch64/sy= s/GENERIC-VCHIQ arm64 1500001<br>fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ = $<br><br><br><br><br>Last login: Mon Dec 16 22:35:17 2024 from 173=2E11=2E5= =2E249<br>GhostBSD 24=2E01=2E1 GENERIC<br><br>Welcome to GhostBSD!<br><br>R= elease Notes, Errata:=C2=A0 <a href=3D"https://www=2EGhostBSD=2Eorg/release= s/">https://www=2EGhostBSD=2Eorg/releases/</a><br>Security Advisories:=C2= =A0=C2=A0=C2=A0 <a href=3D"https://www=2EFreeBSD=2Eorg/security/">https://w= ww=2EFreeBSD=2Eorg/security/</a><br>GhostBSD Docs:=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <a href=3D"https://wiki=2EGhostBSD=2Eorg/">h= ttps://wiki=2EGhostBSD=2Eorg/</a><br>GhostBSD FAQ:=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <a href=3D"https://wiki=2EGhostBSD=2Eo= rg/index=2Ephp/FAQ">https://wiki=2EGhostBSD=2Eorg/index=2Ephp/FAQ</a><br>Gh= ostBSD Forums:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <a href=3D"https:/= /forums=2EGhostBSD=2Eorg/">https://forums=2EGhostBSD=2Eorg/</a><br><br>Show= the version of GhostBSD installed:=C2=A0 ghostbsd-version<br>Please includ= e that output and any error messages when posting questions=2E<br>You can a= djust the volume of various parts of the sound system in your<br>computer b= y typing 'mixer <type>=2Evolume=3D<volume>%'=2E=C2=A0 To get a = list of what<br>you can adjust, just type 'mixer'=2E<br>fred@Ghost14-selfbu= ilt-rpi4B-nginx-tst1:~ $ date<br>Tue Dec 17 02:46:01 UTC 2024<br>fred@Ghost= 14-selfbuilt-rpi4B-nginx-tst1:~ $ ifconfig<br>genet0: flags=3D1008843<UP= ,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500<br>=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 options=3D68000b<RXCSUM,TXCSUM,V= LAN_MTU,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6><br>=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 ether e4:5f:01:9d:54:76<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 inet 10=2E0=2E0=2E159 netmask 0xffffff00 broadcast 10=2E0= =2E0=2E255<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 media: Ethernet au= toselect (1000baseT <full-duplex>)<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 status: active<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 n= d6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL><br>lo0: flags= =3D1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384= <br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 options=3D680003<RXCSUM,T= XCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6><br>=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 inet 127=2E0=2E0=2E1 netmask 0xff000000<br>=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 inet6 ::1 prefixlen 128<br>=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2<br>=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 groups: lo<br>=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 nd6 options=3D21<PERFORMNUD,AUTO_LINKLOCAL><br>= fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ clang --version<br>FreeBSD clan= g version 16=2E0=2E6 (<a href=3D"https://github=2Ecom/llvm/llvm-project=2Eg= it">https://github=2Ecom/llvm/llvm-project=2Egit</a>=C2=A0llvmorg-16=2E0=2E= 6-0-g7cbf1a259152)Target: aarch64-unknown-freebsd15=2E0<br>Thread model: po= six<br>InstalledDir: /usr/bin<br>fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ = $ uname -arU<br>FreeBSD Ghost14-selfbuilt-rpi4B-nginx-tst1 14=2E0-STABLE Fr= eeBSD 14=2E0-STABLE #1 stable-arm64/14-n230716-18b4bf31e36-dirty: Fri Feb 1= 6 00:17:20 PST 2024=C2=A0=C2=A0=C2=A0=C2=A0 root@Ghost14-selfbuilt-rpi4B-ng= inx-tst1:/usr/obj/usr/ghost14/ghostbsd-src/arm64=2Eaarch64/sys/GENERIC-VCHI= Q arm64 1500001<br>fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ freebsd-vers= ion -dru<br>Illegal option -d<br>usage: freebsd-version [-kru] [-j jail]<br= >fred@Ghost14-selfbuilt-rpi4B-nginx-tst1:~ $ freebsd-version -kru<br>14=2E0= -STABLE<br>14=2E0-STABLE<br>15=2E0-CURRENT<br>fred@Ghost14-selfbuilt-rpi4B-= nginx-tst1:~ $ ghostbsd-version<br>24=2E01=2E1<br>fred@Ghost14-selfbuilt-rp= i4B-nginx-tst1:~ $ ghostbsd-version -fkv<br>14=2E0-STABLE<br>1400500<br>24= =2E01=2E1<br><br><br>~~~~~~~~~~~~~~~~<br>A compile-time constant is compute= d at the time the code is compiled, while a run-time constant can only be c= omputed while the application is running=2E A compile-time constant will ha= ve the same value each time an application runs, while a run-time constant = may change each time=2ESep 15, 2021<br><br><a href=3D"https://lists=2Egnutl= s=2Eorg/pipermail/gnutls-help/2024-November/thread=2Ehtml#4866">https://lis= ts=2Egnutls=2Eorg/pipermail/gnutls-help/2024-November/thread=2Ehtml#4866</a= >=C2=A0 gnutls mailing threads=2E<br><a href=3D"https://lists=2Egnutls=2Eor= g/pipermail/gnutls-help/2024-November/004866=2Ehtml">https://lists=2Egnutls= =2Eorg/pipermail/gnutls-help/2024-November/004866=2Ehtml</a><br>groups=2Ec = file, not a compile-time constant=C2=A0 group_x25519<br><br>I/opt/local/inc= lude/p11-kit-1 -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/= MacOSX14=2Esdk -arch arm64 -c groups=2Ec=C2=A0 -fno-common -DPIC -o =2Elibs= /groups=2Eo<br>groups=2Ec:93:2: error: initializer element is not a compile= -time constant<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 group_x25519,<= br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~<br>1 error gener= ated=2E<br>Marius<br>--<br>Marius Schamschula<br><br>URLS to view:<br><a hr= ef=3D"https://trac=2Emacports=2Eorg/ticket/71273">https://trac=2Emacports= =2Eorg/ticket/71273</a>=C2=A0 Compile Time Constant <br><a href=3D"https://= lists=2Egnutls=2Eorg/pipermail/gnutls-help/2024-November/004865=2Ehtml">htt= ps://lists=2Egnutls=2Eorg/pipermail/gnutls-help/2024-November/004865=2Ehtml= </a><br><a href=3D"https://lists=2Egnutls=2Eorg/pipermail/gnutls-help/2024-= November/004866=2Ehtml">https://lists=2Egnutls=2Eorg/pipermail/gnutls-help/= 2024-November/004866=2Ehtml</a><br><br>~~~~~~~~~~~~~~~~~~~~~<br><br>gnutls_= 3=2E8=2E8 fails to compile and has a single error=2E=C2=A0 Other Poudriere = packages depend on gnutls_3=2E8=2E8 and are skipped from compiling=2E=C2=A0= What do you suggest to fix this problem?=C2=A0 I am patient to wait until = developers have a solution ready for gnutls=2E=C2=A0=C2=A0 Like first initi= alizing group_x25519 with a NIL value=2E??</div><div dir=3D"auto"><a href= =3D"http://ghostbsd-arm64=2Eblogspot=2Ecom">http://ghostbsd-arm64=2Eblogspo= t=2Ecom</a>=C2=A0Fred's Blog about porting GhostBSD x86 to Arm64<br>=C2=A0 = </div></body></html> ------31VRH2VWAAN28ARCHTRGNEJ95G5YZP--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6D84E214-2196-4AA7-ADD1-B11E5434EE37>