Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269230 - dev-lang/sunstudioexpress missing LDPATH
Summary: dev-lang/sunstudioexpress missing LDPATH
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-05-10 10:21 UTC by Aleksandr Yakimov
Modified: 2009-08-11 15:07 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 Aleksandr Yakimov 2009-05-10 10:21:35 UTC
LDPATH="/opt/SunStudioExpress/rtlibs:/opt/SunStudioExpress/rtlibs/amd64" line should be in /etc/env.d/05sunstudioexpress.
Otherwise not possible to run Fortran programs, compiled with sunf90.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-05-10 12:39:28 UTC
Can you please give me a testcase so i can ensure what it's doing? I want to check a few things up before setting LDPATH sincerely.
Comment 2 Aleksandr Yakimov 2009-05-10 12:54:21 UTC
(In reply to comment #1)
> Can you please give me a testcase so i can ensure what it's doing? I want to
> check a few things up before setting LDPATH sincerely.
> 

cat << EOF >> helloworld.f90
PROGRAM HelloWorld
     WRITE(*,*)  "Hello World!"
END PROGRAM
EOF

sunf90 helloworld.f90
ldd ./a.out

Comment 3 Aleksandr Yakimov 2009-05-31 11:10:07 UTC
Any progress for this issue?
Comment 4 Alexey Shvetsov archtester gentoo-dev 2009-08-11 15:07:38 UTC
(In reply to comment #3)
> Any progress for this issue?
> 

No response from maintainer for few mouth so i fixed this