Opened 10 years ago

Closed 10 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 Dimitar Misev, 10 years ago

Owner: changed from Piero Campalani to Dimitar Misev
Status: newaccepted

ok patch submitted.

comment:2 by Dimitar Misev, 10 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 Dimitar Misev, 10 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.