login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
11
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Ray Lee <ray-lk@...>
To: Mr. James W. Laferriere <babydr@...>, Sam Ravnborg <sam@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>
Subject:
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
Date: Monday, February 11, 2008 - 3:02 am
On Feb 10, 2008 5:47 PM, Mr. James W. Laferriere <babydr@baby-dragons.com> wrote:
quoted text
> Hello All , grabbed using git just moments ago . > > make V=1 KBUILD_VERBOSE=1 INSTALL_PATH=/boot clean all install modules_install > > ...snip... > make -f scripts/Makefile.clean obj=sound/usb/usx2y > make -f scripts/Makefile.clean obj=usr > rm -rf .tmp_versions > rm -f arch/x86/boot/fdimage arch/x86/boot/image.iso arch/x86/boot/mtools.conf > vmlinux System.map .tmp_kallsyms* .tmp_version .tmp_vmlinux* .tmp_System.map > rm -f include/config/kernel.release > echo 2.6.25-rc1 > include/config/kernel.release > set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE > 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) > < /usr/src/linux-2.6.25-rc1-git/Makefile > include/linux/version.h.tmp; if [ -r > include/linux/version.h ] && cmp -s include/linux/version.h > include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else ; mv > -f include/linux/version.h.tmp include/linux/version.h; fi > /bin/sh: -c: line 0: syntax error near unexpected token `;' > /bin/sh: -c: line 0: `set -e; ; mkdir -p include/linux/; (echo \#define > LINUX_VERSION_CODE 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + > ((b) << 8) + (c))';) < /usr/src/linux-2.6.25-rc1-git/Makefile > > include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s > include/linux/version.h include/linux/version.h.tmp; then rm -f > include/linux/version.h.tmp; else ; mv -f include/linux/version.h.tmp > include/linux/version.h; fi' > make: *** [include/linux/version.h] Error 2 > > > # scripts/ver_linux > If some fields are empty or look unusual you may have an old version. > Compare to the current minimal requirements in Documentation/Changes. > > Linux filesrv2 2.6.23-rc9 #1 SMP Wed Oct 3 02:12:33 UTC 2007 i686 pentium4 i386 GNU/Linux > > Gnu C 3.4.6 > Gnu make 3.81 > binutils 2.15.92.0.2 > util-linux 2.12r > mount 2.12r > module-init-tools 3.2.2 > e2fsprogs 1.38 > jfsutils 1.1.11 > reiserfsprogs 3.6.19 > xfsprogs 2.8.10 > pcmciautils 014 > pcmcia-cs 3.2.8 > quota-tools 3.13. > PPP 2.4.4 > Linux C Library 2.3.6 > Dynamic linker (ldd) 2.3.6 > Linux C++ Library 6.0.3 > Procps 3.2.7 > Net-tools 1.60 > Kbd 1.12 > oprofile 0.9.1 > Sh-utils 5.97 > udev 097 > Modules Loaded > > --
Please send your .config as well so someone can try to reproduce this. And have you done a make mrproper first before trying to compile? --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Linux 2.6.25-rc1
, Linus Torvalds
, (Sun Feb 10, 8:44 pm)
[ata crash] Re: Linux 2.6.25-rc1
, Ingo Molnar
, (Tue Feb 12, 4:18 am)
Re: [ata crash] Re: Linux 2.6.25-rc1
, Tejun Heo
, (Wed Feb 13, 5:51 am)
Re: [ata crash] Re: Linux 2.6.25-rc1
, Tejun Heo
, (Wed Feb 20, 10:33 pm)
Re: [ata crash] Re: Linux 2.6.25-rc1
, Ingo Molnar
, (Thu Feb 21, 3:12 am)
Re: [ata crash] Re: Linux 2.6.25-rc1
, Arjan van de Ven
, (Tue Feb 12, 11:14 am)
Re: [ata crash] Re: Linux 2.6.25-rc1
, Ingo Molnar
, (Wed Feb 13, 5:01 am)
[libata-dev #upstream-fixes] pata_legacy: don't call ata_hos...
, Tejun Heo
, (Wed Feb 13, 5:20 am)
Re: [libata-dev #upstream-fixes] pata_legacy: don't call ata...
, Jeff Garzik
, (Fri Feb 15, 2:52 pm)
Re: [libata-dev #upstream-fixes] pata_legacy: don't call ata...
, Ingo Molnar
, (Wed Feb 13, 5:24 am)
Re: Linux 2.6.25-rc1
, Torsten Kaiser
, (Mon Feb 11, 5:46 pm)
Re: Linux 2.6.25-rc1
, Andrew Morton
, (Mon Feb 11, 6:15 pm)
Re: Linux 2.6.25-rc1
, Torsten Kaiser
, (Wed Feb 13, 3:17 pm)
Re: Linux 2.6.25-rc1
, Stefan Richter
, (Mon Feb 11, 6:48 pm)
Re: Linux 2.6.25-rc1
, Sam Ravnborg
, (Mon Feb 11, 9:31 am)
[PATCH] kbuild: fix make V=1
, Sam Ravnborg
, (Mon Feb 11, 12:47 pm)
Re: [PATCH] kbuild: fix make V=1
, Oleg Verych
, (Mon Feb 11, 7:38 pm)
Re: [PATCH] kbuild: fix make V=1
, Sam Ravnborg
, (Tue Feb 12, 4:56 am)
Re: [PATCH] kbuild: fix make V=1
, Oleg Verych
, (Tue Feb 12, 5:25 am)
Re: [PATCH] kbuild: fix make V=1
, Sam Ravnborg
, (Tue Feb 12, 4:01 pm)
Re: [PATCH] kbuild: fix make V=1
, Mike Frysinger
, (Tue Feb 12, 11:07 am)
Re: [PATCH] kbuild: fix make V=1
, Oleg Verych
, (Tue Feb 12, 11:49 am)
Re: [PATCH] kbuild: fix make V=1
, Mike Frysinger
, (Tue Feb 12, 12:18 pm)
Re: [PATCH] kbuild: fix make V=1
, Oleg Verych
, (Tue Feb 12, 12:42 pm)
Re: Linux 2.6.25-rc1
, Mike Frysinger
, (Mon Feb 11, 12:17 pm)
parisc - error: 'VMALLOC_START' undeclared...
, Domenico Andreoli
, (Mon Feb 11, 7:19 am)
Re: parisc - error: 'VMALLOC_START' undeclared...
, Adrian Bunk
, (Mon Feb 11, 8:06 am)
Re: Linux 2.6.25-rc1
, Brice Goglin
, (Mon Feb 11, 3:39 am)
Re: Linux 2.6.25-rc1
, Arjan van de Ven
, (Mon Feb 11, 11:16 am)
Re: Linux 2.6.25-rc1
, Gene Heskett
, (Sun Feb 10, 11:14 pm)
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
, Mr. James W. Laferriere
, (Sun Feb 10, 9:47 pm)
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
, Sam Ravnborg
, (Mon Feb 11, 9:26 am)
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
, Mr. James W. Laferriere
, (Mon Feb 11, 11:37 pm)
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
, Ray Lee
, (Mon Feb 11, 3:02 am)
[patch] Re: Linux 2.6.25-rc1 , syntax error near unexpected ...
, Oleg Verych
, (Mon Feb 11, 9:29 am)
Re: Linux 2.6.25-rc1
, Sergio Luis
, (Sun Feb 10, 9:36 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg Kroah-Hartman
[PATCH 006/196] Chinese: add translation of oops-tracing.txt
Eric Sandeen
Re: [RFC] Heads up on sys_fallocate()
YOSHIFUJI Hideaki /
request_module: runaway loop modprobe net-pf-1 (is Re: Linux 2.6.21-rc1)
git
:
linux-netdev
:
Gerrit Renker
[PATCH 0/37] dccp: Feature negotiation - last call for comments
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Ben Greear
Re: MACVLANs really best solution? How about a bridge with multiple bridge virtual...
Rafael J. Wysocki
2.6.29-rc8: Reported regressions from 2.6.28
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
888 guests
online.
Online users
odchudzanie
sreejithc
Syndicate