[amarok] [Bug 392635] Compile error on KDE Neon 5.12: cannot convert ‘const wchar_t*’ to ‘TagLib::FileName

2018-04-02 Thread Jürgen Blümer
https://bugs.kde.org/show_bug.cgi?id=392635

Jürgen Blümer  changed:

   What|Removed |Added

Summary|Compile error on KDE Neon   |Compile error on KDE Neon
   |5.12|5.12: cannot convert ‘const
   ||wchar_t*’ to
   ||‘TagLib::FileName

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

[amarok] [Bug 392635] New: Compile error on KDE Neon 5.12

2018-04-02 Thread Jürgen Blümer
https://bugs.kde.org/show_bug.cgi?id=392635

Bug ID: 392635
   Summary: Compile error on KDE Neon 5.12
   Product: amarok
   Version: 2.9.0
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: juergen.blue...@gmx.net
  Target Milestone: kf5

Performing C++ SOURCE FILE Test COMPLEX_TAGLIB_FILENAME failed with the
following output:
Change Dir: /opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e766a/fast"
/usr/bin/make -f CMakeFiles/cmTC_e766a.dir/build.make
CMakeFiles/cmTC_e766a.dir/build
make[1]: Verzeichnis
„/opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_e766a.dir/src.cxx.o
/usr/bin/c++-I/usr/include/taglib  -DCOMPLEX_TAGLIB_FILENAME
-I/usr/include/taglib   -o CMakeFiles/cmTC_e766a.dir/src.cxx.o -c
/opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp/src.cxx
/opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp/src.cxx: In
function ‘int main()’:
/opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp/src.cxx:5:38:
error: cannot convert ‘const wchar_t*’ to ‘TagLib::FileName {aka const char*}’
in initialization
   TagLib::FileName fileName2(L"wchar");
  ^
CMakeFiles/cmTC_e766a.dir/build.make:65: die Regel für Ziel
„CMakeFiles/cmTC_e766a.dir/src.cxx.o“ scheiterte
make[1]: *** [CMakeFiles/cmTC_e766a.dir/src.cxx.o] Fehler 1
make[1]: Verzeichnis
„/opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp“ wird
verlassen
Makefile:126: die Regel für Ziel „cmTC_e766a/fast“ scheiterte
make: *** [cmTC_e766a/fast] Fehler 2

Source file was:
#include 
int main()
{
TagLib::FileName fileName1("char");
TagLib::FileName fileName2(L"wchar");
return 0;
}
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp

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

[amarok] [Bug 392636] New: amarok 2.8: Unable to display lyrics; KDE neon 5.12

2018-04-02 Thread Jürgen Blümer
https://bugs.kde.org/show_bug.cgi?id=392636

Bug ID: 392636
   Summary: amarok 2.8: Unable to display lyrics; KDE neon 5.12
   Product: amarok
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Context View/Lyrics
  Assignee: amarok-bugs-d...@kde.org
  Reporter: juergen.blue...@gmx.net
  Target Milestone: kf5

vnLyric Version 1.0 is avtivated

The only text visible in the lyrics panel is

"Không tìm thấy lời.
Hãy kiểm tra lại tên của bài hát này."

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

[amarok] [Bug 392635] Compile error on KDE Neon 5.12: cannot convert ‘const wchar_t*’ to ‘TagLib::FileName

2018-04-08 Thread Jürgen Blümer
https://bugs.kde.org/show_bug.cgi?id=392635

--- Comment #2 from Jürgen Blümer  ---
To answer your questions

gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)

> apt-show-versions libtag1-dev
libtag1-dev:amd64/xenial 1.11.1-0.2+16.04+xenial+build1 uptodate
libtag1-dev:i386 not installed

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