Displaying 4 results from an estimated 4 matches for "legal_host_arches".
2015 Sep 07
2
How to setup own i686 buildenv for CentOS7
Hi, Nux!
Can you re-paste this cfg? The url is outdated.
- robin
On Tue, Dec 30, 2014 at 2:30 AM, Nux! <nux at li.nux.ro> wrote:
> Hi,
>
> Here's how my epel-7-i386.cfg mock file looks like:
> http://fpaste.org/164110/19877702/raw/
>
> Do note the 32bit packages are unofficial and unsupported. RedHat does not
> support 32bit in EL7.
>
> HTH
> Lucian
>
2015 Sep 07
0
How to setup own i686 buildenv for CentOS7
...M, Robin Lee wrote:
> Can you re-paste this cfg? The url is outdated.
I'll paste mine in here for posterity (altered to remove my private
repos, and personal info, etc):
config_opts['root'] = 'epel-7-i386'
config_opts['target_arch'] = 'i686'
config_opts['legal_host_arches'] = ('i686','x86_64',)
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio
diffutils findutils gawk gcc gcc-c++ grep gzip info make patch
redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux-ng
which xz'
config_opts['plugin_conf&...
2015 Feb 18
1
debuginfo versioning tools?
...e specific config file like
epel-6-x86_64.cfg in the specified directory and alter it to require
packages to suit a specific build requirement.
One of mine looks like this:
config_opts['root'] = 'epel-6-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'el6' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
debuglevel=1
rep...
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
...ge, maybe
its coming from package.json file.
I feel, its related to nodejs010-build package which has
root/usr/lib/rpm/nodejs010.req, i defined mock configuration like
this:-
config_opts['root'] = 'epel-7-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
config_opts['chroot_setup_cmd'] = 'install @buildsys-build
scl-utils-build nodejs010-build'
Do they look good?
Following is my build.log
[sbhutani at localhost ~]$ cat nodejs-build/nodejs010-
Display all 316 possibilities? (y or n)
[sbhutani at localh...