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 12:38:54 -0000

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





------- Additional Comments From chat AT sourcemage.org 2006-04-13 07:38 -------
I think you might be seeing problems with this part of the BUILD code that I
saw too:

# Backup existing kdm dir
OLD_VERSION=$(installed_version $SPELL) &&
if [[ ${VERSION:0:3} == ${OLD_VERSION:0:3} ]] &&
[ -d "$INSTALL_ROOT/usr/share/config/kdm" ]; then
mkdir -p $TMP_DIR/kdm &&
echo "Backing up configuration files..." &&
mv $INSTALL_ROOT/usr/share/config/kdm/{background,kdm}rc $TMP_DIR/kdm &&
rm -rf $INSTALL_ROOT/usr/share/config/kdm
fi


I deleted that code from the build and removed the last && from
source $SECTION_DIRECTORY/KDE_BUILD &&

and it build fine. I think there is still some problem with the backing up
of
the config files.

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