Opened 13 years ago
Closed 13 years ago
#758 closed defect (fixed)
rasdaman failing to build
Reported by: | camerons | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | OSGeoLive | Keywords: | 5.0, rasdaman |
Cc: |
Description
Hi,
install_rasdaman.sh is still failing to build in 5.0rc1.
[...] rasmgr_config.cc: In member function <E2><80><98>const char* Configuration::makeLogFileName( const char*)<E2><80><99>: rasmgr_config.cc:555:64: error: <E2><80><98>mkdir<E2><80><99> was not declared in this scope make[2]: * [rasmgr_config.o] Error 1 make[2]: Leaving directory `/tmp/build_rasdaman/rasdaman/rasmgr' make[1]: * [install-recursive] Error 1 make[1]: Leaving directory `/tmp/build_rasdaman/rasdaman/rasmgr' make: * [install-recursive] Error 1 ERROR: package install failed.
thanks, Hamish
Change History (3)
comment:1 by , 13 years ago
Component: | Systems Admin → LiveDVD |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Keywords: | 5.0 rasdaman → 5.0, rasdaman |
---|---|
Resolution: | → fixed |
Status: | new → closed |
afaik now fixed, reopen if needed.
I updated script from svn, then reran rasdaman install script, and radaman is still not installed. If rasdaman is not fixed and tested before 22 August it will not get onto our next release. Keep in mind that will need ~ 24 hours to test as well, so make that 21 August to get rasdaman installed. Can you please download the VM and test your fixes.
Relevant problems in log:
--2011-08-19 06:23:51-- http://www.rasdaman.com/Download/rasdaman_8-2-1.tgz Resolving www.rasdaman.com... 82.165.117.44 Connecting to www.rasdaman.com|82.165.117.44|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2011-08-19 06:23:52 ERROR 404: Not Found.
tar (child): rasdaman_8-2-1.tgz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now ./install_rasdaman.sh: line 82: cd: rasdaman: No such file or directory mkdir: cannot create directory `/usr/local/rasdaman/log': File exists ./install_rasdaman.sh: line 86: ./configure: No such file or directory make: * No rule to make target `install'. Stop. ERROR: package install failed.