First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 6363
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin Holzer (RETIRED) <mholzer@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
netcdf.txt the error log text/plain Martin Holzer (RETIRED) 2002-08-12 08:33 0000 10.46 KB Details
netcdf-3.5.0-r1.ebuild.patch Fixes build problem patch Chad Netzer 2002-09-04 18:30 0000 235 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 6363 depends on: Show dependency tree
Show dependency graph
Bug 6363 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-08-12 08:32 0000
see the error message in the attachment

------- Comment #1 From Martin Holzer (RETIRED) 2002-08-12 08:33:38 0000 -------
Created an attachment (id=3017) [edit]
the error log

------- Comment #2 From Martin Holzer (RETIRED) 2002-08-21 08:32:24 0000 -------
i've found out, that when emerge starts make it doesn't do all in the LIBSRC 
dir (only attr.c)

udcreating fortran/nfconfig.inc
creating libsrc/ncconfig.h
make[1]: Entering directory `/var/tmp/portage/netcdf-3.5.0-r1/work/netcdf-
3.5.0/src'
make[1]: Entering directory `/var/tmp/portage/netcdf-3.5.0-r1/work/netcdf-
3.5.0/src'


Making `all' in directory /var/tmp/portage/netcdf-3.5.0-r1/work/netcdf-
3.5.0/src/libsrc

Making `all' in directory /var/tmp/portage/netcdf-3.5.0-r1/work/netcdf-
3.5.0/src/fortran

make[2]: Entering directory `/var/tmp/portage/netcdf-3.5.0-r1/work/netcdf-
3.5.0/src/libsrc'
cc -c -Df2cFortran -I.  -DNDEBUG -Df2cFortran attr.c
make[2]: Entering directory `/var/tmp/portage/netcdf-3.5.0-r1/work/netcdf-
3.5.0/src/fortran'
cc -c -Df2cFortran -I../libsrc  -DNDEBUG -Df2cFortran fort-attio.c
cc -c -Df2cFortran -I../libsrc  -DNDEBUG -Df2cFortran fort-control.c


when i start make manually it DOES all of libsrc !

make
make[1]: Entering directory `/tmp/netcdf-3.5.0/src'

Making `all' in directory /tmp/netcdf-3.5.0/src/libsrc

make[2]: Entering directory `/tmp/netcdf-3.5.0/src/libsrc'
cc -c -Df2cFortran -I.  -DNDEBUG attr.c
cc -c -Df2cFortran -I.  -DNDEBUG dim.c
cc -c -Df2cFortran -I.  -DNDEBUG error.c
cc -c -Df2cFortran -I.  -DNDEBUG -DVERSION=`cat ../VERSION` libvers.c
cc -c -Df2cFortran -I.  -DNDEBUG nc.c
cc -c -Df2cFortran -I.  -DNDEBUG ncio.c
cc -c -Df2cFortran -I.  -DNDEBUG ncx.c
cc -c -Df2cFortran -I.  -DNDEBUG putget.c
cc -c -Df2cFortran -I.  -DNDEBUG string.c
cc -c -Df2cFortran -I.  -DNDEBUG v1hpg.c
cc -c -Df2cFortran -I.  -DNDEBUG v2i.c
cc -c -Df2cFortran -I.  -DNDEBUG var.c
ar cru libnetcdf.a attr.o dim.o error.o libvers.o nc.o ncio.o ncx.o putget.o 
string.o v1hpg.o v2i.o var.o
ranlib libnetcdf.a
make[2]: Leaving directory `/tmp/netcdf-3.5.0/src/libsrc'

Returning to directory /tmp/netcdf-3.5.0/src

make[1]: Leaving directory `/tmp/netcdf-3.5.0/src'
make[1]: Entering directory `/tmp/netcdf-3.5.0/src'

Making `all' in directory /tmp/netcdf-3.5.0/src/fortran

make[2]: Entering directory `/tmp/netcdf-3.5.0/src/fortran'
cc -c -Df2cFortran -I../libsrc  -DNDEBUG fort-attio.c
cc -c -Df2cFortran -I../libsrc  -DNDEBUG fort-control.c



------- Comment #3 From Martin Holzer (RETIRED) 2002-08-22 01:01:33 0000 -------
the Homepage is wrong in the ebuild
HOMEPAGE="http://www.unidaa.ucar.edu/packages/netcdf/"

missing on t in the unidata

http://www.unidata.ucar.edu/packages/netcdf/

------- Comment #4 From Chad Netzer 2002-09-04 18:30:45 0000 -------
Created an attachment (id=3661) [edit]
Fixes build problem

parallel make ("emake") is causing the problem; change to "make" in ebuild file
(or apply attached patch)

------- Comment #5 From Martin Holzer (RETIRED) 2002-09-13 08:20:52 0000 -------
works fine

please change it in portage tree !!

------- Comment #6 From Seemant Kulleen (RETIRED) 2002-09-14 23:52:13 0000 -------
thanks guys, changed in portage.

First Last Prev Next    No search results available      Search page      Enter new bug