vlc refuses to compile against qtbase-opensource-src

Bug #1536843 reported by Benjamin Drung
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
VLC media player
Unknown
Unknown
qtbase-opensource-src (Ubuntu)
Fix Released
Undecided
Unassigned
vlc (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

The daily builds of vlc 2.2.x refuse to compile against qtbase-opensource-src on xenial:

configure: error: "You cannot build VLC with Qt-5.5.0. You need to backport I78ef29975181ee22429c9bd4b11d96d9e68b7a9c"

Build recipe: https://code.launchpad.net/~videolan/+recipe/stable-daily.xenial
Full log: https://launchpad.net/~videolan/+archive/ubuntu/stable-daily/+build/8859183

Please backport that commit to xenial.

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

The patch in question is actually already backported to Ubuntu: http://anonscm.debian.org/cgit/pkg-kde/qt/qtbase.git/tree/debian/patches/set_WA_OutsideWSRange_for_native_widgets.patch?h=ubuntu

That means VLC is making a wrong assumption about it not being backported and needs to be forced to skip that error.

Changed in qtbase-opensource-src (Ubuntu):
status: New → Fix Released
Revision history for this message
Benjamin Drung (bdrung) wrote :

FTR, qtbase-opensource-src 5.5.1+dfsg-10ubuntu2 ships set_WA_OutsideWSRange_for_native_widgets.patch

I'll open an upstream bug for it.

Revision history for this message
Benjamin Drung (bdrung) wrote :

configure.ac does only a version check:

      PKG_CHECK_EXISTS([Qt5Core >= 5.5.0 Qt5Core < 5.6.0], [
        AC_MSG_ERROR(["You cannot build VLC with Qt-5.5.0. You need to backport I78ef29975181ee22429c9bd4b11d96d9e68b7a9c"])
      ])

Changed in vlc (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.