Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64200 - Ghemical 1.0.0 ebuild does not compile on amd64 with gcc3.4.2-r1
Summary: Ghemical 1.0.0 ebuild does not compile on amd64 with gcc3.4.2-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on: 54596
Blocks:
  Show dependency tree
 
Reported: 2004-09-15 18:41 UTC by Giovani M. Faccin
Modified: 2004-09-23 01:28 UTC (History)
1 user (show)

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 Giovani M. Faccin 2004-09-15 18:41:45 UTC
When trying to emerge ghemical I get the following error:

[code]
>>> emerge (5 of 5) app-sci/ghemical-1.00 to /
>>> Downloading http://gentoo.osuosl.org/distfiles/ghemical-1.00.tgz
--22:26:58--  http://gentoo.osuosl.org/distfiles/ghemical-1.00.tgz
           => `/usr/portage/distfiles/ghemical-1.00.tgz'
Resolving gentoo.osuosl.org... 140.211.166.134
Connecting to gentoo.osuosl.org[140.211.166.134]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2,775,844 [application/x-tar]

100%[====================================>] 2,775,844     23.39K/s    ETA 00:00

22:29:43 (16.52 KB/s) - `/usr/portage/distfiles/ghemical-1.00.tgz' saved [2775844/2775844]

>>> md5 src_uri ;-) ghemical-1.00.tgz
>>> Unpacking source...
>>> Unpacking ghemical-1.00.tgz to /var/tmp/portage/ghemical-1.00/work
>>> Source unpacked.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for a BSD-compatible install... /bin/install -c
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for sh... /bin/sh
checking whether make sets ${MAKE}... yes
checking whether build environment is sane... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 0.99.7... yes
checking GL... yes
checking GtkGLArea... yes
checking for gnome-config... /usr/bin/gnome-config
checking if /usr/bin/gnome-config works... yes
checking for sc-config... no
checking SC - version... no
*** The sc-config script installed by SC could not be found
*** If SC was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SC_CONFIG environment variable to the
*** full path to sc-config.
configure: error: Cannot find proper SC version

!!! ERROR: app-sci/ghemical-1.00 failed.
!!! Function src_compile, Line 23, Exitcode 1
!!! (no error message)
[/code]



Reproducible: Always
Steps to Reproduce:
1.Just emerge the package
2.
3.




I'm running Gentoo 64 with gcc 3.4.2-r1 installed with the USE="F77" flag.
Comment 1 Malcolm Lashley (RETIRED) gentoo-dev 2004-09-19 13:04:35 UTC
This is not critical - the ebuild has not been marked for testing on amd64, let alone stable...
Comment 2 Malcolm Lashley (RETIRED) gentoo-dev 2004-09-19 13:34:42 UTC
The missing virtual/blas dependancy in mpqc (bug #54596) causes ghemical (which deps on mpqc) to die in configure to to missing sc-config...(which is part of mpqc when it builds correctly)
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-09-23 01:28:48 UTC
Added virtuals to mpqc-2.2.2-r1. That should fix this. Please reopen if that's not the case.