[ktorrent] [Bug 419003] unable to compile ktorrent (master :5b57d8cb02 ) failed : ‘TrackersStatusInfo’ is not a member of ‘bt’

2020-04-09 Thread bdouxx
https://bugs.kde.org/show_bug.cgi?id=419003

--- Comment #3 from bdouxx  ---
Thank you, that’s the problem...
Sorry for the noise

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

[plasmashell] [Bug 413223] Plasma Wayland session crashes immediately after login

2020-04-08 Thread bdouxx
https://bugs.kde.org/show_bug.cgi?id=413223

bdouxx  changed:

   What|Removed |Added

 CC||etienn...@yahoo.fr

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

[ktorrent] [Bug 419003] New: unable to compile ktorrent (master :5b57d8cb02 ) failed : ‘TrackersStatusInfo’ is not a member of ‘bt’

2020-03-18 Thread bdouxx
https://bugs.kde.org/show_bug.cgi?id=419003

Bug ID: 419003
   Summary: unable to compile ktorrent (master :5b57d8cb02 )
failed : ‘TrackersStatusInfo’ is not a member of ‘bt’
   Product: ktorrent
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: joris.guis...@gmail.com
  Reporter: etienn...@yahoo.fr
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. git clone
2. compilation
3. 

OBSERVED RESULT
compilation failed

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  
(available in About System)
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.67.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION




/home/me/ktorrent/ktorrent/view/viewmodel.cpp: In member function ‘virtual
QVariant kt::ViewModel::data(const QModelIndex&, int) const’:
/home/me/ktorrent/ktorrent/view/viewmodel.cpp:562:21: error:
‘TrackersStatusInfo’ is not a member of ‘bt’
  562 | bt::TrackersStatusInfo tsi =
item->tc->getTrackersList()->getTrackersStatusInfo();
  | ^~
/home/me/ktorrent/ktorrent/view/viewmodel.cpp:564:22: error: ‘tsi’ was not
declared in this scope
  564 | if ((tsi.errors + tsi.warnings) == tsi.trackers_count)
  |  ^~~
/home/me/ktorrent/ktorrent/view/viewmodel.cpp: In member function ‘virtual void
kt::ViewModel::sort(int, Qt::SortOrder)’:
/home/me/ktorrent/ktorrent/view/viewmodel.cpp:809:83: warning: ‘void
qStableSort(RandomAccessIterator, RandomAccessIterator, LessThan) [with
RandomAccessIterator = QTypedArrayData::iterator;
LessThan = kt::ViewModelItemCmp]’ is deprecated: Use std::stable_sort
[-Wdeprecated-declarations]
  809 | qStableSort(torrents.begin(), torrents.end(),
ViewModelItemCmp(col, order));
  |
  ^
In file included from /usr/include/qt5/QtCore/qlist.h:43,
 from /usr/include/qt5/QtCore/qvariant.h:45,
 from /usr/include/qt5/QtCore/qabstractitemmodel.h:43,
 from /usr/include/qt5/QtCore/QAbstractTableModel:1,
 from /home/me/ktorrent/ktorrent/view/viewmodel.h:25,
 from /home/me/ktorrent/ktorrent/view/viewmodel.cpp:22:
/usr/include/qt5/QtCore/qalgorithms.h:206:53: note: declared here
  206 | QT_DEPRECATED_X("Use std::stable_sort") inline void
qStableSort(RandomAccessIterator start, RandomAccessIterator end, LessThan
lessThan)
  | ^~~
/home/me/ktorrent/ktorrent/view/viewmodel.cpp:809:83: warning: ‘void
qStableSort(RandomAccessIterator, RandomAccessIterator, LessThan) [with
RandomAccessIterator = QTypedArrayData::iterator;
LessThan = kt::ViewModelItemCmp]’ is deprecated: Use std::stable_sort
[-Wdeprecated-declarations]
  809 | qStableSort(torrents.begin(), torrents.end(),
ViewModelItemCmp(col, order));
  |
  ^
In file included from /usr/include/qt5/QtCore/qlist.h:43,
 from /usr/include/qt5/QtCore/qvariant.h:45,
 from /usr/include/qt5/QtCore/qabstractitemmodel.h:43,
 from /usr/include/qt5/QtCore/QAbstractTableModel:1,
 from /home/me/ktorrent/ktorrent/view/viewmodel.h:25,
 from /home/me/ktorrent/ktorrent/view/viewmodel.cpp:22:
/usr/include/qt5/QtCore/qalgorithms.h:206:53: note: declared here
  206 | QT_DEPRECATED_X("Use std::stable_sort") inline void
qStableSort(RandomAccessIterator start, RandomAccessIterator end, LessThan
lessThan)
  | ^~~
make[2]: *** [ktorrent/CMakeFiles/ktorrent_app.dir/build.make:627:
ktorrent/CMakeFiles/ktorrent_app.dir/view/viewmodel.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1895:
ktorrent/CMakeFiles/ktorrent_app.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

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

[skrooge] [Bug 403985] kgbasegui/skgwebview.h:28:10: fatal error: qwebview.h: No such file or directory

2019-02-07 Thread bdouxx
https://bugs.kde.org/show_bug.cgi?id=403985

--- Comment #4 from bdouxx  ---
Thanks a lot

my compilation is OK now

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

[skrooge] [Bug 403985] kgbasegui/skgwebview.h:28:10: fatal error: qwebview.h: No such file or directory

2019-02-06 Thread bdouxx
https://bugs.kde.org/show_bug.cgi?id=403985

bdouxx  changed:

   What|Removed |Added

 CC||etienn...@yahoo.fr

--- Comment #2 from bdouxx  ---
Created attachment 117904
  --> https://bugs.kde.org/attachment.cgi?id=117904&action=edit
/tmp/build_490ef43b530275fb.log

Hi

Your commit don't solve the problem.
( log file attached).

Sorry, I don't known which information you're looking for…

thanks

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

[skrooge] [Bug 403985] New: kgbasegui/skgwebview.h:28:10: fatal error: qwebview.h: No such file or directory

2019-02-05 Thread bdouxx
https://bugs.kde.org/show_bug.cgi?id=403985

Bug ID: 403985
   Summary: kgbasegui/skgwebview.h:28:10: fatal error: qwebview.h:
No such file or directory
   Product: skrooge
   Version: Trunk from git
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: guillaume.deb...@gmail.com
  Reporter: etienn...@yahoo.fr
CC: steph...@mankowski.fr
  Target Milestone: ---

Created attachment 117850
  --> https://bugs.kde.org/attachment.cgi?id=117850&action=edit
build log

SUMMARY

compile failed with -DSKG_DESIGNER=yes 




In file included from
/var/tmp/portage/app-office/skrooge-/work/skrooge-/skgbaseguidesigner/skgwebviewdesignerplugin.h:24:0,
 from
/var/tmp/portage/app-office/skrooge-/work/skrooge-/skgbaseguidesigner/skgwebviewdesignerplugin.cpp:22:
/usr/include/qt5/QtDesigner/customwidget.h:4:4: warning: #warning Header
 is deprecated. Please include
 instead. [-Wcpp]
 #  warning Header  is deprecated. Please include
 instead.
^~~
In file included from
/var/tmp/portage/app-office/skrooge-/work/skrooge-/skgbaseguidesigner/skgwebviewdesignerplugin.cpp:27:0:
/var/tmp/portage/app-office/skrooge-/work/skrooge-/skgbasegui/skgwebview.h:28:10:
fatal error: qwebview.h: No such file or directory
 #include 
  ^~~~
compilation terminated.

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