public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: Florian Weimer <fweimer@redhat.com>
Cc: Kenny Bian via Libc-help <libc-help@sourceware.org>
Subject: Re: Build libc6-2.28 from source: ld-2.28.so cause errors when installing deb package
Date: Thu, 1 Jul 2021 11:52:32 -0400	[thread overview]
Message-ID: <YN3kwFGKxcGEQBJv@vapier> (raw)
In-Reply-To: <87wnqah6vu.fsf@oldenburg.str.redhat.com>

On 01 Jul 2021 08:42, Florian Weimer via Libc-help wrote:
> * Kenny Bian via Libc-help:
> 
> > We try to build libc6-2.28 from source code. Our board runs Ubuntu
> > 18.04 in armhf architecture. We downloaded the source code from
> > https://launchpad.net/ubuntu/+source/glibc/2.28-0ubuntu1.
> > Here is what we did to create the deb package:
> > 1. We build it by using these bash commands:
> > /usr/bin/dpkg-source -x glibc_2.28-0ubuntu1.dsc libc6-2.28
> > pushd libc6-2.28/
> > mkdir build
> > pushd build/
> > ../configure \
> >     --host=arm-linux-gnueabihf \
> >     --prefix=/tmp/armhf/libc6/usr \
> >     --enable-obsolete-nsl
> > make
> > make install
> 
> make install without a temporary DESTDIR is not supported.
> Unfortunately the instructions do not make this clear.

should we add an $(error) in this case ?  shouldn't be too hard to do ...
-mike

  reply	other threads:[~2021-07-01 15:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01  6:01 Kenny Bian
2021-07-01  6:42 ` Florian Weimer
2021-07-01 15:52   ` Mike Frysinger [this message]
2021-07-01 21:02     ` Florian Weimer
2021-07-02  7:52   ` Kenny Bian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YN3kwFGKxcGEQBJv@vapier \
    --to=vapier@gentoo.org \
    --cc=fweimer@redhat.com \
    --cc=libc-help@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).