On Mon, 17 Jun 2019 at 17:26, Michael Ivanov <[email protected]> wrote:

> Hallo,
>
> I'm trying to build a set of 32-bit packages for centos7 and I'm getting
> the following message:
>
>     Group buildsys-build does not exist
>
> 32-bit packages from my private repository that are specified explicitly
> for chroot_setup_cmd are installed successfully. Moreover, dependencies
> for these packages from centos7 base are also found and installed.
> But compiler and libraries (which as I understand should be pulled in
> by @buildsys-build) are not installed.
>
> Where this group is defined?
>
>
The group is defined in EL7 as

[root@smoogen-laptop ~]# yum -c /tmp/epel7.repo group info  hidden
buildsys-build
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Warning: group/environment hidden does not exist.

Group: Buildsystem building group
 Group-Id: buildsys-build
 Mandatory Packages:
    bash
    bzip2
    coreutils
    cpio
    diffutils
    epel-release
    epel-rpm-macros
    findutils
    gawk
    gcc
    gcc-c++
    grep
    gzip
    info
    make
    patch
    redhat-rpm-config
    rpm-build
    sed
    shadow-utils
    tar
    unzip
    util-linux
    which
    xz

but the centos i686 systems may not have it. They recommend using this
https://github.com/CentOS/sig-core-bld-seven/blob/master/mock/c7.1810.u.i686.cfg
as the config and using that install instead of the @buildsys-build that is
basically the same thing.



> Best regards,
> --
>  \   / |                                   |
>  (OvO) |  Михаил Иванов                    |
>  (^^^) |                                   |
>   \^/  |      E-mail:  [email protected]   |
>   ^ ^  |                                   |
> _______________________________________________
> buildsys mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/[email protected]
>


-- 
Stephen J Smoogen.
_______________________________________________
buildsys mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to