I am seeing two errors while the make is building libast:

----- begin -----
+ iffe set cc gcc -g -pipe -O0 -D__linux__ -D__x86_64__
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D__NO_STRING_INLINES -D__NO_MATH_INLINES -DANSICPP -DMULTIBYTE
-DNLS16 '-DOSMAJORVERSION=5' '-DOSMINORVERSION=1' : run
features/sig.sh
+ cmp -s FEATURE/sig sig.h
+ rm -f sig.h
+ cp FEATURE/sig sig.h
+ gcc -g -pipe -O2 -fno-strict-aliasing -Wno-write-strings
-Wno-unused-result '-DPROFILEPATH="/etc/dt/config/profile"'
'-DSUIDPROFILEPATH="/etc/dt/config/suid_profile"'
'-DSUIDEXECPATH="/usr/dt/bin/suid_exec"'
'-DCDE_INSTALLATION_TOP="/usr/dt"' -D__linux__ -D__x86_64__
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D__NO_STRING_INLINES -D__NO_MATH_INLINES -DANSICPP -DMULTIBYTE
-DNLS16 '-DOSMAJORVERSION=5' '-DOSMINORVERSION=1' -I. -Iinclude -c
misc/signal.c
+ gcc -g -pipe -O2 -fno-strict-aliasing -Wno-write-strings
-Wno-unused-result '-DPROFILEPATH="/etc/dt/config/profile"'
'-DSUIDPROFILEPATH="/etc/dt/config/suid_profile"'
'-DSUIDEXECPATH="/usr/dt/bin/suid_exec"'
'-DCDE_INSTALLATION_TOP="/usr/dt"' -D__linux__ -D__x86_64__
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D__NO_STRING_INLINES -D__NO_MATH_INLINES -DANSICPP -DMULTIBYTE
-DNLS16 '-DOSMAJORVERSION=5' '-DOSMINORVERSION=1' -I. -Iinclude -c
misc/systrace.c
+ gcc -g -pipe -O2 -fno-strict-aliasing -Wno-write-strings
-Wno-unused-result '-DPROFILEPATH="/etc/dt/config/profile"'
'-DSUIDPROFILEPATH="/etc/dt/config/suid_profile"'
'-DSUIDEXECPATH="/usr/dt/bin/suid_exec"'
'-DCDE_INSTALLATION_TOP="/usr/dt"' -D__linux__ -D__x86_64__
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D__NO_STRING_INLINES -D__NO_MATH_INLINES -DANSICPP -DMULTIBYTE
-DNLS16 '-DOSMAJORVERSION=5' '-DOSMINORVERSION=1' -I. -Iinclude -c
misc/error.c
+ gcc -g -pipe -O2 -fno-strict-aliasing -Wno-write-strings
-Wno-unused-result '-DPROFILEPATH="/etc/dt/config/profile"'
'-DSUIDPROFILEPATH="/etc/dt/config/suid_profile"'
'-DSUIDEXECPATH="/usr/dt/bin/suid_exec"'
'-DCDE_INSTALLATION_TOP="/usr/dt"' -D__linux__ -D__x86_64__
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D__NO_STRING_INLINES -D__NO_MATH_INLINES -DANSICPP -DMULTIBYTE
-DNLS16 '-DOSMAJORVERSION=5' '-DOSMINORVERSION=1' -I. -Iinclude -c
misc/liberror.c
+ gcc -g -pipe -O2 -fno-strict-aliasing -Wno-write-strings
-Wno-unused-result '-DPROFILEPATH="/etc/dt/config/profile"'
'-DSUIDPROFILEPATH="/etc/dt/config/suid_profile"'
'-DSUIDEXECPATH="/usr/dt/bin/suid_exec"'
'-DCDE_INSTALLATION_TOP="/usr/dt"' -D__linux__ -D__x86_64__
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D__NO_STRING_INLINES -D__NO_MATH_INLINES -DANSICPP -DMULTIBYTE
-DNLS16 '-DOSMAJORVERSION=5' '-DOSMINORVERSION=1' -I. -Iinclude -c
string/fmtbase.c
+ gcc -g -pipe -O2 -fno-strict-aliasing -Wno-write-strings
-Wno-unused-result '-DPROFILEPATH="/etc/dt/config/profile"'
'-DSUIDPROFILEPATH="/etc/dt/config/suid_profile"'
'-DSUIDEXECPATH="/usr/dt/bin/suid_exec"'
'-DCDE_INSTALLATION_TOP="/usr/dt"' -D__linux__ -D__x86_64__
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D__NO_STRING_INLINES -D__NO_MATH_INLINES -DANSICPP -DMULTIBYTE
-DNLS16 '-DOSMAJORVERSION=5' '-DOSMINORVERSION=1' -I. -Iinclude -c
string/fmtdev.c
string/fmtdev.c: In function ‘fmtdev’:
string/fmtdev.c:99:38: error: expected expression before ‘;’ token
   99 |  unsigned int ma = major(idevice(st));
      |                                      ^
string/fmtdev.c:100:38: error: expected expression before ‘;’ token
  100 |  unsigned int mi = minor(idevice(st));
      |                                      ^
*** exit code 1 making fmtdev.o
libvdelta requires libast but libast had build errors
libodelta requires libast but libast had build errors
pax requires libast but libast had build errors

----- end -----

I'm not sure if these are affecting the build of dtksh as well, but
the above seems to affect the success of the build.

Building on Fedora 30 x86_64 KVM VM.

By my hand, I am,

Michael G


_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to