← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2124998] [NEW] ppp ftbfs in questing archive rebuild

 

Public bug reported:

The package fails to build in the recent archive rebuild
https://people.canonical.com/~ginggs/ftbfs-report/test-rebuild-20250910-questing-questing.html

make[3]: Entering directory '/<<PKGBUILDDIR>>/build-deb/pppdump'
gcc -DHAVE_CONFIG_H -I. -I../../pppdump -I../pppd   -Wdate-time -D_FORTIFY_SOURCE=3  -g -O2 -Werror=implicit-function-declaration -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/ppp-2.5.2-1+1 -c -o pppdump.o ../../pppdump/pppdump.c
../../pppdump/pppdump.c: In function ‘main’:
../../pppdump/pppdump.c:50:1: warning: old-style function definition [-Wold-style-definition]
   50 | main(ac, av)
      | ^~~~
../../pppdump/pppdump.c:81:9: error: too many arguments to function ‘dumplog’; expected 0, have 1
   81 |         dumplog(stdin);
      |         ^~~~~~~ ~~~~~
../../pppdump/pppdump.c:45:6: note: declared here
   45 | void dumplog();
      |      ^~~~~~~
../../pppdump/pppdump.c:90:17: error: too many arguments to function ‘dumpppp’; expected 0, have 1
   90 |                 dumpppp(f);
      |                 ^~~~~~~ ~
../../pppdump/pppdump.c:46:6: note: declared here
   46 | void dumpppp();
      |      ^~~~~~~
../../pppdump/pppdump.c:92:17: error: too many arguments to function ‘dumplog’; expected 0, have 1
   92 |                 dumplog(f);
      |                 ^~~~~~~ ~
../../pppdump/pppdump.c:45:6: note: declared here
   45 | void dumplog();
      |      ^~~~~~~
../../pppdump/pppdump.c: In function ‘dumplog’:
../../pppdump/pppdump.c:100:1: warning: old-style function definition [-Wold-style-definition]
  100 | dumplog(f)
      | ^~~~~~~
../../pppdump/pppdump.c:102:1: error: number of arguments doesn’t match prototype
  102 | {
      | ^
../../pppdump/pppdump.c:45:6: error: prototype declaration
   45 | void dumplog();
      |      ^~~~~~~
../../pppdump/pppdump.c:175:13: error: too many arguments to function ‘show_time’; expected 0, have 2
  175 |             show_time(f, c);
      |             ^~~~~~~~~ ~
../../pppdump/pppdump.c:47:6: note: declared here
   47 | void show_time();
      |      ^~~~~~~~~
../../pppdump/pppdump.c: In function ‘dumpppp’:
../../pppdump/pppdump.c:244:1: warning: old-style function definition [-Wold-style-definition]
  244 | dumpppp(f)
      | ^~~~~~~
../../pppdump/pppdump.c:246:1: error: number of arguments doesn’t match prototype
  246 | {
      | ^
../../pppdump/pppdump.c:46:6: error: prototype declaration
   46 | void dumpppp();
      |      ^~~~~~~
../../pppdump/pppdump.c:369:13: error: too many arguments to function ‘show_time’; expected 0, have 2
  369 |             show_time(f, c);
      |             ^~~~~~~~~ ~
../../pppdump/pppdump.c:47:6: note: declared here
   47 | void show_time();
      |      ^~~~~~~~~
../../pppdump/pppdump.c: In function ‘show_time’:
../../pppdump/pppdump.c:378:1: warning: old-style function definition [-Wold-style-definition]
  378 | show_time(f, c)
      | ^~~~~~~~~
../../pppdump/pppdump.c:381:1: error: number of arguments doesn’t match prototype
  381 | {
      | ^
../../pppdump/pppdump.c:47:6: error: prototype declaration
   47 | void show_time();
      |      ^~~~~~~~~
make[3]: *** [Makefile:465: pppdump.o] Error 1

** Affects: ppp (Ubuntu)
     Importance: Undecided
     Assignee: Paride Legovini (paride)
         Status: New


** Tags: dcr-incoming ftbfs

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to ppp in Ubuntu.
https://bugs.launchpad.net/bugs/2124998

Title:
  ppp ftbfs in questing archive rebuild

Status in ppp package in Ubuntu:
  New

Bug description:
  The package fails to build in the recent archive rebuild
  https://people.canonical.com/~ginggs/ftbfs-report/test-rebuild-20250910-questing-questing.html

  make[3]: Entering directory '/<<PKGBUILDDIR>>/build-deb/pppdump'
  gcc -DHAVE_CONFIG_H -I. -I../../pppdump -I../pppd   -Wdate-time -D_FORTIFY_SOURCE=3  -g -O2 -Werror=implicit-function-declaration -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/ppp-2.5.2-1+1 -c -o pppdump.o ../../pppdump/pppdump.c
  ../../pppdump/pppdump.c: In function ‘main’:
  ../../pppdump/pppdump.c:50:1: warning: old-style function definition [-Wold-style-definition]
     50 | main(ac, av)
        | ^~~~
  ../../pppdump/pppdump.c:81:9: error: too many arguments to function ‘dumplog’; expected 0, have 1
     81 |         dumplog(stdin);
        |         ^~~~~~~ ~~~~~
  ../../pppdump/pppdump.c:45:6: note: declared here
     45 | void dumplog();
        |      ^~~~~~~
  ../../pppdump/pppdump.c:90:17: error: too many arguments to function ‘dumpppp’; expected 0, have 1
     90 |                 dumpppp(f);
        |                 ^~~~~~~ ~
  ../../pppdump/pppdump.c:46:6: note: declared here
     46 | void dumpppp();
        |      ^~~~~~~
  ../../pppdump/pppdump.c:92:17: error: too many arguments to function ‘dumplog’; expected 0, have 1
     92 |                 dumplog(f);
        |                 ^~~~~~~ ~
  ../../pppdump/pppdump.c:45:6: note: declared here
     45 | void dumplog();
        |      ^~~~~~~
  ../../pppdump/pppdump.c: In function ‘dumplog’:
  ../../pppdump/pppdump.c:100:1: warning: old-style function definition [-Wold-style-definition]
    100 | dumplog(f)
        | ^~~~~~~
  ../../pppdump/pppdump.c:102:1: error: number of arguments doesn’t match prototype
    102 | {
        | ^
  ../../pppdump/pppdump.c:45:6: error: prototype declaration
     45 | void dumplog();
        |      ^~~~~~~
  ../../pppdump/pppdump.c:175:13: error: too many arguments to function ‘show_time’; expected 0, have 2
    175 |             show_time(f, c);
        |             ^~~~~~~~~ ~
  ../../pppdump/pppdump.c:47:6: note: declared here
     47 | void show_time();
        |      ^~~~~~~~~
  ../../pppdump/pppdump.c: In function ‘dumpppp’:
  ../../pppdump/pppdump.c:244:1: warning: old-style function definition [-Wold-style-definition]
    244 | dumpppp(f)
        | ^~~~~~~
  ../../pppdump/pppdump.c:246:1: error: number of arguments doesn’t match prototype
    246 | {
        | ^
  ../../pppdump/pppdump.c:46:6: error: prototype declaration
     46 | void dumpppp();
        |      ^~~~~~~
  ../../pppdump/pppdump.c:369:13: error: too many arguments to function ‘show_time’; expected 0, have 2
    369 |             show_time(f, c);
        |             ^~~~~~~~~ ~
  ../../pppdump/pppdump.c:47:6: note: declared here
     47 | void show_time();
        |      ^~~~~~~~~
  ../../pppdump/pppdump.c: In function ‘show_time’:
  ../../pppdump/pppdump.c:378:1: warning: old-style function definition [-Wold-style-definition]
    378 | show_time(f, c)
        | ^~~~~~~~~
  ../../pppdump/pppdump.c:381:1: error: number of arguments doesn’t match prototype
    381 | {
        | ^
  ../../pppdump/pppdump.c:47:6: error: prototype declaration
     47 | void show_time();
        |      ^~~~~~~~~
  make[3]: *** [Makefile:465: pppdump.o] Error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ppp/+bug/2124998/+subscriptions