Source: starplot
Version: 0.95.5-8.3
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -b
> ------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package starplot
> dpkg-buildpackage: info: source version 0.95.5-8.3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Adrian Bunk <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> # Add here commands to clean up after the build process.
> [ ! -f Makefile ] || /usr/bin/make distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in intl
> make[2]: Entering directory '/<<PKGBUILDDIR>>/intl'
> rm -f *.a *.la *.o *.obj *.lo core core.*
> rm -f libgnuintl.h libintl.h charset.alias ref-add.sed ref-del.sed
> rm -f -r .libs _libs
> rm -f Makefile ID TAGS
> if test "starplot" = "gettext-runtime" || test "starplot" = "gettext-tools"; 
> then \
>   rm -f ChangeLog.inst VERSION; \
> else \
>   : ; \
> fi
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/intl'
> Making distclean in m4
> make[2]: Entering directory '/<<PKGBUILDDIR>>/m4'
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/m4'
> Making distclean in po
> make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
> rm -f *.insert-header
> rm -f remove-potcdate.sed
> rm -f stamp-poT
> rm -f core core.* starplot.po starplot.1po starplot.2po *.new.po
> rm -fr *.o
> rm -f Makefile Makefile.in POTFILES *.mo
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
> Making distclean in doc
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> test -z "starplot.1 starconvert.1 starpkg.1" || rm -f starplot.1 
> starconvert.1 starpkg.1
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> Making distclean in lib
> make[2]: Entering directory '/<<PKGBUILDDIR>>/lib'
> test -z "libcompat.a" || rm -f libcompat.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f .deps/atan2.Po
> rm -f .deps/floor.Po
> rm -f .deps/log10.Po
> rm -f .deps/pow.Po
> rm -f .deps/snprintf.Po
> rm -f .deps/sqrt.Po
> rm -f .deps/strlen.Po
> rm -f .deps/strtod.Po
> rm -f .deps/strtol.Po
> rm -f .deps/vsnprintf.Po
> rm -f ./.deps/dummy.Po
> rm -f ./.deps/ostringstream.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib'
> Making distclean in src
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> test -z "starplot starconvert" || rm -f starplot starconvert
> test -z "libstarplot.a" || rm -f libstarplot.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/mathdefs.Po
> rm -f ./.deps/specclass.Po
> rm -f ./.deps/star.Po
> rm -f ./.deps/stararray.Po
> rm -f ./.deps/starconvert-convert.Po
> rm -f ./.deps/starconvert-names.Po
> rm -f ./.deps/starconvert-parse.Po
> rm -f ./.deps/starplot-chartdialogs.Po
> rm -f ./.deps/starplot-custom.Po
> rm -f ./.deps/starplot-filedialogs.Po
> rm -f ./.deps/starplot-gtkviewer.Po
> rm -f ./.deps/starplot-hrdiagram.Po
> rm -f ./.deps/starplot-infodialogs.Po
> rm -f ./.deps/starplot-menuops.Po
> rm -f ./.deps/starplot-starplot.Po
> rm -f ./.deps/strings.Po
> rm -f ./.deps/vector3.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> test -z "intl/Makefile src/convert/starpkg" || rm -f intl/Makefile 
> src/convert/starpkg
> test . = "." || test -z "" || rm -f 
> rm -f config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f config.status config.cache config.log configure.lineno 
> config.status.lineno
> rm -f Makefile
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f build-stamp configure-stamp config.status config.log
> dh_autoreconf_clean
> dh_clean
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in 
> use)
>  debian/rules build
> dh_testdir
> dh_autoreconf
> Copying file po/Makevars.template
> configure.ac:8: warning: AM_PROG_MKDIR_P: this macro is deprecated, and will 
> soon be removed.
> configure.ac:8: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro 
> instead,
> configure.ac:8: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your 
> Makefile.am files.
> ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
> aclocal.m4:1314: AM_PROG_MKDIR_P is expanded from...
> m4/po.m4:23: AM_PO_SUBDIRS is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> m4/visibility.m4:23: gl_VISIBILITY is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/stdint_h.m4:12: gl_AC_HEADER_STDINT_H is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_RUN' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/intdiv0.m4:9: gt_INTDIV0 is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/inttypes_h.m4:12: gl_AC_HEADER_INTTYPES_H is expanded from...
> m4/uintmax_t.m4:14: gl_AC_TYPE_UINTMAX_T is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/inttypes-pri.m4:14: gt_INTTYPES_PRI is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_GNU_SOURCE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/specific.m4:312: AC_GNU_SOURCE is expanded from...
> m4/lock.m4:29: gl_LOCK_EARLY_BODY is expanded from...
> m4/lock.m4:22: gl_LOCK_EARLY is expanded from...
> m4/lock.m4:248: gl_LOCK is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_HELP_STRING' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
> m4/lock.m4:29: gl_LOCK_EARLY_BODY is expanded from...
> m4/lock.m4:22: gl_LOCK_EARLY is expanded from...
> m4/lock.m4:248: gl_LOCK is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> m4/lock.m4:77: gl_LOCK_BODY is expanded from...
> m4/lock.m4:248: gl_LOCK is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> m4/lock.m4:77: gl_LOCK_BODY is expanded from...
> m4/lock.m4:248: gl_LOCK is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/intl.m4:244: gt_CHECK_DECL is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/iconv.m4:20: AM_ICONV_LINK is expanded from...
> m4/iconv.m4:75: AM_ICONV is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> m4/iconv.m4:75: AM_ICONV is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/intl.m4:162: gt_INTL_SUBDIR_CORE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/longdouble.m4:14: gt_TYPE_LONGDOUBLE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/wchar_t.m4:11: gt_TYPE_WCHAR_T is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/wint_t.m4:11: gt_TYPE_WINT_T is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/intmax.m4:11: gt_TYPE_INTMAX_T is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_RUN' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/printf-posix.m4:11: gt_PRINTF_POSIX is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `_AC_COMPUTE_INT' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:3376: _AC_COMPUTE_INT is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> m4/size_max.m4:9: gl_SIZE_MAX is expanded from...
> m4/xsize.m4:7: gl_XSIZE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> m4/size_max.m4:9: gl_SIZE_MAX is expanded from...
> m4/xsize.m4:7: gl_XSIZE is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/gettext.m4:367: gt_INTL_MACOSX is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_COMPILE' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/intl.m4:244: gt_CHECK_DECL is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/codeset.m4:9: AM_LANGINFO_CODESET is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/lcmessage.m4:21: gt_LC_MESSAGES is expanded from...
> m4/intl.m4:25: AM_INTL_SUBDIR is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/gettext.m4:367: gt_INTL_MACOSX is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:8: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:8: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
> lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
> m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
> configure.ac:8: the top level
> configure.ac:18: warning: The macro `AC_CONFIG_HEADER' is obsolete.
> configure.ac:18: You should run autoupdate.
> ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
> configure.ac:18: the top level
> configure.ac:59: warning: The macro `AC_TRY_RUN' is obsolete.
> configure.ac:59: You should run autoupdate.
> ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
> aclocal.m4:34: AM_PATH_GTK_2_0 is expanded from...
> configure.ac:59: the top level
> configure.ac:59: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:59: You should run autoupdate.
> ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
> aclocal.m4:34: AM_PATH_GTK_2_0 is expanded from...
> configure.ac:59: the top level
> configure.ac:64: warning: The macro `AC_HEADER_STDC' is obsolete.
> configure.ac:64: You should run autoupdate.
> ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
> configure.ac:64: the top level
> configure.ac:8: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its 
> use is discouraged.
> configure.ac:8: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro 
> instead,
> configure.ac:8: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your 
> Makefile.am files.
> configure.ac:7: installing './compile'
> configure.ac:8: installing './config.guess'
> configure.ac:8: installing './config.sub'
> configure.ac:5: installing './install-sh'
> configure.ac:5: installing './missing'
> Makefile.am: installing './INSTALL'
> lib/Makefile.am: installing './depcomp'
> src/Makefile.am:24: warning: source file 'classes/mathdefs.cc' is in a 
> subdirectory,
> src/Makefile.am:24: but option 'subdir-objects' is disabled
> automake: warning: possible forward-incompatibility.
> automake: At least one source file is in a subdirectory, but the 
> 'subdir-objects'
> automake: automake option hasn't been enabled.  For now, the corresponding 
> output
> automake: object file(s) will be placed in the top-level directory.  However, 
> this
> automake: behavior may change in a future Automake major version, with object
> automake: files being placed in the same subdirectory as the corresponding 
> sources.
> automake: You are advised to start using 'subdir-objects' option throughout 
> your
> automake: project, to avoid future incompatibilities.
> src/Makefile.am:24: warning: source file 'classes/specclass.cc' is in a 
> subdirectory,
> src/Makefile.am:24: but option 'subdir-objects' is disabled
> src/Makefile.am:24: warning: source file 'classes/star.cc' is in a 
> subdirectory,
> src/Makefile.am:24: but option 'subdir-objects' is disabled
> src/Makefile.am:24: warning: source file 'classes/stararray.cc' is in a 
> subdirectory,
> src/Makefile.am:24: but option 'subdir-objects' is disabled
> src/Makefile.am:24: warning: source file 'classes/strings.cc' is in a 
> subdirectory,
> src/Makefile.am:24: but option 'subdir-objects' is disabled
> src/Makefile.am:24: warning: source file 'classes/vector3.cc' is in a 
> subdirectory,
> src/Makefile.am:24: but option 'subdir-objects' is disabled
> src/Makefile.am:35: warning: source file 'convert/convert.cc' is in a 
> subdirectory,
> src/Makefile.am:35: but option 'subdir-objects' is disabled
> src/Makefile.am:35: warning: source file 'convert/names.cc' is in a 
> subdirectory,
> src/Makefile.am:35: but option 'subdir-objects' is disabled
> src/Makefile.am:35: warning: source file 'convert/parse.cc' is in a 
> subdirectory,
> src/Makefile.am:35: but option 'subdir-objects' is disabled
> src/Makefile.am:29: warning: source file 'gui/gtkviewer.cc' is in a 
> subdirectory,
> src/Makefile.am:29: but option 'subdir-objects' is disabled
> src/Makefile.am:29: warning: source file 'gui/chartdialogs.cc' is in a 
> subdirectory,
> src/Makefile.am:29: but option 'subdir-objects' is disabled
> src/Makefile.am:29: warning: source file 'gui/custom.cc' is in a subdirectory,
> src/Makefile.am:29: but option 'subdir-objects' is disabled
> src/Makefile.am:29: warning: source file 'gui/filedialogs.cc' is in a 
> subdirectory,
> src/Makefile.am:29: but option 'subdir-objects' is disabled
> src/Makefile.am:29: warning: source file 'gui/hrdiagram.cc' is in a 
> subdirectory,
> src/Makefile.am:29: but option 'subdir-objects' is disabled
> src/Makefile.am:29: warning: source file 'gui/infodialogs.cc' is in a 
> subdirectory,
> src/Makefile.am:29: but option 'subdir-objects' is disabled
> src/Makefile.am:29: warning: source file 'gui/menuops.cc' is in a 
> subdirectory,
> src/Makefile.am:29: but option 'subdir-objects' is disabled
> src/Makefile.am:29: warning: source file 'gui/starplot.cc' is in a 
> subdirectory,
> src/Makefile.am:29: but option 'subdir-objects' is disabled
> ./configure --build x86_64-linux-gnu --prefix=/usr 
> --with-webbrowser=sensible-browser \
>       --htmldir=/usr/share/doc/starplot
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a race-free mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> 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 sys/param.h... yes
> checking for vfork.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking whether _XOPEN_SOURCE should be defined... no
> checking whether NLS is requested... yes
> checking for msgfmt... /usr/bin/msgfmt
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for msgmerge... /usr/bin/msgmerge
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking whether we are using the GNU C Library 2 or newer... yes
> checking for ranlib... ranlib
> checking for simple visibility declarations... yes
> checking for inline... inline
> checking for size_t... yes
> checking for stdint.h... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for getpagesize... yes
> checking for fork... yes
> checking for vfork... yes
> checking for vprintf... yes
> checking for working mmap... yes
> checking whether integer division by zero raises SIGFPE... yes
> checking for inttypes.h... yes
> checking for unsigned long long int... yes
> checking for inttypes.h... (cached) yes
> checking whether the inttypes.h PRIxNN macros are broken... no
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking whether imported symbols can be declared weak... yes
> checking for pthread.h... yes
> checking for pthread_kill in -lpthread... yes
> checking for pthread_rwlock_t... yes
> checking for multithread API to use... posix
> checking for argz.h... yes
> checking for inttypes.h... (cached) yes
> checking for limits.h... yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for getcwd... yes
> checking for getegid... yes
> checking for geteuid... yes
> checking for getgid... yes
> checking for getuid... yes
> checking for mempcpy... yes
> checking for munmap... yes
> checking for stpcpy... yes
> checking for strcasecmp... yes
> checking for strdup... yes
> checking for strtoul... yes
> checking for tsearch... yes
> checking for argz_count... yes
> checking for argz_stringify... yes
> checking for argz_next... yes
> checking for __fsetlocking... yes
> checking whether feof_unlocked is declared... yes
> checking whether fgets_unlocked is declared... yes
> checking for iconv... yes
> checking for iconv declaration... 
>          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
> char * *outbuf, size_t *outbytesleft);
> checking for NL_LOCALE_NAME macro... yes
> checking for bison... no
> checking for long long int... yes
> checking for long double... yes
> checking for wchar_t... yes
> checking for wint_t... yes
> checking for intmax_t... yes
> checking whether printf() supports POSIX/XSI format strings... yes
> checking whether we are using the GNU C Library 2.1 or newer... yes
> checking for stdint.h... (cached) yes
> checking for SIZE_MAX... yes
> checking for stdint.h... (cached) yes
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyCurrent... no
> checking for ptrdiff_t... yes
> checking for stddef.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for asprintf... yes
> checking for fwprintf... yes
> checking for putenv... yes
> checking for setenv... yes
> checking for setlocale... yes
> checking for snprintf... yes
> checking for wcslen... yes
> checking whether _snprintf is declared... no
> checking whether _snwprintf is declared... no
> checking whether getc_unlocked is declared... yes
> checking for nl_langinfo and CODESET... yes
> checking for LC_MESSAGES... yes
> checking for CFPreferencesCopyAppValue... (cached) no
> checking for CFLocaleCopyCurrent... (cached) no
> checking whether included gettext is requested... no
> checking for GNU gettext in libc... yes
> checking whether to use NLS... yes
> checking where the gettext function comes from... libc
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for ranlib... (cached) ranlib
> 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 for g++... g++
> checking whether the compiler supports GNU C++... yes
> checking whether g++ accepts -g... yes
> checking for g++ option to enable C++11 features... none needed
> checking dependency style of g++... gcc3
> checking for pkg-config... yes
> checking for sensible-browser... /usr/bin/sensible-browser
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for pkg-config... (cached) /usr/bin/pkg-config
> checking pkg-config is at least version 0.7... yes
> checking for GTK+ - version >= 2.0.0... yes (version 2.24.33)
> checking for egrep... (cached) /bin/grep -E
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for stdarg.h... yes
> checking for stdio.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for locale.h... yes
> checking for sys/types.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for string.h... (cached) yes
> checking for string... yes
> checking for working volatile... yes
> checking for pid_t... yes
> checking for size_t... (cached) yes
> checking for std::ostringstream... yes
> checking for working fork... yes
> checking for working vfork... (cached) yes
> checking for vsprintf... yes
> checking for execvp... yes
> checking for strcmp... yes
> checking for log... yes
> checking for exp... yes
> checking for atan... yes
> checking for bind_textdomain_codeset... yes
> checking for gtk_expander_new... yes
> checking for working strtod... yes
> checking for pow... yes
> checking for log10... yes
> checking for floor... yes
> checking for sqrt... yes
> checking for atan2... yes
> checking for strtol... yes
> checking for strlen... yes
> checking for snprintf... (cached) yes
> checking for vsnprintf... yes
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating intl/Makefile
> config.status: creating po/Makefile.in
> config.status: creating m4/Makefile
> config.status: creating doc/Makefile
> config.status: creating lib/Makefile
> config.status: creating src/Makefile
> config.status: creating src/convert/starpkg
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing po-directories commands
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> touch configure-stamp
> dh_testdir
> /usr/bin/make all CFLAGS="-Wall -pedantic -O2 -g" CXXFLAGS="-Wall -pedantic 
> -O2 -g" \
>       INSTALLPGM= \
>       docdir=/usr/share/doc/starplot mandir=/usr/share/man sysconfdir=/etc
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> /usr/bin/make  all-recursive
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> Making all in intl
> make[3]: Entering directory '/<<PKGBUILDDIR>>/intl'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/intl'
> Making all in m4
> make[3]: Entering directory '/<<PKGBUILDDIR>>/m4'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/m4'
> Making all in po
> make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/po'
> Making all in doc
> make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
> sed -e s,DOCDIR,/usr/share/doc/starplot,g -e s,DATADIR,/usr/share/starplot,g 
> ".."/doc/man/starplot.man > starplot.1
> sed -e s,DOCDIR,/usr/share/doc/starplot,g -e s,DATADIR,/usr/share/starplot,g 
> ".."/doc/man/starconvert.man > starconvert.1
> sed -e s,DOCDIR,/usr/share/doc/starplot,g -e s,DATADIR,/usr/share/starplot,g 
> ".."/doc/man/starpkg.man > starpkg.1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> Making all in lib
> make[3]: Entering directory '/<<PKGBUILDDIR>>/lib'
> gcc -DHAVE_CONFIG_H -I. -I..     -Wall -pedantic -O2 -g -MT dummy.o -MD -MP 
> -MF .deps/dummy.Tpo -c -o dummy.o dummy.c
> mv -f .deps/dummy.Tpo .deps/dummy.Po
> g++ -DHAVE_CONFIG_H -I. -I..     -Wall -pedantic -O2 -g -MT ostringstream.o 
> -MD -MP -MF .deps/ostringstream.Tpo -c -o ostringstream.o ostringstream.cc
> In file included from ../system.h:387,
>                  from compat.h:4,
>                  from ostringstream.cc:1:
> ../lib/gettext.h:176:6: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../lib/gettext.h:200:5: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../lib/gettext.h:215:6: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../lib/gettext.h:246:5: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../lib/gettext.h:261:6: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/ostringstream.Tpo .deps/ostringstream.Po
> gcc -DHAVE_CONFIG_H -I. -I..     -Wall -pedantic -O2 -g -MT strtod.o -MD -MP 
> -MF .deps/strtod.Tpo -c -o strtod.o strtod.c
> In file included from ../system.h:387,
>                  from compat.h:4,
>                  from strtod.c:1:
> ../lib/gettext.h:176:6: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../lib/gettext.h: In function ‘dcpgettext_expr’:
> ../lib/gettext.h:200:5: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../lib/gettext.h:215:6: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../lib/gettext.h: In function ‘dcnpgettext_expr’:
> ../lib/gettext.h:246:5: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../lib/gettext.h:261:6: warning: this use of "defined" may not be portable 
> [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/strtod.Tpo .deps/strtod.Po
> rm -f libcompat.a
> ar cru libcompat.a dummy.o ostringstream.o strtod.o
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib libcompat.a
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
> Making all in src
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread  
> -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g -MT starplot-gtkviewer.o -MD -MP -MF 
> .deps/starplot-gtkviewer.Tpo -c -o starplot-gtkviewer.o `test -f 
> 'gui/gtkviewer.cc' || echo './'`gui/gtkviewer.cc
> In file included from gui/../classes/../../lib/../system.h:387,
>                  from gui/../classes/../../lib/compat.h:4,
>                  from gui/../classes/strings.h:4,
>                  from gui/gtkviewer.h:28,
>                  from gui/gtkviewer.cc:23:
> gui/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>                  from gui/gtkviewer.h:32:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 
> ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
>   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
>       |                                                                ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:24,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:729:3: note: declared here
>   729 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
>       |   ^~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>    73 |   GTimeVal last_popdown;
>       |            ^~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
>   578 | typedef struct _GTimeVal GTimeVal 
> GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
>       |                          ^~~~~~~~
> mv -f .deps/starplot-gtkviewer.Tpo .deps/starplot-gtkviewer.Po
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread  
> -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g -MT starplot-chartdialogs.o -MD -MP -MF 
> .deps/starplot-chartdialogs.Tpo -c -o starplot-chartdialogs.o `test -f 
> 'gui/chartdialogs.cc' || echo './'`gui/chartdialogs.cc
> In file included from gui/../classes/../../lib/../system.h:387,
>                  from gui/../classes/../../lib/compat.h:4,
>                  from gui/../classes/stararray.h:27,
>                  from gui/starplot.h:27,
>                  from gui/chartdialogs.cc:24:
> gui/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>                  from gui/starplot.h:22:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 
> ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
>   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
>       |                                                                ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:24,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:729:3: note: declared here
>   729 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
>       |   ^~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>    73 |   GTimeVal last_popdown;
>       |            ^~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
>   578 | typedef struct _GTimeVal GTimeVal 
> GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
>       |                          ^~~~~~~~
> mv -f .deps/starplot-chartdialogs.Tpo .deps/starplot-chartdialogs.Po
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread  
> -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g -MT starplot-custom.o -MD -MP -MF .deps/starplot-custom.Tpo 
> -c -o starplot-custom.o `test -f 'gui/custom.cc' || echo './'`gui/custom.cc
> In file included from gui/../classes/../../lib/../system.h:387,
>                  from gui/../classes/../../lib/compat.h:4,
>                  from gui/../classes/stararray.h:27,
>                  from gui/starplot.h:27,
>                  from gui/custom.cc:26:
> gui/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>                  from gui/custom.cc:25:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 
> ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
>   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
>       |                                                                ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:24,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:729:3: note: declared here
>   729 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
>       |   ^~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>    73 |   GTimeVal last_popdown;
>       |            ^~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
>   578 | typedef struct _GTimeVal GTimeVal 
> GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
>       |                          ^~~~~~~~
> mv -f .deps/starplot-custom.Tpo .deps/starplot-custom.Po
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread  
> -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g -MT starplot-filedialogs.o -MD -MP -MF 
> .deps/starplot-filedialogs.Tpo -c -o starplot-filedialogs.o `test -f 
> 'gui/filedialogs.cc' || echo './'`gui/filedialogs.cc
> In file included from gui/../classes/../../lib/../system.h:387,
>                  from gui/../classes/../../lib/compat.h:4,
>                  from gui/../classes/stararray.h:27,
>                  from gui/starplot.h:27,
>                  from gui/filedialogs.cc:26:
> gui/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>                  from gui/filedialogs.cc:25:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 
> ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
>   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
>       |                                                                ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:24,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:729:3: note: declared here
>   729 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
>       |   ^~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>    73 |   GTimeVal last_popdown;
>       |            ^~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
>   578 | typedef struct _GTimeVal GTimeVal 
> GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
>       |                          ^~~~~~~~
> mv -f .deps/starplot-filedialogs.Tpo .deps/starplot-filedialogs.Po
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread  
> -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g -MT starplot-hrdiagram.o -MD -MP -MF 
> .deps/starplot-hrdiagram.Tpo -c -o starplot-hrdiagram.o `test -f 
> 'gui/hrdiagram.cc' || echo './'`gui/hrdiagram.cc
> In file included from gui/../classes/../../lib/../system.h:387,
>                  from gui/../classes/../../lib/compat.h:4,
>                  from gui/../classes/stararray.h:27,
>                  from gui/starplot.h:27,
>                  from gui/hrdiagram.cc:26:
> gui/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>                  from gui/hrdiagram.cc:25:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 
> ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
>   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
>       |                                                                ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:24,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:729:3: note: declared here
>   729 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
>       |   ^~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>    73 |   GTimeVal last_popdown;
>       |            ^~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
>   578 | typedef struct _GTimeVal GTimeVal 
> GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
>       |                          ^~~~~~~~
> gui/hrdiagram.cc:190:61: warning: ISO C++ forbids converting a string 
> constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   190 |     _("/_File"),                   0,     0,             0, 
> "<Branch>" },
>       |                                                             ^~~~~~~~~~
> gui/hrdiagram.cc:193:61: warning: ISO C++ forbids converting a string 
> constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   193 |     _("/File/_Close Window"),      0,     hr_quit,       0, "" },
>       |                                                             ^~
> gui/hrdiagram.cc:195:61: warning: ISO C++ forbids converting a string 
> constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   195 |   { _("/_Options"),                0,     0,             0, 
> "<Branch>" },
>       |                                                             ^~~~~~~~~~
> gui/hrdiagram.cc:196:61: warning: ISO C++ forbids converting a string 
> constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   196 |   { _("/Options/Scale _Y Axis..."),0,     hr_settings,   0, "" },
>       |                                                             ^~
> In file included from gui/starplot.h:29:
> gui/menu.h:116:42: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   116 | { _("/Options/_Star Labels"), 0, 0,   0, "<Branch>" },                
>         \
>       |                                          ^~~~~~~~~~
> gui/hrdiagram.cc:199:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>   199 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU // #defined in menu.h
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:118:5: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   118 |     "<control>K", labels_landmk,   0, "<RadioItem>" },                
>         \
>       |     ^~~~~~~~~~~~
> gui/hrdiagram.cc:199:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>   199 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU // #defined in menu.h
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:118:39: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   118 |     "<control>K", labels_landmk,   0, "<RadioItem>" },                
>         \
>       |                                       ^~~~~~~~~~~~~
> gui/hrdiagram.cc:199:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>   199 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU // #defined in menu.h
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:120:3: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   120 |   "<control>N", labels_all,      0, _("/Options/Star Labels/Landmark 
> Stars") },\
>       |   ^~~~~~~~~~~~
> gui/hrdiagram.cc:199:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>   199 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU // #defined in menu.h
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:122:3: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   122 |   "<control>I", labels_numerical,0, _("/Options/Star Labels/Landmark 
> Stars") },\
>       |   ^~~~~~~~~~~~
> gui/hrdiagram.cc:199:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>   199 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU // #defined in menu.h
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:124:3: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   124 |   "<control>O", labels_off,      0, _("/Options/Star Labels/Landmark 
> Stars") }
>       |   ^~~~~~~~~~~~
> gui/hrdiagram.cc:199:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>   199 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU // #defined in menu.h
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:138:43: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   138 | { _("/Options/Star _Diameters"), 0, 0, 0, "<Branch>" },               
>         \
>       |                                           ^~~~~~~~~~
> gui/hrdiagram.cc:199:23: note: in expansion of macro 
> ‘OPTIONS_DIAMETER_MENU’
>   199 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU // #defined in menu.h
>       |                       ^~~~~~~~~~~~~~~~~~~~~
> gui/menu.h:140:26: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   140 |     0, mag_diameters, 0, "<RadioItem>" },                             
>         \
>       |                          ^~~~~~~~~~~~~
> gui/hrdiagram.cc:199:23: note: in expansion of macro 
> ‘OPTIONS_DIAMETER_MENU’
>   199 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU // #defined in menu.h
>       |                       ^~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/starplot-hrdiagram.Tpo .deps/starplot-hrdiagram.Po
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread  
> -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g -MT starplot-infodialogs.o -MD -MP -MF 
> .deps/starplot-infodialogs.Tpo -c -o starplot-infodialogs.o `test -f 
> 'gui/infodialogs.cc' || echo './'`gui/infodialogs.cc
> In file included from gui/../classes/../../lib/../system.h:387,
>                  from gui/../classes/../../lib/compat.h:4,
>                  from gui/../classes/stararray.h:27,
>                  from gui/starplot.h:27,
>                  from gui/infodialogs.cc:26:
> gui/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>                  from gui/infodialogs.cc:25:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 
> ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
>   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
>       |                                                                ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:24,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:729:3: note: declared here
>   729 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
>       |   ^~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>    73 |   GTimeVal last_popdown;
>       |            ^~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
>   578 | typedef struct _GTimeVal GTimeVal 
> GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
>       |                          ^~~~~~~~
> mv -f .deps/starplot-infodialogs.Tpo .deps/starplot-infodialogs.Po
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread  
> -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g -MT starplot-menuops.o -MD -MP -MF 
> .deps/starplot-menuops.Tpo -c -o starplot-menuops.o `test -f 'gui/menuops.cc' 
> || echo './'`gui/menuops.cc
> In file included from gui/../classes/../../lib/../system.h:387,
>                  from gui/../classes/../../lib/compat.h:4,
>                  from gui/../classes/stararray.h:27,
>                  from gui/starplot.h:27,
>                  from gui/menuops.cc:34:
> gui/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>                  from gui/menuops.cc:25:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 
> ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
>   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
>       |                                                                ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:24,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:729:3: note: declared here
>   729 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
>       |   ^~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>    73 |   GTimeVal last_popdown;
>       |            ^~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
>   578 | typedef struct _GTimeVal GTimeVal 
> GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
>       |                          ^~~~~~~~
> In file included from gui/starplot.h:29:
> gui/menu.h:46:59: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    46 |   _("/_File"),                   0,      0,            0, "<Branch>" 
> },        \
>       |                                                           ^~~~~~~~~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:47:38: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    47 | { _("/File/_Open Star Database..."), "", file_open,    0, STO,  
> "gtk-open" }, \
>       |                                      ^~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:47:59: note: in expansion of macro ‘STO’
>    47 | { _("/File/_Open Star Database..."), "", file_open,    0, STO,  
> "gtk-open" }, \
>       |                                                           ^~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:48:39: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    48 | { _("/File/_Merge Star Database..."), "",file_merge,   0, STO,   
> "gtk-open" }, \
>       |                                       ^~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:48:59: note: in expansion of macro ‘STO’
>    48 | { _("/File/_Merge Star Database..."), "",file_merge,   0, STO,   
> "gtk-open" }, \
>       |                                                           ^~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:49:59: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    49 | { _("/File/-----"),              0,     0,             0, 
> "<Separator>" },     \
>       |                                                           
> ^~~~~~~~~~~~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:50:38: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    50 | { _("/File/Open _Parameter File..."),"", params_open,  0, STO,   
> "gtk-open" }, \
>       |                                      ^~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:50:59: note: in expansion of macro ‘STO’
>    50 | { _("/File/Open _Parameter File..."),"", params_open,  0, STO,   
> "gtk-open" }, \
>       |                                                           ^~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:51:40: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    51 | { _("/File/Save _Chart Parameters..."),"",params_save, 0, STO,   
> "gtk-save" }, \
>       |                                        ^~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:51:59: note: in expansion of macro ‘STO’
>    51 | { _("/File/Save _Chart Parameters..."),"",params_save, 0, STO,   
> "gtk-save" }, \
>       |                                                           ^~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:52:59: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    52 | { _("/File/-----"),              0,     0,             0, 
> "<Separator>" }, \
>       |                                                           
> ^~~~~~~~~~~~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:53:39: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    53 | { _("/File/_Save Chart as PNG..."),   "", file_save,    0, STO, 
> "gtk-save" }, \
>       |                                       ^~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:53:60: note: in expansion of macro ‘STO’
>    53 | { _("/File/_Save Chart as PNG..."),   "", file_save,    0, STO, 
> "gtk-save" }, \
>       |                                                            ^~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:54:59: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    54 | { _("/File/-----"),              0,     0,             0, 
> "<Separator>" },     \
>       |                                                           
> ^~~~~~~~~~~~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:55:34: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    55 | { _("/File/_Quit"),              "",    starplot_quit, 0, STO,   
> "gtk-quit" }
>       |                                  ^~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:55:59: note: in expansion of macro ‘STO’
>    55 | { _("/File/_Quit"),              "",    starplot_quit, 0, STO,   
> "gtk-quit" }
>       |                                                           ^~~
> gui/menuops.cc:38:3: note: in expansion of macro ‘FILE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |   ^~~~~~~~~
> gui/menu.h:67:59: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    67 | { _("/_Chart"),                  0,     0,             0, "<Branch>" 
> },        \
>       |                                                           ^~~~~~~~~~
> gui/menuops.cc:38:14: note: in expansion of macro ‘CHART_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |              ^~~~~~~~~~
> gui/menu.h:68:59: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    68 | { _("/Chart/_Define Chart..."),  0,     chart_define,  0, "" },       
>          \
>       |                                                           ^~
> gui/menuops.cc:38:14: note: in expansion of macro ‘CHART_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |              ^~~~~~~~~~
> gui/menu.h:69:59: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    69 | { _("/Chart/_Orientation..."),   0,     chart_orient,  0, "" },       
>          \
>       |                                                           ^~
> gui/menuops.cc:38:14: note: in expansion of macro ‘CHART_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |              ^~~~~~~~~~
> gui/menu.h:70:59: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    70 | { _("/Chart/Star _Filter..."),   0,     chart_filter,  0, "" }
>       |                                                           ^~
> gui/menuops.cc:38:14: note: in expansion of macro ‘CHART_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |              ^~~~~~~~~~
> gui/menu.h:79:51: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    79 | { _("/_Options"),            0, 0,             0, "<Branch>" },   \
>       |                                                   ^~~~~~~~~~
> gui/menuops.cc:38:26: note: in expansion of macro ‘OPTIONS_CUSTOM_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                          ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:85:51: note: in expansion of macro ‘STO’
>    85 | { _("/Options/_Font..."),    0, custom_font,   0, STO, 
> "gtk-select-font" },   \
>       |                                                   ^~~
> gui/menuops.cc:38:26: note: in expansion of macro ‘OPTIONS_CUSTOM_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                          ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:86:51: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    86 | { _("/Options/-----"),       0, 0,             0, "<Separator>" }
>       |                                                   ^~~~~~~~~~~~~
> gui/menuops.cc:38:26: note: in expansion of macro ‘OPTIONS_CUSTOM_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                          ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:96:32: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    96 | { _("/Options/Toggle _Bars"),  "<control>B", toggle_bars,   0, CHE }, 
>          \
>       |                                ^~~~~~~~~~~~
> gui/menuops.cc:38:47: note: in expansion of macro ‘OPTIONS_TOGGLE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                                               ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:31:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    31 | #define CHE "<CheckItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:96:64: note: in expansion of macro ‘CHE’
>    96 | { _("/Options/Toggle _Bars"),  "<control>B", toggle_bars,   0, CHE }, 
>          \
>       |                                                                ^~~
> gui/menuops.cc:38:47: note: in expansion of macro ‘OPTIONS_TOGGLE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                                               ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:97:32: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    97 | { _("/Options/Toggle G_rid"),  "<control>R", toggle_grid,   0, CHE }, 
>          \
>       |                                ^~~~~~~~~~~~
> gui/menuops.cc:38:47: note: in expansion of macro ‘OPTIONS_TOGGLE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                                               ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:31:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    31 | #define CHE "<CheckItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:97:64: note: in expansion of macro ‘CHE’
>    97 | { _("/Options/Toggle G_rid"),  "<control>R", toggle_grid,   0, CHE }, 
>          \
>       |                                                                ^~~
> gui/menuops.cc:38:47: note: in expansion of macro ‘OPTIONS_TOGGLE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                                               ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:98:32: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    98 | { _("/Options/Toggle _Legend"),"<control>L", toggle_legend, 0, CHE }, 
>         \
>       |                                ^~~~~~~~~~~~
> gui/menuops.cc:38:47: note: in expansion of macro ‘OPTIONS_TOGGLE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                                               ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:31:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    31 | #define CHE "<CheckItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:98:64: note: in expansion of macro ‘CHE’
>    98 | { _("/Options/Toggle _Legend"),"<control>L", toggle_legend, 0, CHE }, 
>         \
>       |                                                                ^~~
> gui/menuops.cc:38:47: note: in expansion of macro ‘OPTIONS_TOGGLE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                                               ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:99:63: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    99 | { _("/Options/-----"),           0,          0,            0, 
> "<Separator>" }
>       |                                                               
> ^~~~~~~~~~~~~
> gui/menuops.cc:38:47: note: in expansion of macro ‘OPTIONS_TOGGLE_MENU’
>    38 |   FILE_MENU, CHART_MENU, OPTIONS_CUSTOM_MENU, OPTIONS_TOGGLE_MENU,
>       |                                               ^~~~~~~~~~~~~~~~~~~
> gui/menu.h:116:42: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   116 | { _("/Options/_Star Labels"), 0, 0,   0, "<Branch>" },                
>         \
>       |                                          ^~~~~~~~~~
> gui/menuops.cc:39:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:118:5: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   118 |     "<control>K", labels_landmk,   0, "<RadioItem>" },                
>         \
>       |     ^~~~~~~~~~~~
> gui/menuops.cc:39:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:118:39: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   118 |     "<control>K", labels_landmk,   0, "<RadioItem>" },                
>         \
>       |                                       ^~~~~~~~~~~~~
> gui/menuops.cc:39:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:120:3: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   120 |   "<control>N", labels_all,      0, _("/Options/Star Labels/Landmark 
> Stars") },\
>       |   ^~~~~~~~~~~~
> gui/menuops.cc:39:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:122:3: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   122 |   "<control>I", labels_numerical,0, _("/Options/Star Labels/Landmark 
> Stars") },\
>       |   ^~~~~~~~~~~~
> gui/menuops.cc:39:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:124:3: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   124 |   "<control>O", labels_off,      0, _("/Options/Star Labels/Landmark 
> Stars") }
>       |   ^~~~~~~~~~~~
> gui/menuops.cc:39:3: note: in expansion of macro ‘OPTIONS_LABEL_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |   ^~~~~~~~~~~~~~~~~~
> gui/menu.h:138:43: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   138 | { _("/Options/Star _Diameters"), 0, 0, 0, "<Branch>" },               
>         \
>       |                                           ^~~~~~~~~~
> gui/menuops.cc:39:23: note: in expansion of macro ‘OPTIONS_DIAMETER_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |                       ^~~~~~~~~~~~~~~~~~~~~
> gui/menu.h:140:26: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   140 |     0, mag_diameters, 0, "<RadioItem>" },                             
>         \
>       |                          ^~~~~~~~~~~~~
> gui/menuops.cc:39:23: note: in expansion of macro ‘OPTIONS_DIAMETER_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |                       ^~~~~~~~~~~~~~~~~~~~~
> gui/menu.h:152:61: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   152 | { _("/Options/_Coordinate System"),  0,      0,          0, 
> "<Branch>" },   \
>       |                                                             ^~~~~~~~~~
> gui/menuops.cc:39:46: note: in expansion of macro ‘OPTIONS_COORD_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |                                              ^~~~~~~~~~~~~~~~~~
> gui/menu.h:154:3: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   154 |   "<control>C", cel_coords,       0, "<RadioItem>" },                 
>       \
>       |   ^~~~~~~~~~~~
> gui/menuops.cc:39:46: note: in expansion of macro ‘OPTIONS_COORD_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |                                              ^~~~~~~~~~~~~~~~~~
> gui/menu.h:154:38: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   154 |   "<control>C", cel_coords,       0, "<RadioItem>" },                 
>       \
>       |                                      ^~~~~~~~~~~~~
> gui/menuops.cc:39:46: note: in expansion of macro ‘OPTIONS_COORD_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |                                              ^~~~~~~~~~~~~~~~~~
> gui/menu.h:156:5: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   156 |     "<control>G", gal_coords,     0, _("/Options/Coordinate 
> System/Celestial")}
>       |     ^~~~~~~~~~~~
> gui/menuops.cc:39:46: note: in expansion of macro ‘OPTIONS_COORD_MENU’
>    39 |   OPTIONS_LABEL_MENU, OPTIONS_DIAMETER_MENU, OPTIONS_COORD_MENU,
>       |                                              ^~~~~~~~~~~~~~~~~~
> gui/menu.h:166:58: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   166 | { _("/Options/Distance _Units"),  0,      0,          0, "<Branch>" 
> },   \
>       |                                                          ^~~~~~~~~~
> gui/menuops.cc:40:3: note: in expansion of macro ‘OPTIONS_UNIT_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |   ^~~~~~~~~~~~~~~~~
> gui/menu.h:168:63: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   168 |                                                               
> "<RadioItem>" },\
>       |                                                               
> ^~~~~~~~~~~~~
> gui/menuops.cc:40:3: note: in expansion of macro ‘OPTIONS_UNIT_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |   ^~~~~~~~~~~~~~~~~
> gui/menu.h:189:61: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   189 | { _("/_Stars"),                  0,          0,          0, 
> "<Branch>" },      \
>       |                                                             ^~~~~~~~~~
> gui/menuops.cc:40:22: note: in expansion of macro ‘STARS_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                      ^~~~~~~~~~
> gui/menu.h:190:32: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   190 | { _("/Stars/Chart _Data..."),  "<control>D", starinfo,   0, "" },     
>          \
>       |                                ^~~~~~~~~~~~
> gui/menuops.cc:40:22: note: in expansion of macro ‘STARS_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                      ^~~~~~~~~~
> gui/menu.h:190:61: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   190 | { _("/Stars/Chart _Data..."),  "<control>D", starinfo,   0, "" },     
>          \
>       |                                                             ^~
> gui/menuops.cc:40:22: note: in expansion of macro ‘STARS_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                      ^~~~~~~~~~
> gui/menu.h:191:32: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   191 | { _("/Stars/_HR Diagram..."),  "<control>H", hrdiagram,  0, "" },     
>          \
>       |                                ^~~~~~~~~~~~
> gui/menuops.cc:40:22: note: in expansion of macro ‘STARS_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                      ^~~~~~~~~~
> gui/menu.h:191:61: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   191 | { _("/Stars/_HR Diagram..."),  "<control>H", hrdiagram,  0, "" },     
>          \
>       |                                                             ^~
> gui/menuops.cc:40:22: note: in expansion of macro ‘STARS_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                      ^~~~~~~~~~
> gui/menu.h:192:32: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   192 | { _("/Stars/_Search..."),      "<control>S", starsearch, 0, STO,  
> "gtk-find" },\
>       |                                ^~~~~~~~~~~~
> gui/menuops.cc:40:22: note: in expansion of macro ‘STARS_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                      ^~~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:192:61: note: in expansion of macro ‘STO’
>   192 | { _("/Stars/_Search..."),      "<control>S", starsearch, 0, STO,  
> "gtk-find" },\
>       |                                                             ^~~
> gui/menuops.cc:40:22: note: in expansion of macro ‘STARS_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                      ^~~~~~~~~~
> gui/menu.h:193:61: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   193 | { _("/Stars/_Calculate Distance..."), 0,   stardistance, 0, "" }
>       |                                                             ^~
> gui/menuops.cc:40:22: note: in expansion of macro ‘STARS_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                      ^~~~~~~~~~
> gui/menu.h:213:61: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   213 | { _("/_Help"),                   0,          0,          0, 
> "<LastBranch>" },  \
>       |                                                             
> ^~~~~~~~~~~~~~
> gui/menuops.cc:40:34: note: in expansion of macro ‘HELP_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                                  ^~~~~~~~~
> gui/menu.h:214:34: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   214 | { _("/Help/_Documentation..."),  "",         helpdocs,   0, STO, 
> "gtk-help" }, \
>       |                                  ^~
> gui/menuops.cc:40:34: note: in expansion of macro ‘HELP_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                                  ^~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:214:61: note: in expansion of macro ‘STO’
>   214 | { _("/Help/_Documentation..."),  "",         helpdocs,   0, STO, 
> "gtk-help" }, \
>       |                                                             ^~~
> gui/menuops.cc:40:34: note: in expansion of macro ‘HELP_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                                  ^~~~~~~~~
> gui/menu.h:215:37: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   215 | { _("/Help/StarPlot _Web Page..."), "",      webpage,    0, STO, 
> "gtk-home" }, \
>       |                                     ^~
> gui/menuops.cc:40:34: note: in expansion of macro ‘HELP_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                                  ^~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:215:61: note: in expansion of macro ‘STO’
>   215 | { _("/Help/StarPlot _Web Page..."), "",      webpage,    0, STO, 
> "gtk-home" }, \
>       |                                                             ^~~
> gui/menuops.cc:40:34: note: in expansion of macro ‘HELP_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                                  ^~~~~~~~~
> gui/menu.h:216:61: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   216 | { _("/Help/-----"),              0,          0,          0, 
> "<Separator>" },   \
>       |                                                             
> ^~~~~~~~~~~~~
> gui/menuops.cc:40:34: note: in expansion of macro ‘HELP_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                                  ^~~~~~~~~
> gui/menu.h:217:34: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>   217 | { _("/Help/_About..."),          "",         abouthelp,  0, STO, 
> "gtk-help" }
>       |                                  ^~
> gui/menuops.cc:40:34: note: in expansion of macro ‘HELP_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                                  ^~~~~~~~~
> gui/menu.h:30:13: warning: ISO C++ forbids converting a string constant to 
> ‘gchar*’ {aka ‘char*’} [-Wwrite-strings]
>    30 | #define STO "<StockItem>"
>       |             ^~~~~~~~~~~~~
> gui/menu.h:217:61: note: in expansion of macro ‘STO’
>   217 | { _("/Help/_About..."),          "",         abouthelp,  0, STO, 
> "gtk-help" }
>       |                                                             ^~~
> gui/menuops.cc:40:34: note: in expansion of macro ‘HELP_MENU’
>    40 |   OPTIONS_UNIT_MENU, STARS_MENU, HELP_MENU
>       |                                  ^~~~~~~~~
> gui/menuops.cc: In function ‘void helpdocs()’:
> gui/menuops.cc:654:11: warning: ISO C++ forbids converting a string constant 
> to ‘char*’ [-Wwrite-strings]
>   654 | { openurl("file://" DOCDIR "/html/index.html"); }
>       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/menuops.cc: In function ‘void webpage()’:
> gui/menuops.cc:657:11: warning: ISO C++ forbids converting a string constant 
> to ‘char*’ [-Wwrite-strings]
>   657 | { openurl("http://www.starplot.org/";); }
>       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/starplot-menuops.Tpo .deps/starplot-menuops.Po
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread  
> -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g -MT starplot-starplot.o -MD -MP -MF 
> .deps/starplot-starplot.Tpo -c -o starplot-starplot.o `test -f 
> 'gui/starplot.cc' || echo './'`gui/starplot.cc
> In file included from gui/../classes/../../lib/../system.h:387,
>                  from gui/../classes/../../lib/compat.h:4,
>                  from gui/../classes/stararray.h:27,
>                  from gui/starplot.h:27,
>                  from gui/starplot.cc:28:
> gui/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gui/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
>                  from gui/starplot.cc:27:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 
> ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
>   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
>       |                                                                ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:24,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
> /usr/include/glib-2.0/gobject/gtype.h:729:3: note: declared here
>   729 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
>       |   ^~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
>                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is 
> deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
>    73 |   GTimeVal last_popdown;
>       |            ^~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
>   578 | typedef struct _GTimeVal GTimeVal 
> GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
>       |                          ^~~~~~~~
> mv -f .deps/starplot-starplot.Tpo .deps/starplot-starplot.Po
> g++ -DHAVE_CONFIG_H -I. -I..     -Wall -pedantic -O2 -g -MT mathdefs.o -MD 
> -MP -MF .deps/mathdefs.Tpo -c -o mathdefs.o `test -f 'classes/mathdefs.cc' || 
> echo './'`classes/mathdefs.cc
> In file included from classes/../../lib/../system.h:387,
>                  from classes/../../lib/compat.h:4,
>                  from classes/mathdefs.h:4,
>                  from classes/mathdefs.cc:1:
> classes/../../lib/../lib/gettext.h:176:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:200:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:215:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:246:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:261:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/mathdefs.Tpo .deps/mathdefs.Po
> g++ -DHAVE_CONFIG_H -I. -I..     -Wall -pedantic -O2 -g -MT specclass.o -MD 
> -MP -MF .deps/specclass.Tpo -c -o specclass.o `test -f 'classes/specclass.cc' 
> || echo './'`classes/specclass.cc
> In file included from classes/../../lib/../system.h:387,
>                  from classes/../../lib/compat.h:4,
>                  from classes/mathdefs.h:4,
>                  from classes/specclass.h:5,
>                  from classes/specclass.cc:1:
> classes/../../lib/../lib/gettext.h:176:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:200:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:215:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:246:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:261:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/specclass.Tpo .deps/specclass.Po
> g++ -DHAVE_CONFIG_H -I. -I..     -Wall -pedantic -O2 -g -MT star.o -MD -MP 
> -MF .deps/star.Tpo -c -o star.o `test -f 'classes/star.cc' || echo 
> './'`classes/star.cc
> In file included from classes/../../lib/../system.h:387,
>                  from classes/../../lib/compat.h:4,
>                  from classes/star.h:26,
>                  from classes/star.cc:23:
> classes/../../lib/../lib/gettext.h:176:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:200:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:215:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:246:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:261:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from classes/star.cc:27:
> classes/constellations.h:36:21: warning: ‘uc_constellations’ defined but 
> not used [-Wunused-variable]
>    36 | static const char * uc_constellations[NUM_CONSTELLATIONS] = {
>       |                     ^~~~~~~~~~~~~~~~~
> mv -f .deps/star.Tpo .deps/star.Po
> g++ -DHAVE_CONFIG_H -I. -I..     -Wall -pedantic -O2 -g -MT stararray.o -MD 
> -MP -MF .deps/stararray.Tpo -c -o stararray.o `test -f 'classes/stararray.cc' 
> || echo './'`classes/stararray.cc
> In file included from classes/../../lib/../system.h:387,
>                  from classes/../../lib/compat.h:4,
>                  from classes/stararray.h:27,
>                  from classes/stararray.cc:24:
> classes/../../lib/../lib/gettext.h:176:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:200:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:215:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:246:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:261:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/stararray.cc: In member function ‘bool sort_class::operator()(const 
> Star&, const Star&)’:
> classes/stararray.cc:182:29: warning: ‘?:’ using integer constants in 
> boolean context, the expression will always evaluate to ‘true’ 
> [-Wint-in-bool-context]
>   182 |     return (x1 - x2 >= 0.0) ? 1 : -1;
>       |            ~~~~~~~~~~~~~~~~~^~~~~~~~
> In file included from classes/stararray.cc:28:
> classes/constellations.h: At global scope:
> classes/constellations.h:36:21: warning: ‘uc_constellations’ defined but 
> not used [-Wunused-variable]
>    36 | static const char * uc_constellations[NUM_CONSTELLATIONS] = {
>       |                     ^~~~~~~~~~~~~~~~~
> mv -f .deps/stararray.Tpo .deps/stararray.Po
> g++ -DHAVE_CONFIG_H -I. -I..     -Wall -pedantic -O2 -g -MT strings.o -MD -MP 
> -MF .deps/strings.Tpo -c -o strings.o `test -f 'classes/strings.cc' || echo 
> './'`classes/strings.cc
> In file included from classes/../../lib/../system.h:387,
>                  from classes/../../lib/compat.h:4,
>                  from classes/strings.h:4,
>                  from classes/strings.cc:1:
> classes/../../lib/../lib/gettext.h:176:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:200:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:215:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:246:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:261:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/strings.cc: In function ‘void starstrings::utf8ize(std::string&)’:
> classes/strings.cc:76:34: warning: suggest parentheses around ‘&&’ within 
> ‘||’ [-Wparentheses]
>    76 |     if (!posn || posn < s.size() &&
>       |                  ~~~~~~~~~~~~~~~~^~
>    77 |         static_cast<unsigned char>(s[posn - 1]) < 0x80)
>       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/strings.Tpo .deps/strings.Po
> g++ -DHAVE_CONFIG_H -I. -I..     -Wall -pedantic -O2 -g -MT vector3.o -MD -MP 
> -MF .deps/vector3.Tpo -c -o vector3.o `test -f 'classes/vector3.cc' || echo 
> './'`classes/vector3.cc
> In file included from classes/../../lib/../system.h:387,
>                  from classes/../../lib/compat.h:4,
>                  from classes/vector3.h:26,
>                  from classes/vector3.cc:23:
> classes/../../lib/../lib/gettext.h:176:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:200:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:215:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:246:5: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> classes/../../lib/../lib/gettext.h:261:6: warning: this use of "defined" may 
> not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/vector3.Tpo .deps/vector3.Po
> rm -f libstarplot.a
> ar cru libstarplot.a  mathdefs.o specclass.o star.o stararray.o strings.o 
> vector3.o 
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib libstarplot.a
> g++ -Wall -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/atk-1.0 -pthread  
> -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g   -o starplot  starplot-gtkviewer.o starplot-chartdialogs.o 
> starplot-custom.o starplot-filedialogs.o starplot-hrdiagram.o 
> starplot-infodialogs.o starplot-menuops.o starplot-starplot.o libstarplot.a 
> ../lib/libcompat.a -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 
> -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 
> -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype  -lm  -lm
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -DDOCDIR=\"/usr/share/doc/starplot\" 
> -DSTARPLOT_VERSION=\"0.95.5\" -DDATADIR=\"/usr/share/starplot\" 
> -DLOCALEDIR=\"/usr/share/locale\" -Wall -pedantic -O2 -g -MT 
> starconvert-convert.o -MD -MP -MF .deps/starconvert-convert.Tpo -c -o 
> starconvert-convert.o `test -f 'convert/convert.cc' || echo 
> './'`convert/convert.cc
> In file included from convert/../classes/../../lib/../system.h:387,
>                  from convert/../classes/../../lib/compat.h:4,
>                  from convert/../classes/strings.h:4,
>                  from convert/parse.h:34,
>                  from convert/convert.h:22,
>                  from convert/convert.cc:24:
> convert/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/starconvert-convert.Tpo .deps/starconvert-convert.Po
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -DDOCDIR=\"/usr/share/doc/starplot\" 
> -DSTARPLOT_VERSION=\"0.95.5\" -DDATADIR=\"/usr/share/starplot\" 
> -DLOCALEDIR=\"/usr/share/locale\" -Wall -pedantic -O2 -g -MT 
> starconvert-names.o -MD -MP -MF .deps/starconvert-names.Tpo -c -o 
> starconvert-names.o `test -f 'convert/names.cc' || echo './'`convert/names.cc
> In file included from convert/../classes/../../lib/../system.h:387,
>                  from convert/../classes/../../lib/compat.h:4,
>                  from convert/../classes/strings.h:4,
>                  from convert/parse.h:34,
>                  from convert/convert.h:22,
>                  from convert/names.cc:24:
> convert/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In copy constructor ‘name::name(const name&)’,
>     inlined from ‘bool var_comm(StringList*, name, StringList*, bool 
> (*)(const std::string&, name, StringList*))’ at convert/names.cc:277:19:
> convert/parse.h:120:8: warning: ‘testspec.name::type’ may be used 
> uninitialized [-Wmaybe-uninitialized]
>   120 | struct name {
>       |        ^~~~
> convert/names.cc: In function ‘bool var_comm(StringList*, name, 
> StringList*, bool (*)(const std::string&, name, StringList*))’:
> convert/names.cc:270:8: note: ‘testspec’ declared here
>   270 |   name testspec;
>       |        ^~~~~~~~
> In copy constructor ‘name::name(const name&)’,
>     inlined from ‘bool var_comm(StringList*, name, StringList*, bool 
> (*)(const std::string&, name, StringList*))’ at convert/names.cc:277:19:
> convert/parse.h:120:8: warning: ‘testspec.name::isNameCommented’ may be 
> used uninitialized [-Wmaybe-uninitialized]
>   120 | struct name {
>       |        ^~~~
> convert/names.cc: In function ‘bool var_comm(StringList*, name, 
> StringList*, bool (*)(const std::string&, name, StringList*))’:
> convert/names.cc:270:8: note: ‘testspec’ declared here
>   270 |   name testspec;
>       |        ^~~~~~~~
> mv -f .deps/starconvert-names.Tpo .deps/starconvert-names.Po
> g++ -DHAVE_CONFIG_H -I. -I..    -Wall -DDOCDIR=\"/usr/share/doc/starplot\" 
> -DSTARPLOT_VERSION=\"0.95.5\" -DDATADIR=\"/usr/share/starplot\" 
> -DLOCALEDIR=\"/usr/share/locale\" -Wall -pedantic -O2 -g -MT 
> starconvert-parse.o -MD -MP -MF .deps/starconvert-parse.Tpo -c -o 
> starconvert-parse.o `test -f 'convert/parse.cc' || echo './'`convert/parse.cc
> In file included from convert/../classes/../../lib/../system.h:387,
>                  from convert/../classes/../../lib/compat.h:4,
>                  from convert/../classes/strings.h:4,
>                  from convert/parse.h:34,
>                  from convert/parse.cc:25:
> convert/../classes/../../lib/../lib/gettext.h:176:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   176 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:200:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   200 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:215:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   215 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:246:5: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   246 | #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> convert/../classes/../../lib/../lib/gettext.h:261:6: warning: this use of 
> "defined" may not be portable [-Wexpansion-to-defined]
>   261 | #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f .deps/starconvert-parse.Tpo .deps/starconvert-parse.Po
> g++ -Wall -DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95.5\" 
> -DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -Wall 
> -pedantic -O2 -g   -o starconvert  starconvert-convert.o starconvert-names.o 
> starconvert-parse.o libstarplot.a ../lib/libcompat.a -lm  -lm
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
> make[3]: Entering directory '/<<PKGBUILDDIR>>'
> make[3]: Leaving directory '/<<PKGBUILDDIR>>'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> touch build-stamp
>  fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_prep
> dh_installdirs
> dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> /usr/bin/make install DESTDIR=/<<PKGBUILDDIR>>/debian/starplot/ \
>       docdir=/usr/share/doc mandir=/usr/share/man sysconfdir=/etc
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making install in intl
> make[2]: Entering directory '/<<PKGBUILDDIR>>/intl'
> if { test "starplot" = "gettext-runtime" || test "starplot" = 
> "gettext-tools"; } \
>    && test 'no' = yes; then \
>   /bin/mkdir -p /<<PKGBUILDDIR>>/debian/starplot//usr/lib 
> /<<PKGBUILDDIR>>/debian/starplot//usr/include; \
>   /usr/bin/install -c -m 644 libintl.h 
> /<<PKGBUILDDIR>>/debian/starplot//usr/include/libintl.h; \
>   @LIBTOOL@ --mode=install \
>     /usr/bin/install -c -m 644 libintl.a 
> /<<PKGBUILDDIR>>/debian/starplot//usr/lib/libintl.a; \
>   if test "@RELOCATABLE@" = yes; then \
>     dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < 
> /<<PKGBUILDDIR>>/debian/starplot//usr/lib/libintl.la | sed -e "s,^',," -e 
> "s,'\$,,"`; \
>     if test -n "$dependencies"; then \
>       rm -f /<<PKGBUILDDIR>>/debian/starplot//usr/lib/libintl.la; \
>     fi; \
>   fi; \
> else \
>   : ; \
> fi
> if test "starplot" = "gettext-tools" \
>    && test 'no' = no \
>    && test yes != no; then \
>   /bin/mkdir -p /<<PKGBUILDDIR>>/debian/starplot//usr/lib; \
>   @LIBTOOL@ --mode=install \
>     /usr/bin/install -c -m 644 libgnuintl.a 
> /<<PKGBUILDDIR>>/debian/starplot//usr/lib/libgnuintl.a; \
>   rm -f /<<PKGBUILDDIR>>/debian/starplot//usr/lib/preloadable_libintl.so; \
>   /usr/bin/install -c -m 644 
> /<<PKGBUILDDIR>>/debian/starplot//usr/lib/libgnuintl.so 
> /<<PKGBUILDDIR>>/debian/starplot//usr/lib/preloadable_libintl.so; \
>   @LIBTOOL@ --mode=uninstall \
>     rm -f /<<PKGBUILDDIR>>/debian/starplot//usr/lib/libgnuintl.a; \
> else \
>   : ; \
> fi
> if test 'no' = yes; then \
>   test yes != no || /bin/mkdir -p /<<PKGBUILDDIR>>/debian/starplot//usr/lib; \
>   temp=/<<PKGBUILDDIR>>/debian/starplot//usr/lib/t-charset.alias; \
>   dest=/<<PKGBUILDDIR>>/debian/starplot//usr/lib/charset.alias; \
>   if test -f /<<PKGBUILDDIR>>/debian/starplot//usr/lib/charset.alias; then \
>     orig=/<<PKGBUILDDIR>>/debian/starplot//usr/lib/charset.alias; \
>     sed -f ref-add.sed $orig > $temp; \
>     /usr/bin/install -c -m 644 $temp $dest; \
>     rm -f $temp; \
>   else \
>     if test yes = no; then \
>       orig=charset.alias; \
>       sed -f ref-add.sed $orig > $temp; \
>       /usr/bin/install -c -m 644 $temp $dest; \
>       rm -f $temp; \
>     fi; \
>   fi; \
>   /bin/mkdir -p /<<PKGBUILDDIR>>/debian/starplot//usr/share/locale; \
>   test -f /<<PKGBUILDDIR>>/debian/starplot//usr/share/locale/locale.alias \
>     && orig=/<<PKGBUILDDIR>>/debian/starplot//usr/share/locale/locale.alias \
>     || orig=./locale.alias; \
>   temp=/<<PKGBUILDDIR>>/debian/starplot//usr/share/locale/t-locale.alias; \
>   dest=/<<PKGBUILDDIR>>/debian/starplot//usr/share/locale/locale.alias; \
>   sed -f ref-add.sed $orig > $temp; \
>   /usr/bin/install -c -m 644 $temp $dest; \
>   rm -f $temp; \
> else \
>   : ; \
> fi
> if test "starplot" = "gettext-tools"; then \
>   /bin/mkdir -p /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/intl; \
>   /usr/bin/install -c -m 644 VERSION 
> /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/intl/VERSION; \
>   /usr/bin/install -c -m 644 ChangeLog.inst 
> /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/intl/ChangeLog; \
>   dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset 
> locale.alias ref-add.sin ref-del.sin export.h gmo.h gettextP.h hash-string.h 
> loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h 
> xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h 
> printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h 
> libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c 
> hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c 
> explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y 
> plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c 
> log.c printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
>   for file in $dists; do \
>     /usr/bin/install -c -m 644 ./$file \
>                   
> /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/intl/$file; \
>   done; \
>   chmod a+x 
> /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/intl/config.charset; \
>   dists="plural.c"; \
>   for file in $dists; do \
>     if test -f $file; then dir=.; else dir=.; fi; \
>     /usr/bin/install -c -m 644 $dir/$file \
>                   
> /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/intl/$file; \
>   done; \
>   dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 
> gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms 
> Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared 
> Makefile.msvc"; \
>   for file in $dists; do \
>     rm -f /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/intl/$file; \
>   done; \
> else \
>   : ; \
> fi
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/intl'
> Making install in m4
> make[2]: Entering directory '/<<PKGBUILDDIR>>/m4'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/m4'
> make[3]: Nothing to be done for 'install-exec-am'.
> make[3]: Nothing to be done for 'install-data-am'.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/m4'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/m4'
> Making install in po
> make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
> /bin/mkdir -p /<<PKGBUILDDIR>>/debian/starplot//usr/share
> installing [email protected] as 
> /<<PKGBUILDDIR>>/debian/starplot//usr/share/locale/en@quot/LC_MESSAGES/starplot.mo
> installing [email protected] as 
> /<<PKGBUILDDIR>>/debian/starplot//usr/share/locale/en@boldquot/LC_MESSAGES/starplot.mo
> installing es.gmo as 
> /<<PKGBUILDDIR>>/debian/starplot//usr/share/locale/es/LC_MESSAGES/starplot.mo
> if test "starplot" = "gettext-tools"; then \
>   /bin/mkdir -p /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/po; \
>   for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed 
> [email protected] [email protected] insert-header.sin Rules-quot   
> Makevars.template; do \
>     /usr/bin/install -c -m 644 ./$file \
>                   
> /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/po/$file; \
>   done; \
>   for file in Makevars; do \
>     rm -f /<<PKGBUILDDIR>>/debian/starplot//usr/share/gettext/po/$file; \
>   done; \
> else \
>   : ; \
> fi
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
> Making install in doc
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
> make[3]: Nothing to be done for 'install-exec-am'.
> "../mkinstalldirs" 
> "/<<PKGBUILDDIR>>/debian/starplot//usr/share/doc/starplot/html"
> /bin/bash: line 1: ../mkinstalldirs: No such file or directory
> make[3]: *** [Makefile:665: install-data-local] Error 127
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> make[2]: *** [Makefile:538: install-am] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> make[1]: *** [Makefile:451: install-recursive] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> make: *** [debian/rules:61: install] Error 2
> dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned 
> exit status 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -b' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/16/starplot_0.95.5-8.3_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to