Discussion:
[users] R for rhel6 X86_64
Nicolas Thierry-Mieg
2011-07-12 17:29:01 UTC
Permalink
Hi all,

This is for centos 6 on an x86_64 system.

I wanted to install R from repoforge. The package is there for centos 5,
and also for centos 6 i686, but not for C6 x86_64.
Checking the buildlogs at http://pkgs.repoforge.org/R/_buildlogs/ (I'm
very happy they're back BTW!), the only problems I see with the x86_64
build are:

***************************
+ /usr/lib/rpm/check-buildroot
/usr/lib/rpm/check-buildroot: line 31: $tmp: ambiguous redirect
find: `standard output': Broken pipe
find: write error
<snip>
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/home/dag/rpmbuild/BUILDROOT/R-2.13.0-1.el6.rf.x86_64
D: execv(/usr/lib/rpm/check-files) pid 31075
/usr/lib/rpm/check-files: line 20: $FILES_DISK: ambiguous redirect
find: `standard output': Broken pipe
find: write error
/usr/lib/rpm/check-files: line 21: $FILES_RPM: ambiguous redirect
diff: : No such file or directory
diff: : No such file or directory
getOutputFrom(): Broken pipe
***************************

Looking at the scripts check-buildroot and check-files , they both call
mktemp without checking its return value (bad!). Not sure, but I suspect
mktemp failed and resulted in the KO build. Perhaps the /tmp partition
was full when this build was attempted? Or something else could have
prevented mktemp from being successful?

In any case, if you could trigger a rebuild that would be great!

Thanks!
Nicolas

PS I see in github that Steve bumped the spec to 2.13.0-2 mid june with
a fixed dep, so rebuilding should probably be done anyways.
Yury V. Zaytsev
2011-07-13 07:10:49 UTC
Permalink
Hi Dag,

Please rebuild when you have time... it looks like if lisse ran out of
free space indeed.
--
Sincerely yours,
Yury V. Zaytsev
Post by Nicolas Thierry-Mieg
Hi all,
This is for centos 6 on an x86_64 system.
I wanted to install R from repoforge. The package is there for centos 5,
and also for centos 6 i686, but not for C6 x86_64.
Checking the buildlogs at http://pkgs.repoforge.org/R/_buildlogs/ (I'm
very happy they're back BTW!), the only problems I see with the x86_64
***************************
+ /usr/lib/rpm/check-buildroot
/usr/lib/rpm/check-buildroot: line 31: $tmp: ambiguous redirect
find: `standard output': Broken pipe
find: write error
<snip>
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/home/dag/rpmbuild/BUILDROOT/R-2.13.0-1.el6.rf.x86_64
D: execv(/usr/lib/rpm/check-files) pid 31075
/usr/lib/rpm/check-files: line 20: $FILES_DISK: ambiguous redirect
find: `standard output': Broken pipe
find: write error
/usr/lib/rpm/check-files: line 21: $FILES_RPM: ambiguous redirect
diff: : No such file or directory
diff: : No such file or directory
getOutputFrom(): Broken pipe
***************************
Looking at the scripts check-buildroot and check-files , they both call
mktemp without checking its return value (bad!). Not sure, but I suspect
mktemp failed and resulted in the KO build. Perhaps the /tmp partition
was full when this build was attempted? Or something else could have
prevented mktemp from being successful?
In any case, if you could trigger a rebuild that would be great!
Thanks!
Nicolas
PS I see in github that Steve bumped the spec to 2.13.0-2 mid june with
a fixed dep, so rebuilding should probably be done anyways.
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Nicolas Thierry-Mieg
2011-08-01 07:25:45 UTC
Permalink
Post by Yury V. Zaytsev
Hi Dag,
Please rebuild when you have time... it looks like if lisse ran out of
free space indeed.
Post by Nicolas Thierry-Mieg
Hi all,
This is for centos 6 on an x86_64 system.
I wanted to install R from repoforge. The package is there for centos 5,
and also for centos 6 i686, but not for C6 x86_64.
<snip>
Post by Yury V. Zaytsev
Post by Nicolas Thierry-Mieg
In any case, if you could trigger a rebuild that would be great!
Hi,
noticed today that R has been rebuilt for el6 x86_64, and I can confirm
it installs fine.
thanks!
Nicolas Thierry-Mieg
2011-08-01 07:25:45 UTC
Permalink
Post by Yury V. Zaytsev
Hi Dag,
Please rebuild when you have time... it looks like if lisse ran out of
free space indeed.
Post by Nicolas Thierry-Mieg
Hi all,
This is for centos 6 on an x86_64 system.
I wanted to install R from repoforge. The package is there for centos 5,
and also for centos 6 i686, but not for C6 x86_64.
<snip>
Post by Yury V. Zaytsev
Post by Nicolas Thierry-Mieg
In any case, if you could trigger a rebuild that would be great!
Hi,
noticed today that R has been rebuilt for el6 x86_64, and I can confirm
it installs fine.
thanks!

Nicolas Thierry-Mieg
2011-07-12 17:29:01 UTC
Permalink
Hi all,

This is for centos 6 on an x86_64 system.

I wanted to install R from repoforge. The package is there for centos 5,
and also for centos 6 i686, but not for C6 x86_64.
Checking the buildlogs at http://pkgs.repoforge.org/R/_buildlogs/ (I'm
very happy they're back BTW!), the only problems I see with the x86_64
build are:

***************************
+ /usr/lib/rpm/check-buildroot
/usr/lib/rpm/check-buildroot: line 31: $tmp: ambiguous redirect
find: `standard output': Broken pipe
find: write error
<snip>
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/home/dag/rpmbuild/BUILDROOT/R-2.13.0-1.el6.rf.x86_64
D: execv(/usr/lib/rpm/check-files) pid 31075
/usr/lib/rpm/check-files: line 20: $FILES_DISK: ambiguous redirect
find: `standard output': Broken pipe
find: write error
/usr/lib/rpm/check-files: line 21: $FILES_RPM: ambiguous redirect
diff: : No such file or directory
diff: : No such file or directory
getOutputFrom(): Broken pipe
***************************

Looking at the scripts check-buildroot and check-files , they both call
mktemp without checking its return value (bad!). Not sure, but I suspect
mktemp failed and resulted in the KO build. Perhaps the /tmp partition
was full when this build was attempted? Or something else could have
prevented mktemp from being successful?

In any case, if you could trigger a rebuild that would be great!

Thanks!
Nicolas

PS I see in github that Steve bumped the spec to 2.13.0-2 mid june with
a fixed dep, so rebuilding should probably be done anyways.
Yury V. Zaytsev
2011-07-13 07:10:49 UTC
Permalink
Hi Dag,

Please rebuild when you have time... it looks like if lisse ran out of
free space indeed.
--
Sincerely yours,
Yury V. Zaytsev
Post by Nicolas Thierry-Mieg
Hi all,
This is for centos 6 on an x86_64 system.
I wanted to install R from repoforge. The package is there for centos 5,
and also for centos 6 i686, but not for C6 x86_64.
Checking the buildlogs at http://pkgs.repoforge.org/R/_buildlogs/ (I'm
very happy they're back BTW!), the only problems I see with the x86_64
***************************
+ /usr/lib/rpm/check-buildroot
/usr/lib/rpm/check-buildroot: line 31: $tmp: ambiguous redirect
find: `standard output': Broken pipe
find: write error
<snip>
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/home/dag/rpmbuild/BUILDROOT/R-2.13.0-1.el6.rf.x86_64
D: execv(/usr/lib/rpm/check-files) pid 31075
/usr/lib/rpm/check-files: line 20: $FILES_DISK: ambiguous redirect
find: `standard output': Broken pipe
find: write error
/usr/lib/rpm/check-files: line 21: $FILES_RPM: ambiguous redirect
diff: : No such file or directory
diff: : No such file or directory
getOutputFrom(): Broken pipe
***************************
Looking at the scripts check-buildroot and check-files , they both call
mktemp without checking its return value (bad!). Not sure, but I suspect
mktemp failed and resulted in the KO build. Perhaps the /tmp partition
was full when this build was attempted? Or something else could have
prevented mktemp from being successful?
In any case, if you could trigger a rebuild that would be great!
Thanks!
Nicolas
PS I see in github that Steve bumped the spec to 2.13.0-2 mid june with
a fixed dep, so rebuilding should probably be done anyways.
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Loading...