By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2986 - Prevent to use GNU sed extension feature
Summary: Prevent to use GNU sed extension feature
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tqtinterface (show other bugs)
Version: R14.1.x [Trinity]
Hardware: All Other
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: R14.0.6
  Show dependency treegraph
 
Reported: 2018-11-04 03:36 CST by OBATA Akio
Modified: 2019-01-13 08:43 CST (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
prevent to use GNU sed extension feature (526 bytes, patch)
2018-11-04 03:36 CST, OBATA Akio
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description OBATA Akio 2018-11-04 03:36:52 CST
Created attachment 2905 [details]
prevent to use GNU sed extension feature

In dependencies/tqtinterface/qtinterface/interface_tqt3/tmoc.cmake ,  GNU sed extension feature (using "\n" in insert string) is used, but it should not be used for portability.
Comment 1 Michele Calgaro 2019-01-13 08:40:39 CST
Fixed in tqtinterface#2.
https://mirror.git.trinitydesktop.org/gitea/TDE/tqtinterface/pulls/2

Great work, Obata-san!