This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 160789 - Trunk build is failing due to mistakes in ruby
Summary: Trunk build is failing due to mistakes in ruby
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Other All
: P1 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-21 10:31 UTC by Jaroslav Tulach
Modified: 2009-03-22 11:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2009-03-21 10:31:15 UTC
Looks like there is still something wrong in the ruby build. Alas it is only tested in the trunk build, which is 
unfortunate, but the build is failing right now and that is significant problem before M3:
http://deadlock.netbeans.org/hudson/job/trunk/5341/testReport/org.netbeans.nbbuild/DeleteUnreferencedClusterFiles/testExtraFiles/

Error Message
Some extra files were present
Stacktrace
Some extra files were present
ruby2: untracked file jruby-1.1.4/lib/ruby/site_ruby/1.8/netbeans-index-1.119-ruby-6.107.zip
ruby2: untracked file jruby-1.1.4/lib/ruby/1.8/netbeans-index-1.119-ruby-6.107.zip
ruby2: untracked file 
jruby-1.1.4/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3-java/lib/netbeans-index-1.119-ruby-6.107.zip
ruby2: untracked file jruby-1.1.4/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.4/lib/netbeans-index-1.119-ruby-6.107.zip
ruby2: untracked file jruby-1.1.4/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/netbeans-index-1.119-ruby-6.107.zip
ruby2: untracked file jruby-1.1.4/lib/ruby/gems/1.8/gems/sources-0.0.1/lib/netbeans-index-1.119-ruby-6.107.zip
ruby2: untracked file jruby-1.1.4/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/netbeans-index-1.119-ruby-6.107.zip
ruby2: untracked file jruby-1.1.4/lib/ruby/gems/1.8/gems/jdbc-postgres-8.2/lib/netbeans-index-1.119-ruby-6.107.zip
ruby2: untracked file jruby-1.1.4/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/netbeans-index-1.119-ruby-6.107.zip
ruby2: untracked file jruby-1.1.4/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4/lib/netbeans-index-1.119-ruby-6.107.zip
Comment 1 Erno Mononen 2009-03-21 13:41:35 UTC
Fixed this morning, ed0f56f078d8 in ruby-main.
Comment 2 Jaroslav Tulach 2009-03-22 08:28:58 UTC
I've imported the change into main: http://hg.netbeans.org/main/rev/e3ad7a221397
Comment 3 Jaroslav Tulach 2009-03-22 11:19:32 UTC
The backport to main fixed the problem. Thanks.