[amarok] [Bug 363054] Building amarok-2.8.90 with GCC-6.1.0 fails with "error: 'Playlists::Playlist::ModelStack' has not been declared"

2016-06-04 Thread Myriam Schweingruber via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363054

Myriam Schweingruber  changed:

   What|Removed |Added

   Version Fixed In||2.9

-- 
You are receiving this mail because:
You are watching all bug changes.


[amarok] [Bug 363054] Building amarok-2.8.90 with GCC-6.1.0 fails with "error: 'Playlists::Playlist::ModelStack' has not been declared"

2016-06-01 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363054

Rex Dieter  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/amar
   ||ok/9308403e1c8484052f277bf6
   ||de32ee07c93a4beb
 Resolution|--- |FIXED

--- Comment #9 from Rex Dieter  ---
Git commit 9308403e1c8484052f277bf6de32ee07c93a4beb by Rex Dieter.
Committed on 01/06/2016 at 18:58.
Pushed by rdieter into branch 'master'.

gcc6 buildfix

courtesy of opensuse, thx

M  +2-1src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp

http://commits.kde.org/amarok/9308403e1c8484052f277bf6de32ee07c93a4beb

-- 
You are receiving this mail because:
You are watching all bug changes.


[amarok] [Bug 363054] Building amarok-2.8.90 with GCC-6.1.0 fails with "error: 'Playlists::Playlist::ModelStack' has not been declared"

2016-06-01 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363054

Rex Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||rdie...@math.unl.edu
 Status|UNCONFIRMED |CONFIRMED

--- Comment #8 from Rex Dieter  ---
marking confirmed

-- 
You are receiving this mail because:
You are watching all bug changes.


[amarok] [Bug 363054] Building amarok-2.8.90 with GCC-6.1.0 fails with "error: 'Playlists::Playlist::ModelStack' has not been declared"

2016-06-01 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363054

Evert Vorster  changed:

   What|Removed |Added

 CC||evert.vors...@yandex.com

--- Comment #7 from Evert Vorster  ---
Thanks for that patch. 

It's a one-liner fix It even had "fixme" in the line that is being fixed!

The patch fixed amarok-git package compile on Arch again...

-- 
You are receiving this mail because:
You are watching all bug changes.


[amarok] [Bug 363054] Building amarok-2.8.90 with GCC-6.1.0 fails with "error: 'Playlists::Playlist::ModelStack' has not been declared"

2016-05-31 Thread Johannes Huber via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363054

Johannes Huber  changed:

   What|Removed |Added

 CC||j...@gentoo.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[amarok] [Bug 363054] Building amarok-2.8.90 with GCC-6.1.0 fails with "error: 'Playlists::Playlist::ModelStack' has not been declared"

2016-05-31 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363054

--- Comment #6 from nsane...@gmail.com ---
This patch fixes the issue on my end:

https://build.opensuse.org/package/view_file/openSUSE:Factory/amarok/gcc6-workaround.patch?rev=b81d335fe49337f84d9c5c232b5746a2

-- 
You are receiving this mail because:
You are watching all bug changes.


[amarok] [Bug 363054] Building amarok-2.8.90 with GCC-6.1.0 fails with "error: 'Playlists::Playlist::ModelStack' has not been declared"

2016-05-31 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363054

--- Comment #5 from nsane...@gmail.com ---
(In reply to Myriam Schweingruber from comment #4)

> Which is hardly surprising, you should use the same compiler for Amarok and
> its dependencies. Not sure this is really an amarok bug, more like a
> dependencies mismatch.

Agreed but that was just for testing's sake.  The following problem exists when
amarok is compiled with GCC-6 (and kdelibs was also compiled with GCC-6).

> error: 'Playlists::Playlist::ModelStack' has not been declared

-- 
You are receiving this mail because:
You are watching all bug changes.


[amarok] [Bug 363054] Building amarok-2.8.90 with GCC-6.1.0 fails with "error: 'Playlists::Playlist::ModelStack' has not been declared"

2016-05-31 Thread Ben Cooksley via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363054

nsane...@gmail.com changed:

   What|Removed |Added

URL||https://bugs.debian.org/cgi
   ||-bin/bugreport.cgi?bug=8227
   ||04

--- Comment #1 from nsane...@gmail.com ---
> KDE Frameworks 5.21.0
> Qt 5.6.0

Sorry. It's actually built against KDE 4.14.19 and QT 4.8.7.

--- Comment #2 from nsane...@gmail.com ---
> KDE Frameworks 5.21.0
> Qt 5.6.0

Sorry. It's actually built against KDE 4.14.19 and QT 4.8.7.

--- Comment #3 from nsane...@gmail.com ---
If kdelibs-4.14.19 is built with GCC-5 (in my case gcc-5.3.0) it seems amarok
has no problem building with GCC-5 either. But any other combination of GCC-5
and GCC-6 causes build failure.

Please note that for all builds of kdelibs-4.14.19, the following patches were
applied from
http://pkgs.fedoraproject.org/cgit/rpms/kdelibs.git/tree/?id=b459bc2531ad507b99e566dc78495d97478e3fca

kdelibs-4.14.17-gcc6_literals.patch
kdelibs-4.14.17-gcc6_narrowing_hack.patch
kdelibs-4.14.17-glibc_trunc.patch

--- Comment #4 from Myriam Schweingruber  ---
(In reply to nsane457 from comment #3)
> If kdelibs-4.14.19 is built with GCC-5 (in my case gcc-5.3.0) it seems
> amarok has no problem building with GCC-5 either. But any other combination
> of GCC-5 and GCC-6 causes build failure.

Which is hardly surprising, you should use the same compiler for Amarok and its
dependencies. Not sure this is really an amarok bug, more like a dependencies
mismatch.

-- 
You are receiving this mail because:
You are watching all bug changes.


[amarok] [Bug 363054] Building amarok-2.8.90 with GCC-6.1.0 fails with "error: 'Playlists::Playlist::ModelStack' has not been declared"

2016-05-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363054

nsane...@gmail.com changed:

   What|Removed |Added

 CC||nsane...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.