[Bug 1770789] Re: package kdevelop-data 4:5.2.1-1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/share/kdevappwizard/templates/cmake_qt5guiapp.tar.bz2', which is also in package kapptempl

2018-05-14 Thread Kevin Funk
An upgrade to kapptemplate v16.04.0 would solve this. Is this feasible?

Or patch kapptemplate with
https://cgit.kde.org/kapptemplate.git/commit/?id=7e254781978eac082eb1d566a1c083920b8ea668

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdevelop in Ubuntu.
https://bugs.launchpad.net/bugs/1770789

Title:
  package kdevelop-data 4:5.2.1-1ubuntu4 failed to install/upgrade:
  trying to overwrite
  '/usr/share/kdevappwizard/templates/cmake_qt5guiapp.tar.bz2', which is
  also in package kapptemplate 4:15.12.3-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdevelop/+bug/1770789/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1769461] Re: Crash on heaptrack analysis

2018-05-07 Thread Kevin Funk
Do you have a backtrace of the crash? I can't reproduce your issue.

Check out
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
for help.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdevelop in Ubuntu.
https://bugs.launchpad.net/bugs/1769461

Title:
  Crash on heaptrack analysis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdevelop/+bug/1769461/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1456956] Re: Attach to proccess is missing from Run menu

2017-03-22 Thread Kevin Funk
For anyone seeking for a quick work-around:

We now provide a Linux AppImage which is super easy to run:
https://www.kdevelop.org/download (this one should have the 'attach'
feature).

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdevelop in Ubuntu.
https://bugs.launchpad.net/bugs/1456956

Title:
  Attach to proccess is missing from Run menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdevelop/+bug/1456956/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1638573] Re: Editor configuration: Remove trailing spaces

2016-11-02 Thread Kevin Funk
Which KDevelop version?

This is the relevant KDE bug report I think:
https://bugs.kde.org/show_bug.cgi?id=310712

** Bug watch added: KDE Bug Tracking System #310712
   https://bugs.kde.org/show_bug.cgi?id=310712

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdevelop in Ubuntu.
https://bugs.launchpad.net/bugs/1638573

Title:
  Editor configuration: Remove trailing spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdevelop/+bug/1638573/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1456956] Re: Attach to proccess is missing from Run menu

2015-05-20 Thread Kevin Funk
This happens when KDevelop is compiled without support for the KDE 4 Workspace 
libraries (package: kde-workspace-dev
). This is required for enabling the "Attach to process"  dialog right now.

This would need fixing at the packaging level; we'd need to mark kde-
workspace-dev as a dependency for kdevelop.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdevelop in Ubuntu.
https://bugs.launchpad.net/bugs/1456956

Title:
  Attach to proccess is missing from Run menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdevelop/+bug/1456956/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1417659] Re: Please update kdevelop to 4.7.1

2015-03-07 Thread Kevin Funk
That would be appreciated. 4.7.0 has quite a few annoying bugs, which
4.7.1 addresses.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdevelop in Ubuntu.
https://bugs.launchpad.net/bugs/1417659

Title:
  Please update kdevelop to 4.7.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdevelop/+bug/1417659/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1415451] Re: Subversion plugin still not being shipped

2015-01-29 Thread Kevin Funk
Works for me. Tested with vivid-proposed.

% dpkg -L kdevplatform8-libs | grep kdevsubversion.so
/usr/lib/kde4/kdevsubversion.so

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdevplatform in Ubuntu.
https://bugs.launchpad.net/bugs/1415451

Title:
  Subversion plugin still not being shipped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdevplatform/+bug/1415451/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 906014] [NEW] Qt built with -Bsymbolic-functions, not using -reduce-relocations from configure

2011-12-18 Thread Kevin Funk
Public bug reported:

Qt is - at least in 11.04 and 12.04 - built with the -Bsymbolic-
functions linker flag enabled which binds references to global function
symbols to the definition within the shared library [1]. This is okay
for most use-cases out there but breaks certain scenarios where
preloading is involved.

Qt specifies certain dynamic-list files (see [2]) to enable dynamic
binding for certain symbols. An example file is
"QT_SOURCE/src/corelib/QtCore.dynlist". However, currently these files
are not used since Qt's configure is not instructed with -reduce-
relocations which would enable passing the --dynamic-list linker flag on
compilation. Note that this is only relevant if built with -Bsymbolic-
functions. In fact, -reduce-relocations both enable -Bsymbolic-functions
and --dynamic-list parameters to be passed.

Qt in 11.10 seems to be compiled without -Bsymbolic-function (checked
build logs on Launchpad).

[1] http://www.technovelty.org/code/c/bsymbolic-update.html
[2] http://linux.die.net/man/1/ld

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Qt is - at least in 11.04 and 12.04 - built with the -Bsymbolic-
  functions linker flag enabled which binds references to global function
  symbols to the definition within the shared library [1]. This is okay
  for most use-cases out there but breaks certain scenarios where
  preloading is involved.
  
  Qt specifies certain dynamic-list files (see [2]) to enable dynamic
  binding for certain symbols. An example file is
  "QT_SOURCE/src/corelib/QtCore.dynlist". However, currently these files
  are not used since Qt's configure is not instructed with -reduce-
  relocations which would enable passing the --dynamic-list linker flag on
- compilation. Not that this is only relevant if built with -Bsymbolic-
+ compilation. Note that this is only relevant if built with -Bsymbolic-
  functions. In fact, -reduce-relocations both enable -Bsymbolic-functions
  and --dynamic-list parameters to be passed.
  
  Qt in 11.10 seems to be compiled without -Bsymbolic-function (checked
  build logs on Launchpad).
  
  [1] http://www.technovelty.org/code/c/bsymbolic-update.html
  [2] http://linux.die.net/man/1/ld

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/906014

Title:
  Qt built with -Bsymbolic-functions, not using -reduce-relocations from
  configure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/906014/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs