Bug 148746 - There don't exist configs and scripts directory in the kernel cvs tree.
Summary: There don't exist configs and scripts directory in the kernel cvs tree.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-15 06:17 UTC by MASAO TAKAHASHI
Modified: 2017-08-31 21:42 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-04-15 05:32:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
bash script to run with kernel-debug to show slab leaks (643 bytes, text/plain)
2017-08-31 21:27 UTC, Dave Wysochanski
no flags Details
bash script to run with kernel-debug to show slab leaks (643 bytes, text/plain)
2017-08-31 21:41 UTC, Dave Wysochanski
no flags Details

Description MASAO TAKAHASHI 2005-02-15 06:17:09 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.7.5)
Gecko/20041108 Firefox/1.0

Description of problem:
There don't exist configs and scripts directory in the kernel cvs tree.
Makefile.config file needs configs/config* files and scripts/*.pl files.
But I can not check out the above files with executing " cvs co
kernel" command.
Exactly, I can not find above files in the Fedora CVS Repository viewcvs
 view.
So, I encountered following error message when executing "make srpm"
command.
"make: *** No rule to make target `configs/config-i686', needed by
`kernel-2.6.10-i686.config'.  Stop."

 

Version-Release number of selected component (if applicable):
kernel-2.6.10-1.1134_FC4----1141_FC4

How reproducible:
Always

Steps to Reproduce:
1. cvs login
2. cvs co kernel
3.cd devel;make srpm
    

Actual Results:  Error message appered 
Not Producing srpm, prep ,...etc.

Additional info:

Comment 1 Dave Jones 2005-02-24 07:24:12 UTC
do they appear if you do cvs update -PAd   ?

Comment 2 MASAO TAKAHASHI 2005-02-24 07:54:41 UTC
Messages as follows appered.
But configs and scripts directories are already made by me.
cd kernel/devel
cvs update -PAd
Outputs are below.
---------------------------------------------------
? configs
? kernel-2.6.10-1.1136_FC4.mtakahashi.src.rpm
? kernel-2.6.10-1.1141_FC4.mtakahashi.src.rpm
? kernel-2.6.10-1.1145_FC4.mtakahashi.src.rpm
? kernel-2.6.10-1.1146_FC4.mtakahashi.src.rpm
? kernel-2.6.10-1.1148_FC4.mtakahashi.src.rpm
? scripts
cvs update: Updating .
P .cvsignore
M Makefile
M Makefile.config
RCS file: /cvs/dist/devel/kernel/kernel-2.6.spec,v
retrieving revision 1.1148
retrieving revision 1.1152
Merging differences between 1.1148 and 1.1152 into kernel-2.6.spec
M kernel-2.6.spec
U linux-2.6.10-crash-xen.patch
U linux-2.6.11-vm-taint.patch
U patch-2.6.11-rc4-bk11.bz2.sign
U patch-2.6.11-rc4-bk9.bz2.sign
P upstream
-------------------------------------
And to make srpm.
"make: *** No rule to make target `configs/config-i686', needed by
`kernel-2.6.10-i686.config'.  Stop."
is appered.

Comment 3 MASAO TAKAHASHI 2005-04-15 05:32:20 UTC
Current cvs has contained "configs" and "scripts" directories in the kernel
directory.

Comment 4 Dave Wysochanski 2017-08-31 21:27:19 UTC
Created attachment 1320716 [details]
bash script to run with kernel-debug to show slab leaks

Comment 5 Dave Wysochanski 2017-08-31 21:41:01 UTC
Created attachment 1320731 [details]
bash script to run with kernel-debug to show slab leaks


Note You need to log in before you can comment on or make changes to this bug.