[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-18 Thread Bug Watch Updater
** Changed in: backuppc-rsync (Debian)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package backuppc-rsync - 3.1.3.0-3ubuntu1

---
backuppc-rsync (3.1.3.0-3ubuntu1) noble; urgency=medium

  * d/p/fix-gettimeofday-detection.patch: fix configure check for
gettimeofday() (LP: #2061966)

 -- Andreas Hasenack   Wed, 17 Apr 2024 19:25:18
-0300

** Changed in: backuppc-rsync (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-17 Thread Andreas Hasenack
Uploaded to noble unapproved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-17 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~ahasenack/ubuntu/+source/backuppc-rsync/+git/backuppc-rsync/+merge/464573

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-17 Thread Andreas Hasenack
The configure check is failing due to a missing include:
conftest.c: In function 'main':
conftest.c:177:20: error: implicit declaration of function 'exit' 
[-Werror=implicit-function-declaration]
  177 | struct timeval tv; exit(gettimeofday(&tv, NULL));
  |^~~~
conftest.c:174:1: note: include '' or provide a declaration of 'exit'
  173 | #include 
  174 | int
conftest.c:177:20: warning: incompatible implicit declaration of built-in 
function 'exit' [-Wbuiltin-declaration-mismatch]
  177 | struct timeval tv; exit(gettimeofday(&tv, NULL));
  |^~~~
conftest.c:177:20: note: include '' or provide a declaration of 'exit'
cc1: some warnings being treated as errors


Since the failure is due to that missing include, instead of the gettimeofday() 
function, the check reaches the incorrect answer to the question "checking if 
gettimeofday takes tz argument ".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-17 Thread Andreas Hasenack
** Tags added: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-17 Thread Bug Watch Updater
** Changed in: backuppc-rsync (Debian)
   Status: Unknown => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-17 Thread Miriam España Acebal
I found a promising fix upstream for "update autoconfig files":

https://github.com/backuppc/rsync-
bpc/commit/ce3ce3061c2acc4c78693953d6a1a2cf50145fe2#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810L855

with a lot of changes of "main" by "int main(void)" as can be seen i.e.
at:

https://github.com/backuppc/rsync-
bpc/commit/ce3ce3061c2acc4c78693953d6a1a2cf50145fe2#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810L878

and with a later commit for one more missing:

https://github.com/backuppc/rsync-bpc/pull/34/files


The first commit is big: checking if all the changes are needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-17 Thread Miriam España Acebal
** Changed in: backuppc-rsync (Ubuntu)
 Assignee: (unassigned) => Miriam España Acebal (mirespace)

** Changed in: backuppc-rsync (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-17 Thread Miriam España Acebal
** Changed in: backuppc-rsync (Ubuntu)
   Status: In Progress => New

** Changed in: backuppc-rsync (Ubuntu)
 Assignee: Miriam España Acebal (mirespace) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061966] Re: FTBFS on armfh - error: too few arguments to function ‘gettimeofday’

2024-04-17 Thread Miriam España Acebal
** Bug watch added: Debian Bug tracker #1066438
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066438

** Also affects: backuppc-rsync (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066438
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061966

Title:
  FTBFS on armfh -  error: too few arguments to function ‘gettimeofday’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc-rsync/+bug/2061966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs