From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-191350-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6672E1382C5 for <garchives@archives.gentoo.org>; Tue, 19 May 2020 06:39:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD5E9E0869; Tue, 19 May 2020 06:39:27 +0000 (UTC) Received: from mailgate2.uni-hannover.de (mailgate2.uni-hannover.de [130.75.2.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AE4BE083E for <gentoo-user@lists.gentoo.org>; Tue, 19 May 2020 06:39:26 +0000 (UTC) Received: from intranet.aei.uni-hannover.de (ahin1.aei.uni-hannover.de [130.75.117.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailgate2.uni-hannover.de (Postfix) with ESMTPS id 253772D49; Tue, 19 May 2020 08:39:25 +0200 (CEST) Received: from comet2.terra.ger ([130.75.117.49]) by intranet.aei.uni-hannover.de (IBM Domino Release 9.0.1FP8) with ESMTP id 2020051908392446-57025 ; Tue, 19 May 2020 08:39:24 +0200 Date: Tue, 19 May 2020 08:39:23 +0200 From: Gerrit Kuehn <gerrit.kuehn@aei.mpg.de> To: Jack <ostroffjh@users.sourceforge.net> Cc: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] libXp-1.0.3 emerge issue Message-ID: <20200519083923.57d18d24@comet2.terra.ger> In-Reply-To: <20200519082041.0c1d89b5@comet2.terra.ger> References: <20200518165450.555c6160@comet2.terra.ger> <4f3690af-1ce6-2c3a-31de-2856b38f310b@users.sourceforge.net> <20200518184856.29927d99@comet2.terra.ger> <20200519082041.0c1d89b5@comet2.terra.ger> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; amd64-portbld-freebsd11.2) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 19/05/2020 08:39:24, Serialize by Router on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 19/05/2020 08:39:24, Serialize complete at 19/05/2020 08:39:24 X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Archives-Salt: b348f727-ac7a-4da7-b3e4-9e42613e0a1d X-Archives-Hash: e4868bf7b2141fefb2adca225ac1fa12 On Tue, 19 May 2020 08:20:41 +0200 Gerrit Kuehn <gerrit.kuehn@aei.mpg.de> wrote: > I looked into other X lib ebuilds like libXext-1.3.4.ebuild. This is > installing 32bit libs into the correct directory, but it looks not > different to me. I updated my ebuild to using EAPI=7 and xorg-3 > (instead of the original EAPI=5 and xorg-2), but it still insists on > using lib32 paths. For the record: I found that the profile of the system was still set to 17.0 where it should have been on 17.1. This causes SYMLINK_LIB to be set to "yes" which then makes multilib.eclass use lib32 instead of lib paths. After setting the profile to 17.1 (where it should have been in the first place), everything works as expected now. cu Gerrit