From unknown Sun Aug 17 22:06:43 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76849 <76849@debbugs.gnu.org> To: bug#76849 <76849@debbugs.gnu.org> Subject: Status: wine 10.0 linker error Reply-To: bug#76849 <76849@debbugs.gnu.org> Date: Mon, 18 Aug 2025 05:06:43 +0000 retitle 76849 wine 10.0 linker error reassign 76849 guix submitter 76849 glab severity 76849 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 07 19:07:00 2025 Received: (at submit) by debbugs.gnu.org; 8 Mar 2025 00:07:00 +0000 Received: from localhost ([127.0.0.1]:51125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tqhiV-00039K-Sk for submit@debbugs.gnu.org; Fri, 07 Mar 2025 19:07:00 -0500 Received: from lists.gnu.org ([2001:470:142::17]:45982) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tqhiT-00038u-AL for submit@debbugs.gnu.org; Fri, 07 Mar 2025 19:06: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 1tqhiE-0004rz-Bz for bug-guix@gnu.org; Fri, 07 Mar 2025 19:06:42 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tqhiA-00027h-Rf for bug-guix@gnu.org; Fri, 07 Mar 2025 19:06:41 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1AB0925BC3 for ; Sat, 8 Mar 2025 01:06:35 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 819i8tKnb2QR for ; Sat, 8 Mar 2025 01:06:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1741392391; bh=2Yu/SC0Cux9YTwe3NfoJP4maf+3j90lgSpr3FXa2q2A=; h=Date:From:To:Subject; b=iJQBSJ0XsZ1CZECZSJEzrQ9GFCM9YgmCneDQaS60+uNq8AABI36QDIRmaJKrP0/wp 7/xuaqSZkPhkJuO+0l0LWf2o3FcCCQx30lU+co/pDlJNS30zFnI0n1qTavwfM/QOBK Y0fetpBniDesGo7HZwDRCt78B0SdAno6Y6gLdVLStknwuD2e/RVmQzHjENq9svPrUC 03Av5nQpL452x03qsyoNiQyKs5FiJUN1liSYuEkQ98yyHnj1+ixcPEuTvxcNUxDBmP ZegNkYiZBTj1kVsy2hfzBBNtxl+m91mNFul6ksipQrD/73XsAO1eNGyPOrq5+7qxPi O/mqTI/ylrg6Q== MIME-Version: 1.0 Date: Sat, 08 Mar 2025 00:06:31 +0000 From: glab To: bug-guix@gnu.org Subject: wine 10.0 linker error Message-ID: X-Sender: glab@disroot.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=glab@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Running 32-bit wine results in the following error: bash: /gnu/store/sxbn4yi12jna12c4s8ab8wrb1n51hfhy-wine-10.0/bin/wine: No such file or directory That file actually does exist. Calling file on it provides this output: /gnu/store/sxbn4yi12jna12c4s8ab8wrb1n51hfhy-wine-10.0/bin/wine: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /gnu/store/hw6g2kjayxnqi8rwpnmpraalxi0djkxc-glibc-2.39/lib/ld-linux.so.2, for GNU/Linux 3.2.0, stripped However, the linked interpreter does not exist. Rutherther kindly provided the following insight on IRC: "wine(32) seems to work like this: "guix shell --system=i686-linux wine", which is counterintuitive imo, x86_64 should either be unsupported platform, or it should be made sure that it points to them on x86_64 as well" -- Gustavo From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 09 03:11:26 2025 Received: (at 76849) by debbugs.gnu.org; 9 Mar 2025 07:11:26 +0000 Received: from localhost ([127.0.0.1]:57897 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trAon-0003SW-SS for submit@debbugs.gnu.org; Sun, 09 Mar 2025 03:11:26 -0400 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:43085) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1trAol-0003SC-4v for 76849@debbugs.gnu.org; Sun, 09 Mar 2025 03:11:23 -0400 Received: by mail-wm1-x344.google.com with SMTP id 5b1f17b1804b1-43cf680d351so120425e9.0 for <76849@debbugs.gnu.org>; Sat, 08 Mar 2025 23:11:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1741504277; x=1742109077; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=rENQv+yh0/ENw6QIdyOD85CUi5HywW2hIOMNbTzzPvo=; b=jHxSeBMffA27NMSSLnXf2+YaHX7eNgZ6MakjPuAYmsypAbJ2PZj2lmSBoRuPGRL887 ir/8rDMAutSpHPp1mgd1IVtPUX1+AYTGGydtK0+GMrR408PX2I/jLfZIek9OnzP81NoZ 4VD09y+Svzqif0S7QPdWFYuGkSPWr7o2xAMAuBl6P5VXyQuxCw0HLJPTUoum7HXRWbDl 0ehN1D1DvsrpVZL94QfrHpSp11jmo+kDbdhHc6Zx38TORaWcCqVRJGhJ4iSbmxiG8Vsk fOVeyDiRWmuFJrQlxONsMp/S+v1d6gvvrPcdYsVz3W9NoMaqBmeTJT5CcsIGqdctR3fK TJvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1741504277; x=1742109077; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=rENQv+yh0/ENw6QIdyOD85CUi5HywW2hIOMNbTzzPvo=; b=D7kNeO8dJTCNoFrFizqFetilmo7nha15bzLV9pnphNFp/RCCCmIInu8X7TdTjwoJlF Q5zMhrDdYM4rNh2qlxhHHZw9EE6YJ+n2TgsgH57OOes3HGTqQTDXJ3MajZ1DoCMnJ11P kZSttJiLf+71gtTcDHsq5Npcfhtazi5Y1+DOQ24AzGY3ygWf/SUPu+dxEGacJXG+ClvE 5O/P2a0KMF88Qav4a2rlMX28L0ZJNwAnn3ri6sNL+DAL+cND8Y/kSvSigpjYHrY1dGs8 24qazdITHGFxGvUpe0lA8vvaAIH+ezm+L0jIrxKi2fvJrjhhL5yEj1diP8nt5gncJH3d QtuA== X-Forwarded-Encrypted: i=1; AJvYcCXQe08CAOXxPJciAWfUr7sXNzSn7B4OJn6b9r8ArolOoPXQ+9sFWtgrs/KjWx6xp9iTERIfcQ==@debbugs.gnu.org X-Gm-Message-State: AOJu0YyEsq3qJfce7u67gM2c9KjJRqeUzxGME3QVF+Vq0Agd6mTI02jE RPHpIQFokPXq0v8wrY1d0vYUWyCVaFSIiofbbJbV0/Byy0R9swD4Bq9pt1jf3Zw= X-Gm-Gg: ASbGncvc3miu/6cEnJjNNWJY9490K6en6AqSezOOQT7dl/KAFN0QKxr/WArsu+peUAQ dEnmIrpTmu71Wv/rFOkpdW+hNxePaCgc5LpibvbC0VKG3sJqtBRjo/EZci9z9Ue0EfERj/7Exsi GEp2htgoUX9RQub5Nd8ANkBQKN2KxPdN2TYcwXL48/qp6aLQrIkxxegT6/jMnRlfNYXNN7LyHZf pDIhgkDTYHHtayJk66x1N5GMckW0YziKp+oNDXHwhy74COB+rb7nwTn7ap/OY7G4wYsNyrOiIgN F+LgGBc1XeG8k7wKR1BFXHhw9/auuivPA2wRqZ/vbqCTfEsSavPcslTYZU3C3tFpC+9E75H22dS N6SKtrWCSBPZ8ES8CstpT X-Google-Smtp-Source: AGHT+IEUlKrcjcU4G5fY7aJG1PWzNahZbO9TSYLBCIpoAdcy3uR4jg5wzs4eHivBtxtWLKUYhEPepg== X-Received: by 2002:a05:6000:2801:b0:390:dec3:2780 with SMTP id ffacd0b85a97d-3913af3be21mr2059608f8f.24.1741504276815; Sat, 08 Mar 2025 23:11:16 -0800 (PST) Received: from lumine.fritz.box (85-127-114-32.dsl.dynamic.surfer.at. [85.127.114.32]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3912c102b62sm10882888f8f.84.2025.03.08.23.11.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 08 Mar 2025 23:11:15 -0800 (PST) Message-ID: <976e47dd93a24a562cfbf9645416d8d51b6b85e2.camel@gmail.com> Subject: Re: wine 10.0 linker error From: Liliana Marie Prikler To: glab , 76849@debbugs.gnu.org Date: Sun, 09 Mar 2025 08:12:23 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76849 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Samstag, dem 08.03.2025 um 00:06 +0000 schrieb glab: > Rutherther kindly provided the following insight on IRC: > "wine(32) seems to work like this: "guix shell --system=3Di686-linux=20 > wine", which is counterintuitive imo I can not confirm that it "works like this". I can confirm however, that wine64 works as one would expect. > x86_64 should either be unsupported platform, or it should be made > sure that it points to them on x86_64 as well" wine32 is a dependency of wine64, so we do still need to build it there. It seems that this i686 glibc actually has an x86_64 linker, though. So something wrong is happening here. Cheers