Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 236525 Details for
Bug 325525
Problems compilling jruby
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
BuildLog
build.log (text/plain), 43.30 KB, created by
rubenqba
on 2010-06-25 15:46:22 UTC
(
hide
)
Description:
BuildLog
Filename:
MIME Type:
Creator:
rubenqba
Created:
2010-06-25 15:46:22 UTC
Size:
43.30 KB
patch
obsolete
> [32;01m*[0m CPV: dev-java/jruby-1.5.1-r1 > [32;01m*[0m REPO: gentoo > [32;01m*[0m USE: amd64 elibc_glibc kernel_linux multilib ssl userland_GNU > [32;01m*[0m Using: sun-jdk-1.6 >>>> Unpacking source... >>>> Unpacking jruby-src-1.5.1.tar.gz to /var/tmp/portage/dev-java/jruby-1.5.1-r1/work >>>> Source unpacked in /var/tmp/portage/dev-java/jruby-1.5.1-r1/work >>>> Preparing source in /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1 ... > [32;01m*[0m Applying jruby-1.5.0-system-jars.patch ... >[A[149C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1 ... >Changing ignoresystemclasses to true for available tasks in /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build.xml >Rewriting /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build.xml >Rewriting attributes >Rewriting ./build.xml >Rewriting ./ivy/build.xml >Rewriting ./samples/jnlp/build.xml >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1 ... > [32;01m*[0m Disabling all optional ANT_TASKS >Buildfile: build.xml > >init: > >jar: > >init: > >extract-rdocs: > [untar] Expanding: /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/docs/rdocs.tar.gz into /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1 > >prepare: > [mkdir] Created dir: /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build > [mkdir] Created dir: /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/classes > [mkdir] Created dir: /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/classes/jruby > [mkdir] Created dir: /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/classes/test > [mkdir] Created dir: /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/test-results > [mkdir] Created dir: /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/test-results/html > >prepare-resources: > [copy] Copying 25 files to /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/classes/jruby > [copy] Copying 16 files to /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/classes/jruby/builtin > [copy] Copying 2 files to /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/classes/jruby > >compile-annotation-binder: > [mkdir] Created dir: /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src_gen > [javac] Compiling 6 source files to /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/classes/jruby > >check-for-optional-java4-packages: > >check-for-optional-packages: > >compile-jruby: > [apt] Since compiler setting isn't classic or modern,ignoring fork setting. > [apt] Compiling 957 source files to /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build/classes/jruby > [apt] Since compiler setting isn't classic or modern,ignoring fork setting. > [apt] warning: Annotation types without processors: [java.lang.Override, java.lang.Deprecated, org.jruby.anno.JRubyConstant, java.lang.SuppressWarnings, org.jruby.anno.JRubyModule, java.lang.annotation.Retention, java.lang.annotation.Target, com.kenai.jaffl.annotations.Out, com.kenai.jaffl.annotations.In, com.kenai.jaffl.annotations.Transient] > [apt] 1 warning > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:83: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] return searchNonAscii(bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:83: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return searchNonAscii(bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:83: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return searchNonAscii(bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:83: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] return searchNonAscii(bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:124: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] return codeRangeScan(enc, bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:124: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return codeRangeScan(enc, bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:124: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] return codeRangeScan(enc, bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:194: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] return utf8Length(bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:194: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return utf8Length(bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:194: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return utf8Length(bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:194: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] return utf8Length(bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:221: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] return strLength(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:221: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] return strLength(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:221: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return strLength(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:221: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return strLength(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:221: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] return strLength(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:272: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] return strLengthWithCodeRange(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:272: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] return strLengthWithCodeRange(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:272: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return strLengthWithCodeRange(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:272: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return strLengthWithCodeRange(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:272: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] return strLengthWithCodeRange(bytes.getEncoding(), bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:276: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] return strLengthWithCodeRange(enc, bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:276: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return strLengthWithCodeRange(enc, bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:276: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return strLengthWithCodeRange(enc, bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/util/StringSupport.java:276: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] return strLengthWithCodeRange(enc, bytes.getUnsafeBytes(), bytes.getBegin(), bytes.getBegin() + bytes.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:150: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] return value.getEncoding(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:154: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getEncoding() != enc) { > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:156: cannot find symbol > [apt] symbol : method setEncoding(org.jcodings.Encoding) > [apt] location: class org.jruby.util.ByteList > [apt] value.setEncoding(enc); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:161: cannot find symbol > [apt] symbol : method setEncoding(org.jcodings.Encoding) > [apt] location: class org.jruby.util.ByteList > [apt] value.setEncoding(enc); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:166: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] if (!value.getEncoding().isAsciiCompatible()) { > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:199: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] return value.getEncoding().isAsciiCompatible() && scanForCodeRange() == CR_7BIT; > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:227: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getRealSize() == 0) { > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:234: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] value.setEncoding(from.value.getEncoding()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:242: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] cr = codeRangeScan(value.getEncoding(), value); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:249: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] return getCodeRange() == CR_7BIT || value.getEncoding().isSingleByte(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:257: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] Encoding enc1 = value.getEncoding(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:258: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] Encoding enc2 = other.value.getEncoding(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:262: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] if (other.value.getRealSize() == 0) return enc1; > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:263: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getRealSize() == 0) return enc2; > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:272: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] Encoding enc1 = value.getEncoding(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:276: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getRealSize() == 0) return enc2; > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:286: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] value.getEncoding() + " and " + other.value.getEncoding()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:286: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] value.getEncoding() + " and " + other.value.getEncoding()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:293: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] value.getEncoding() + " and " + other.getEncoding()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:298: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] Encoding enc = value.getEncoding(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:306: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getEncoding() == otherValue.getEncoding() || > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:306: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getEncoding() == otherValue.getEncoding() || > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:307: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] value.getRealSize() == 0 || otherValue.getRealSize() == 0) return true; > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:307: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] value.getRealSize() == 0 || otherValue.getRealSize() == 0) return true; > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:315: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] if (cr1 == CR_7BIT && (cr2 == CR_7BIT || other.value.getEncoding().isAsciiCompatible())) return true; > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:316: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] if (cr2 == CR_7BIT && value.getEncoding().isAsciiCompatible()) return true; > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:321: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] if (singleByteOptimizable(enc)) return value.getRealSize(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:326: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] if (singleByteOptimizable()) return value.getRealSize(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:331: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] return strLength(bytes, bytes.getEncoding()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:345: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] return StringSupport.strLength(value.getEncoding(), value.getUnsafeBytes(), value.getBegin(), value.getBegin() + pos); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:345: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] return StringSupport.strLength(value.getEncoding(), value.getUnsafeBytes(), value.getBegin(), value.getBegin() + pos); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:345: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return StringSupport.strLength(value.getEncoding(), value.getUnsafeBytes(), value.getBegin(), value.getBegin() + pos); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:345: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] return StringSupport.strLength(value.getEncoding(), value.getUnsafeBytes(), value.getBegin(), value.getBegin() + pos); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:345: operator + cannot be applied to org.jruby.util.ByteList.getBegin,int > [apt] return StringSupport.strLength(value.getEncoding(), value.getUnsafeBytes(), value.getBegin(), value.getBegin() + pos); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:399: cannot find symbol > [apt] symbol : method setEncoding(org.jcodings.Encoding) > [apt] location: class org.jruby.util.ByteList > [apt] value.setEncoding(enc); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:405: cannot find symbol > [apt] symbol : method setEncoding(org.jcodings.Encoding) > [apt] location: class org.jruby.util.ByteList > [apt] value.setEncoding(enc); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:536: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] this.cr = bytes.getEncoding().isAsciiCompatible() ? CR_7BIT : CR_VALID; > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:656: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] RubyInteger.SINGLE_CHAR_BYTELISTS[value.getUnsafeBytes()[value.getBegin() + index] & 0xff]); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:656: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] RubyInteger.SINGLE_CHAR_BYTELISTS[value.getUnsafeBytes()[value.getBegin() + index] & 0xff]); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:656: operator + cannot be applied to org.jruby.util.ByteList.getBegin,int > [apt] RubyInteger.SINGLE_CHAR_BYTELISTS[value.getUnsafeBytes()[value.getBegin() + index] & 0xff]); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:656: incompatible types > [apt] found : <nulltype> > [apt] required: int > [apt] RubyInteger.SINGLE_CHAR_BYTELISTS[value.getUnsafeBytes()[value.getBegin() + index] & 0xff]); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:673: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] Encoding enc = value.getEncoding(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:696: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getUnsafeBytes() != b || value.getRealSize() != len) throw getRuntime().newRuntimeError("string modified"); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:696: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getUnsafeBytes() != b || value.getRealSize() != len) throw getRuntime().newRuntimeError("string modified"); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:700: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getUnsafeBytes() != b || value.getRealSize() != len || value.getEncoding() != enc) throw getRuntime().newRuntimeError("string modified"); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:700: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getUnsafeBytes() != b || value.getRealSize() != len || value.getEncoding() != enc) throw getRuntime().newRuntimeError("string modified"); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:700: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] if (value.getUnsafeBytes() != b || value.getRealSize() != len || value.getEncoding() != enc) throw getRuntime().newRuntimeError("string modified"); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:802: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] return bytesToString(bytes.getUnsafeBytes(), bytes.begin(), bytes.length()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:939: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] ByteList result = new ByteList(value1.getRealSize() + value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:939: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] ByteList result = new ByteList(value1.getRealSize() + value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:939: cannot find symbol > [apt] symbol : constructor ByteList(java.lang.String) > [apt] location: class org.jruby.util.ByteList > [apt] ByteList result = new ByteList(value1.getRealSize() + value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:940: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] result.setRealSize(value1.getRealSize() + value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:940: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] result.setRealSize(value1.getRealSize() + value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:940: cannot find symbol > [apt] symbol : method setRealSize(java.lang.String) > [apt] location: class org.jruby.util.ByteList > [apt] result.setRealSize(value1.getRealSize() + value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:941: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value1.getUnsafeBytes(), value1.getBegin(), result.getUnsafeBytes(), 0, value1.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:941: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value1.getUnsafeBytes(), value1.getBegin(), result.getUnsafeBytes(), 0, value1.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:941: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value1.getUnsafeBytes(), value1.getBegin(), result.getUnsafeBytes(), 0, value1.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:941: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value1.getUnsafeBytes(), value1.getBegin(), result.getUnsafeBytes(), 0, value1.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:942: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value2.getUnsafeBytes(), value2.getBegin(), result.getUnsafeBytes(), value1.getRealSize(), value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:942: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value2.getUnsafeBytes(), value2.getBegin(), result.getUnsafeBytes(), value1.getRealSize(), value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:942: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value2.getUnsafeBytes(), value2.getBegin(), result.getUnsafeBytes(), value1.getRealSize(), value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:942: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value2.getUnsafeBytes(), value2.getBegin(), result.getUnsafeBytes(), value1.getRealSize(), value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:942: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value2.getUnsafeBytes(), value2.getBegin(), result.getUnsafeBytes(), value1.getRealSize(), value2.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:954: cannot find symbol > [apt] symbol : method getEncoding() > [apt] location: class org.jruby.util.ByteList > [apt] Encoding encoding = value.getEncoding(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:955: cannot find symbol > [apt] symbol : method setEncoding(org.jcodings.Encoding) > [apt] location: class org.jruby.util.ByteList > [apt] result.value.setEncoding(encoding); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:965: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] if (len > 0 && Integer.MAX_VALUE / len < value.getRealSize()) { > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:969: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] ByteList bytes = new ByteList(len *= value.getRealSize()); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:971: cannot find symbol > [apt] symbol : method setRealSize(int) > [apt] location: class org.jruby.util.ByteList > [apt] bytes.setRealSize(len); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:972: cannot find symbol > [apt] symbol : method getRealSize() > [apt] location: class org.jruby.util.ByteList > [apt] int n = value.getRealSize(); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:973: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value.getUnsafeBytes(), value.getBegin(), bytes.getUnsafeBytes(), 0, n); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:973: cannot find symbol > [apt] symbol : method getBegin() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value.getUnsafeBytes(), value.getBegin(), bytes.getUnsafeBytes(), 0, n); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:973: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(value.getUnsafeBytes(), value.getBegin(), bytes.getUnsafeBytes(), 0, n); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:975: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(bytes.getUnsafeBytes(), 0, bytes.getUnsafeBytes(), n, n); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:975: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(bytes.getUnsafeBytes(), 0, bytes.getUnsafeBytes(), n, n); > [apt] ^ > [apt] /var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/src/org/jruby/RubyString.java:978: cannot find symbol > [apt] symbol : method getUnsafeBytes() > [apt] location: class org.jruby.util.ByteList > [apt] System.arraycopy(bytes.getUnsafeBytes(), 0, bytes.getUnsafeBytes(), n, len - n); > [apt] ^ > [apt] Note: Some input files use unchecked or unsafe operations. > [apt] Note: Recompile with -Xlint:unchecked for details. > [apt] 100 errors > >BUILD FAILED >/var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build.xml:402: The following error occurred while executing this line: >/var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1/build.xml:157: Compile failed; see the compiler error output for details. > >Total time: 22 seconds > [31;01m*[0m ERROR: dev-java/jruby-1.5.1-r1 failed: > [31;01m*[0m eant failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 54: Called src_compile > [31;01m*[0m environment, line 4494: Called eant 'jar' '-Djdk1.5+=true' > [31;01m*[0m environment, line 998: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m ant ${antflags} "${@}" || die "eant failed" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of 'emerge --info =dev-java/jruby-1.5.1-r1', > [31;01m*[0m the complete build log and the output of 'emerge -pqv =dev-java/jruby-1.5.1-r1'. >!!! When you file a bug report, please include the following information: >GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.20" >JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="javac" >and of course, the output of emerge --info > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-java/jruby-1.5.1-r1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-java/jruby-1.5.1-r1/temp/environment'. > [31;01m*[0m S: '/var/tmp/portage/dev-java/jruby-1.5.1-r1/work/jruby-1.5.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 325525
: 236525