Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162979 - media-libs/libextractor-0.5.15 - invalid emake argument
Summary: media-libs/libextractor-0.5.15 - invalid emake argument
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-20 21:18 UTC by Jan Simons
Modified: 2007-01-20 21:30 UTC (History)
0 users

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 Jan Simons 2007-01-20 21:18:20 UTC
It seems to be caused by a "fix" for https://bugs.gentoo.org/show_bug.cgi?id=162146

Reproducible: Always

Steps to Reproduce:
1. emerge libextractor (~x86)

Actual Results:  
configure fails with:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: NOTICE: xpdf disabled (result: limited PDF support)
configure: NOTICE: printable plugins enabled
make: *** No rule to make target `MAKEOPTS-j1'.  Stop.

!!! ERROR: media-libs/libextractor-0.5.15 failed.

Expected Results:  
configure & compile libextractor

In function

src_compile() {
        elibtoolize
        econf --enable-glib --enable-exiv2 \
                $(use_enable static) $(use_enable nls) || die "econf failed"
        emake MAKEOPTS"-j1" || die "emake failed"
}

the emake line looks wrong.
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2007-01-20 21:30:08 UTC
Sigh, typo.

Fixed, thanks.