NCAR / lrose-core

Core C/C++ code for LROSE.
https://www.eol.ucar.edu/content/lidar-radar-open-software-environment
Other
92 stars 51 forks source link

Debian 10 Support? #79

Closed ShaneEEEE closed 4 years ago

ShaneEEEE commented 5 years ago

I can't seem to get lrose-core installing on Debian 10 Buster, If I use the debian 9 package it seems to want libnetcdf.so.11 but in D10 its NetCDF13 and if I install libnetcdf11 through a debian 9 source it still complains about not being able to find libnetcdf.so.11.

If I compile I get the following errors:

/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libfl.so: undefined reference to `yylex'
collect2: error: ld returned 1 exit status
make[3]: *** [makefile:483: ProSensing2Dsr] Error 1
make[3]: Target 'all' not remade because of errors.
make[3]: Leaving directory '/tmp/lrose_build/lrose-core/codebase/apps/xpol/src/ProSensing2Dsr'
make[3]: Entering directory '/tmp/lrose_build/lrose-core/codebase/apps/xpol/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/lrose_build/lrose-core/codebase/apps/xpol/src'
make[2]: *** [makefile:379: all-recursive] Error 1
make[2]: Target 'all' not remade because of errors.
make[2]: Leaving directory '/tmp/lrose_build/lrose-core/codebase/apps/xpol/src'
make[2]: Entering directory '/tmp/lrose_build/lrose-core/codebase/apps/xpol'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/tmp/lrose_build/lrose-core/codebase/apps/xpol'
make[1]: *** [makefile:379: all-recursive] Error 1
make[1]: Target 'all' not remade because of errors.
make[1]: Leaving directory '/tmp/lrose_build/lrose-core/codebase/apps/xpol'
make[1]: Entering directory '/tmp/lrose_build/lrose-core/codebase/apps'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/lrose_build/lrose-core/codebase/apps'
make: *** [makefile:399: all-recursive] Error 1
make: Target 'all' not remade because of errors.

Flex is installed on the server as well as all the dependant packages listed in the documentation.

mike-dixon commented 4 years ago

Debian 10 support is now available for lrose-core. See the latest release at: https://github.com/NCAR/lrose-core/releases/tag/lrose-core-20191213 Thanks, Mike