Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5088 - Problems with octave-2.1.36 ebuild
Summary: Problems with octave-2.1.36 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-16 07:35 UTC by Pierre-Henri Jondot
Modified: 2002-07-22 19:35 UTC (History)
0 users

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


Attachments
Slightly modified octave-2.1.36 ebuild. (octave-2.1.36.ebuild,1.95 KB, application/octet-stream)
2002-07-16 07:38 UTC, Pierre-Henri Jondot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Henri Jondot 2002-07-16 07:35:46 UTC
It seems octave depends of readline-4.2 so the dependancy in the ebuild is
incorrect.

It seems too that the building involves tex so tetex is necessary too.
Furthemore the compilation of the docs might give sandbox violations (on my
system it did) when creating the pixmaps.

This is all the more stupid than 
 1) all the docs are already compiled (info, dvi and ps) as far as I can tell in
the tarball sources
 2) only the infos get installed... 

Quickest fix is to add tetex in DEPEND (definitely not needed in RDEPEND) and
add the necessary env variables to prevent sandbox violations.

It's what included in the ebuild I'll attach.
Comment 1 Pierre-Henri Jondot 2002-07-16 07:38:12 UTC
Created attachment 2290 [details]
Slightly modified octave-2.1.36 ebuild.
Comment 2 Pierre-Henri Jondot 2002-07-16 12:32:13 UTC
Hum, readline-4.2 and newer is masked on default-1.0... Don't know why..
(not on default-1.0-gcc3)

Perhaps octave-2.1.36 should be masked on this profile too ?
Comment 3 Nick Hadaway 2002-07-22 19:35:26 UTC
I added the tetex fixes about a week ago.  today I updated the profiles to
reflect the proper octave version building on the installed gcc version.