Hi Fabrice,
first of all, what base SCL are you building against (where did you get it) and for what system (I'm guessing CentOS 6/RHEL 6)?
If you're using on of my private repos, e.g. [1], you'll need to install python27-build to your buildroot, since it contains modifications of bytecompile scripts and dependency generators. Also, I'm not sure whether this is a proper material for this list, maybe you should rather use softwarecollections(a)lists.fedorahosted.org (CCing).
Slavek.
[1] http://people.redhat.com/bkabrda/python27-rhel-6/
----- Original Message -----
> I have some problem to build numpy with the Software Collection environment
> at the binary build stage I got this error
> # rpmbuild -bb numpy.spec --define 'scl python27' --define 'scl_prefix
> python27-'
> [ ... ]
> + /usr/lib/rpm/brp-scl-python-bytecompile
> /opt/rh/python27/root/usr/bin/python 1 /opt/rh/python27/root
> Bytecompiling .py files below
> /home/foo/rpms/BUILDROOT/python27-numpy-1.7.1-8.el6.x86_64//opt/rh/python27/root/usr/lib64/python2.7/
> using /usr/bin/python2.7
> /usr/lib/rpm/brp-scl-python-bytecompile: line 47: /usr/bin/python2.7: No
> such file or directory
> and it should be
> + scl enable python27
> '/usr/lib/rpm/redhat/brp-python-bytecompile-with-scl-python
> /opt/rh/python27/root/usr/bin/python2 1 /opt/rh/python27/root'
> thanks
> Fabrice
> Fabrice Cantos
> HPC Systems Engineer
> +64-4-386-0367 | +64-27-412-9693 | 301 Evans Bay Parade, Greta Point,
> Wellington | www.niwa.co.nz
>
> --
> packaging mailing list
> packaging(a)lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/packaging
--
Regards,
Bohuslav "Slavek" Kabrda.
Hi Fabrice,
we don't ship any -build sub-package on purpose. It might break user's
build environment, so it's provided only by source rpm.
It might help you to look on upstream project [1], where you can find
-build sub-package [2]. We plan to create much nicer upstream location,
but it takes few more weeks.
[1] http://copr.fedoraproject.org/coprs/rhscl/python27/
[2]
http://copr-be.cloud.fedoraproject.org/results/rhscl/python27/epel-6-x86_64…
Regards,
Marcela
On 03/19/2014 09:29 AM,
softwarecollections-bounces(a)lists.fedorahosted.org wrote: