home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   linux.debian.bugs.dist      Ohh some weird Debian bug report thing      28,835 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 26,929 of 28,835   
   Santiago Vila to All   
   Bug#1127500: bdebstrap: FTBFS: /<
   09 Feb 26 19:10:02   
   
   From: sanvila@debian.org   
      
   Package: src:bdebstrap   
   Version: 0.7.0-2   
   Severity: serious   
   Tags: ftbfs forky sid   
      
   Dear maintainer:   
      
   During a rebuild of all packages in unstable, this package failed to build.   
      
   Below you will find the last part of the build log (probably the most   
   relevant part, but not necessarily). If required, the full build log   
   is available here:   
      
   https://people.debian.org/~sanvila/build-logs/202602/   
      
   About the archive rebuild: The build was made on virtual machines from AWS,   
   using sbuild and a reduced chroot with only build-essential packages.   
      
   If you cannot reproduce the bug please contact me privately, as I   
   am willing to provide ssh access to a virtual machine where the bug is   
   fully reproducible.   
      
   If this is really a bug in one of the build-depends, please use   
   reassign and add an affects on src:bdebstrap, so that this is still   
   visible in the BTS web page for this package.   
      
   Thanks.   
      
   ----------------------------------------------------------------   
   ---------------   
   [...]   
    debian/rules clean   
   dh clean --buildsystem pybuild --with python3   
      dh_auto_clean -O--buildsystem=pybuild   
   I: pybuild base:384: python3.13 setup.py clean   
   /usr/lib/python3/dist-packages/setuptools/dist.py:759: Setuptool   
   DeprecationWarning: License classifiers are deprecated.   
   !!   
      
           ********************************************************   
   ***********************   
           Please consider removing the following classifiers in favor of a SPDX   
   license expression:   
      
           License :: OSI Approved :: ISC License (ISCL)   
      
           See https://packaging.python.org/en/latest/guides/writin   
   -pyproject-toml/#license for details.   
           ********************************************************   
   ***********************   
      
   !!   
     self._finalize_license_expression()   
   running clean   
      dh_autoreconf_clean -O--buildsystem=pybuild   
      dh_clean -O--buildsystem=pybuild   
    debian/rules binary   
   dh binary --buildsystem pybuild --with python3   
      dh_update_autotools_config -O--buildsystem=pybuild   
      dh_autoreconf -O--buildsystem=pybuild   
      dh_auto_configure -O--buildsystem=pybuild   
   I: pybuild base:384: python3.13 setup.py config   
   /usr/lib/python3/dist-packages/setuptools/dist.py:759: Setuptool   
   DeprecationWarning: License classifiers are deprecated.   
   !!   
      
           ********************************************************   
   ***********************   
           Please consider removing the following classifiers in favor of a SPDX   
   license expression:   
      
           License :: OSI Approved :: ISC License (ISCL)   
      
           See https://packaging.python.org/en/latest/guides/writin   
   -pyproject-toml/#license for details.   
           ********************************************************   
   ***********************   
      
   !!   
     self._finalize_license_expression()   
   running config   
      dh_auto_build -O--buildsystem=pybuild   
   I: pybuild base:384: /usr/bin/python3 setup.py build   
   /usr/lib/python3/dist-packages/setuptools/dist.py:759: Setuptool   
   DeprecationWarning: License classifiers are deprecated.   
   !!   
      
           ********************************************************   
   ***********************   
           Please consider removing the following classifiers in favor of a SPDX   
   license expression:   
      
           License :: OSI Approved :: ISC License (ISCL)   
      
           See https://packaging.python.org/en/latest/guides/writin   
   -pyproject-toml/#license for details.   
           ********************************************************   
   ***********************   
      
   !!   
     self._finalize_license_expression()   
   running build   
   running doc   
   running command: pandoc -s -t man bdebstrap.1.md -o bdebstrap.1   
   running build_scripts   
   creating build/scripts-3.13   
   copying and adjusting bdebstrap -> build/scripts-3.13   
   changing mode of build/scripts-3.13/bdebstrap from 644 to 755   
      dh_auto_test -O--buildsystem=pybuild   
   W: pybuild base:327: No test runner selected, defaulting to unittest, ignoring   
   test discovery problems.   
   Use --test-unittest to explicitly select the unittest runner.   
   I: pybuild base:384: cd /<>/.pybuild/cpython3_3.13/build;   
   python3.13 -m unittest discover -v -s /<>   
   test_get_path_exists (tests.TestGetPath.test_get_path_exists)   
   Test get_path(__file__). ... ok   
   test_get_path_missing (tests.TestGetPath.test_get_path_missing)   
   Test non-existing file for get_path(). ... ok   
   test_get_path_pybuild (tests.TestGetPath.test_get_path_pybuild)   
   Test changing current directory before calling get_path(). ... ok   
   test_black (tests.test_black.BlackTestCase.test_black)   
   Test: Run black code formatter on Python source code. ... skipped 'requested   
   via SKIP_LINTERS env variable'   
   test_debug (tests.test_config.TestArguments.test_debug)   
   Test --debug argument parsing. ... ok   
   test_empty_args (tests.test_config.TestArguments.test_empty_args)   
   Test setting arguments to empty strings. ... ok   
   test_malformed_env (tests.test_config.TestArguments.test_malformed_env)   
   Test malformed --env parameter (missing equal sign). ... ok   
   test_mirrors_with_spaces (tests.test_config.TestArguments.test_m   
   rrors_with_spaces)   
   Test --mirrors with leading/trailing spaces. ... ok   
   test_no_args (tests.test_config.TestArguments.test_no_args)   
   Test calling bdebstrap without arguments. ... ok   
   test_optional_args (tests.test_config.TestArguments.test_optional_args)   
   Test optional arguments (which also have positional ones). ... ok   
   test_parse_env (tests.test_config.TestArguments.test_parse_env)   
   Test parsing --env parameters. ... ok   
   test_positional_args (tests.test_config.TestArguments.test_positional_args)   
   Test positional arguments (overwriting optional ones). ... ok   
   test_split (tests.test_config.TestArguments.test_split)   
   Test splitting comma and space separated values. ... ok   
   test_add_command_line_arguments (tests.test_config.TestConfig.te   
   t_add_command_line_arguments)   
   Test Config.add_command_line_arguments(). ... ok   
   test_add_command_line_arguments_no_config (tests.test_config.Tes   
   Config.test_add_command_line_arguments_no_config)   
   Test Config.add_command_line_arguments() with no config file. ... ok   
   test_check_example (tests.test_config.TestConfig.test_check_example)   
   Test example unstable.yaml file. ... ok   
   test_commented_packages (tests.test_config.TestConfig.test_commented_packages)   
   Test commented-packages.yaml file. ... ok   
      
   [continued in next message]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca