Bug#934490: ffmpeg2theora: FTBFS in sid: python2/3

2019-08-12 Thread Samuel Thibault
Sebastian Ramacher, le lun. 12 août 2019 13:52:34 +0200, a ecrit:
> > Apparently there is a python2/3 compatibility issue.
> 
> scons 3.1.1-2 was reverted back to using Python 2. Keeping this bug open
> so that SConstruct will be made Python 3-aware in the future.

Ok.

It however still currently fails:

make[2]: Entering directory '/build/ffmpeg2theora-0.30'
scons -c
/usr/bin/env: 'python': No such file or directory

AIUI the scons package should depend on the python package?

Samuel



Bug#934490: ffmpeg2theora: FTBFS in sid: python2/3

2019-08-12 Thread Sebastian Ramacher
Control: severity -1 important

On 2019-08-11 15:57:41, Samuel Thibault wrote:
> Package: ffmpeg2theora
> Version: 0.30-1
> Severity: serious
> Justification: FTBFS
> 
> Hello,
> 
> ffmpeg2theora currently FTBFS in sid:
> 
> dh_auto_clean
>   make -j1 clean
> make[2]: Entering directory '/build/ffmpeg2theora-0.30'
> scons -c
> scons: Reading SConscript files ...
>   File "/build/ffmpeg2theora-0.30/SConstruct", line 24
> 
> print 'SCons %d.%d.%d or greater is required, but you have an older 
> version' % scons_version
> 
>   
>  ^
> 
> SyntaxError: Missing parentheses in call to 'print'. Did you mean 
> print('SCons %d.%d.%d or greater is required, but you have an older version' 
> % scons_version)?
> 
> make[2]: *** [Makefile:5: clean] Error 2
> 
> Apparently there is a python2/3 compatibility issue.

scons 3.1.1-2 was reverted back to using Python 2. Keeping this bug open
so that SConstruct will be made Python 3-aware in the future.

Cheers

> 
> 
> Samuel
> 
> -- System Information:
> Debian Release: bullseye/sid
>   APT prefers testing
>   APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
> 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), 
> (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 
> 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 
> 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), 
> (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 5.2.0 (SMP w/8 CPU cores)
> Kernel taint flags: TAINT_WARN
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
> LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> 
> Versions of packages ffmpeg2theora depends on:
> pn  libavcodec53 | libavcodec-extra-53
> ii  libavcodec57  10:3.3.8-dmo1+deb9u1
> ii  libavcodec58  7:4.1.3-1
> pn  libavdevice53 | libavdevice-extra-53  
> pn  libavdevice57 
> ii  libavdevice58 7:4.1.3-1
> pn  libavfilter6 | libavfilter-extra6 
> ii  libavfilter7  7:4.1.3-1
> pn  libavformat53 | libavformat-extra-53  
> pn  libavformat57 
> ii  libavformat58 7:4.1.3-1
> pn  libavutil51 | libavutil-extra-51  
> ii  libavutil55   10:3.3.8-dmo1+deb9u1
> ii  libavutil56   7:4.1.3-1
> ii  libc6 2.28-10
> ii  libkate1  0.4.1-9
> ii  libogg0   1.3.2-1+b1
> pn  liboggkate1   
> pn  libpostproc52 | libpostproc-extra-52  
> pn  libpostproc54 
> ii  libpostproc55 7:4.1.3-1
> ii  libswresample210:3.3.8-dmo1+deb9u1
> ii  libswresample37:4.1.3-1
> pn  libswscale2 | libswscale-extra-2  
> pn  libswscale4   
> ii  libswscale5   7:4.1.3-1
> ii  libtheora01.1.1+dfsg.1-15
> ii  libvorbis0a   1.3.6-2
> ii  libvorbisenc2 1.3.6-2
> 
> ffmpeg2theora recommends no packages.
> 
> ffmpeg2theora suggests no packages.
> 
> -- 
> Samuel
>  RM> Mauvais OS, changer d'OS (c)(r)(tm)
>  J'ai windows 98 et comment faire pour changer l'os de windows 98?
>  Dans ajout et suppression du programme et il ne parle pas d'os.
>  -+- DN in : GNU -+- L'O.S. est las, hélas, c'est là qu'est l'os -+-
> 
> ___
> pkg-multimedia-maintainers mailing list
> pkg-multimedia-maintain...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

-- 
Sebastian Ramacher



Bug#934490: ffmpeg2theora: FTBFS in sid: python2/3

2019-08-11 Thread Samuel Thibault
Package: ffmpeg2theora
Version: 0.30-1
Severity: serious
Justification: FTBFS

Hello,

ffmpeg2theora currently FTBFS in sid:

dh_auto_clean
make -j1 clean
make[2]: Entering directory '/build/ffmpeg2theora-0.30'
scons -c
scons: Reading SConscript files ...
  File "/build/ffmpeg2theora-0.30/SConstruct", line 24

print 'SCons %d.%d.%d or greater is required, but you have an older 
version' % scons_version

   ^

SyntaxError: Missing parentheses in call to 'print'. Did you mean print('SCons 
%d.%d.%d or greater is required, but you have an older version' % 
scons_version)?

make[2]: *** [Makefile:5: clean] Error 2

Apparently there is a python2/3 compatibility issue.


Samuel

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 
'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 
'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), 
(500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ffmpeg2theora depends on:
pn  libavcodec53 | libavcodec-extra-53
ii  libavcodec57  10:3.3.8-dmo1+deb9u1
ii  libavcodec58  7:4.1.3-1
pn  libavdevice53 | libavdevice-extra-53  
pn  libavdevice57 
ii  libavdevice58 7:4.1.3-1
pn  libavfilter6 | libavfilter-extra6 
ii  libavfilter7  7:4.1.3-1
pn  libavformat53 | libavformat-extra-53  
pn  libavformat57 
ii  libavformat58 7:4.1.3-1
pn  libavutil51 | libavutil-extra-51  
ii  libavutil55   10:3.3.8-dmo1+deb9u1
ii  libavutil56   7:4.1.3-1
ii  libc6 2.28-10
ii  libkate1  0.4.1-9
ii  libogg0   1.3.2-1+b1
pn  liboggkate1   
pn  libpostproc52 | libpostproc-extra-52  
pn  libpostproc54 
ii  libpostproc55 7:4.1.3-1
ii  libswresample210:3.3.8-dmo1+deb9u1
ii  libswresample37:4.1.3-1
pn  libswscale2 | libswscale-extra-2  
pn  libswscale4   
ii  libswscale5   7:4.1.3-1
ii  libtheora01.1.1+dfsg.1-15
ii  libvorbis0a   1.3.6-2
ii  libvorbisenc2 1.3.6-2

ffmpeg2theora recommends no packages.

ffmpeg2theora suggests no packages.

-- 
Samuel
 RM> Mauvais OS, changer d'OS (c)(r)(tm)
 J'ai windows 98 et comment faire pour changer l'os de windows 98?
 Dans ajout et suppression du programme et il ne parle pas d'os.
 -+- DN in : GNU -+- L'O.S. est las, hélas, c'est là qu'est l'os -+-