Issue 117833 - svx/Library_svx.mk uses sendreportunx only for LINUX: no crash reports send on Solaris
Summary: svx/Library_svx.mk uses sendreportunx only for LINUX: no crash reports send o...
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: OOO340m0
Hardware: All Solaris
: P3 Normal (vote)
Target Milestone: 3.4.1
Assignee: Mathias_Bauer
QA Contact: issues@graphics
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2011-04-13 11:08 UTC by Stephan Bergmann
Modified: 2017-05-20 10:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2011-04-13 11:08:08 UTC
Where old svx/source/dialog/makefile.mk used sendreportunx.cxx instead of dummy sendreportgen.cxx based on "$(GUI)"=="UNX", new svx/Library_svx.mk erroneously discriminates on ifeq($(OS),LINUX).

The result is that on Solaris no crash reports are sent.
Comment 1 Mathias_Bauer 2011-04-28 16:59:33 UTC
While I don't like to use the "GUI" variable here, it's still the only one I see. So I changed it back to how it was done in the old build system.
Comment 2 Oliver-Rainer Wittmann 2012-06-13 12:25:40 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.