public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: Miguel Bernal Marin <miguel.bernal@zapopan.tecmm.edu.mx>
Cc: libc-help@sourceware.org
Subject: Re: Error on compile Glibc 2.34 (32 bit) on 64 bit
Date: Fri, 01 Jul 2022 08:52:44 +0200	[thread overview]
Message-ID: <87zghtgw8z.fsf@oldenburg.str.redhat.com> (raw)
In-Reply-To: <Yr40tdxTSQhwGa/U@ce> (Miguel Bernal Marin's message of "Thu, 30 Jun 2022 18:41:41 -0500")

* Miguel Bernal Marin:

> I'm trying to build a 32 bit glibc 2.34 (Centos Stream 9 GLIBC),
> using a 64 bit OS.
>
> I do "rpmbuild -ba SPECS/glibc.spec --target i686", which give me
> the following error:

For some CentOS packages, you need to use the i386/i686 buildroot and
mock, not an installed operating system.  The --target option does not
work with all packages.

The buildroot is published here:

  <https://kojihub.stream.centos.org/kojifiles/repos/c9s-build/latest/i386/>

I'm including a possible mock configuration file below.

Thanks,
Florian

config_opts['basedir'] = '/var/lib/mock'
config_opts['chroot_setup_cmd'] = 'groupinstall build'
config_opts['chroothome'] = '/builddir'
config_opts['dnf_warning'] = False
config_opts['package_manager'] = 'dnf'
config_opts['root'] = 'c9s-i686'
config_opts['rpmbuild_networking'] = False
config_opts['rpmbuild_timeout'] = 86400
config_opts['target_arch'] = 'i686'
config_opts['use_host_resolv'] = False
config_opts['yum.conf'] = '[main]\ncachedir=/var/cache/yum\ndebuglevel=1\nlogfile=/var/log/yum.log\nreposdir=/dev/null\nretries=20\nobsoletes=1\ngpgcheck=0\nassumeyes=1\nkeepcache=1\ninstall_weak_deps=0\nstrict=1\n\n# repos\n\n[build]\nname=build\nbaseurl=https://kojihub.stream.centos.org/kojifiles/repos/c9s-build/latest/i386/\n'

config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['root_cache_enable'] = False
config_opts['plugin_conf']['yum_cache_enable'] = True

config_opts['macros']['%_host'] = 'i686-koji-linux-gnu'
config_opts['macros']['%_host_cpu'] = 'i686'
config_opts['macros']['%_rpmfilename'] = '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm'
config_opts['macros']['%_topdir'] = '/builddir/build'
config_opts['macros']['%dist'] = '%{!?distprefix0:%{?distprefix}}%{expand:%{lua:for i=0,9999 do print("%{?distprefix" .. i .."}") end}}.el9%{?with_bootstrap:%{__bootstrap}}'
config_opts['macros']['%distribution'] = 'Koji Testing'
config_opts['macros']['%packager'] = 'Koji'
config_opts['macros']['%vendor'] = 'Koji'


  reply	other threads:[~2022-07-01  6:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-30 23:41 Miguel Bernal Marin
2022-07-01  6:52 ` Florian Weimer [this message]
2022-07-01 15:45   ` Miguel Bernal Marin

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=87zghtgw8z.fsf@oldenburg.str.redhat.com \
    --to=fweimer@redhat.com \
    --cc=libc-help@sourceware.org \
    --cc=miguel.bernal@zapopan.tecmm.edu.mx \
    /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).