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. _______________________________________________ users mailing list [email protected] http://lists.repoforge.org/mailman/listinfo/users
