Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14965] busybox fails to compile because of Sorcery internal variable duplication

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 14965] busybox fails to compile because of Sorcery internal variable duplication
  • Date: 7 Jan 2009 00:39:08 -0000

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


p3pilot <gsherwood AT sourcemage.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |gsherwood AT sourcemage.org




--- Comment #1 from p3pilot <gsherwood AT sourcemage.org> 2009-01-06 18:39:07
---
Appears the bug was cause by this commit:

commit ac24cb8a4c3076271dfcef1c441d0d978e6532e6

Author: Ismael Luceno <ismael AT sourcemage.org>
Date: Tue Mar 11 01:00:16 2008 -0300

busybox: use persistent_add instead of export

diff --git a/shell-term-fm/busybox/CONFIGURE b/shell-term-fm/busybox/CONFIGURE
index 64e1bd1..82021c8 100755
--- a/shell-term-fm/busybox/CONFIGURE
+++ b/shell-term-fm/busybox/CONFIGURE
@@ -5,4 +5,4 @@ config_query BB_RESCUE "Enable building of /sbin/bb rescue
she
if [ "$BB_RESET" = "y" ] && [ $RECONFIGURE ] ; then
rm -f ${CONFIG_CACHE}/${SPELL}.config
fi
-export RECONFIGURE
+persistent_add RECONFIGURE
diff --git a/shell-term-fm/busybox/HISTORY b/shell-term-fm/busybox/HISTORY
index 782393f..0319eba 100644
--- a/shell-term-fm/busybox/HISTORY
+++ b/shell-term-fm/busybox/HISTORY
@@ -1,3 +1,6 @@
+2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE: use persistent_add instead of export
+
2008-01-17 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 1.8.2
* applets.patch: added to remove warning


I am not sure why this change was made, but it should probably be reverted or
worked around another way.


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




Archive powered by MHonArc 2.6.24.

Top of Page