login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
11
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
view
thread
Score:
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
Mail archive search
Enter your search terms.
all mailing lists
alsa-devel
dragonflybsd-bugs
dragonflybsd-commit
dragonflybsd-docs
dragonflybsd-kernel
dragonflybsd-submit
dragonflybsd-user
freebsd-announce
freebsd-bugs
freebsd-chat
freebsd-cluster
freebsd-current
freebsd-drivers
freebsd-embeded
freebsd-fs
freebsd-hackers
freebsd-hardware
freebsd-mobile
freebsd-net
freebsd-performance
freebsd-pf
freebsd-security
freebsd-security-notifications
freebsd-threads
git
git-commits-head
linux-activists
linux-arm
linux-ath5k-devel
linux-btrfs
linux-c-programming
linux-driver-devel
linux-ext4
linux-fsdevel
linux-ia64
linux-input
linux-kernel
linux-kernel-janitors
linux-kernel-mentors
linux-kernel-newbies
linux-kvm
linux-net
linux-netdev
linux-newbie
linux-nfs
linux-raid
linux-scsi
linux-security-module
linux-sparse
linux-usb
linux-usb-devel
madwifi-devel
netbsd-announce
netbsd-tech-kern
openbsd-announce
openbsd-bugs
openbsd-ipv6
openbsd-misc
openbsd-security-announce
openbsd-smp
openbsd-source-changes
openbsd-tech
openfabrics-general
openmoko-community
openmoko-devel
openmoko-kernel
reiserfs-devel
tux3
ucarp
Optionally limit your search to a specific mailing list.
advanced
Popular discussions
linux-kernel
:
Andrew Morton
Re: [PATCH 00/23] per device dirty throttling -v8
Mariusz Kozlowski
[PATCH 02] kmalloc + memset conversion to kzalloc
Andi Kleen
[PATCH x86] [3/16] Turn irq debugging options into module params
Shawn Bohrer
Re: x86: 4kstacks default
git
:
Sean
Re: VCS comparison table
Eric Wong
Re: [RFC] Git config file reader in Perl (WIP)
free cycle
How to Import a bitkeeper repo into git
Petko Manolov
git and binary files
openbsd-misc
:
Alex Thurlow
Router performance on OpenBSD and OpenBGPD
GVG GVG
ssh_exchange_identification: Connection closed by remote host
frantisek holop
nptd regression in 4.2
Richard Stallman
Real men don't attack straw men
linux-netdev
:
Matthew Dharm
Re: [RFC] Patch to option HSO driver to the kernel
David Miller
Re: 2.6.25-rc8: FTP transfer errors
Indan Zupancic
Re: Realtek 8111C transmit timed out
Julius Volz
[PATCH RFC 02/24] IPVS: Add genetlink interface implementation
Latest forum posts
How to exec user process in kernel mode.
1 day ago
Linux kernel
[IPSEC]IPSEC_MANUAL_REQID_MAX
1 day ago
Linux kernel
help in UDP catching module..
2 days ago
Linux kernel
Is there anything like Real-time drivers?
4 days ago
Linux general
ns16550 serail console in Linux 2.6.19
4 days ago
Linux general
what class should i use to register my devices
4 days ago
Linux kernel
reset bios pasword toshiba
4 days ago
Hardware
Analysis of Process Scheduling
5 days ago
Linux kernel
RT Kernel and SSH Server Panics
5 days ago
Linux kernel
Resetting the bios password for Toshiba Laptop
5 days ago
Hardware
Show all forums...
Recent Tags
Andrew Morton
-rc
Daniel Phillips
Linus Torvalds
2.6.27
filesystem
-rc5
2.6.27-rc5
H. Peter Anvin
-rc4
Tux3
Linux
quote
more tags
Colocation donated by:
Who's online
There are currently
5 users
and
830 guests
online.
Online users
Jeremy
andy
Mr_Z
Raynus
kingneutron
Syndicate
speck-geostationary