Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 368059

Summary: =dev-java/metadata-extractor-2.2.2-r2 does not build, compile phase.
Product: Gentoo Linux Reporter: Ian Delaney (RETIRED) <idella4>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: 10.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: my emerge --info, stable
my emerge --info, testing
the build log, tesing
the build log, amd64
the build.xml, amd64
the build.xml stable, ~amd64

Description Ian Delaney (RETIRED) gentoo-dev 2011-05-19 13:42:36 UTC
attempting to emerge metadata-extractor-2.2.2-r2, aborts early on.
Initially failed in amd64, testing for a different package, double checked in testing gentoo, same

Reproducible: Always

Steps to Reproduce:
1. emerge package
2.
3.
Actual Results:  
    [javac] [loading java/io/ObjectOutputStream.class(java/io:ObjectOutputStream.class)]
    [javac] [loading java/io/ObjectInputStream.class(java/io:ObjectInputStream.class)]
    [javac] [checking com.drew.metadata.test.MockDirectory]
    [javac] [total 2900ms]
    [javac] 3 errors
    [javac] 11 warnings

BUILD FAILED

 and or 

    [javac] JPEGDecodeParam.COMMENT_MARKER cannot be resolved
    [javac] ----------
    [javac] 3 problems (3 errors)

BUILD FAILED

    [javac] JPEGDecodeParam.COMMENT_MARKER cannot be resolved
    [javac] ----------
    [javac] 3 problems (3 errors)

BUILD FAILED

Expected Results:  
effective emerge of a stable package

strongest clues;
idella@gentoo64 ~/bin $ sudo grep -i error /mnt/arch/root/run2/metadata-extractor-2.2.2-r2-build.log2
Password: 
    [javac] 1. ERROR in /var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/src/com/drew/imaging/jpeg/JpegMetadataReader.java (at line 80)
    [javac] 2. ERROR in /var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/src/com/drew/imaging/jpeg/JpegMetadataReader.java (at line 86)
    [javac] 3. ERROR in /var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/src/com/drew/imaging/jpeg/JpegMetadataReader.java (at line 94)
    [javac] 3 problems (3 errors)
/var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/build.xml:22: Compile failed; see the compiler error output for details.
 * ERROR: dev-java/metadata-extractor-2.2.2-r2 failed (compile phase):
/var/tmp/portage/portage/dev-java/metadata-extractor-2.2.2-r2/work/build.xml:22: Compile failed; see the compiler error output for details.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 13:45:48 UTC
Created attachment 273969 [details]
my emerge --info, stable
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 13:46:31 UTC
Created attachment 273971 [details]
my emerge --info, testing
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2011-05-19 14:00:54 UTC
Are you hitting bug 297999?
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:02:19 UTC
Created attachment 273973 [details]
the build log, tesing

warning: setlocale: LC_ALL, ignore, has no impact
Comment 5 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:04:24 UTC
Created attachment 273975 [details]
the build log, amd64
Comment 6 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:05:29 UTC
Created attachment 273977 [details]
the build.xml, amd64
Comment 7 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:23:47 UTC
Created attachment 273983 [details]
the build.xml stable, ~amd64
Comment 8 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 14:26:46 UTC
(In reply to comment #3)
> Are you hitting bug 297999?

looking at the build log, it seems so. 
That was quick.

I did enter a search on the package name, but did not get that returned in the list.  Still have the search in my cache.
Comment 9 Petteri Räty (RETIRED) gentoo-dev 2011-05-19 16:42:34 UTC
(In reply to comment #8)
> (In reply to comment #3)
> > Are you hitting bug 297999?
> 
> looking at the build log, it seems so. 
> That was quick.
> 

Marking as duplicate then.

In the future please don't attach build.xml files unless explicitly asked. In the common case attaching them only provides email noise. You should also make sure the files end up with proper mime types. Seems some logs are for example application/octet-stream instead of text/plain. Also there is no need to attach things for both stable and testing to one issue. If testing and stable exhibit different problems then two different bugs should be opened.

*** This bug has been marked as a duplicate of bug 297999 ***
Comment 10 Ian Delaney (RETIRED) gentoo-dev 2011-05-19 17:24:37 UTC
ok, noted