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,934 of 28,835   
   Santiago Vila to All   
   Bug#1127509: git-ubuntu: FTBFS: dpkg-sou   
   09 Feb 26 19:10:02   
   
   From: sanvila@debian.org   
      
   Package: src:git-ubuntu   
   Version: 1.1-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:git-ubuntu, so that this is still   
   visible in the BTS web page for this package.   
      
   Thanks.   
      
   ----------------------------------------------------------------   
   ---------------   
   [...]   
    debian/rules clean   
   dh clean --with bash-completion,python3 --buildsystem=pybuild   
      dh_auto_clean -O--buildsystem=pybuild   
   I: pybuild base:384: python3.13 setup.py clean   
   running clean   
   removing '/<>/.pybuild/cpython3_3.13/build' (and everything under   
   it)   
   'build/bdist.linux-x86_64' does not exist -- can't clean it   
   'build/scripts-3.13' does not exist -- can't clean it   
      dh_autoreconf_clean -O--buildsystem=pybuild   
      dh_clean -O--buildsystem=pybuild   
    debian/rules binary   
   dh binary --with bash-completion,python3 --buildsystem=pybuild   
      dh_update_autotools_config -O--buildsystem=pybuild   
      dh_autoreconf -O--buildsystem=pybuild   
      dh_auto_configure -O--buildsystem=pybuild   
      
   [... snipped ...]   
      
           The arguments are the same as for the call function.  Example:   
      
           check_call(["ls", "-l"])   
           """   
           retcode = call(*popenargs, **kwargs)   
           if retcode:   
               cmd = kwargs.get("args")   
               if cmd is None:   
                   cmd = popenargs[0]   
   >           raise CalledProcessError(retcode, cmd)   
   E           subprocess.CalledProcessError: Command '['dpkg-source', '--build',   
   'srcpkg']' returned non-zero exit status 25.   
      
   /usr/lib/python3.13/subprocess.py:419: CalledProcessError   
   ----------------------------- Captured stderr call -------------   
   ---------------   
   dpkg-source: error: cannot parse Maintainer field value "ubuntu-   
   istributed-devel@lists.ubuntu.com"   
   ______________________ test_source_version_native_default ______   
   _______________   
      
   repo =    
      
       def test_source_version_native_default(repo):   
           """The default version string for a native package should not have a   
           '-' in it.   
           """   
   >       version = get_spec_changelog_version(repo, native=True)   
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^   
      
   /<>/.pybuild/cpython3_3.13/build/gitubuntu/source_b   
   ilder_test.py:195:   
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   
   /<>/.pybuild/cpython3_3.13/build/gitubuntu/source_b   
   ilder_test.py:46: in get_spec_changelog_version   
       with target.Source(spec) as dsc_path:   
            ^^^^^^^^^^^^^^^^^^^   
   /<>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:281:   
   in __enter__   
       return self.write()   
              ^^^^^^^^^^^^   
   /<>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:331:   
   in write   
       subprocess.check_call(   
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   
      
   popenargs = (['dpkg-source', '--build', 'srcpkg'],)   
   kwargs = {'cwd': '/tmp/tmp6fphzfep'}, retcode = 25   
   cmd = ['dpkg-source', '--build', 'srcpkg']   
      
       def check_call(*popenargs, **kwargs):   
           """Run command with arguments.  Wait for command to complete.  If   
           the exit code was zero then return, otherwise raise   
           CalledProcessError.  The CalledProcessError object will have the   
           return code in the returncode attribute.   
      
           The arguments are the same as for the call function.  Example:   
      
           check_call(["ls", "-l"])   
           """   
           retcode = call(*popenargs, **kwargs)   
           if retcode:   
               cmd = kwargs.get("args")   
               if cmd is None:   
                   cmd = popenargs[0]   
   >           raise CalledProcessError(retcode, cmd)   
   E           subprocess.CalledProcessError: Command '['dpkg-source', '--build',   
   'srcpkg']' returned non-zero exit status 25.   
      
   /usr/lib/python3.13/subprocess.py:419: CalledProcessError   
   ----------------------------- Captured stderr call -------------   
   ---------------   
   dpkg-source: error: cannot parse Maintainer field value "ubuntu-   
   istributed-devel@lists.ubuntu.com"   
   ____________________ test_source_version_non_native_default ____   
   _______________   
      
   repo =    
      
       def test_source_version_non_native_default(repo):   
           """The default version string for a non-native package should have a   
           '-' in it.   
           """   
   >       version = get_spec_changelog_version(repo, native=False)   
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^   
      
   /<>/.pybuild/cpython3_3.13/build/gitubuntu/source_b   
   ilder_test.py:203:   
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   
   /<>/.pybuild/cpython3_3.13/build/gitubuntu/source_b   
   ilder_test.py:46: in get_spec_changelog_version   
       with target.Source(spec) as dsc_path:   
            ^^^^^^^^^^^^^^^^^^^   
   /<>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:281:   
   in __enter__   
       return self.write()   
              ^^^^^^^^^^^^   
   /<>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:331:   
   in write   
       subprocess.check_call(   
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   
      
   popenargs = (['dpkg-source', '--build', 'srcpkg'],)   
   kwargs = {'cwd': '/tmp/tmp7c3nriwv'}, retcode = 25   
   cmd = ['dpkg-source', '--build', 'srcpkg']   
      
       def check_call(*popenargs, **kwargs):   
           """Run command with arguments.  Wait for command to complete.  If   
           the exit code was zero then return, otherwise raise   
      
   [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