Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10919] kdebase 3.5.2 fails on compile

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 10919] kdebase 3.5.2 fails on compile
  • Date: 13 Apr 2006 14:45:55 -0000

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





------- Additional Comments From jakakranjc AT email.si 2006-04-13 09:45 -------
Created an attachment (id=4765)
--> (http://bugs.sourcemage.org/attachment.cgi?id=4765&action=view)
fix

The problem is with the OLD_VERSION line. If the spell isn't installed, it
returns 1, breaks the chain and BUILD fails.

Here's an example:
$ a=$(true); echo $?; a=$(false); echo $?
0
1

The patch breaks the big chain, but imitates it the implementation.

--
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