[noaaport] Noaaport Compile Issues CentOS 5.9 and sys/types

Has anyone reported compiling issues with the noaaport package + latest LDM 
packages?

We have a new host and have run into compile issues, I believe simply related 
to the make process since LDM compiles just fine, but noaaport is failing when 
it gets to read_multicast with errors it doesn't understand 'u_int' and other 
sys/types. Again, since LDM was just fine, and noaaport is failing, I believe 
this is something up front with the compile/make sequence.

I've run into something similar with GEMPAK before but was just wondering if 
there was a fix floating in the community somewhere.

--
Eric M. Hudish
ZedX, Incorporated
369 Rolling Ridge Road
Bellefonte, PA 16823
Phone: +1.814.357.8490 +225
Cell:  +1.724.977.3314

PGP Security Available
Search http://keyserver.pgp.com

make  all-recursive
make[1]: Entering directory `/home/ldm/noaaport-1.7.1'
Making all in zlib
make[2]: Entering directory `/home/ldm/noaaport-1.7.1/zlib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ldm/noaaport-1.7.1/zlib'
Making all in g2
make[2]: Entering directory `/home/ldm/noaaport-1.7.1/g2'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ldm/noaaport-1.7.1/g2'
Making all in gempak
make[2]: Entering directory `/home/ldm/noaaport-1.7.1/gempak'
/bin/sh ../libtool  --tag=CC   --mode=compile c89 -DHAVE_CONFIG_H -I. -I..  
-DLDMHOME='"/home/ldm"' -I.. -I../g2 -I/home/ldm/include -DNDEBUG  -O -m64 -MT 
lib_la-cfltinq.lo -MD -MP -MF .deps/lib_la-cfltinq.Tpo -c -o lib_la-cfltinq.lo 
`test -f 'cfltinq.c' || echo './'`cfltinq.c
 c89 -DHAVE_CONFIG_H -I. -I.. -DLDMHOME=\"/home/ldm\" -I.. -I../g2 
-I/home/ldm/include -DNDEBUG -O -m64 -MT lib_la-cfltinq.lo -MD -MP -MF 
.deps/lib_la-cfltinq.Tpo -c cfltinq.c  -fPIC -DPIC -o .libs/lib_la-cfltinq.o
In file included from geminc.h:51,
                 from cfltinq.c:1:
/usr/include/sys/ipc.h:25:3: warning: #warning "Files using this header must be 
compiled with _SVID_SOURCE or _XOPEN_SOURCE"
In file included from cfltinq.c:4:
/home/ldm/include/ldm.h:250: error: expected â??=â??, â??,â??, â??;â??, 
â??asmâ?? or â??__attribute__â?? before â??feedtypetâ??
In file included from cfltinq.c:4:
/home/ldm/include/ldm.h:275: error: expected specifier-qualifier-list before 
â??u_longâ??
/home/ldm/include/ldm.h:286: error: expected specifier-qualifier-list before 
â??u_shortâ??
/home/ldm/include/ldm.h:337: error: expected specifier-qualifier-list before 
â??feedtypetâ??
/home/ldm/include/ldm.h:357: error: expected specifier-qualifier-list before 
â??u_intâ??
/home/ldm/include/ldm.h:370: error: expected â??=â??, â??,â??, â??;â??, 
â??asmâ?? or â??__attribute__â?? before â??max_hereis_tâ??
/home/ldm/include/ldm.h:378: error: expected specifier-qualifier-list before 
â??max_hereis_tâ??
/home/ldm/include/ldm.h:394: error: expected specifier-qualifier-list before 
â??feedtypetâ??
/home/ldm/include/ldm.h:419: error: expected specifier-qualifier-list before 
â??u_intâ??
/home/ldm/include/ldm.h:445: error: expected specifier-qualifier-list before 
â??u_intâ??
/home/ldm/include/ldm.h:457: error: expected specifier-qualifier-list before 
â??u_intâ??
/home/ldm/include/ldm.h:501: error: expected specifier-qualifier-list before 
â??max_hereis_tâ??
/home/ldm/include/ldm.h:510: error: expected specifier-qualifier-list before 
â??u_intâ??
/home/ldm/include/ldm.h:560: error: expected declaration specifiers or 
â??...â?? before â??caddr_tâ??
/home/ldm/include/ldm.h:594: error: expected â??)â?? before â??*â?? token
/home/ldm/include/ldm.h:595: error: expected â??)â?? before â??*â?? token
/home/ldm/include/ldm.h:606: error: expected declaration specifiers or 
â??...â?? before â??caddr_tâ??
/home/ldm/include/ldm.h:632: error: expected declaration specifiers or 
â??...â?? before â??feedtypetâ??
/home/ldm/include/ldm.h:641: error: expected declaration specifiers or 
â??...â?? before â??max_hereis_tâ??
make[2]: *** [lib_la-cfltinq.lo] Error 1
make[2]: Leaving directory `/home/ldm/noaaport-1.7.1/gempak'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ldm/noaaport-1.7.1'
make: *** [all] Error 2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for c89... c89
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether c89 accepts -g... yes
checking for c89 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of c89... gcc3
checking how to run the C preprocessor... c89 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether c89 and cc understand -c and -o together... yes
checking the C compiler... works
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by c89... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from c89 object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if c89 supports -fno-rtti -fno-exceptions... no
checking for c89 option to produce PIC... -fPIC
checking if c89 PIC flag -fPIC works... yes
checking if c89 static flag -static works... yes
checking if c89 supports -c -o file.o... yes
checking whether the c89 linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 
immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 
immediate
configure: Checking how to maximize the (long, void*, off_t)
                programming environment
checking if the system supports _XBS5_LPBIG_OFFBIG... no
checking if the system supports _XBS5_LP64_OFF64... yes
configure: cflags="-m64"
configure: ldflags="-m64"
configure: libs=""
configure: ARFLAGS="-cru"
checking the C compiler (again)... works
checking the installation prefix... /home/ldm
checking LDMHOME... /home/ldm
checking LDM version... 6.11
checking for library containing sched_setscheduler... none required
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing pthread_create... -lpthread
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sys/stat.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mainpage.h
config.status: creating g2/Makefile
config.status: creating gempak/Makefile
config.status: creating tables/Makefile
config.status: creating zlib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in libpng (/home/ldm/noaaport-1.7.1/libpng)
configure: running /bin/sh ./configure --disable-option-checking 
'--prefix=/home/ldm'  '--disable-root-actions' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... c89
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether c89 accepts -g... yes
checking for c89 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of c89... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by c89... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... c89 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from c89 object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if c89 supports -fno-rtti -fno-exceptions... no
checking for c89 option to produce PIC... -fPIC
checking if c89 PIC flag -fPIC works... yes
checking if c89 static flag -static works... yes
checking if c89 supports -c -o file.o... yes
checking whether the c89 linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 
immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 
immediate
checking for X... libraries , headers 
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working strtod... yes
checking for memset... yes
checking for pow... no
checking for strrchr... yes
checking for sqrt... no
checking for sqrt in -lm... yes
checking for zlibVersion in -lz... yes
checking pkgconfig directory... ${prefix}/lib/pkgconfig
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
  • 2013 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the noaaport archives: