[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - Failing to build on Debian Testing
Page 1 of 1

Failing to build on Debian Testing

PostPosted: Mon Feb 06, 2017 10:04 am
by Evereve

Re: Failing to build on Debian Testing

PostPosted: Mon Feb 06, 2017 12:02 pm
by rvm
Does it work if you replace
dh_builddeb -- -Z lzma
with
dh_builddeb -- -Z xz
in debian-rvm/rules?

Re: Failing to build on Debian Testing

PostPosted: Mon Feb 06, 2017 12:45 pm
by Evereve
Thanks! It worked!

I didn't think the problem was in the compression method but in the diversions!

Re: Failing to build on Debian Testing

PostPosted: Sun May 14, 2017 2:54 am
by stevo
Debian Jessie and newer, plus equivalent Ubuntu releases, now use xz compression as default, and Debian Wheezy supports the xz compression if specified. It's probably a good idea just to drop that flag altogether, or to change it to xz.

Re: Failing to build on Debian Testing

PostPosted: Thu Jun 22, 2017 8:45 am
by Nighyiun
If possible, we would like more information on this issue.

Re: Failing to build on Debian Testing

PostPosted: Sun Jul 02, 2017 2:26 am
by stevo
Well, what do you need to know?

I've got SMTube and SMPlayer packages building in my own Jessie and Stretch OBS repo:

https://build.opensuse.org/package/show ... t/smplayer

Since I'm l̶a̶z̶y̶ energy-efficient, I managed to add a little bit to the packages so they automatically build with qt 4 on Jessie, but qt 5 on Stretch, to take advantage of the HDPI support there. You can take a look at the sources by clicking on the "Debian_9.0" link on the right, then the "go to download repository" link, which goes to the repo where you can directly download the source files and finished packages.

Maybe rvm would like to modernize his builds to the current preferred "debhelper" that I've copied from Debian...his current method is being deprecated.

Re: Failing to build on Debian Testing

PostPosted: Sun Jul 02, 2017 9:59 am
by rvm
debian-rvm/rules already uses dh_builddeb -- -Z xz

Re: Failing to build on Debian Testing

PostPosted: Sun Jul 02, 2017 9:29 pm
by stevo