Package: src:sdb
Version: 1.2-1.1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh --with cli build-indep 
dh: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_update_autotools_config -i
   dh_auto_configure -i
dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in use)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p dep/
dh_auto_build
dh_auto_build: Compatibility levels before 9 are deprecated (level 7 in use)
        make -j1
make[2]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p bin
cp LICENSE bin/LICENSE
mkdir -p bin
cp README.md bin/README
cp `pkg-config --variable=Sources mono-options` dep/Options.cs
cp `pkg-config --variable=Sources mono-lineeditor` dep/getline.cs
mkdir -p bin
cp `pkg-config --variable=Libraries mono-cecil` bin/
cp `pkg-config --variable=Libraries mono-debugger` bin/
mcs -debug -langversion:future -unsafe -warnaserror -keyfile:mono.snk -lib:bin 
-out:bin/sdb.exe -target:exe -r:Mono.Posix -r:Mono.Cecil.dll 
-r:Mono.Cecil.Mdb.dll -r:Mono.Debugger.Soft.dll -r:Mono.Debugging.dll 
-r:Mono.Debugging.Soft.dll -pkg:nrefactory dep/Options.cs dep/getline.cs 
src/Commands/AttachCommand.cs src/Commands/BacktraceCommand.cs 
src/Commands/BreakpointCommand.cs src/Commands/CatchpointCommand.cs 
src/Commands/ConfigCommand.cs src/Commands/ConnectCommand.cs 
src/Commands/ContinueCommand.cs src/Commands/DatabaseCommand.cs 
src/Commands/DecompileCommand.cs src/Commands/DirectoryCommand.cs 
src/Commands/DisassembleCommand.cs src/Commands/EnvironmentCommand.cs 
src/Commands/FrameCommand.cs src/Commands/HelpCommand.cs 
src/Commands/KillCommand.cs src/Commands/ListenCommand.cs 
src/Commands/PluginCommand.cs src/Commands/PrintCommand.cs 
src/Commands/QuitCommand.cs src/Commands/ResetCommand.cs 
src/Commands/RootCommand.cs src/Commands/RunCommand.cs 
src/Commands/SourceCommand.cs src/Com
 mands/StepCommand.cs src/Commands/ThreadCommand.cs 
src/Commands/WatchCommand.cs src/AssemblyInfo.cs src/Color.cs src/Command.cs 
src/CommandAttribute.cs src/CommandLine.cs src/Configuration.cs 
src/CustomLogger.cs src/Debugger.cs src/LibEdit.cs src/Log.cs 
src/MultiCommand.cs src/Plugins.cs src/Program.cs src/SessionKind.cs 
src/State.cs src/Utilities.cs
error CS1617: Invalid -langversion option `future'. It must be `ISO-1', 
`ISO-2', Default, Latest or value in range 1 to 7.2
make[2]: *** [Makefile:187: bin/sdb.exe] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sdb.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

Reply via email to