Your message dated Thu, 18 Apr 2024 16:49:16 +
with message-id
and subject line Bug#1066438: fixed in backuppc-rsync 3.1.3.0-4
has caused the Debian Bug report #1066438,
regarding backuppc-rsync: FTBFS: lib/compat.c:154:16: error: too few arguments
to function ‘gettimeofday’
to be marked as
Processing control commands:
> tag -1 + patch
Bug #1066438 [src:backuppc-rsync] backuppc-rsync: FTBFS: lib/compat.c:154:16:
error: too few arguments to function ‘gettimeofday’
Added tag(s) patch.
--
1066438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066438
Debian Bug Tracking Sys
Control: tag -1 + patch
Hi Andreas,
Andreas Hasenack wrote:
> This fixes the build:
>
> --- a/configure.ac
> +++ b/configure.ac
> @@ -852,6 +852,7 @@ fi
>
> AC_CACHE_CHECK([if gettimeofday takes tz
> argument],rsync_cv_HAVE_GETTIMEOFDAY_TZ,[
> AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include
>
This fixes the build:
--- a/configure.ac
+++ b/configure.ac
@@ -852,6 +852,7 @@ fi
AC_CACHE_CHECK([if gettimeofday takes tz
argument],rsync_cv_HAVE_GETTIMEOFDAY_TZ,[
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include
+#include
#include ]], [[struct timeval tv; exit(gettimeofday(&tv,
NULL));]])],[
Le 13/03/2024 à 13:02, Lucas Nussbaum a écrit :
[…]
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
[…]
Thanks for such information. Since no action was taken in last 2 weeks,
I opened a bug upstream [1].
[1] https://github.com/backuppc/rsync-bpc/issues/
Source: backuppc-rsync
Version: 3.1.3.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> gcc -I. -I. -g -O
6 matches
Mail list logo