From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:2c84:0:b0:767:2c6f:dc49 with SMTP id s126-20020a372c84000000b007672c6fdc49mr23328qkh.6.1691364557833; Sun, 06 Aug 2023 16:29:17 -0700 (PDT) X-Received: by 2002:a4a:3397:0:b0:56c:d455:544d with SMTP id q145-20020a4a3397000000b0056cd455544dmr9203534ooq.1.1691364557446; Sun, 06 Aug 2023 16:29:17 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 6 Aug 2023 16:29:17 -0700 (PDT) In-Reply-To: <0b3bebef-b082-47ae-b593-44a46ebbffd4n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=98.59.238.112; posting-account=oHOvdQoAAACYgyEBjgPNvKFOGxg8pNns NNTP-Posting-Host: 98.59.238.112 References: <616ebbaf-0483-4af6-9249-e083bf36bcf8n@googlegroups.com> <0b3bebef-b082-47ae-b593-44a46ebbffd4n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <03dee1c7-22f9-41ad-89b4-8c6881100a1fn@googlegroups.com> Subject: Re: ALR unable to get many packages From: Kenneth Wolcott Injection-Date: Sun, 06 Aug 2023 23:29:17 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 10718 Xref: news.eternal-september.org comp.lang.ada:65497 List-Id: Hi Simon; An attempt to "get" aws follows along with all of my openssl installed packages from MacPorts. alr --no-color get aws Warning: Warning: New solution is incomplete. Warning: +i gnat 13.1.0 (new,installed,gnat_external) Warning: + gnatcoll 23.0.0 (new) Warning: + libgpr 23.0.0 (new,indirect) Warning: + make 3.81.0 (new) Warning: +~ openssl * (new,external) Warning: + xmlada 23.0.0 (new) Warning: Warning: Could not find a complete solution for aws=23.0.0 Build will fail unless externals are made available, do you want to continue? [Y] Yes [N] No (default is No) y Note: Deploying aws=23.0.0... ########################################################################################################################### 100.0% warn: Generating possibly incomplete environment because of missing dependencies Note: Deploying make=3.81.0... Note: Deploying xmlada=23.0.0... -=O#- # # # Note: Running post_fetch actions for xmlada=23.0.0... checking build system type... aarch64-apple-darwin22.6.0 checking host system type... aarch64-apple-darwin22.6.0 checking target system type... aarch64-apple-darwin22.6.0 checking whether gnat can build shared libs... yes checking for a BSD-compatible install... /opt/local/bin/ginstall -c checking whether ln -s works... yes configure: creating ./config.status config.status: creating xmlada_shared.gpr config.status: creating Makefile config.status: creating tests/dom/default.gpr Note: Deploying libgpr=23.0.0... -=O#- # # # Note: Deploying gnatcoll=23.0.0... -=#=- # # # Note: Running post_fetch actions for aws=23.0.0... sed: illegal option -- s usage: sed script [-Ealnru] [-i extension] [file ...] sed [-Ealnu] [-i extension] [-e script] ... [-f script_file] ... [file ...] sed: illegal option -- s usage: sed script [-Ealnru] [-i extension] [file ...] sed [-Ealnu] [-i extension] [-e script] ... [-f script_file] ... [file ...] Bind [gprbind] xoscons.bexch [Ada] xoscons.ali Link [link] xoscons.adb Setup OS specific definitions aws-os_lib-tmplt.c:324:24: error: invalid operand for inline asm constraint 'i' /*NOGEN*/ asm volatile("\n->CND:%0:" "SIN_FAMILY_OFFSET" ":%1:" "sin_family offset in record" : : "i" (324), "i" ((int) (uintptr_t)((uintptr_t)&sa.sin_family - (uintptr_t)&sa)));; ^ aws-os_lib-tmplt.c:343:24: error: invalid operand for inline asm constraint 'i' /*NOGEN*/ asm volatile("\n->CND:%0:" "AI_FAMILY_OFFSET" ":%1:" "???" : : "i" (343), "i" ((int) (uintptr_t)((uintptr_t)&ai.ai_family - (uintptr_t)&ai)));; ^ aws-os_lib-tmplt.c:344:24: error: invalid operand for inline asm constraint 'i' /*NOGEN*/ asm volatile("\n->CND:%0:" "AI_CANONNAME_OFFSET" ":%1:" "???" : : "i" (344), "i" ((int) (uintptr_t)((uintptr_t)&ai.ai_canonname - (uintptr_t)&ai)));; ^ aws-os_lib-tmplt.c:345:24: error: invalid operand for inline asm constraint 'i' /*NOGEN*/ asm volatile("\n->CND:%0:" "AI_ADDR_OFFSET" ":%1:" "???" : : "i" (345), "i" ((int) (uintptr_t)((uintptr_t)&ai.ai_addr - (uintptr_t)&ai)));; ^ aws-os_lib-tmplt.c:233:17: error: unexpected token at start of statement asm volatile("\n->TXT:%0:" "-- This is the version for " "arm64-apple-darwin22.6.0" : : "i" (233)); ^ :2:1: note: instantiated into assembly here ->TXT:233:-- This is the version for arm64-apple-darwin22.6.0 ^ aws-os_lib-tmplt.c:234:17: error: unexpected token at start of statement asm volatile("\n->TXT:%0:" "" : : "i" (234)); ^ :2:1: note: instantiated into assembly here ->TXT:234: ^ aws-os_lib-tmplt.c:240:17: error: unexpected token at start of statement asm volatile("\n->TXT:%0:" "with Interfaces.C.Strings;" : : "i" (240)); ^ :2:1: note: instantiated into assembly here ->TXT:240:with Interfaces.C.Strings; ^ aws-os_lib-tmplt.c:241:17: error: unexpected token at start of statement asm volatile("\n->TXT:%0:" "with System;" : : "i" (241)); ^ :2:1: note: instantiated into assembly here ->TXT:241:with System; ^ aws-os_lib-tmplt.c:243:17: error: unexpected token at start of statement asm volatile("\n->TXT:%0:" "with GNAT.OS_Lib;" : : "i" (243)); ^ :2:1: note: instantiated into assembly here ->TXT:243:with GNAT.OS_Lib; ^ aws-os_lib-tmplt.c:272:17: error: unexpected token at start of statement asm volatile("\n->C:%0:" "Target_OS" ":" "OS_Type" ":" "Other_OS" ":" "" : : "i" (272)); ^ :2:1: note: instantiated into assembly here ->C:272:Target_OS:OS_Type:Other_OS: ^ aws-os_lib-tmplt.c:281:17: error: unexpected token at start of statement asm volatile("\n->C:%0:" "Target_Name" ":" "String" ":" "arm64-apple-darwin22.6.0" ":" "" : : "i" (281)); ^ :2:1: note: instantiated into assembly here ->C:281:Target_Name:String:arm64-apple-darwin22.6.0: ^ aws-os_lib-tmplt.c:310:17: error: unexpected token at start of statement asm volatile("\n->CND:%0:" "SIZEOF_unsigned_int" ":%1:" "Size of unsigned int" : : "i" (310), "i" ((int) sizeof (unsigned int))); ^ :2:1: note: instantiated into assembly here ->CND:310:SIZEOF_unsigned_int:4:Size of unsigned int ^ aws-os_lib-tmplt.c:313:17: error: unexpected token at start of statement asm volatile("\n->CND:%0:" "SIZEOF_fd_set" ":%1:" "fd_set" : : "i" (313), "i" ((int) (sizeof (fd_set))));; ^ :2:1: note: instantiated into assembly here ->CND:313:SIZEOF_fd_set:128:fd_set ^ aws-os_lib-tmplt.c:314:17: error: unexpected token at start of statement asm volatile("\n->CND:%0:" "FD_SETSIZE" ":%1:" "Max fd value" : : "i" (314), "i" ((int) 1024));; ^ :2:1: note: instantiated into assembly here ->CND:314:FD_SETSIZE:1024:Max fd value ^ aws-os_lib-tmplt.c:320:17: error: unexpected token at start of statement asm volatile("\n->CND:%0:" "SIZEOF_sin_family" ":%1:" "Size of sa.sin_family" : : "i" (320), "i" ((int) sizeof (sa.sin_family) * 8));; ^ :2:1: note: instantiated into assembly here ->CND:320:SIZEOF_sin_family:8:Size of sa.sin_family ^ aws-os_lib-tmplt.c:353:17: error: unexpected token at start of statement asm volatile("\n->CND:%0:" "SIZEOF_nfds_t" ":%1:" "Size of nfds_t" : : "i" (353), "i" ((int) sizeof (nfds_t) * 8));; ^ :2:1: note: instantiated into assembly here ->CND:353:SIZEOF_nfds_t:32:Size of nfds_t ^ aws-os_lib-tmplt.c:362:17: error: unexpected token at start of statement asm volatile("\n->CND:%0:" "SIZEOF_pollfd_events" ":%1:" "Size of pollfd.events" : : "i" (362), "i" ((int) sizeof (v_pollfd.events) * 8));; ^ :2:1: note: instantiated into assembly here ->CND:362:SIZEOF_pollfd_events:16:Size of pollfd.events ^ aws-os_lib-tmplt.c:373:17: error: unexpected token at start of statement asm volatile("\n->CND:%0:" "SIZEOF_fd_type" ":%1:" "Size of socket fd" : : "i" (373), "i" ((int) sizeof (v_pollfd.fd) * 8));; ^ :2:1: note: instantiated into assembly here ->CND:373:SIZEOF_fd_type:32:Size of socket fd ^ aws-os_lib-tmplt.c:381:17: error: unexpected token at start of statement asm volatile("\n->CND:%0:" "SIZEOF_socklen_t" ":%1:" "Size of socklen_t" : : "i" (381), "i" ((int) sizeof (socklen_t) * 8));; ^ :2:1: note: instantiated into assembly here ->CND:381:SIZEOF_socklen_t:32:Size of socklen_t ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. raised raised ADA.IO_EXCEPTIONS.NAME_ERROR : aws-os_lib-tmplt.s: No such file or directory make[1]: *** [../.build/arm64-apple-darwin22.6.0/debug/../setup/src/aws-os_lib.ads] Error 1 make: *** [config_setup] Error 2 ERROR: A post-fetch action failed, re-run with -vv -d for details ----------------------------------------------- port installed | grep openssl openssl @3_8 openssl @3_9 openssl @3_9+universal openssl @3_10+universal openssl @3_10 openssl @3_11 openssl @3_12 (active) openssl3 @3.0.7_0+legacy openssl3 @3.0.7_2+legacy openssl3 @3.0.8_1+legacy openssl3 @3.0.8_1+legacy+universal openssl3 @3.1.0_0+universal openssl3 @3.1.0_1 openssl3 @3.1.0_1+universal openssl3 @3.1.0_2+universal openssl3 @3.1.0_3+universal openssl3 @3.1.0_3 openssl3 @3.1.1_0 openssl3 @3.1.2_0 (active) openssl10 @1.0.2u_4 (active) openssl11 @1.1.1s_0 openssl11 @1.1.1t_0 openssl11 @1.1.1t_1 openssl11 @1.1.1u_1 openssl11 @1.1.1v_1 (active) py310-openssl @21.0.0_0 py310-openssl @22.1.0_0 py310-openssl @23.0.0_0 py310-openssl @23.2.0_0 (active) py311-openssl @23.0.0_0 py311-openssl @23.2.0_0 (active) qt5-qtbase @5.15.6_1+openssl qt5-qtbase @5.15.8_0+openssl qt5-qtbase @5.15.8_1+openssl qt5-qtbase @5.15.9_0+openssl qt5-qtbase @5.15.10_0+openssl (active) qt6-qtbase @6.4.3_1+openssl (active) ----------------------------------------------- That reminds me, I need to uninstall those "universal" packages... Thanks, Ken