Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70622 - Dvdstyler-1.05-r1 failed to build - requires jpegtopnm
Summary: Dvdstyler-1.05-r1 failed to build - requires jpegtopnm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-09 16:44 UTC by Jonathan Welsh
Modified: 2005-04-11 10:52 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Welsh 2004-11-09 16:44:05 UTC
I tried to emerge DVDStyler and got this error:

configure: error:
    DVDStyler requires jpegtopnm (MJPEG Tools).
    Please check that jpegtopnm is in path.

mjpegtools is installed.
I located jpegtopnm in the netpbm package and emerged that, then DVDStyler built successfully after that.  Should netpbm be a dependancy of DVDStyler?

Reproducible: Always
Steps to Reproduce:
1.emerge dvdstyler #(without netpbm installed)
2.
3.

Actual Results:  
I got this error when building:

configure: error:
    DVDStyler requires jpegtopnm (MJPEG Tools).
    Please check that jpegtopnm is in path.

Expected Results:  
Netpbm should have been emerged as a dependancy of DVDStyler, which would allow
a successful build and install
Comment 1 Stefan Briesenick (RETIRED) gentoo-dev 2004-11-21 05:40:20 UTC
it also fails this way:

checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
checking for //usr/bin/wxgtk-2.4-config... no
configure: error:
        Please check that wx-config is in path, the directory
        where wxWidgets libraries are installed (returned by
        'wx-config --libs' command) is in LD_LIBRARY_PATH or
        equivalent variable and wxWidgets is version 2.4.2 or above.


!!! ERROR: media-video/dvdstyler-1.05-r1 failed.
!!! Function econf, Line 449, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


the problem is, that there is:

/usr/bin/wxgtk2u-2.4-config
/usr/bin/wxgtk2-2.4-config
/usr/bin/wx-config

but not:

/usr/bin/wxgtk-2.4-config

I could symlink it. But it should work "out-of-the-box".
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-11 10:52:35 UTC
in the meantime, netpbm was added to the dependency list of dvdstyler. marking this one as fixed