Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13336] New: gnustep-make and /etc/profile.d/GNUstep.sh

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 13336] New: gnustep-make and /etc/profile.d/GNUstep.sh
  • Date: 18 Dec 2006 07:18:47 -0000

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

Summary: gnustep-make and /etc/profile.d/GNUstep.sh
Product: Codex
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: gnustep-libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: astsmtl AT gmail.com


/etc/profile.d/GNUstep.sh comes from gnustep-make. gnustep-make spell uses
default_build from section's FUNCTIONS and tries to source this file, so when
gnustep-make is not installed it cannot be installed because there is no
/etc/profile.d/GNUstep.sh One solution is to add something like

if [ "SPELL" = "gnustep-make" ] ; then
true
else
source /etc/profile.d/GNUstep.sh
fi

to default_build in FUNCTIONS

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



  • [SM-Grimoire-Bugs] [Bug 13336] New: gnustep-make and /etc/profile.d/GNUstep.sh, bugzilla-daemon, 12/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page