From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 0EPiLDHOYWVbTwAAauVa8A:P1 (envelope-from ) for ; Sat, 25 Nov 2023 11:36:33 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 0EPiLDHOYWVbTwAAauVa8A (envelope-from ) for ; Sat, 25 Nov 2023 11:36:33 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5135E13A02 for ; Sat, 25 Nov 2023 11:36:33 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=h-brs.de (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1700908593; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=qwI4w/WKpi6DryPsXeQ5IYpyGgvJbXPhU6HqABmXYIk=; b=E4/dadesalIMB9XmjO07ds1OCRP9qk2prAcBXCt3kYU1mIoyZHpV9q97RZkar9y4Nstbot hgq07FPCTP5mOfTqbE/MSDPWolXHTBuRezz7vTIVrW9XtAiS+f1I90ktVpMYRV+u6awdXh RSmZNB/ibv0yjS3JK9e1GRD8Dha/oMXpk8K8ncoVG1nBI+Jm2E61EROk/0svT8qf3Uq5jL SZfy2USJJlejnU32UONEzGlzP+EVaQN2XOIbADvIxcJXJ0uUD2+O6kwKiz+rRQwBma9QKV M9rBVkiHQeCzJdtksQGNuYlwUODs0PjGDl6uFGVOjaAvvTGyXSlidecaVCfSxQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=h-brs.de (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1700908593; a=rsa-sha256; cv=none; b=rc+kOzP3uZcTeU+U7hVtiV4lq6Nm5/hZzJ4kKaSV22ucBonTrwoJECOjLYngfvuXIDzdSK +5kbwLrzxXmeYwlb9Vay8JFd0VgCVB4RLipEqZi8ZmzVTixdGz6zQJkAg9L/PL153bY9/9 BgLFswzkWQk69X+zJHxtVmYiYSqOpdvlzjkPGcKh7+0aYKGj2gnY+de4GVzYFI19oMTFtv wc1mRxdJxAAvwlpNCZThWLbo8oARaijrVdbEr3t9keDHMVfo37ISx/hEi/9Ff3W0Gu4Fpr XnPFIzoVI8lXwtzhiOfO5ZxeS5HeZs9CRexhjGOwtKz8ti3Q4bK2XT61QKfYIg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r6q0z-0006kh-MP; Sat, 25 Nov 2023 05:35:57 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r6q0y-0006kX-7x for help-guix@gnu.org; Sat, 25 Nov 2023 05:35:56 -0500 Received: from sv-2s11.infcs.de ([194.95.66.48] helo=ux-2s-mailproxy.inf.h-brs.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r6q0v-0002M5-Fj for help-guix@gnu.org; Sat, 25 Nov 2023 05:35:55 -0500 Received: from gyps.h-brs.de (i5C751698.versanet.de [92.117.22.152]) (authenticated bits=0) by ux-2s-mailproxy.inf.h-brs.de (8.15.2/8.15.2/Debian-8ska0) with ESMTPSA id 3APAZkld025385 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 25 Nov 2023 11:35:46 +0100 User-agent: mu4e 1.8.13; emacs 28.2 From: Alexander Asteroth To: help-guix@gnu.org Subject: openssl libcrypto dependency on glibc@2.34? Date: Sat, 25 Nov 2023 11:26:15 +0100 Message-ID: <875y1qglx9.fsf@h-brs.de> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Auth: by SMTP AUTH @ ux-2s11 X-MIMEDefang-Info-ge: Gescannt in Inf@FH-BRS, Regeln s. MiniFAQ E-Mail/Mailscanner X-Scanned-By: MIMEDefang @ FB02 @ H-BRS Received-SPF: pass client-ip=194.95.66.48; envelope-from=alexander.asteroth@h-brs.de; helo=ux-2s-mailproxy.inf.h-brs.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: help-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 1.38 X-Spam-Score: 1.38 X-Migadu-Queue-Id: 5135E13A02 X-Migadu-Scanner: mx13.migadu.com X-TUID: duEZePcUb3TG Dear all, I'm trying to build Python@3.12 on my current guix distribution. However since Python's `pip` depends on `openssl` I need the `openssl` package. But somehow openssl seems to be compiled agaist `glibc@2.34` but version 2.34 is not available in current guix (only .33 and .35). Or am I getting something completely wrong here? Error message when runing `configure` for Python@3.21 ``` Trying link with OPENSSL_LDFLAGS=-L/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib; OPENSSL_LIBS=-lssl -lcrypto; OPENSSL_INCLUDES=-I/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/include configure:28051: gcc -pthread -o conftest -I/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/include -L/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib conftest.c -lssl -lcrypto -lpthread -ldl -lutil >&5 ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `dladdr@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `dlclose@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `dlerror@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_key_create@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_rwlock_unlock@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_setspecific@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_rwlock_destroy@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_rwlock_wrlock@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `dlsym@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_getspecific@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_key_delete@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_rwlock_init@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `dlopen@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_once@GLIBC_2.34' ld: /gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so: undefined reference to `pthread_rwlock_rdlock@GLIBC_2.34' collect2: error: ld returned 1 exit status ``` Cheers Alex