BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001319 [buildroot] Other minor always 04-18-07 14:56 04-18-07 14:56
Reporter mcgrof View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version 0.9.27
Summary 0001319: 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,@SHELL@,|#_!!_#|/bin/bash,g
s,@PATH_SEPARATOR@,|#_!!_#|:,g
s,@PACKAGE_NAME@,|#_!!_#|,g
s,@PACKAGE_TARNAME@,|#_!!_#|,g
s,@PACKAGE_VERSION@,|#_!!_#|,g
s,@PACKAGE_STRING@,|#_!!_#|,g
s,@PACKAGE_BUGREPORT@,|#_!!_#|,g
s,@exec_prefix@,|#_!!_#|/usr,g
s,@prefix@,|#_!!_#|/usr,g
s,@program_transform_name@,|#_!!_#|s\&^\&\&,g
s,@bindir@,|#_!!_#|/usr/bin,g
s,@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.

Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- 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


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker