[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#279678: kernel-source-2.6.9: make mrproper fails



On Fri, Nov 05, 2004 at 07:46:03AM -0500, Leif W wrote:
> ----- Original Message ----- 
> From: "Horms" <horms@debian.org>
> To: "Leif W" <warp-9.9@usa.net>; <279678@bugs.debian.org>
> Sent: Thursday, November 04, 2004 23:34
> Subject: Re: Bug#279678: kernel-source-2.6.9: make mrproper fails
> 
> 
> > On Thu, Nov 04, 2004 at 10:41:54AM -0500, Leif W wrote:
> > > Package: kernel-source-2.6.9
> > > Version: 2.6.9-1
> > > Severity: important
> > >
> > >
> > > -> make mrproper
> > > scripts/Makefile.clean:10: scripts/package/Makefile: No such file or
> directory
> > > make[2]: *** No rule to make target `scripts/package/Makefile'.
> Stop.
> > > make[1]: *** [scripts/package] Error 2
> > > make: *** [_mrproper_scripts] Error 2
> >
> > Could you please give some indication of what directory you are
> running
> > this command in?
> 
> Sorry, but I felt it was fairly self-explanatory, so removed most of my
> prompt for brevity.  It's the standard toplevel location which has
> worked for me for the past 7.5 years with various kernels and
> distributions.  ;-)  In this particular case,
> "/usr/src/kernel-source-2.6.9/" which is the toplevel source directory
> for the kernel tree as extracted from the kernel-source-2.6.9.tar.bz2
> archive, obtained from Debian through the "unstable" distribution.
> Please let me know if there is any further information that is required,
> or if you would like me to try some modifications.  Not sure exactly
> where to start, so I would need a hint.  I am likely capable of Makefile
> and shell script modifications, and of course creating unified diffs and
> applying patches.

Thanks for the additional information. There does indeed seem to be a
bit of a problem there. The tarball seems to include
scripts/package/builddeb.dist and scripts/package/Makefile.dist
instead of scripts/package/builddeb and scripts/package/Makefile.
Persumably the result of some quirk a patch applied to the tarball
before it was uploaded to d.o. I will take a look into it.

In the mean time running the following should allow your build to work.

mv scripts/package/builddeb.dist scripts/package/builddeb
mv scripts/package/Makefile.dist scripts/package/Makefile

-- 
Horms



Reply to: