Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
projectx-0.90.4.00-r4 fails - IDCTRefNative - [workaround]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
stegerpl
Apprentice
Apprentice


Joined: 25 Jun 2005
Posts: 185
Location: 48°19'30"N 14°20'18"E

PostPosted: Sat Oct 04, 2008 11:09 am    Post subject: projectx-0.90.4.00-r4 fails - IDCTRefNative - [workaround] Reply with quote

Hi

I have set up an VDR and face the vdr-burn problem which seems to be related to the stdout output of projectx. This problem was resolved within the update from -r3 to -r4 of projectx - BUT it tails during initialization:

Code:
compile:
    [javac] Compiling 88 source files to /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/build
    [javac] /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/video/MpvDecoder.java:74: cannot find symbol
    [javac] symbol  : class IDCTRefNative
    [javac] location: class net.sourceforge.dvb.projectx.video.MpvDecoder
    [javac]     private IDCTRefNative idct;
    [javac]             ^
    [javac] /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/video/MpvDecoder.java:75: cannot find symbol
    [javac] symbol  : class IDCTSseNative
    [javac] location: class net.sourceforge.dvb.projectx.video.MpvDecoder
    [javac]     private IDCTSseNative idctsse;
    [javac]             ^
    [javac] /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/video/MpvDecoder.java:110: cannot find symbol
    [javac] symbol  : class IDCTRefNative
    [javac] location: class net.sourceforge.dvb.projectx.video.MpvDecoder
    [javac]             idct = new IDCTRefNative();
    [javac]                        ^
    [javac] /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/video/MpvDecoder.java:111: cannot find symbol
    [javac] symbol  : class IDCTSseNative
    [javac] location: class net.sourceforge.dvb.projectx.video.MpvDecoder
    [javac]             idctsse = new IDCTSseNative();
    [javac]                           ^
    [javac] /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/video/MpvDecoder.java:113: cannot find symbol
    [javac] symbol  : variable IDCTRefNative
    [javac] location: class net.sourceforge.dvb.projectx.video.MpvDecoder
    [javac]             if (IDCTRefNative.isLibraryLoaded())
    [javac]                 ^
    [javac] /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/video/MpvDecoder.java:116: cannot find symbol
    [javac] symbol  : variable IDCTRefNative
    [javac] location: class net.sourceforge.dvb.projectx.video.MpvDecoder
    [javac]             if (IDCTRefNative.isLibraryLoaded() || IDCTSseNative.isLibraryLoaded())
    [javac]                 ^
    [javac] /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/video/MpvDecoder.java:116: cannot find symbol
    [javac] symbol  : variable IDCTSseNative
    [javac] location: class net.sourceforge.dvb.projectx.video.MpvDecoder
    [javac]             if (IDCTRefNative.isLibraryLoaded() || IDCTSseNative.isLibraryLoaded())
    [javac]                                                    ^
    [javac] /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/video/MpvDecoder.java:2205: cannot find symbol
    [javac] symbol  : variable IDCTSseNative
    [javac] location: class net.sourceforge.dvb.projectx.video.MpvDecoder
    [javac]     if (IDCTSseNative.isLibraryLoaded())
    [javac]         ^
    [javac] /var/tmp/portage/media-video/projectx-0.90.4.00-r4/work/ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/video/MpvDecoder.java:2218: cannot find symbol
    [javac] symbol  : variable IDCTRefNative
    [javac] location: class net.sourceforge.dvb.projectx.video.MpvDecoder
    [javac]     else if (IDCTRefNative.isLibraryLoaded())
    [javac]              ^
    [javac] 9 errors

BUILD FAILED


System information: gentoo-2008.0 with USE="minimal -X"on an AMD Athlon-XP mobile (Sig 2) with ACCEPT_KEYWORDS="~x86"
GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.07" JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="javac"

any ideas ?!

Peter
_________________
[1]... AMD Phenon X4-9950 on asus M3N78-EM with 4 GB of RAM - gentoo 10.1 - kernel 2.6.32 - kde 4.3.4
[2]... AMD Athlon XP 2500+ mobile on ASUS A7N8X with 512 kB RAM and 2xTT S-2300 - vdr-1.6.0 based on gentoo-2008.0


Last edited by stegerpl on Mon Oct 06, 2008 8:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
stegerpl
Apprentice
Apprentice


Joined: 25 Jun 2005
Posts: 185
Location: 48°19'30"N 14°20'18"E

PostPosted: Sun Oct 05, 2008 7:55 pm    Post subject: Reply with quote

push - nobody knows something?
_________________
[1]... AMD Phenon X4-9950 on asus M3N78-EM with 4 GB of RAM - gentoo 10.1 - kernel 2.6.32 - kde 4.3.4
[2]... AMD Athlon XP 2500+ mobile on ASUS A7N8X with 512 kB RAM and 2xTT S-2300 - vdr-1.6.0 based on gentoo-2008.0
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Mon Oct 06, 2008 2:03 pm    Post subject: Reply with quote

Try the updated/patched version in berkano overlay.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
stegerpl
Apprentice
Apprentice


Joined: 25 Jun 2005
Posts: 185
Location: 48°19'30"N 14°20'18"E

PostPosted: Mon Oct 06, 2008 8:41 pm    Post subject: Reply with quote

...Yeap - it works!

Thank you very much!

Peter
_________________
[1]... AMD Phenon X4-9950 on asus M3N78-EM with 4 GB of RAM - gentoo 10.1 - kernel 2.6.32 - kde 4.3.4
[2]... AMD Athlon XP 2500+ mobile on ASUS A7N8X with 512 kB RAM and 2xTT S-2300 - vdr-1.6.0 based on gentoo-2008.0
Back to top
View user's profile Send private message
tld
Veteran
Veteran


Joined: 09 Dec 2003
Posts: 1816

PostPosted: Fri Jun 05, 2009 1:51 am    Post subject: Reply with quote

Anyone have any idea on a current workaround for this? I see there's a bug logged:

https://bugs.gentoo.org/245709

It doesn't appear there's a version in the berkano overlay any more.

Tom
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum