Bug 41978 - kdebindings-3.0: link of qtc/clib/qtc directory fails on Solaris
Summary: kdebindings-3.0: link of qtc/clib/qtc directory fails on Solaris
Status: RESOLVED DUPLICATE of bug 41502
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-30 16:18 UTC by steve
Modified: 2007-12-18 11:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description steve 2002-04-30 16:12:16 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           unknown
Version:           KDE 3.0.0 
Severity:          normal
Installed from:    Compiled From Sources
Compiler:          gcc 2.95.3
OS:                Solaris
OS/Compiler notes: Not Specified

The link of the share library in kdebindings-3.0/qtc/clib/qtc fails with a truncated argument list to the compiler due to the Solaris "sed" program truncating the output and giving and error of "Output line too long"

Configure tries to find a "sed" which doesn't truncate or says it does but this neither fails nor detects that the Solaris "sed" program can't handle exceptionally long lines.

Installing the GNU "sed" program fixes the problem.

Either a workaround for Solaris' "sed" should be found or configure should error if GNU "sed" or equivalent can't be found.

(Submitted via bugs.kde.org)
Comment 1 Dirk Mueller 2002-09-26 02:18:00 UTC

*** This bug has been marked as a duplicate of 41502 ***