[Cooker] -

1999-12-02 Thread Lord And Master;)

Is it possible to get an archive of the cooker changelog list?

-DarkWlf




Re: [Cooker] -

1999-12-02 Thread Axalon Bloodstone

On Thu, 2 Dec 1999, Lord And Master;) wrote:

 Is it possible to get an archive of the cooker changelog list?
 
 -DarkWlf

sure, 

cd ~ftp/pub/mirrors/cooker/i586/Mandrake/RPMS ; rpm -q --changelog *.rpm 
 

--
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] mod_perl

1999-12-02 Thread Axalon Bloodstone


I maintain mod_perl,not pixel or chmouel just so you know ;)
and the 1.21-2mdk should be on the ftp's as soon as that script gets a
grip on it's self.

On Thu, 2 Dec 1999, Stefan van der Eijk wrote:
 Hello,
 
 I modified the .spec file of mod_perl a bit.
 i386 -- %_arch
 
 please check if a rebuild works and put the
 change in cooker... Thanks!!!
 
 I put the src.rpm in the /incoming directory.
 
 Greetings,
 
 Stefan van der Eijk
 
 
 Name: mod_perl Relocations: (not
 relocateable)
 Version : 1.19  Vendor: MandrakeSoft
 Release : 11mdk Build Date: Thu Dec  2
 21:43:44 1999
 Install date: (not installed)   Build Host:
 cgmd77035.chello.nl
 Group   : System Environment/DaemonsSource RPM: (none)
 Size: 272601   License: GPL
 Summary : A Perl interpreter for the Apache Web server.
 Description :
 Mod_perl incorporates a Perl interpreter into the Apache web
 server, so that the Apache web server can directly execute Perl
 code.  Mod_perl links the Perl runtime library into the Apache
 web server and provides an object-oriented Perl interface for
 Apache's C language API.  The end result is a quicker CGI script
 turnaround process, since no external Perl interpreter has to
 be started.
 
 Install mod_perl if you're installing the Apache web server and
 you'd like for it to directly incorporate a Perl interpreter.
 * Thu Dec 02 1999 Stefan van der Eijk [EMAIL PROTECTED]
 
 - changed a few instances of i386 into %{_arch}
 

--
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



[Cooker] - Kernel 2.2.14-1mdk

1999-12-02 Thread Bill Reynolds


I did a compile of Kernel 2.2.14-1mdk and there seems to be a bug in the 

/usr/src/linux-2.2.14/include/linux/modversions.h

I had to add the following to get the source to compile:

#if defined(__BOOT_KERNEL_FB)  (__BOOT_KERNEL_FB == 1)
#include linux/modversions-fb.h
#define __rh_autoconf_included_file__ 1
 #endif /* __BOOT_KERNEL_FB */

This first appeared in the 2.2.13-29mdk kernel. Anyone else came across this?



Re: [Cooker] - Kernel 2.2.14-1mdk

1999-12-02 Thread Bill Reynolds

Wasn't the -29 kernel the last build on 2.2.13? Maybe they didnt fix it when
they switched to the 2.2.14.

On Thu, 02 Dec 1999, you wrote:
 from the quill of Bill Reynolds [EMAIL PROTECTED] on scroll
 [EMAIL PROTECTED]
  
  #if defined(__BOOT_KERNEL_FB)  (__BOOT_KERNEL_FB == 1)
  #include linux/modversions-fb.h
  #define __rh_autoconf_included_file__ 1
   #endif /* __BOOT_KERNEL_FB */
  
  This first appeared in the 2.2.13-29mdk kernel. Anyone else came
  across this?
 
 Yeah, I reported that when I installed the 2.2.13-29mdk headers package.
  Perhaps it got fixed in one and not the other, although I would be most
 surprised if the two packages were not built from one RPM spec file.
 
 b.
 
 
 --
 Brian J. Murrell  InterLinx Support Services, Inc.
 North Vancouver, B.C. 604 983 UNIX
 Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD



Re: [Cooker] - Kernel 2.2.14-1mdk

1999-12-02 Thread Axalon Bloodstone


Just rebuild it without the irq shareing for serial, worked like a charm..

On Thu, 2 Dec 1999, Bill Reynolds wrote:
 I did a compile of Kernel 2.2.14-1mdk and there seems to be a bug in the 
 
 /usr/src/linux-2.2.14/include/linux/modversions.h
 
 I had to add the following to get the source to compile:
 
 #if defined(__BOOT_KERNEL_FB)  (__BOOT_KERNEL_FB == 1)
 #include linux/modversions-fb.h
 #define __rh_autoconf_included_file__ 1
  #endif /* __BOOT_KERNEL_FB */
 
 This first appeared in the 2.2.13-29mdk kernel. Anyone else came across this?
 

--
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] - Kernel 2.2.14-1mdk

1999-12-02 Thread Brian J. Murrell

from the quill of Bill Reynolds [EMAIL PROTECTED] on scroll
[EMAIL PROTECTED]
 Wasn't the -29 kernel the last build on 2.2.13? Maybe they didnt fix
 it when
 they switched to the 2.2.14.

I believe so.  But I reported against the kernel-headers package, not
the kernel proper.  I would have thought they would have come from the
same source however, so a fix to one would have been a fix to the
other(s).

b.


--
Brian J. Murrell  InterLinx Support Services, Inc.
North Vancouver, B.C. 604 983 UNIX
Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD