From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Sat, 11 Oct 2025 11:34:20 +0000
with message-id
and subject line Bug#1057552: fixed in d2x-rebirth 0.60~git20250524-1
has caused the Debian Bug report #1057552,
regarding d2x-rebirth: FTBFS: TypeError: sequence index must be integer, not
'slice'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)
--
1057552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057552
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 5 Dec 2023 22:04:46 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
(2021-04-09) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-116.2 required=4.0 tests=BAYES_00,
BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,
SPF_NONE,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,
USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST,X_DEBBUGS_CC
autolearn=ham autolearn_force=no
version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 26; hammy, 150; neutral, 107;
spammy,
0. spammytokens:
hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path:
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:47412)
from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,
N=stravinsky.debian.org,EMAIL=hostmaster@stravinsky.debian.org (verified)
by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RS
_PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.94.2)
(envelope-from )
id 1rAdX4-008IiX-0k
for submit@bugs.debian.org; Tue, 05 Dec 2023 22:04:46 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.
org;
s=smtpauto.stravinsky; h=X-Debian-User:Content-Transfer-Encoding:Content-
Type
:To:Subject:From:MIME-Version:Date:Message-ID:Reply-To:Cc:Content-ID:
Content-Description:In-Reply-To:References;
bh=C8Ic7+TC4eJQmkGagAmwRJ90ndzUvSR1OuU/+CzXqmk=; b
=sX89+taNM9aqKo3fF3wM2sAMaW
5DMsh6pRxSnPtsskPS7MY33hOCb+VaCfyS2L6e9VC1XiXp8qps
8LSPHGounsxq0wxpvrYLzFXjsO3
7rOHmkVHQwX01e7ZRKfq7XUqKwENeZCKZ4qjdtfAu3LoZo9GYb
o+a/8izQlLbqGePryVMRiQIuLAM
17sB1swAoKDVMXzaSq68WzlB96RTNXGUsUvgs8YPB29yBc52uB
+SB2S2HpfUqQzmWoDSfRoIWMbZu
31micYMalwidsWizRmVT3gdYL2fbwPY+E5uI8Ref9X2gSDRZyd
hR2sVlOJNE3PA2Jwqd5bfubvRl4
DQMO69jQ==;
Received: from authenticated user
by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA
PSS_RSAE_SHA256__AES_128_GCM:128)
(Exim 4.94.2)
(envelope-from )
id 1rAdX1-0002Ys-RW
for submit@bugs.debian.org; Tue, 05 Dec 2023 22:04:44 +0000
Message-ID: <6b7932e8-2d4d-4bc9-962f-3f80faef006a@debian.org>
Date: Tue, 5 Dec 2023 23:04:43 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
From: Santiago Vila
Subject: d2x-rebirth: FTBFS: TypeError: sequence index must be integer, not
'slice'
To: Debian BTS
Content-Language: en-US
X-Debbugs-Cc: sanvila@debian.org
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Debian-User: sanvila
Delivered-To: submit@bugs.debian.org
Package: src:d2x-rebirth
Version: 0.58.1-1.3
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
----------------------------------------------------------------
---------------
[...]
dh_auto_clean: warning: Compatibility levels before 10 are deprecated
(level 9
in use)
debian/rules override_dh_clean
make[1]: Entering directory '/<>'
scons --clean
scons: Reading SConscript files ...
D2X-Rebirth: compiling on *NIX
===== D2X-Rebirth v0.58.1 =====
D2X-Rebirth: LittleEndian machine detected
D2X-Rebirth: building with OpenGL
D2X-Rebirth: including SDL_mixer
TypeError: sequence index must be integer, not 'slice':
File "/<>/SConstruct", line 616:
program = D2XProgram()
File "/<>/SConstruct", line 577:
DXXProgram.__init__(self)
File "/<>/SConstruct", line 301:
self.register_program()
File "/<>/SConstruct", line 614:
self._register_program('d2x')
File "/<>/SConstruct", line 353:
versid_cppdefines=env['CPPDEFINES'][:]
make[1]: *** [debian/rules:10: override_dh_clean] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:7: clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned
exit
status 2
----------------------------------------------------------------
---------------
The above is just how the build ends and not necessarily the most relevant
part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202312/
About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.
If you could not 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
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|