Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111445 - avidemux-2.1_pre1 can't find installed spidermonkey scripts
Summary: avidemux-2.1_pre1 can't find installed spidermonkey scripts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Marc Hildebrand (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 22:52 UTC by David H
Modified: 2005-11-06 16:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
config log (config.log,66.17 KB, text/plain)
2005-11-03 22:54 UTC, David H
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David H 2005-11-03 22:52:09 UTC
I unmasked avidemux-2.1_pre1 to try and solve a problem with older versions
(avidemux-2.0.24 crashes when trying to output mjpeg, avidemux-2.0.42-r1 creates
videos where sound plays first, and then shows video).

The new emerge showed that I had to also install spidermonkey, which I did. 
However building avidemux-2.1_pre1 gives me the following error:

configure: error: *** SPIDERMONKEY javascript engine not found !***

I have tried several times.

Reproducible: Always
Steps to Reproduce:
1. Unmask 2.1_pre1:
/etc/portage/package.keywords:media-video/avidemux   ~x86
/etc/portage/package.unmask:>=media-video/avidemux-2.1_pre1
2.emerge -avu avidemux, 
3, accept new spidermonkey package as well
4. wait for crash
5 repeat, except of course spidermonkey is now emerged


Actual Results:  
configure: error: *** SPIDERMONKEY javascript engine not found !***

Expected Results:  
no build errors

I'll try to attach the config.log after I submit the bug, I don't see an attach
option on this page, here's my make.conf:

# These settings were set by the catalyst build script that automatically built
this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-Os -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
GENTOO_MIRRORS="http://gentoo.osuosl.org"

#this is for nfs sharing
PORTDIR=/usr/portage/portage
PKGDIR=/usr/portage/packages
DISTDIR=/usr/portage/distfiles
RPMDIR=/usr/portage/rpm
PORTAGE_TMPDIR=/usr/portage/tmp

#this is for distcc
FEATURES="distcc prelink buildpkg"

USE="-gtk -gnome qt kde \
        cdr alsa -arts gtk2 firefox java \
        usb pam ssl samba pic nvidia \
        xvid ffmpeg flac vcd win32codecs pic gimpprint ppds"
Comment 1 David H 2005-11-03 22:54:00 UTC
Created attachment 72087 [details]
config log
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-11-04 02:41:02 UTC
I've bumped the dependency on latest ~arch version. 
Comment 3 David H 2005-11-06 16:15:45 UTC
That did the trick, thanks