Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480992 - dev-qt/qt-creator crashes when devices are added: qtcreator could not find thread-safe mutex
Summary: dev-qt/qt-creator crashes when devices are added: qtcreator could not find th...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Davide Pesavento
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-08-14 07:31 UTC by Bjoern Thorwirth
Modified: 2013-08-15 08:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch for 2.7.0 (qt-creator-2.7.0.patch,359 bytes, patch)
2013-08-14 07:43 UTC, Bjoern Thorwirth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern Thorwirth 2013-08-14 07:31:34 UTC
I tried this with all versions of qtcreator in portage tree:

2.5.2
2.7.0
2.7.2
2.8.0

This happens because missing use dependency 'threads' for dev-lib/botan

Reproducible: Always

Steps to Reproduce:
1.open qtcreator
2.Extras -> Settings -> Devices
3.Add

4. Fill in device details
5. confirm
Actual Results:  
it crashes

Expected Results:  
device connection should be teted
Comment 1 Bjoern Thorwirth 2013-08-14 07:43:17 UTC
Created attachment 355952 [details, diff]
ebuild patch for 2.7.0

added dev-libs/botan[threads] dependency
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2013-08-15 08:06:56 UTC
  15 Aug 2013; Davide Pesavento <pesa@gentoo.org> qt-creator-2.7.0.ebuild,
  qt-creator-2.7.2.ebuild, qt-creator-2.8.0.ebuild:
  dev-libs/botan must be built with USE="threads", thanks to Bjoern Thorwirth in
  bug 480992.