Search found 84 matches

by bruce
Thu Jun 21, 2018 9:19 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

I'm starting to get frustrated (well, more like "really frustrated", I was already frustrated).I've created a new VM with 16.04, downloaded Seadas 7.5, installed the source package (from the GUI), installed all the prereqs and followed the instructions here - https://seadas.gsfc.na...
by bruce
Thu Jun 21, 2018 8:59 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

I'll try again "later".  I got the opt/src tree by choosing the "source code" option on the GUI that appears after "Data Processing > Install OC processors"
by bruce
Wed Jun 20, 2018 10:49 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

problem 1 (easy to solve) I was missing libx11-dev.Problem 2 (tail end only) [ 26%] Building Fortran object src/l2gen/CMakeFiles/l1mapgen.dir/atrem_bndprms.f.o[ 26%] Building Fortran object src/l2gen/CMakeFiles/l1mapgen.dir/atrem_tpvmr_init.f.o[ 26%] Building C object src/l2gen/CMakeFiles/l1mapgen.d...
by bruce
Wed Jun 20, 2018 9:05 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

presuming the next steps are still 

cd build
cmake ..
make -j 20


It runs for a while and then errors out as in the attached log file
attachment 1
by bruce
Tue Jun 19, 2018 3:44 pm America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

For the time being, I'm mostly interested in mucking around in l2gen, so as long as I can rebuild that, I should be happy (at least for a little while :-) )
by bruce
Tue Jun 19, 2018 3:02 pm America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

bcb@modis:~$ ls -l $LIB3_DIR/src/sdptk/TOOLKIT/bin/INSTALL-Toolkit-rwxr-xr-x 1 bcb bcb 177265 Jun 19 10:06 /seadas/lcl/ocssw/opt/src/sdptk/TOOLKIT/bin/INSTALL-Toolkitbcb@modis:~$ bash, it's the only shell worth using (I know them's fightin words to some :-)It's a local disk, and the fail...
by bruce
Tue Jun 19, 2018 10:10 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

but the first file that's "not found" appears to be there...bcb@ubuntu:/seadas/lcl/ocssw/opt/src/sdptk/TOOLKIT/bin$ lscommon        INSTALL-HDF4.0r2  INSTALL-HDF4.2r10  INSTALL-HDF4.X      INSTALL-HDF5-1.6.2   INSTALL-HDF5-1.8.12&#...
by bruce
Tue Jun 19, 2018 9:47 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

Stuck now at sdptk,  BuildIt fails with******************************************** Building SDPTK *********************************************patching file bin/INSTALLpatching file bin/INSTALL-Toolkitpatching file include/libxml/Makefilepatching file include/libxml/xmlversion.hpatching file i...
by bruce
Tue Jun 19, 2018 9:46 am America/New_York
Forum: Questions/Comments
Question: Building on Ubuntu 18.04
Replies: 23

Building on Ubuntu 18.04

Notes on building on 18.04Only snag so far is that xdr won't build as shipped on 18.  It could probably be fixed with an additional option on the command line to compile it, but the "real" fix is to edit the failing test routine (opt/src/xdr/bsd-xdr-1.0.0/src/test/xdrstdio_test.c)...
by bruce
Tue Jun 19, 2018 9:15 am America/New_York
Forum: Questions/Comments
Question: Steps to rebuild a single executable?
Replies: 6

Steps to rebuild a single executable?

Yes, I could do a local build of cmake, but decided to switch from centos to ubuntu (18.04, not 16 - unity is an abomination).