Issue Type: Bug Bug
Affects Versions: JRuby 1.6.7
Assignee: Thomas E Enebo
Components: C Extensions
Created: 02/Jul/12 8:09 AM
Description:

Test suite fails with error when installing jruby-launcher:

/builddir/build/BUILD/jruby-1.6.7.2/bin/jruby extconf.rb

make
make -f inc/Makefile-rules.mk CONF=unix SUBPROJECTS= .build-conf
make[1]: Entering directory `/builddir/build/BUILD/jruby-1.6.7.2/lib/ruby/gems/1.8/gems/jruby-launcher-1.0.8-java'
make -f inc/Makefile-rules.mk jruby
make[2]: Entering directory `/builddir/build/BUILD/jruby-1.6.7.2/lib/ruby/gems/1.8/gems/jruby-launcher-1.0.8-java'
mkdir -p build/unix/Linux
rm -f build/unix/Linux/argparser.o.d
g++ -O2 -Wall    -c argparser.cpp -MMD -MP -MF build/unix/Linux/argparser.o.d -o build/unix/Linux/argparser.o
argparser.cpp: In member function 'bool ArgParser::initPlatformDir()':
argparser.cpp:126:50: error: 'readlink' was not declared in this scope
argparser.cpp:162:53: error: 'getcwd' was not declared in this scope
make[2]: *** [build/unix/Linux/argparser.o] Error 1
make[2]: Leaving directory `/builddir/build/BUILD/jruby-1.6.7.2/lib/ruby/gems/1.8/gems/jruby-launcher-1.0.8-java'
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory `/builddir/build/BUILD/jruby-1.6.7.2/lib/ruby/gems/1.8/gems/jruby-launcher-1.0.8-java'
make: *** [.build-impl] Error 2

Although it seem it was fixed in jruby-launcher [1], it is still issues for JRuby's test suite. Any help is appreciated.

[1] https://github.com/jruby/jruby-launcher/commit/0be6bec6844b0d8cfb48d02508295f9692fd4339

Environment: Fedora Rawhide
Project: JRuby
Priority: Major Major
Reporter: Vit Ondruch
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to