[plasmashell] [Bug 363984] New: FTBS with gcc 6.1.1

2016-06-05 Thread Miklos Karacsony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363984

Bug ID: 363984
   Summary: FTBS with gcc 6.1.1
   Product: plasmashell
   Version: 5.6.4
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: mkaracson...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Building with gcc 6.1.1 fails

Reproducible: Always

Steps to Reproduce:
1. try to build with gcc 6.1.1
2. sit back, relax and wait for the build error
3.

Actual Results:  
/usr/src/plasma-desktop-5.6.4/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp:
In member function 'virtual double SynapticsTouchpad::getPropertyScale(const
QString&) const':
/usr/src/plasma-desktop-5.6.4/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp:240:16:
error: 'sqrt' is not a member of 'std'
 return std::sqrt(static_cast(m_resX) * m_resX
^~~
/usr/src/plasma-desktop-5.6.4/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp:247:16:
error: 'M_PI_4' was not declared in this scope
 return M_PI_4 / 45.0;
^~
make[2]: ***
[kcms/touchpad/src/CMakeFiles/kded_touchpad.dir/backends/x11/synapticstouchpad.cpp.o]
Error 1
make[2]: *** Waiting for unfinished jobs
make[1]: *** [kcms/touchpad/src/CMakeFiles/kded_touchpad.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs


Expected Results:  
The package builds without errors

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


[ksysguard] [Bug 361281] New: migrate away from qtwebkit (gui)

2016-04-01 Thread Miklos Karacsony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361281

Bug ID: 361281
   Summary: migrate away from qtwebkit (gui)
   Product: ksysguard
   Version: 5.6.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: libksysguard
  Assignee: plasma-de...@kde.org
  Reporter: mkaracson...@gmail.com

libksysguard still depends on qtwebkit, which was deprecated by the qt
developers in the latest release. you can still build it from source, but it
would be a good idea to migrate away from it. use something like webengine
instead.

Reproducible: Always

Steps to Reproduce:
1. try to build libksysguard without qtwebkit installed
2. 
3.

Actual Results:  
it builds without gui

Expected Results:  
it builds the gui component as well

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


[frameworks-kdelibs4support] [Bug 358552] New: make kdesignerplugin an optional dependency

2016-01-25 Thread Miklos Karacsony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358552

Bug ID: 358552
   Summary: make kdesignerplugin an optional dependency
   Product: frameworks-kdelibs4support
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: mkaracson...@gmail.com

kdelibs4support depends on kdesignerplugin which in turn depends on kdewebkit
(qtwebkit). qtwebkit takes forever to build and kdesignerplugin is hardly used
by a regular user unless he/she is a developer. making it optional would make
sense as it would save a lot of (build) time.

Reproducible: Always

Steps to Reproduce:
try to build kdelibs4support without kdesignerplugin

Actual Results:  
cmake error saying that kdesignerplugin is a required package

Expected Results:  
cmake warning that an optional dependency is missing

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