Bug 742234

Summary: R FTBFS
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: RAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kevin, michel, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-08 09:45:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
x86_64 build.log none

Description Rex Dieter 2011-09-29 13:16:17 UTC
Created attachment 525565 [details]
x86_64 build.log

Submitting this for tracking purposes mostly, since a broken R means I can't build cantor either.

anyway, latest attempt to build for rawhide is here,
http://koji.fedoraproject.org/koji/buildinfo?buildID=263239

Comment 1 Kevin Kofler 2011-10-06 16:28:50 UTC
So there seems to be some trouble with invalid UTF-8, the first 2 are in docs and ignored (apparently, upstream doesn't consider documentation important :-/ ), the third one then halts the build:

creating NEWS
Error in strsplit(txt, "\n", fixed = TRUE) : 
  'split' string 1 is invalid UTF-8
Calls: <Anonymous> ... writeBlock -> writeContent -> putw -> put -> strsplit
Execution halted

    hcl                                     html  
Error: regular expression is invalid UTF-8
Execution halted
make[2]: Leaving directory `/builddir/build/BUILD/R-2.13.1/src/library'
make[2]: *** [Rdfiles] Error 1
make[1]: *** [docs] Error 2
make[1]: Leaving directory `/builddir/build/BUILD/R-2.13.1/src/library'
make: [docs] Error 2 (ignored)

    condest                                 html  
Error: regular expression is invalid UTF-8
* removing '/builddir/build/BUILD/R-2.13.1/library/Matrix'
make[2]: Leaving directory `/builddir/build/BUILD/R-2.13.1/src/library/Recommended'
make[1]: Leaving directory `/builddir/build/BUILD/R-2.13.1/src/library/Recommended'
RPM build errors:
make[2]: *** [Matrix.ts] Error 1
make[1]: *** [recommended-packages] Error 2
make: *** [stamp-recommended] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.Rn9BIs (%build)
    Bad exit status from /var/tmp/rpm-tmp.Rn9BIs (%build)
Child returncode was: 1
EXCEPTION: Command failed. See logs for output.

Comment 2 Tom "spot" Callaway 2011-10-08 09:45:07 UTC
R 2.13.2 is built in rawhide, without issue.