Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499454 - sci-libs/gdal-1.10.1 - make -j5-j1 make: the '-j' option requires a positive integer argument
Summary: sci-libs/gdal-1.10.1 - make -j5-j1 make: the '-j' option requires a positive...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-01-27 15:15 UTC by januszmk
Modified: 2014-01-27 23:05 UTC (History)
0 users

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


Attachments
build.log (file_499454.txt,22.37 KB, text/plain)
2014-01-27 15:15 UTC, januszmk
Details
emerge --info =gdal-1.10.1 (file_499454.txt,5.30 KB, text/plain)
2014-01-27 15:15 UTC, januszmk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description januszmk 2014-01-27 15:15:01 UTC
Created attachment 368878 [details]
build.log

double -j argument for make
Comment 1 januszmk 2014-01-27 15:15:30 UTC
Created attachment 368880 [details]
emerge --info =gdal-1.10.1
Comment 2 Andreas Plesch 2014-01-27 16:05:00 UTC
I get the same failure during emerge.

Comparing sci-libs/gdal-1.10.1 with sci-libs/gdal-1.10.0-r1 I noticed that there is a space missing at line 71:

MAKEOPTS+="-j1" 

should be

MAKEOPTS+=" -j1" 

After correcting the .ebuild in place, emerging (with --digest) then completes succesfully.

Andreas
Comment 3 Aaron W. Swenson gentoo-dev 2014-01-27 17:46:11 UTC
Bah! Sorry about that. I'll take care of it in about 30 minutes.
Comment 4 Aaron W. Swenson gentoo-dev 2014-01-27 19:26:53 UTC
(In reply to Aaron W. Swenson from comment #3)
> Bah! Sorry about that. I'll take care of it in about 30 minutes.

And I ran out of time on my lunch break. It'll be later tonight when I get to it.
Comment 5 Aaron W. Swenson gentoo-dev 2014-01-27 23:05:23 UTC
  27 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org> gdal-1.10.1.ebuild:
  Fix bug 499448: REQUIRED_USE on threads with ecwj2k
  Fix bug 499454: Add a leading space to MAKEOPTS

Resync