Discussion:
[users] scons for x86_64
Germán Andrés Pulido
2011-08-24 15:28:09 UTC
Permalink
Hi!

It seems there is no package "scons" for 64 bits, but there is for 32 bits:

on 32 bits:
gpulido at megatron:~$ uname -a
Linux megatron.cybertron.local 2.6.32-71.29.1.el6.i686 #1 SMP Mon Jun 27
18:07:00 BST 2011 i686 i686 i386 GNU/Linux
gpulido at megatron:~$ rpm -qa | grep release
centos-release-6-0.el6.centos.5.i686
elrepo-release-6-4.el6.elrepo.noarch
adobe-release-i386-1.0-1.noarch
rpmforge-release-0.5.2-2.el6.rf.i686
gpulido at megatron:~$ yum info scons
Loaded plugins: fastestmirror, refresh-packagekit
Installed Packages
Name : scons
Arch : noarch
Version : 1.2.0
Release : 1.el6.rf
Size : 3.8 M
Repo : installed
From repo : rpmforge
Summary : Software CONStruction tool, next-generation build tool
URL : http://www.scons.org/
License : MIT
Description: SCons is an Open Source software construction tool--that is, a
: next-generation build tool. Think of SCons as an improved,
cross-platform
: substitute for the classic Make utility with integrated
functionality
: similar to autoconf/automake and compiler caches such as
ccache. In short,
: SCons is an easier, more reliable and faster way to build
software.

gpulido at megatron:~$

on 64 bits:
[gpulido at shockwave xboxdrv-linux-0.8.2]$ uname -a
Linux shockwave.cybertron.local 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun
27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
[gpulido at shockwave xboxdrv-linux-0.8.2]$ rpm -qa | grep release
rpmforge-release-0.5.2-2.el6.rf.x86_64
centos-release-6-0.el6.centos.5.x86_64
gapf-release-0.1-1.el6.gapf.x86_64
[gpulido at shockwave xboxdrv-linux-0.8.2]$ yum info scons
Loaded plugins: fastestmirror
Error: No matching Packages to list
[gpulido at shockwave xboxdrv-linux-0.8.2]$
Nico Kadel-Garcia
2011-08-25 03:17:42 UTC
Permalink
Post by Germán Andrés Pulido
?Hi!
It's certainly available from EPEL, in version 2.0.1. I don't see it
available on the local RPMforge mirror in i386 or x86_64 form, which
would explain why you are having difficulty finding it for
installation.
Post by Germán Andrés Pulido
gpulido at megatron:~$ uname -a
Linux megatron.cybertron.local 2.6.32-71.29.1.el6.i686 #1 SMP Mon Jun 27
18:07:00 BST 2011 i686 i686 i386 GNU/Linux
gpulido at megatron:~$ rpm -qa | grep release
centos-release-6-0.el6.centos.5.i686
elrepo-release-6-4.el6.elrepo.noarch
adobe-release-i386-1.0-1.noarch
rpmforge-release-0.5.2-2.el6.rf.i686
gpulido at megatron:~$ yum info scons
Loaded plugins: fastestmirror, refresh-packagekit
Installed Packages
Name ? ? ? : scons
Arch ? ? ? : noarch
Version ? ?: 1.2.0
Release ? ?: 1.el6.rf
Size ? ? ? : 3.8 M
Repo ? ? ? : installed
?From repo ?: rpmforge
Summary ? ?: Software CONStruction tool, next-generation build tool
URL ? ? ? ?: http://www.scons.org/
License ? ?: MIT
Description: SCons is an Open Source software construction tool--that is, a
? ? ? ? ? ?: next-generation build tool. Think of SCons as an improved,
cross-platform
? ? ? ? ? ?: substitute for the classic Make utility with integrated
functionality
? ? ? ? ? ?: similar to autoconf/automake and compiler caches such as
ccache. In short,
? ? ? ? ? ?: SCons is an easier, more reliable and faster way to build
software.
gpulido at megatron:~$
[gpulido at shockwave xboxdrv-linux-0.8.2]$ uname -a
Linux shockwave.cybertron.local 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun
27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
[gpulido at shockwave xboxdrv-linux-0.8.2]$ rpm -qa | grep release
rpmforge-release-0.5.2-2.el6.rf.x86_64
centos-release-6-0.el6.centos.5.x86_64
gapf-release-0.1-1.el6.gapf.x86_64
[gpulido at shockwave xboxdrv-linux-0.8.2]$ yum info scons
Loaded plugins: fastestmirror
Error: No matching Packages to list
[gpulido at shockwave xboxdrv-linux-0.8.2]$
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Yury V. Zaytsev
2011-08-25 07:09:51 UTC
Permalink
Hi!
Thanks for the report!

https://github.com/repoforge/rpms/issues/44
--
Sincerely yours,
Yury V. Zaytsev
Dag Wieers
2011-08-28 10:14:10 UTC
Permalink
scons 1.2.0 is a noarch package and as a consequence it is in both 32bit
and 64bit repositories.

If you are reporting this for RHEL6, you may be confused about the fact
that it is part of Repoforge Extras. Probably you have Extras enable on
32bit, but not on 64bit.

That said, since a newer scons (2.0.1) ships with RHEL6, there's no need
for us to maintain this package for RHEL6. Not sure why it's not simply
disabled for RHEL6.
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Germán Andrés Pulido
2011-08-28 16:31:06 UTC
Permalink
Hi
Post by Dag Wieers
scons 1.2.0 is a noarch package and as a consequence it is in both
32bit and 64bit repositories.
If you are reporting this for RHEL6, you may be confused about the
fact that it is part of Repoforge Extras. Probably you have Extras
enable on 32bit, but not on 64bit.
I'm reporting this on CentOS 6.0. Since RHEL has scons, then I don't
know why CentOS doesn't. Maybe it was included only since RHEL 6.1? if
so, then I will just wait for CentOS 6.1 and get scons. If not, please
tell me so I can report a bug on CentOS bug tracker (RHEL having scons
by default and not CentOS is a bug AFAIK)
Post by Dag Wieers
That said, since a newer scons (2.0.1) ships with RHEL6, there's no
need for us to maintain this package for RHEL6. Not sure why it's not
simply disabled for RHEL6.
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Regards,

German Andres.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20110828/0707f7eb/attachment.html
Nico Kadel-Garcia
2011-08-28 17:49:31 UTC
Permalink
Hi
scons 1.2.0 is a noarch package and as a consequence it is in both 32bit and
64bit repositories.
If you are reporting this for RHEL6, you may be confused about the fact that
it is part of Repoforge Extras. Probably you have Extras enable on 32bit,
but not on 64bit.
I'm reporting this on CentOS 6.0. Since RHEL has scons, then I don't know
why CentOS doesn't. Maybe it was included only since RHEL 6.1? if so, then I
will just wait for CentOS 6.1 and get scons. If not, please tell me so I can
report a bug on CentOS bug tracker (RHEL having scons by default and not
CentOS is a bug AFAIK)
That said, since a newer scons (2.0.1) ships with RHEL6, there's no need for
us to maintain this package for RHEL6. Not sure why it's not simply disabled
for RHEL6.
Or switch to Scientific Linux, which has had its 6.1 release out since
July. The delays on CentOS releases, and their unwillingness or
inability to even hint at release dates or to publish individual
updates without the full new point released per their demanding
standards and pretty closed release process have become a very real
problem in using it as a RHEL equivalent: CentOS 5.6 and 6.0 took way,
way, way too long and left me professionally embarrassed for using
CentOS. I've switched to Scientificic Linux for my own personal
systems when I can't afford licenses, and it works very well.

The integration of 3rd party repositories such as adobe, elrepo, epel,
and rpmforge alone saves me enough work to justify the switch. It's
also pretty easy to do in place: Since "sl6" comes after "c6" in the
alphabet, simply replacing the "centos-release" package with the
"sl-release" package and running "yum update" update does most of the
difficult work.
Nico Kadel-Garcia
2011-08-28 17:49:31 UTC
Permalink
Hi
scons 1.2.0 is a noarch package and as a consequence it is in both 32bit and
64bit repositories.
If you are reporting this for RHEL6, you may be confused about the fact that
it is part of Repoforge Extras. Probably you have Extras enable on 32bit,
but not on 64bit.
I'm reporting this on CentOS 6.0. Since RHEL has scons, then I don't know
why CentOS doesn't. Maybe it was included only since RHEL 6.1? if so, then I
will just wait for CentOS 6.1 and get scons. If not, please tell me so I can
report a bug on CentOS bug tracker (RHEL having scons by default and not
CentOS is a bug AFAIK)
That said, since a newer scons (2.0.1) ships with RHEL6, there's no need for
us to maintain this package for RHEL6. Not sure why it's not simply disabled
for RHEL6.
Or switch to Scientific Linux, which has had its 6.1 release out since
July. The delays on CentOS releases, and their unwillingness or
inability to even hint at release dates or to publish individual
updates without the full new point released per their demanding
standards and pretty closed release process have become a very real
problem in using it as a RHEL equivalent: CentOS 5.6 and 6.0 took way,
way, way too long and left me professionally embarrassed for using
CentOS. I've switched to Scientificic Linux for my own personal
systems when I can't afford licenses, and it works very well.

The integration of 3rd party repositories such as adobe, elrepo, epel,
and rpmforge alone saves me enough work to justify the switch. It's
also pretty easy to do in place: Since "sl6" comes after "c6" in the
alphabet, simply replacing the "centos-release" package with the
"sl-release" package and running "yum update" update does most of the
difficult work.
Yury V. Zaytsev
2011-08-28 21:58:55 UTC
Permalink
Post by Dag Wieers
scons 1.2.0 is a noarch package and as a consequence it is in both
32bit and 64bit repositories.
This makes me think that probably the best way to go for us now is to
backport scons from RHEL6 to RHEL5- and give up on the old SPEC, because
it's just so horribly outdated and broken.

If memory is not cheating on me, I was the one to RFX it on RHEL6 just
to solve the immediate problem of it trying to overwrite the stock
package.

I will create an issue at Github so that I won't forget to get back to
this problem later.
--
Sincerely yours,
Yury V. Zaytsev
Dag Wieers
2011-08-29 11:07:22 UTC
Permalink
Post by Yury V. Zaytsev
Post by Dag Wieers
scons 1.2.0 is a noarch package and as a consequence it is in both
32bit and 64bit repositories.
This makes me think that probably the best way to go for us now is to
backport scons from RHEL6 to RHEL5- and give up on the old SPEC, because
it's just so horribly outdated and broken.
Yes, seems reasonable. But that also means that we should track new RHEL6
packages and backport those too. We don't have any software to do
something like this. (we have more such packages that could take advantage
of this).
Post by Yury V. Zaytsev
If memory is not cheating on me, I was the one to RFX it on RHEL6 just
to solve the immediate problem of it trying to overwrite the stock
package.
I will create an issue at Github so that I won't forget to get back to
this problem later.
Thanks !
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2011-08-29 11:07:22 UTC
Permalink
Post by Yury V. Zaytsev
Post by Dag Wieers
scons 1.2.0 is a noarch package and as a consequence it is in both
32bit and 64bit repositories.
This makes me think that probably the best way to go for us now is to
backport scons from RHEL6 to RHEL5- and give up on the old SPEC, because
it's just so horribly outdated and broken.
Yes, seems reasonable. But that also means that we should track new RHEL6
packages and backport those too. We don't have any software to do
something like this. (we have more such packages that could take advantage
of this).
Post by Yury V. Zaytsev
If memory is not cheating on me, I was the one to RFX it on RHEL6 just
to solve the immediate problem of it trying to overwrite the stock
package.
I will create an issue at Github so that I won't forget to get back to
this problem later.
Thanks !
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Germán Andrés Pulido
2011-08-28 16:31:06 UTC
Permalink
Hi
Post by Dag Wieers
scons 1.2.0 is a noarch package and as a consequence it is in both
32bit and 64bit repositories.
If you are reporting this for RHEL6, you may be confused about the
fact that it is part of Repoforge Extras. Probably you have Extras
enable on 32bit, but not on 64bit.
I'm reporting this on CentOS 6.0. Since RHEL has scons, then I don't
know why CentOS doesn't. Maybe it was included only since RHEL 6.1? if
so, then I will just wait for CentOS 6.1 and get scons. If not, please
tell me so I can report a bug on CentOS bug tracker (RHEL having scons
by default and not CentOS is a bug AFAIK)
Post by Dag Wieers
That said, since a newer scons (2.0.1) ships with RHEL6, there's no
need for us to maintain this package for RHEL6. Not sure why it's not
simply disabled for RHEL6.
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Regards,

German Andres.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110828/0707f7eb/attachment-0002.html>
Yury V. Zaytsev
2011-08-28 21:58:55 UTC
Permalink
Post by Dag Wieers
scons 1.2.0 is a noarch package and as a consequence it is in both
32bit and 64bit repositories.
This makes me think that probably the best way to go for us now is to
backport scons from RHEL6 to RHEL5- and give up on the old SPEC, because
it's just so horribly outdated and broken.

If memory is not cheating on me, I was the one to RFX it on RHEL6 just
to solve the immediate problem of it trying to overwrite the stock
package.

I will create an issue at Github so that I won't forget to get back to
this problem later.
--
Sincerely yours,
Yury V. Zaytsev
Germán Andrés Pulido
2011-08-24 15:28:09 UTC
Permalink
Hi!

It seems there is no package "scons" for 64 bits, but there is for 32 bits:

on 32 bits:
gpulido at megatron:~$ uname -a
Linux megatron.cybertron.local 2.6.32-71.29.1.el6.i686 #1 SMP Mon Jun 27
18:07:00 BST 2011 i686 i686 i386 GNU/Linux
gpulido at megatron:~$ rpm -qa | grep release
centos-release-6-0.el6.centos.5.i686
elrepo-release-6-4.el6.elrepo.noarch
adobe-release-i386-1.0-1.noarch
rpmforge-release-0.5.2-2.el6.rf.i686
gpulido at megatron:~$ yum info scons
Loaded plugins: fastestmirror, refresh-packagekit
Installed Packages
Name : scons
Arch : noarch
Version : 1.2.0
Release : 1.el6.rf
Size : 3.8 M
Repo : installed
From repo : rpmforge
Summary : Software CONStruction tool, next-generation build tool
URL : http://www.scons.org/
License : MIT
Description: SCons is an Open Source software construction tool--that is, a
: next-generation build tool. Think of SCons as an improved,
cross-platform
: substitute for the classic Make utility with integrated
functionality
: similar to autoconf/automake and compiler caches such as
ccache. In short,
: SCons is an easier, more reliable and faster way to build
software.

gpulido at megatron:~$

on 64 bits:
[gpulido at shockwave xboxdrv-linux-0.8.2]$ uname -a
Linux shockwave.cybertron.local 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun
27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
[gpulido at shockwave xboxdrv-linux-0.8.2]$ rpm -qa | grep release
rpmforge-release-0.5.2-2.el6.rf.x86_64
centos-release-6-0.el6.centos.5.x86_64
gapf-release-0.1-1.el6.gapf.x86_64
[gpulido at shockwave xboxdrv-linux-0.8.2]$ yum info scons
Loaded plugins: fastestmirror
Error: No matching Packages to list
[gpulido at shockwave xboxdrv-linux-0.8.2]$
Nico Kadel-Garcia
2011-08-25 03:17:42 UTC
Permalink
Post by Germán Andrés Pulido
?Hi!
It's certainly available from EPEL, in version 2.0.1. I don't see it
available on the local RPMforge mirror in i386 or x86_64 form, which
would explain why you are having difficulty finding it for
installation.
Post by Germán Andrés Pulido
gpulido at megatron:~$ uname -a
Linux megatron.cybertron.local 2.6.32-71.29.1.el6.i686 #1 SMP Mon Jun 27
18:07:00 BST 2011 i686 i686 i386 GNU/Linux
gpulido at megatron:~$ rpm -qa | grep release
centos-release-6-0.el6.centos.5.i686
elrepo-release-6-4.el6.elrepo.noarch
adobe-release-i386-1.0-1.noarch
rpmforge-release-0.5.2-2.el6.rf.i686
gpulido at megatron:~$ yum info scons
Loaded plugins: fastestmirror, refresh-packagekit
Installed Packages
Name ? ? ? : scons
Arch ? ? ? : noarch
Version ? ?: 1.2.0
Release ? ?: 1.el6.rf
Size ? ? ? : 3.8 M
Repo ? ? ? : installed
?From repo ?: rpmforge
Summary ? ?: Software CONStruction tool, next-generation build tool
URL ? ? ? ?: http://www.scons.org/
License ? ?: MIT
Description: SCons is an Open Source software construction tool--that is, a
? ? ? ? ? ?: next-generation build tool. Think of SCons as an improved,
cross-platform
? ? ? ? ? ?: substitute for the classic Make utility with integrated
functionality
? ? ? ? ? ?: similar to autoconf/automake and compiler caches such as
ccache. In short,
? ? ? ? ? ?: SCons is an easier, more reliable and faster way to build
software.
gpulido at megatron:~$
[gpulido at shockwave xboxdrv-linux-0.8.2]$ uname -a
Linux shockwave.cybertron.local 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun
27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
[gpulido at shockwave xboxdrv-linux-0.8.2]$ rpm -qa | grep release
rpmforge-release-0.5.2-2.el6.rf.x86_64
centos-release-6-0.el6.centos.5.x86_64
gapf-release-0.1-1.el6.gapf.x86_64
[gpulido at shockwave xboxdrv-linux-0.8.2]$ yum info scons
Loaded plugins: fastestmirror
Error: No matching Packages to list
[gpulido at shockwave xboxdrv-linux-0.8.2]$
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Yury V. Zaytsev
2011-08-25 07:09:51 UTC
Permalink
Hi!
Thanks for the report!

https://github.com/repoforge/rpms/issues/44
--
Sincerely yours,
Yury V. Zaytsev
Dag Wieers
2011-08-28 10:14:10 UTC
Permalink
scons 1.2.0 is a noarch package and as a consequence it is in both 32bit
and 64bit repositories.

If you are reporting this for RHEL6, you may be confused about the fact
that it is part of Repoforge Extras. Probably you have Extras enable on
32bit, but not on 64bit.

That said, since a newer scons (2.0.1) ships with RHEL6, there's no need
for us to maintain this package for RHEL6. Not sure why it's not simply
disabled for RHEL6.
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Continue reading on narkive:
Loading...