Opened 11 years ago
Closed 11 years ago
#619 closed defect (fixed)
secore not found during install
Reported by: | Peter Baumann | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.0 |
Component: | rasgeo | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Easy |
Description
running a fresh clone I get:
$ ./configure —prefix=/usr/local/rasdaman-community/ —with-netcdf —with-docs
$ make install
[…]
mkdir -p build/web/WEB-INF/lib
cp -r ../secore-core/lib/basex-api.jar ../secore-core/lib/BaseX.jar ../secore-core/lib/log4j-1.2.16.jar ../secore-core/lib/nanoxml-2.2.3.jar ../secore-core/lib/ows-v_1_0_0-schema-1.0-SNAPSHOT.jar ../secore-core/lib/slf4j-api-1.6.2.jar ../secore-core/lib/slf4j-log4j12-1.6.2.jar ../secore-core/lib/xmlunit-1.3.jar ../secore-core/build/dist/secore-core.jar lib/xercesImpl-2.7.1.jar build/web/WEB-INF/lib
cp: cannot stat `../secore-core/build/dist/secore-core.jar': No such file or directory
make[4]: * [compileit] Error 1
This is reproducible with repeated "make install"s.
Change History (3)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 11 years ago
Also rasgeo failed to compile on Debian 7.0, I submitted a patch under this ticket.
raserase.cc: In function ‘int main(int, char**)’: raserase.cc:114:42: error: ‘R_OK’ was not declared in this scope raserase.cc:114:46: error: ‘access’ was not declared in this scope raserase.cc:158:38: error: ‘R_OK’ was not declared in this scope raserase.cc:158:42: error: ‘access’ was not declared in this scope make[4]: *** [raserase.o] Error 1
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
ok patch submitted.