public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Hubert <anhubert@googlemail.com>
To: Florian Weimer <fweimer@redhat.com>
Cc: libc-help@sourceware.org
Subject: Re: Building 2.27 on CentOS
Date: Fri, 01 Jun 2018 11:38:00 -0000	[thread overview]
Message-ID: <2A9E5497-DC73-4EC9-9936-CC136918748E@googlemail.com> (raw)
In-Reply-To: <6f6bafab-d9ad-9e39-3255-670deebcca9f@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1407 bytes --]

My goal is to pack this in a RPM, but currently I just try to build it directly on the command line. Only after that works my next step would be to make it work with a spec file.
Maybe I have something wrong with my DTS 7 setup.. do you maybe have any sources you follow to setup you build environment that I could try to follow?

Thanks
Andreas

> Am 01.06.2018 um 13:33 schrieb Florian Weimer <fweimer@redhat.com>:
> 
> On 06/01/2018 12:45 PM, Andreas Hubert wrote:
>> To have a really clean environment for testing, I just tried it with a docker container based on centos/devtoolset-7-toolchain-centos7 and just added bison and make. So that’s my docker file:
>> ```
>> FROM centos/devtoolset-7-toolchain-centos7
>> USER 0
>> RUN yum install -y --setopt=tsflags=nodocs bison devtoolset-7-make && yum clean all -y
>> USER 1001
>> ```
>> From there I was just running `configure —prefix=/my/new/dir` and then make
>> Still facing the same error:
>> ```
>> make[3]: Leaving directory '/builddir/rpmbuild/SOURCES/glibc-2.27/elf'
> 
> This looks like you are running under rpmbuild.  Please post the spec file, or upload it somewhere where we can see it.
> 
> You also have a funny character in the configure command line, but I assume that's just your email client.
> 
> All I can say so far that the glibc-2.27 tag generally builds fine with DTS 7.
> 
> Thanks,
> Florian


[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 873 bytes --]

  reply	other threads:[~2018-06-01 11:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-29  9:21 Andreas Hubert
2018-05-29 11:25 ` Florian Weimer
2018-05-29 12:05   ` Andreas Hubert
2018-06-01 10:45     ` Andreas Hubert
2018-06-01 11:33       ` Florian Weimer
2018-06-01 11:38         ` Andreas Hubert [this message]
2018-06-01 11:43           ` Florian Weimer
2018-06-01 13:54             ` Andreas Hubert

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=2A9E5497-DC73-4EC9-9936-CC136918748E@googlemail.com \
    --to=anhubert@googlemail.com \
    --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).