-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devuan Chimaera Build Errors and Warnings #393
Comments
Additional Information: Preliminary testing indicates that it is functional, albeit with a bunch of warnings/errors. ltfs -o device_list1e28 LTFS14000I LTFS starting, LTFS version 2.5.0.0 (Prelim), log level 2. ltfs -o devname=/dev/sg4 /ltfs2644 LTFS14000I LTFS starting, LTFS version 2.5.0.0 (Prelim), log level 2. ls /ltfsAnna_Backup Frank_Backup Windows_10_x64_Backup Thanks for your time and effort. |
cat /etc/issue
Devuan GNU/Linux 4 \n \l
uname -a
Linux thinkstation 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
Devuan Chimaera 4.0 is based on Debian 11.1, and version 5.10 of the Linux Kernel.
configure script complains about missing fuse package
when it actually wants libfuse-dev
configure script complains about missing net-snmp package
when it actually wants libsnmp-dev
tape.c:2991:2: warning: ‘strncpy’ output truncated copying 8 bytes from a string of length 16 [-Wstringop-truncation]
2991 | strncpy(t_attr->app_ver, PACKAGE_VERSION, TC_MAM_APP_VERSION_SIZE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ltfstrace.c:489:2: warning: ‘strncpy’ output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation]
489 | strncpy(trc_header->signature, LTFS_TRACE_SIGNATURE, strlen(LTFS_TRACE_SIGNATURE));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
| ^~~~~~~
make install
libtool: warning: relinking 'libiosched-unified.la'
libtool: warning: relinking 'libiosched-fcfs.la'
libtool: warning: relinking 'libkmi-flatfile.la'
libtool: warning: relinking 'libkmi-simple.la'
libtool: warning: relinking 'libiosched-unified.la'
libtool: warning: relinking 'libiosched-fcfs.la'
libtool: warning: relinking 'libtape-sg.la'
libtool: warning: relinking 'libtape-itdtimg.la'
libtool: warning: relinking 'libtape-file.la'
I have not attempted to use ltfs as yet.
Thanks
The text was updated successfully, but these errors were encountered: