Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13226] casting svgalib-1.9.25 stops during cast.

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 13226] casting svgalib-1.9.25 stops during cast.
  • Date: 5 Nov 2006 13:47:58 -0000

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


chat AT sourcemage.org changed:

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




------- Additional Comments From chat AT sourcemage.org 2006-11-05 07:47 -------
I just had this failure too..why is it trying to build for 2.4? It must be
something in:

cd kernel/svgalib_helper &&
if [[ "$(get_kernel_version)" =~ "^2.6" ]]; then
message "${MESSAGE_COLOR}Building for 2.6...${DEFAULT_COLOR}" &&
make
else
message "${MESSAGE_COLOR}Building for 2.4...${DEFAULT_COLOR}" &&
env -u ARCH \
make -f Makefile.alt INCLUDEDIR="/usr/src/linux/include" \
clean all
fi &&

I should be building for 2.6

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