I don't use Xastir much these days, but I have been lurking on the mailing 
lists for several years. I noticed that a new release was pending, so I decided 
to try a fresh clone and build it. I ran into an error regarding no install 
target in make. I've attached my full clone/build output. I'm using Garuda 
Linux (basically Arch with eye candy).

I'm not sure if the issue is on my end or if some changes for the upcoming 
release introduced a bug. I had a successful build from git running about a 
year ago.

Please let me know if there is anything else I need to try.

Thanks,
Dalen
W0LRO
╭─dkruse@hoss in ~
╰─λ cd code

╭─dkruse@hoss in ~/code
╰─λ git clone https://github.com/Xastir/Xastir.git xastir.git
Cloning into 'xastir.git'...
remote: Enumerating objects: 30927, done.
remote: Counting objects: 100% (784/784), done.
remote: Compressing objects: 100% (339/339), done.
remote: Total 30927 (delta 456), reused 751 (delta 445), pack-reused 30143
Receiving objects: 100% (30927/30927), 23.77 MiB | 7.83 MiB/s, done.
Resolving deltas: 100% (23535/23535), done.

╭─dkruse@hoss in ~/code took 4s
╰─λ cd xastir.git/

╭─dkruse@hoss in repo: xastir.git on  master
╰─λ ./bootstrap.sh
5) Removing autom4te.cache directory...
4) Running aclocal...
3) Running autoheader...
2) Running autoconf...
1) Running automake...
configure.ac:53: installing './compile'
configure.ac:45: installing './config.guess'
configure.ac:45: installing './config.sub'
configure.ac:34: installing './install-sh'
configure.ac:34: installing './missing'
callpass/Makefile.am: installing './depcomp'
Bootstrap complete.

╭─dkruse@hoss in repo: xastir.git on  master
╰─λ mkdir build

╭─dkruse@hoss in repo: xastir.git on  master took 1ms
╰─λ cd build

╭─dkruse@hoss in repo: xastir.git/build on  master
╰─λ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes

Configuring xastir 2.1.9

checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking for sys/time.h... yes
checking for sys/param.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking for ranlib... ranlib
checking for devices... found /dev/ttyS0 and /dev/ttyS1
checking for search paths... done
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking whether compiler accepts -Wno-unused-parameter... yes
checking for compiler flags... using -g -O2 -pipe -W -Wall -Wpointer-arith 
-Wstrict-prototypes -Wno-unused-parameter
checking for system... Linux
checking for gm... /usr/bin/gm
checking for /usr/bin/gm.exe... no
checking for lpr... /usr/bin/lpr
checking for gv... no
checking for festival... no
checking for gpsman... no
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for library containing tan... -lm
checking for XextAddDisplay in -lXext... yes
checking for XtDisplay in -lXt... yes
checking for XmTextFindString in -lXm... yes
checking for sed... /usr/bin/sed
checking for mv... /usr/bin/mv
checking for xfontsel... /usr/bin/xfontsel
checking for curl/curl.h... yes
checking for curl_global_init in -lcurl... yes
checking for main in -lcompat... no
checking for sched_yield in -lrt... yes
checking whether byte ordering is bigendian... no
checking for Motif headers... in default path
checking for Motif libraries... in default path
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdarg.h... yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... yes
checking for sys/time.h... (cached) yes
checking for signal.h... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for gcc options needed to detect all undeclared functions... none 
needed
checking for struct tm.tm_zone... yes
checking for socklen_t... yes
checking for sighandler_t... yes
checking for sig_t... yes
checking for sigjmp_buf... yes
checking for gmtoff in struct tm... yes
checking for fork... yes
checking for vfork... yes
checking for alarm... yes
checking for getpagesize... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking whether getpgrp requires zero arguments... yes
checking for GNU libc compatible malloc... yes
checking for working mktime... yes
checking for working mmap... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for working strtod... yes
checking for getcwd... yes
checking for getpgrp... yes
checking for gethostbyname... (cached) yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for getwd... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for pow... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for settimeofday... yes
checking for signal... yes
checking for sigignore... yes
checking for snprintf... yes
checking for socket... yes
checking for sqrt... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strptime... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtof... yes
checking for strtol... yes
checking for strtoul... yes
checking for tzset... yes
checking for vsnprintf... yes
checking for pthread_mutexattr_setkind_np... no
checking for pthread_mutexattr_settype... yes
checking for strndup... yes
checking for roundf... yes
checking for proj_create_crs_to_crs in -lproj... yes
checking for shapefil.h... yes
checking for DBFOpen in -lshp... yes
checking for pcre2.h... yes
checking for pcre2_compile_8 in -lpcre2-8... yes
checking for X11/xpm.h... yes
checking for library containing XpmWriteFileFromPixmap... -lXpm
checking for xtiffio.h... yes
checking for TIFFClose in -ltiff... yes
checking for GTIFNew in -lgeotiff... yes
checking for netax25/ax25.h... yes
checking for ax25_config_load_ports in -lax25... no
checking if db.h is exists and is usable... yes
checking for a library containing db_create... -ldb-5.3
checking for GraphicsMagick-config... /usr/bin/GraphicsMagick-config
checking for magick/api.h... yes
checking for WriteImage in -lGraphicsMagick... yes
checking if linker supports --no-keep-memory... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating callpass/Makefile
config.status: creating config/Makefile
config.status: creating help/Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/rtree/Makefile
config.status: creating symbols/Makefile
config.status: creating xastir.spec
config.status: creating xastir-min.spec
config.status: creating xastir-lsb.spec
config.status: creating scripts/get-BOMdata
config.status: creating scripts/get-NWSdata
config.status: creating scripts/get-gnis
config.status: creating scripts/get-pop
config.status: creating scripts/get-fcc-rac.pl
config.status: creating scripts/icontable.pl
config.status: creating config.h
config.status: executing depfiles commands
===========================================

xastir 2.1.9 has been configured to use the following
options and external libraries:

MINIMUM OPTIONS:
ShapeLib (Vector maps) .................... : yes

RECOMMENDED OPTIONS:
Xpm / Snapshots ........................... : yes
GraphicsMagick/ImageMagick (Raster maps) .. : yes (GraphicsMagick)
pcre (Shapefile customization) ............ : yes(PCRE2)
Berkeley DB map caching-Raster map speedups : yes
internet map retrieval .................... : yes (libcurl)

FOR THE ADVENTUROUS:
AX25 (Linux Kernel I/O Drivers) ........... : no
libproj (USGS Topos & Aerial Photos) ...... : yes
GeoTiff (USGS Topos & Aerial Photos) ...... : yes
Festival (Text-to-speech) ................. : no
GPSMan/gpsmanshp (GPS downloads) .......... : no

xastir will be installed in /usr/local/bin.
Type 'make' to build Xastir (Use 'gmake' instead on some systems).

╭─dkruse@hoss in repo: xastir.git/build on  master via C v13.1.1-gcc 
took 9s
╰─λ make
make  all-recursive
make[1]: Entering directory '/home/dkruse/code/xastir.git/build'
Making all in src
make[2]: Entering directory '/home/dkruse/code/xastir.git/build/src'
Making all in rtree
make[3]: Entering directory '/home/dkruse/code/xastir.git/build/src/rtree'
CC       card.o
CC       index.o
CC       node.o
CC       rect.o
CC       split_l.o
AR       librtree.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/dkruse/code/xastir.git/build/src/rtree'
make[3]: Entering directory '/home/dkruse/code/xastir.git/build/src'
CC       alert.o
CC       awk.o
../../src/awk.c: In function ‘awk_compile_program’:
../../src/awk.c:1202:23: warning: comparison of integer expressions of 
different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} 
[-Wsign-compare]
1202 |         for (i = 0; i < erroffset; i++)
|                       ^
CC       bulletin_gui.o
CC       color.o
CC       datum.o
CC       db.o
CC       db_gis.o
CC       dbfawk.o
CC       dlm.o
../../src/dlm.c: In function ‘DLM_curl_init’:
../../src/dlm.c:540:5: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: 
since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
540 |     curl_easy_setopt(mySession, CURLOPT_PROGRESSFUNCTION, 
DLM_curl_progress_callback);
|     ^~~~~~~~~~~~~~~~
In file included from ../../src/dlm.c:43:
/usr/include/curl/curl.h:1299:3: note: declared here
1299 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 
56,
|   ^~~~~~~~~~~~~~~~~
CC       draw_symbols.o
CC       fcc_data.o
CC       festival.o
CC       fetch_remote.o
CC       forked_getaddrinfo.o
CC       geo-find.o
CC       geocoder_gui.o
CC       gps.o
CC       hashtable.o
CC       hashtable_itr.o
CC       igate.o
CC       interface.o
CC       interface_gui.o
CC       io-common.o
CC       io-mmap.o
CC       lang.o
CC       list_gui.o
CC       locate_gui.o
CC       location.o
CC       location_gui.o
CC       main.o
../../src/main.c: In function ‘main’:
../../src/main.c:30516:3: warning: ‘sigignore’ is deprecated: Use the 
signal function instead [-Wdeprecated-declarations]
30516 |   (void) sigignore(SIGPIPE);
|   ^
In file included from ../../src/main.c:49:
/usr/include/signal.h:363:12: note: declared here
363 | extern int sigignore (int __sig) __THROW
|            ^~~~~~~~~
CC       maps.o
CC       map_cache.o
CC       map_dos.o
CC       map_geo.o
CC       map_gnis.o
CC       map_OSM.o
CC       map_pop.o
CC       map_shp.o
CC       map_tif.o
../../src/map_tif.c: In function ‘draw_geotiff_image_map’:
../../src/map_tif.c:409:3: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
409 |   uint32 width;               /* Width of the image */
|   ^~~~~~
../../src/map_tif.c:410:3: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
410 |   uint32 height;              /* Height of the image */
|   ^~~~~~
../../src/map_tif.c:411:3: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
411 |   uint16 bitsPerSample;       /* Should be 8 for USGS DRG's */
|   ^~~~~~
../../src/map_tif.c:412:3: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
412 |   uint16 samplesPerPixel = 1; /* Should be 1 for USGS DRG's.  Some maps
|   ^~~~~~
../../src/map_tif.c:414:3: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
414 |   uint32 rowsPerStrip;        /* Should be 1 for USGS DRG's */
|   ^~~~~~
../../src/map_tif.c:415:3: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
415 |   uint16 planarConfig;        /* Should be 1 for USGS DRG's */
|   ^~~~~~
../../src/map_tif.c:416:3: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
416 |   uint16 photometric;         /* DRGs are RGB (2) */
|   ^~~~~~
../../src/map_tif.c:420:3: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
420 |   uint32 row;                 /* My row counter for the loop */
|   ^~~~~~
../../src/map_tif.c:422:3: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
422 |   uint16 *red_orig, *green_orig, *blue_orig; /* Used for storing geotiff 
colors */
|   ^~~~~~
../../src/map_tif.c:422:3: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
../../src/map_tif.c:422:3: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
../../src/map_tif.c:491:3: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
491 |   uint32 column;
|   ^~~~~~
../../src/map_tif.c:510:3: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
510 |   uint32 current_left;
|   ^~~~~~
../../src/map_tif.c:511:3: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
511 |   uint32 current_right;
|   ^~~~~~
../../src/map_tif.c:514:3: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
514 |   uint32 column_offset;
|   ^~~~~~
../../src/map_tif.c:518:3: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
518 |   uint16 qty;
|   ^~~~~~
../../src/map_tif.c:2027:11: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
2027 |           my_colors[l].red   =   (uint16)(red_orig[l] * 
raster_map_intensity);
|           ^~~~~~~~~
../../src/map_tif.c:2028:11: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
2028 |           my_colors[l].green = (uint16)(green_orig[l] * 
raster_map_intensity);
|           ^~~~~~~~~
../../src/map_tif.c:2029:11: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
2029 |           my_colors[l].blue  =  (uint16)(blue_orig[l] * 
raster_map_intensity);
|           ^~~~~~~~~
../../src/map_tif.c:2048:15: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
2048 |               (uint16)(v * raster_map_intensity) << 8;
|               ^
../../src/map_tif.c:2067:15: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
2067 |               (uint16)(v * raster_map_intensity) << 8;
|               ^
CC       map_WMS.o
CC       messages.o
CC       messages_gui.o
CC       objects.o
CC       popup_gui.o
CC       rac_data.o
CC       rotated.o
CC       rpl_malloc.o
CC       shp_hash.o
CC       snprintf.o
CC       sound.o
CC       tile_mgmnt.o
CC       track_gui.o
CC       util.o
CC       view_message_gui.o
CC       wx.o
CC       wx_gui.o
CC       x_spider.o
CC       xa_config.o
rm -f compiledate.c compiledate.o
echo 'char gitstring[] = "'"`../../scripts/XastirGitStamp.sh ../..`"'";' >> 
compiledate.c
CC       compiledate.o
GEN      xastir
../../src/main.c: In function ‘Coordinate_calc_compute’:
../../src/main.c:2524:18: warning: ‘latitude’ may be used uninitialized 
[-Wmaybe-uninitialized]
2524 |       latitude = -latitude;
|                  ^
../../src/main.c:2241:10: note: ‘latitude’ declared here
2241 |   double latitude;
|          ^
../../src/main.c:2700:19: warning: ‘longitude’ may be used uninitialized 
[-Wmaybe-uninitialized]
2700 |       longitude = -longitude;
|                   ^
../../src/main.c:2242:10: note: ‘longitude’ declared here
2242 |   double longitude;
|          ^
../../src/db.c: In function ‘display_station’:
../../src/db.c:3751:3: warning: ‘ambiguity_coord_lat’ may be used 
uninitialized [-Wmaybe-uninitialized]
3751 |   draw_symbol(w,
|   ^
../../src/db.c:3042:29: note: ‘ambiguity_coord_lat’ was declared here
3042 |   long ambiguity_coord_lon, ambiguity_coord_lat;
|                             ^
../../src/db.c:3751:3: warning: ‘ambiguity_coord_lon’ may be used 
uninitialized [-Wmaybe-uninitialized]
3751 |   draw_symbol(w,
|   ^
../../src/db.c:3042:8: note: ‘ambiguity_coord_lon’ was declared here
3042 |   long ambiguity_coord_lon, ambiguity_coord_lat;
|        ^
In function ‘memcpy’,
inlined from ‘substr’ at ../../src/util.c:5238:3,
inlined from ‘msg_record_rej’ at ../../src/db.c:1139:3,
inlined from ‘decode_message’ at ../../src/db.c:18620:7:
/usr/include/bits/string_fortified.h:29:10: warning: ‘__builtin_memcpy’ 
reading 10 bytes from a region of size6 [-Wstringop-overread]
29 |   return __builtin___memcpy_chk (__dest, __src, __len,
|          ^
../../src/db.c: In function ‘decode_message’:
../../src/db.c:18308:8: note: source object ‘msg_id’ of size 6
18308 |   char msg_id[5+1];
|        ^
In function ‘memcpy’,
inlined from ‘substr’ at ../../src/util.c:5238:3,
inlined from ‘alert_data_add’ at ../../src/db.c:1609:3,
inlined from ‘decode_message’ at ../../src/db.c:19036:5:
/usr/include/bits/string_fortified.h:29:10: warning: ‘__builtin_memcpy’ 
reading 10 bytes from a region of size6 [-Wstringop-overread]
29 |   return __builtin___memcpy_chk (__dest, __src, __len,
|          ^
../../src/db.c: In function ‘decode_message’:
../../src/db.c:18308:8: note: source object ‘msg_id’ of size 6
18308 |   char msg_id[5+1];
|        ^
In function ‘memcpy’,
inlined from ‘substr’ at ../../src/util.c:5238:3,
inlined from ‘alert_data_add’ at ../../src/db.c:1633:3,
inlined from ‘decode_message’ at ../../src/db.c:19036:5:
/usr/include/bits/string_fortified.h:29:10: warning: ‘__builtin_memcpy’ 
reading 10 bytes from a region of size6 [-Wstringop-overread]
29 |   return __builtin___memcpy_chk (__dest, __src, __len,
|          ^
../../src/db.c: In function ‘decode_message’:
../../src/db.c:18308:8: note: source object ‘msg_id’ of size 6
18308 |   char msg_id[5+1];
|        ^
CC       xastir_udp_client.o
GEN      xastir_udp_client
CC       testdbfawk.o
GEN      testdbfawk
make[3]: Leaving directory '/home/dkruse/code/xastir.git/build/src'
make[2]: Leaving directory '/home/dkruse/code/xastir.git/build/src'
Making all in config
make[2]: Entering directory '/home/dkruse/code/xastir.git/build/config'
../../scripts/langElmerFudd.pl -split >language-ElmerFudd.sys 
<../../config/language-English.sys
../../scripts/langMuppetsChef.pl -split >language-MuppetsChef.sys 
<../../config/language-English.sys
../../scripts/langOldeEnglish.pl -split >language-OldeEnglish.sys 
<../../config/language-English.sys
../../scripts/langPigLatin.pl -split >language-PigLatin.sys 
<../../config/language-English.sys
../../scripts/langPirateEnglish.pl -split >language-PirateEnglish.sys 
<../../config/language-English.sys
make[2]: Leaving directory '/home/dkruse/code/xastir.git/build/config'
Making all in help
make[2]: Entering directory '/home/dkruse/code/xastir.git/build/help'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dkruse/code/xastir.git/build/help'
Making all in scripts
make[2]: Entering directory '/home/dkruse/code/xastir.git/build/scripts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dkruse/code/xastir.git/build/scripts'
Making all in symbols
make[2]: Entering directory '/home/dkruse/code/xastir.git/build/symbols'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dkruse/code/xastir.git/build/symbols'
Making all in callpass
make[2]: Entering directory '/home/dkruse/code/xastir.git/build/callpass'
CC       callpass.o
GEN      callpass
make[2]: Leaving directory '/home/dkruse/code/xastir.git/build/callpass'
make[2]: Entering directory '/home/dkruse/code/xastir.git/build'
make[2]: *** No rule to make target 'INSTALL', needed by 'all-am'.  Stop.
make[2]: Leaving directory '/home/dkruse/code/xastir.git/build'
make[1]: *** [Makefile:746: all-recursive] Error 1
make[1]: Leaving directory '/home/dkruse/code/xastir.git/build'
make: *** [Makefile:428: all] Error 2

╭─dkruse@hoss in repo: xastir.git/build on  master via C v13.1.1-gcc 
took 13s
[🔴] ×
_______________________________________________
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir

Reply via email to