Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

Problem emerging GRASS GIS

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
17 posts • Page 1 of 1
Author
Message
vinceh
n00b
n00b
User avatar
Posts: 4
Joined: Tue Feb 04, 2003 6:44 pm
Location: Montpellier France
Contact:
Contact vinceh
Website

Problem emerging GRASS GIS

  • Quote

Post by vinceh » Fri Apr 18, 2003 7:54 am

I've a problem during the ./configure checkup when emerging grass GIS.
I've the folowing message :
checking whether to use Motif... yes
checking for location of Motif includes...
checking for Xm/Xm.h... no
configure: error: *** Unable to locate Motif includes.

!!! ERROR: app-misc/grass-5.0.2 failed.
OpenMotif is still installed, and if I unmerge it and try to reinstall GRASS, emerge know it as a grass dependency and install it automatically, but grass still won't compile. :evil:
Any clue?
Top
woodstock21
n00b
n00b
User avatar
Posts: 3
Joined: Sun Aug 10, 2003 3:27 pm

  • Quote

Post by woodstock21 » Sat Aug 30, 2003 10:52 am

hmm, i've got the same error message - do you solve the probleme by now?
Top
4xToy
n00b
n00b
Posts: 27
Joined: Sat Mar 08, 2003 3:35 am

Different error message

  • Quote

Post by 4xToy » Thu Jan 29, 2004 12:42 am

I get a different error message:
checking for glBegin in -lGL... yes
checking for gluBeginCurve in -lGLU... yes
checking whether to use ODBC... no
checking whether to use FFTW... yes
checking for location of FFTW includes...
checking for fftw.h... no
checking for dfftw.h... no
configure: error: *** Unable to locate FFTW includes.

!!! ERROR: app-misc/grass-5.0.2 failed.
!!! Function src_compile, Line 92, Exitcode 1
!!! ./configure failed
Top
FireNoodle
n00b
n00b
Posts: 6
Joined: Fri Jan 30, 2004 3:00 pm

  • Quote

Post by FireNoodle » Fri Jan 30, 2004 3:50 pm

I'm getting the exact same error message.

Code: Select all

checking for location of FFTW includes... 
checking for fftw.h... no
checking for dfftw.h... no
configure: error: *** Unable to locate FFTW includes.

!!! ERROR: app-misc/grass-5.0.2 failed.
!!! Function src_compile, Line 92, Exitcode 1
!!! ./configure failed
I need this prog anyone have any ideas?

I just tried to re-emerge FFTW and then grass again but no dice. Anyone else get this fixed?
Top
FireNoodle
n00b
n00b
Posts: 6
Joined: Fri Jan 30, 2004 3:00 pm

  • Quote

Post by FireNoodle » Fri Jan 30, 2004 6:01 pm

http://grass.itc.it/pipermail/grassuser ... 08879.html

This address has a description of a possible fix. I'll test it later but if someone else wants to try and post their results that would be great.
Top
FireNoodle
n00b
n00b
Posts: 6
Joined: Fri Jan 30, 2004 3:00 pm

  • Quote

Post by FireNoodle » Fri Jan 30, 2004 9:26 pm

I have finally overcome the fftw.h bug. The problem is that fftw released a new, non-backwards compatible version (3.xx) and Grass depends on the older version (2.1.5). To solve this problem just download the older version from the FFTW homepage and install it. Then try Grass again. I'm not positive this will work but Grass is compiling atm so it looks good.
Top
4xToy
n00b
n00b
Posts: 27
Joined: Sat Mar 08, 2003 3:35 am

Thanks!

  • Quote

Post by 4xToy » Sat Jan 31, 2004 12:38 am

Thanks! You solved my problem. Grass is compiling fine now. :D
Top
Jazzer
n00b
n00b
Posts: 8
Joined: Mon Apr 28, 2003 1:20 am

  • Quote

Post by Jazzer » Wed Mar 03, 2004 1:48 am

No need to download anything from the fftw website, just emerge the older version ;)

# emerge =fftw-2.1.5

Later.........

Jazzer
Top
sethleon
Guru
Guru
User avatar
Posts: 398
Joined: Sun Dec 14, 2003 6:07 pm
Location: Germany

  • Quote

Post by sethleon » Sat Apr 03, 2004 7:57 am

my grass ./configure (of emerge) cannot find the LAPACK library.
(similar error like above) :(

If I locate the LAPACK library it is there:

Code: Select all

locate lapack
/usr/lib/liblapack.a
/usr/include/clapack.h
can anyone help ?
Mess with the best, die like the rest.
Top
sethleon
Guru
Guru
User avatar
Posts: 398
Joined: Sun Dec 14, 2003 6:07 pm
Location: Germany

  • Quote

Post by sethleon » Sat Apr 03, 2004 9:00 am

ok I solved it,
it's a little bit strange:
I deleted LAPACK:

Code: Select all

emerge -C lapack
and then I emerged grass:

Code: Select all

emerge grass
it re-emerged LAPACK and grass itself, then it worked :)
Mess with the best, die like the rest.
Top
assente
Guru
Guru
User avatar
Posts: 570
Joined: Mon Apr 12, 2004 7:59 pm
Location: Torino, italia, New Europe
Contact:
Contact assente
Website

  • Quote

Post by assente » Mon Jun 28, 2004 7:13 pm

I got other problems, I had to solve manually some dependecies like f2c and blas
Blog
E8400, 4850, P5q
Top
cheese
n00b
n00b
Posts: 10
Joined: Fri Apr 30, 2004 6:33 am
Location: South Africa
Contact:
Contact cheese
Website

gdat

  • Quote

Post by cheese » Tue Jul 27, 2004 8:30 am

Hey,

'emerge grass' installed without complaints
grass5 seems to work OK
can't get r.in.gdal to work - manually built the gdal-1.2.1 but causes r.in.gdal to seg fault. tried to build gdal-1.1.5 without success.

any ideas?
<><
Top
weichafe
n00b
n00b
Posts: 35
Joined: Mon Mar 08, 2004 1:12 am
Location: Santiago, Chile

  • Quote

Post by weichafe » Sat Oct 16, 2004 3:34 pm

assente wrote:I got other problems, I had to solve manually some dependecies like f2c and blas
How do you fix the problem with blas?
Top
lat
n00b
n00b
Posts: 3
Joined: Sun Aug 15, 2004 9:31 am
Contact:
Contact lat
Website

  • Quote

Post by lat » Sun Oct 24, 2004 6:50 pm

I got the same error with blas. Please help.
Top
dontremember
Apprentice
Apprentice
User avatar
Posts: 151
Joined: Sat Sep 21, 2002 7:13 pm
Location: Oklahoma

  • Quote

Post by dontremember » Sun Oct 24, 2004 7:52 pm

lat wrote:I got the same error with blas. Please help.
Me too. Except that BLAS is already installed, according to "emerge -s blas". I tried the emerge again and saw that the BLAS compilation failed due to g77 being missing, but the emerge *still* went ahead and supposedly installed BLAS. I guess that's a fault... :)

Set your use flags to include "g77", then re-emerge gcc. That builds g77 for you. Then "emerge blas", *then* try "emerge grass".

For me, it now bitches about the LAPACK library. Same symptoms as for BLAS - already installed, but not found. Probably due to being installed while g77 was missing, even though the compilation failed. Re-emerge lapack...

Lather, rinse, repeat...
Top
lat
n00b
n00b
Posts: 3
Joined: Sun Aug 15, 2004 9:31 am
Contact:
Contact lat
Website

  • Quote

Post by lat » Sat Nov 06, 2004 10:45 am

Thanks. After including g77 and several emerges it compiled.

regards
Top
Stefan de Groot
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Sat Jul 19, 2003 11:50 pm
Location: /home/ Netherlands/ Rotterdam

  • Quote

Post by Stefan de Groot » Fri Apr 14, 2006 8:52 pm

Sorry for the kick of this very old topic. :twisted:

I had just the same problem with that Motif-story. I have installed it by emerge it on the next way:

Code: Select all

USE="-motif" emerge grass
And it just work. Maybe I can help someone with it. :wink:
Top
Post Reply

17 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic