LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 01-27-2010, 09:20 AM   #1
lopex
LQ Newbie
 
Registered: Jan 2010
Posts: 4

Rep: Reputation: 0
error: while rebuilding kernel src rpm.


when i run "make rpm", it creates a default kernel.spec,(i did not touch that kernel.spec) and builds kernel-2.6.*.src.rpm. Thats ok. But when i tried to rebuild that *.src.rpm , i got that error :

Quote:
DEPMOD 2.6.32.4
+ cp /var/tmp/kernel-2.6.32.4-root/boot/vmlinuz-2.6.32.4
cp: missing destination file operand after `/var/tmp/kernel-2.6.32.4-root/boot/vmlinuz-2.6.32.4'
Try `cp --help' for more information.
error: Bad exit status from /var/tmp/rpm-tmp.58300 (%install)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.58300 (%install)

My kernel.spec is :


Quote:
Name: kernel
Summary: The Linux Kernel
Version: 2.6.32.4
Release: 3
License: GPL
Group: System Environment/Kernel
Vendor: The Linux Community
URL: The Linux Kernel Archives
Source: kernel-2.6.32.4.tar.gz
BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root
Provides: kernel-2.6.32.4
%define __spec_install_post /usr/lib/rpm/brp-compress || :
%define debug_package %{nil}

%description
The Linux Kernel, the operating system core itself

%prep
%setup -q

%build
make clean && make %{?_smp_mflags}

%install
%ifarch ia64
mkdir -p $RPM_BUILD_ROOT/boot/efi $RPM_BUILD_ROOT/lib/modules
mkdir -p $RPM_BUILD_ROOT/lib/firmware
%else
mkdir -p $RPM_BUILD_ROOT/boot $RPM_BUILD_ROOT/lib/modules
mkdir -p $RPM_BUILD_ROOT/lib/firmware
%endif
INSTALL_MOD_PATH=$RPM_BUILD_ROOT make %{_smp_mflags} KBUILD_SRC= modules_install
%ifarch ia64
cp $KBUILD_IMAGE $RPM_BUILD_ROOT/boot/efi/vmlinuz-2.6.32.4
ln -s efi/vmlinuz-2.6.32.4 $RPM_BUILD_ROOT/boot/
%else
%ifarch ppc64
cp vmlinux arch/powerpc/boot
cp arch/powerpc/boot/$KBUILD_IMAGE $RPM_BUILD_ROOT/boot/vmlinuz-2.6.32.4
%else
cp $KBUILD_IMAGE $RPM_BUILD_ROOT/boot/vmlinuz-2.6.32.4
%endif
%endif
cp System.map $RPM_BUILD_ROOT/boot/System.map-2.6.32.4
cp .config $RPM_BUILD_ROOT/boot/config-2.6.32.4
%ifnarch ppc64
cp vmlinux vmlinux.orig
bzip2 -9 vmlinux
mv vmlinux.bz2 $RPM_BUILD_ROOT/boot/vmlinux-2.6.32.4.bz2
mv vmlinux.orig vmlinux
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-, root, root)
%dir /lib/modules
/lib/modules/2.6.32.4
/lib/firmware
/boot/*

How to fix that issue?
 
Old 01-27-2010, 11:37 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.

Sorry, thought I found the error. ..


.....

Last edited by knudfl; 01-27-2010 at 11:40 AM.
 
Old 01-27-2010, 11:41 AM   #3
lopex
LQ Newbie
 
Registered: Jan 2010
Posts: 4

Original Poster
Rep: Reputation: 0
The other kernel.specs are really complicated. I just want to know that How to set $KBUILD_IMAGE to make target well?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
rpm -ivh gcc-4.1.1-52.el5.2.src.rpm failed with no error henli Linux - Newbie 5 04-15-2009 01:08 PM
How to build kernel RPM without rebuilding the whole thing every time JoeyAdams Fedora 2 06-22-2008 08:15 PM
rebuilding dovecot beta src.rpm with mysql 5 error dtra Linux - Software 0 05-08-2006 07:07 AM
rebuilding cyrus-sasl src.rpm w/mysql support fails willwrk4u Red Hat 1 04-17-2004 02:34 PM
Creating /usr/src/linux-<xx> from kernel.<xx>.src.rpm jmourik Linux - Newbie 2 02-19-2003 03:24 PM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 12:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration