Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 7445] casting gcc2 fails

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 7445] casting gcc2 fails
  • Date: Sat, 20 Aug 2005 12:01:14 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=7445





------- Additional Comments From acedit AT armory.com 2005-08-20 12:01 -------
(In reply to comment #3)
> gcc 2 now fails in devel during config phase:
>
>
> creating Makefile
> trap: usage: trap [-lp] [[arg] signal_spec ...]
> ! Problem Detected !
>
iirc ive seen this with gcc 3.3, its because we use bash 3.0 now, and its
/bin/sh behavior is more strict than the bash 2.15 behavior. The solution is
to
find the script with #!/bin/sh and change it to #!/bin/bash.


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page