← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2125005] [NEW] usb-modeswitch 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

DISPATCH=dispatcher-script
cp -f usb_modeswitch_dispatcher.tcl usb_modeswitch_dispatcher
usb_modeswitch.c: In function ‘main’:
usb_modeswitch.c:573:28: error: too many arguments to function ‘get_current_config_value’; expected 0, have 1
  573 |         currentConfigVal = get_current_config_value(dev);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~
In file included from usb_modeswitch.c:59:
usb_modeswitch.h:55:5: note: declared here
   55 | int get_current_config_value();
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
usb_modeswitch.c:775:52: error: too many arguments to function ‘get_current_config_value’; expected 0, have 1
  775 |                                 currentConfigVal = get_current_config_value(dev);
      |                                                    ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~
usb_modeswitch.h:55:5: note: declared here
   55 | int get_current_config_value();
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:30: usb_modeswitch] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" CC=x86_64-linux-gnu-gcc all returned exit code 2
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25

** Affects: usb-modeswitch (Ubuntu)
     Importance: Undecided
     Assignee: John Chittum (jchittum)
         Status: New


** Tags: dcr-incoming ftbfs

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

Title:
  usb-modeswitch ftbfs in questing archive rebuild

Status in usb-modeswitch 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

  DISPATCH=dispatcher-script
  cp -f usb_modeswitch_dispatcher.tcl usb_modeswitch_dispatcher
  usb_modeswitch.c: In function ‘main’:
  usb_modeswitch.c:573:28: error: too many arguments to function ‘get_current_config_value’; expected 0, have 1
    573 |         currentConfigVal = get_current_config_value(dev);
        |                            ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~
  In file included from usb_modeswitch.c:59:
  usb_modeswitch.h:55:5: note: declared here
     55 | int get_current_config_value();
        |     ^~~~~~~~~~~~~~~~~~~~~~~~
  usb_modeswitch.c:775:52: error: too many arguments to function ‘get_current_config_value’; expected 0, have 1
    775 |                                 currentConfigVal = get_current_config_value(dev);
        |                                                    ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~
  usb_modeswitch.h:55:5: note: declared here
     55 | int get_current_config_value();
        |     ^~~~~~~~~~~~~~~~~~~~~~~~
  make[2]: *** [Makefile:30: usb_modeswitch] Error 1
  make[2]: Leaving directory '/<<PKGBUILDDIR>>'
  dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" CC=x86_64-linux-gnu-gcc all returned exit code 2
  make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/2125005/+subscriptions



Follow ups