[Buildroot] [buildroot 0001319]: Ruby fails to build

bugs at busybox.net bugs at busybox.net
Wed Apr 18 21:56:59 UTC 2007


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1319 
====================================================================== 
Reported By:                mcgrof
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1319
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             04-18-2007 14:56 PDT
Last Modified:              04-18-2007 14:56 PDT
====================================================================== 
Summary:                    Ruby fails to build
Description: 

Ruby fails to build with:

---
make -j1 -C /home/mcgrof/devel/buildroot/trunk/build_i686/ruby-1.8.2
make[1]: Entering directory
`/home/mcgrof/devel/buildroot/trunk/build_i686/ruby-1.8.2'
ruby: /home/mcgrof/devel/buildroot/trunk/build_i686/ruby-1.8.2/fake.rb:12:
unterminated string meets end of file (SyntaxError)
/home/mcgrof/devel/buildroot/trunk/build_i686/ruby-1.8.2/fake.rb:12:
syntax error, unexpected $end, expecting kENDmake[1]: *** [rbconfig.rb]
Error 1
make[1]: Leaving directory
`/home/mcgrof/devel/buildroot/trunk/build_i686/ruby-1.8.2'
make: *** [/home/mcgrof/devel/buildroot/trunk/build_i686/ruby-1.8.2/ruby]
Error 2
---

The problem is not fake.rb, but instead in the initial build process. For
example, I do not think config.status should yield entries such as:

---
cat >"$tmp/subs-1.sed" <<\CEOF
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s, at SHELL@,|#_!!_#|/bin/bash,g
s, at PATH_SEPARATOR@,|#_!!_#|:,g
s, at PACKAGE_NAME@,|#_!!_#|,g
s, at PACKAGE_TARNAME@,|#_!!_#|,g
s, at PACKAGE_VERSION@,|#_!!_#|,g
s, at PACKAGE_STRING@,|#_!!_#|,g
s, at PACKAGE_BUGREPORT@,|#_!!_#|,g
s, at exec_prefix@,|#_!!_#|/usr,g
s, at prefix@,|#_!!_#|/usr,g
s, at program_transform_name@,|#_!!_#|s\&^\&\&,g
s, at bindir@,|#_!!_#|/usr/bin,g
s, at sbindir@,|#_!!_#|/usr/sbin,g
--

And since this file is generated by configure I'll blame it on configure.
Haven't yet pinpointed the problem yet.


====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-18-07 14:56  mcgrof         New Issue                                    
04-18-07 14:56  mcgrof         Status                   new => assigned     
04-18-07 14:56  mcgrof         Assigned To               => buildroot       
======================================================================




More information about the buildroot mailing list