From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.2 Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by inbox.vuxu.org (OpenSMTPD) with SMTP id 491cd196 for ; Sat, 18 Jan 2020 04:29:47 +0000 (UTC) Received: (qmail 1813 invoked by uid 550); 18 Jan 2020 04:29:46 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 1792 invoked from network); 18 Jan 2020 04:29:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=zei1cliGLNbqvoEtCbqe7UNo1sFvx13hTkP6DxFtiWU=; b=ZVuFqSYXL0ifD3fKkKxWgBBx71uH6/Op8ci9aI36jIFcXiSBPKPxRyY8UFkZAnijys +8GDkDUjbKQqph9hL1RAoP7dUTIW+ewQEBtNe1qQjpp8PLUq/t/whMe/FvQdFTK0HIke cR0jRY6RJWHAv74fFDpVJ/ywFkJUtTcH4FebHW3rGW3qA5Vj4F/zHRL5AC14SGdTd2x0 YkNUjJejo3jB+1s3knuFF0fVyXF4SutNenJTDDrBFwXmtQ7GY2uJj4mmiZislvcYGCKr kGk16ONgZWuugJ0RSKRwl/NNcvemQo7sEFqZkixEeuQY1WpgqDwTOGJRyp4kgCjm5cN1 FQfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=zei1cliGLNbqvoEtCbqe7UNo1sFvx13hTkP6DxFtiWU=; b=AuZnHXp6mICzhW6XQ+mrW/Go+4P/rOq52rppBaWAxFbNZotTJIP+P8tavUZf03UE4c XhZahcWlh+QRhUBtdmTSg+IeL9SR10Qps51hhjLrgTSilJXvgHiOzpNoSKsm1h2PsDE5 nZYaVTsClAldIomUQ0oKsykuee+aJRphxB3F5RmfJyZXg90bk1sTxh5wVVmVAqB+r0MZ aA7S8bED+0qA6z+N5TKU40LZdWZy5c54j0aSLHd1JmGBCIepuP2AoB4em0UD1oIbclBw ppPDMlaa9HplyNY2+X7S9/DqCqiHY5zbPM5DGwq4Qi2mEcNQm4K1fDvbfSYm9PXmUfQl Ei9w== X-Gm-Message-State: APjAAAVVAHwHtlAYJROLNqq+RhvPvVhhxigljsPPaWxv4fjupWzAuInq ixMSVr4awa0oIPsBPPoBqfK6k4B2cMu0+D4roItszY/TZ8k= X-Google-Smtp-Source: APXvYqzCrkuSGdFzpC3Ct7TYDEyLaaF1bjTghP1ovAUhR577DNT+ZRE6LSkWbFINAwvz2GrGNE2ggK8UFlPb6TGvqek= X-Received: by 2002:ad4:478b:: with SMTP id z11mr11105206qvy.185.1579321773168; Fri, 17 Jan 2020 20:29:33 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Khem Raj Date: Fri, 17 Jan 2020 20:29:07 -0800 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [musl] Absolute symlink breaks cross compilation On Fri, Jan 17, 2020 at 6:19 PM =D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9 =D0=90= =D0=BB=D0=B0=D0=B4=D1=8C=D0=B5=D0=B2 wrote: > > Hello. Gentoo users find that it is not possible to cross compile musl. S= ee here https://bugs.gentoo.org/645626 more details. > > I am sending to you proposed patch that is related to upstream. Please ke= ep all installed symlinks relative. Thank you. In yocto we are carrying slightly different patch to achieve same https://github.com/kraj/musl/commit/102f35b194a3405b30001ff08cfd54752179376= f