[Cooker] unresolved dependcies?

2000-04-02 Thread Kai Nielsen

Hi!

Just after completing a mirror some minutes ago, I get:

[root@gloomy cooker]# ./misc/genhdlist_cz2 --distrib .
choosing compression method with "bzip2 -9" for archive
/usr/local/cooker/./Mandrake/base/hdlist.cz2
real archive size of /usr/local/cooker/./Mandrake/base/hdlist.cz2 is 2968482

[root@gloomy cooker]# ./misc/gendepslist2 Mandrake/base/hdlist.cz2 |tr -s '[ ]'
'\012'|grep NOTFOUND|sort|uniq
getRequires done
getProvides done
NOTFOUND_apmd-3.0final
NOTFOUND_fribidi-devel
NOTFOUND_libbfd-2.9.5.0.16.so
NOTFOUND_libcrypto.so.0
NOTFOUND_libgtkgl.so.4
NOTFOUND_libgtop-1.1.so.3
NOTFOUND_libgtop-1.1.so.5
NOTFOUND_libgtop_common-1.1.so.3
NOTFOUND_libgtop_common-1.1.so.5
NOTFOUND_libgtop_names-1.1.so.3
NOTFOUND_libgtop_sysdeps-1.1.so.3
NOTFOUND_libmysqlclient.so.6
NOTFOUND_libpq.so.2.0
NOTFOUND_librep
NOTFOUND_librep.so.8
NOTFOUND_libSDL-1.1.so.0
NOTFOUND_libsigc++
NOTFOUND_libsigc++-devel
NOTFOUND_libssl.so.0
NOTFOUND_libwraster.so.1
NOTFOUND_openssl
[root@gloomy cooker]# 

Can I be happy nevertheless? But I think, some things are *really*
missing, e.g. there is no librep RPM on the mirror, is it?

Kai.

-- 
Kai Nielsen, Berlin  Time and again I tell myself
"She turns me on I'll stay clean tonight
 But I'm only dancing"   But the little green wheels are following me
 Oh no, not again




[Cooker] order of ypbind and autofs starting in rc.d

2000-04-02 Thread Stefan van der Eijk

Hi,

I'm having some issues with autofs lately on my just installed cooker
system. I've noticed that autofs is allowed to start befor ypbind. This
leaves autofs without automount maps.

[stefan@stefan rc.d]$ find | grep autofs
./init.d/autofs
./rc0.d/K85autofs
./rc1.d/K85autofs
./rc2.d/K85autofs
./rc3.d/S15autofs
./rc4.d/S15autofs
./rc5.d/S15autofs
./rc6.d/K85autofs

[stefan@stefan rc.d]$ find | grep bind
./init.d/ypbind
./rc0.d/K83ypbind
./rc1.d/K83ypbind
./rc2.d/K83ypbind
./rc3.d/S17ypbind
./rc4.d/S17ypbind
./rc5.d/S17ypbind
./rc6.d/K83ypbind

Could things be organised so that ypbind is started b4 autofs?

Thanks,

Stefan van der Eijk
[EMAIL PROTECTED]




[Cooker] Imagemagick .spec file modification proposal

2000-04-02 Thread Stefan van der Eijk

ImageMagick doesn't compile correctly on my sys, it ends with the the
following error:

File not found:
/var/tmp/ImageMagick-root/usr/lib/perl5/man/man3/Image::Magick.3

In this part of the .spec file (part of %install):

===
# find the perl files
find $RPM_BUILD_ROOT/usr/lib/perl5 -type f -o -type l | \
sed -e "s|$RPM_BUILD_ROOT||g" | \
grep -v "perllocal.pod"  files-perl.list
strip $RPM_BUILD_ROOT/usr/X11R6/bin/* || :


find $RPM_BUILD_ROOT/ -type 'f'|grep -E '.*[0-9]($|x)' | xargs file \
| grep troff | cut -d: -f1 | xargs bzip2 -9

for i in `find $RPM_BUILD_ROOT/ -type 'f' -perm '+a=x' ! -name
'lib*so*'`; do
file $i |grep -q "not stripped"  strip $i
done
===

The first part makes the file-perl.list, this file is used in the %files
section.
This is done _without_ the man pages being compressed (which is done in
the next
part).

If we first compress the man pages and then make the files list, then
things should
work. Also, man pages with a few collons in the name don't get "found"
by the
statement above. I added another one with "cut -d: -f-3" to cover that.

Please consider this patch for integration.

Thanks,

Stefan van der Eijk

--- /users/stefan/RPM/SPECS/ImageMagick.specWed Feb 16 18:19:52 2000
+++ ImageMagick.specSun Apr  2 15:56:45 2000
@@ -1,7 +1,7 @@
 Summary: An X application for displaying and manipulating images.
 Name: ImageMagick
 Version: 5.1.1
-Release: 2mdk
+Release: 3mdk
 Copyright: freeware
 Group: Applications/Multimedia
 Source: ftp://ftp.wizards.dupont.com/pub/ImageMagick-%{version}.tar.bz2
@@ -62,15 +62,17 @@
 mkdir -p $RPM_BUILD_ROOT/usr/X11R6/include/X11
 mv $RPM_BUILD_ROOT/usr/X11R6/include/magick $RPM_BUILD_ROOT/usr/X11R6/include/X11
 # find the perl files
+find $RPM_BUILD_ROOT/ -type 'f'|grep -E '.*[0-9]($|x)' | xargs file \
+   | grep troff | cut -d: -f1 | xargs bzip2 -9
+
+find $RPM_BUILD_ROOT/ -type 'f'|grep -E '.*[0-9]($|x)' | xargs file \
+   | grep troff | cut -d: -f1-3 | xargs bzip2 -9
+
 find $RPM_BUILD_ROOT/usr/lib/perl5 -type f -o -type l | \
sed -e "s|$RPM_BUILD_ROOT||g" | \
grep -v "perllocal.pod"  files-perl.list
 strip $RPM_BUILD_ROOT/usr/X11R6/bin/* || :
 
-
-find $RPM_BUILD_ROOT/ -type 'f'|grep -E '.*[0-9]($|x)' | xargs file \
-   | grep troff | cut -d: -f1 | xargs bzip2 -9
-
 for i in `find $RPM_BUILD_ROOT/ -type 'f' -perm '+a=x' ! -name 'lib*so*'`; do
file $i |grep -q "not stripped"  strip $i
 done
@@ -100,6 +102,11 @@
 /usr/X11R6/lib/*.so
 
 %changelog
+* Sun Apr 02 2000 Stefan van der Eijk [EMAIL PROTECTED] 5.1.1-3mdk
+- modified .spec file so Image::Magick.3.bz2 makes it in, the double "::"
+  in the man page name caused it not to get bziped befor the files-perl.list
+  is made.
+
 * Wed Feb 16 2000 Chmouel Boudjnah [EMAIL PROTECTED] 5.1.1-2mdk
 - Recompile ImageMagick-devel with the right 5.1.1 devel.
 



[Cooker] Problems with urpmi

2000-04-02 Thread thomas poindessous

I have a big problem with urpmi. When I do an urpmi.update -a, it download
the hdlist but after it doesn't generate deplist:
choosing compression method with "bzip2 -9" for archive 
/var/lib/urpmi/hdlist.installation.cz2
generating dependencies list

ps axu:
root  5365  0.0  2.7  2852 1740 pts/2S04:13   0:00 perl 
/usr/sbin/urpmi.update -a
root  5399  0.0  1.3  1932  880 pts/2S04:14   0:00 sh -c gendepslist2 
/var/lib/urpmi/hdlist.*  /var/lib/urpm
root  5400  0.0  1.7  2460 1084 pts/2S04:14   0:00 gendepslist2 
/var/lib/urpmi/hdlist.cooker.cz2 /var/lib/urp
root  5401  0.0  1.3  1924  848 pts/2S04:14   0:00 sh -c bzip2 -d 
/var/lib/urpmi/hdlist.cooker.cz2 2/dev/nu
root  5402  0.6  3.1  4812 1980 pts/2S04:14   0:05 bzip2 -d

Impossible to finish ...

-- 
Thomas Poindessous
Eleve en 1ere annee d'ingenieur a l'Epita
[EMAIL PROTECTED]




Re: [Cooker] Problems with urpmi

2000-04-02 Thread Pixel

thomas poindessous [EMAIL PROTECTED] writes:

 I have a big problem with urpmi. When I do an urpmi.update -a, it download
 the hdlist but after it doesn't generate deplist:
 choosing compression method with "bzip2 -9" for archive 
/var/lib/urpmi/hdlist.installation.cz2
 generating dependencies list
 
 ps axu:
 root  5365  0.0  2.7  2852 1740 pts/2S04:13   0:00 perl 
/usr/sbin/urpmi.update -a
 root  5399  0.0  1.3  1932  880 pts/2S04:14   0:00 sh -c gendepslist2 
/var/lib/urpmi/hdlist.*  /var/lib/urpm
 root  5400  0.0  1.7  2460 1084 pts/2S04:14   0:00 gendepslist2 
/var/lib/urpmi/hdlist.cooker.cz2 /var/lib/urp
 root  5401  0.0  1.3  1924  848 pts/2S04:14   0:00 sh -c bzip2 -d 
/var/lib/urpmi/hdlist.cooker.cz2 2/dev/nu
 root  5402  0.6  3.1  4812 1980 pts/2S04:14   0:05 bzip2 -d
 
 Impossible to finish ...

can you tell more about it. i don't see what the pb is




[Cooker] cervisia .spec file update proposal

2000-04-02 Thread Stefan van der Eijk

Hi,

With the cervisia package the filelist gets made before the man pages
are compressed. 
The man pages are later compressed by spec-helper, so when the rpm
package is built
the uncompressed man page (in the filelist) isn't found.

With this diff the man page is compressed B4 the filelist is made.

Stefan van der Eijk

--- ../RPM/SPECS/cervisia.spec  Mon Jan 17 17:53:18 2000
+++ cervisia.spec   Sun Apr  2 19:19:55 2000
@@ -1,6 +1,6 @@
 %defineversion 0.3.1
 %define name cervisia
-%define release 2mdk
+%define release 3mdk
 %define prefix /usr
 
 Name: %{name}
@@ -46,6 +46,9 @@
 fi
 
 cd $RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT/ -type 'f'|grep -E '.*[0-9]($|x)' | xargs file \
+   | grep troff | cut -d: -f1 | xargs bzip2 -9
+
 echo '%defattr(-,root,root,0755)'  $RPM_BUILD_DIR/file.list.%{name}
 echo '%docdir /usr/doc/kde'  $RPM_BUILD_DIR/file.list.%{name}
 find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,'  \
@@ -67,6 +70,9 @@
 
 %changelog
 %changelog
+* Sun Apr 02 2000 Stefan van der Eijk [EMAIL PROTECTED]
+- compress man files befor filelists are made
+
 * Sun Jan 16 2000 Chmouel Boudjnah [EMAIL PROTECTED]
 - libtoolizefications.
 



[Cooker] cxterm .spec update proposal

2000-04-02 Thread Stefan van der Eijk

The man pages in the %files section were noted as 
cxterm.1x, while cxterm.1* would get the compressed manpages
into the rpm.

Can someone update this?

Thanks!!

Stefan van der Eijk
[EMAIL PROTECTED]

--- /users/stefan/RPM/SPECS/cxterm.spec Sat Feb 26 03:47:45 2000
+++ cxterm.spec Sun Feb 27 20:08:06 2000
@@ -1,7 +1,7 @@
 Summary: CXterm-5.0, with color patches
 Name: cxterm
 Version: 5.0.p3
-Release: 1mdk
+Release: 2mdk
 #Copyright: 1995 BY YONGGUANG ZHANG
 Copyright: GPL
 Group: X11/Applications
@@ -30,6 +30,7 @@
 %patch10 -p1 -b .rh
 
 %build
+CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
 xmkmf
 make World
 
@@ -49,15 +50,18 @@
 /usr/X11R6/bin/cxtermb5
 /usr/X11R6/bin/hzimctrl
 /usr/X11R6/bin/tit2cit
-/usr/X11R6/man/man1/cxterm.1x
-/usr/X11R6/man/man1/hzimctrl.1x
-/usr/X11R6/man/man1/tit2cit.1x
-/usr/X11R6/man/man1/cit2tit.1x
+/usr/X11R6/man/man1/cxterm.1*
+/usr/X11R6/man/man1/hzimctrl.1*
+/usr/X11R6/man/man1/tit2cit.1*
+/usr/X11R6/man/man1/cit2tit.1*
 %doc Doc/*
 /usr/dict
 /usr/X11R6/lib/X11/app-defaults/CXterm
 
 %changelog
+* Sun Feb 27 2000 Stefan van der Eijk [EMAIL PROTECTED]
+- modified .spec file to build correctly
+
 * Sat Feb 26 2000 Jesse Kuang [EMAIL PROTECTED]
 - remove chinese fonts, use zh-pcf(CJK) instead
 
@@ -72,3 +76,6 @@
 
 * Wed Jan 27 1999 Jesse Kuang [EMAIL PROTECTED]
 - fix path to X11R6
+
+%clean
+rm -rf $RPM_BUILD_ROOT



[Cooker] Missing devices in isdn4k-utils-3.1b7-2mdk

2000-04-02 Thread Andreas Simon

Hi,

there are no isdn devices unter /dev in this package.
There are also none in dev-2.7.12-13mdk.
Are they hiding elsewhere or has someone just forgotten them?

Best regards
~Andreas Simon




[Cooker] apache doesn't build on alpha

2000-04-02 Thread Stefan van der Eijk

Hi,

I'd like to announce that the apache package hasn't been building
on my alpha for some time now... Here's the final buildoutput
(also see attachment):

qsc.c: In function `qsc_process_request':
qsc.c:195: inconsistent operand constraints in an `asm'
qsc.c:195: inconsistent operand constraints in an `asm'
qsc.c:195: inconsistent operand constraints in an `asm'
qsc.c: In function `qsc_insert_request':
qsc.c:195: inconsistent operand constraints in an `asm'
make[3]: *** [qsc.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory
`/data/users/stefan/RPM/BUILD/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/data/users/stefan/RPM/BUILD/apache_1.3.12'
make: *** [build] Error 2
Bad exit status from /var/tmp/rpm-tmp.10638 (%build)

Perhaps some of the more gifted people can take a look at it
(this is way over my head ;-) ).

Thanks!!

Stefan
 apache-1.3.12-5mdk.buildoutput.txt.bz2


Re: [Cooker] root passwd denied

2000-04-02 Thread Michal Rokos

Hi Will,
I try to help you, but I need to know what kernel, initscripts and msec
 packages version do you use...
Regards
Michal

 Out of curiosity I attempted to "upgrade"
 and selected 'poor' for security.
 
 Still no luck and with the custom boot disk
 and 'linux single' I get 
 
 boot: linux single
 loading linux
 Error 0x10
 
 Obviously my last rpm -Uvh of msec
 and custom init.sh which only set security
 to 'normal' should not have caused this.
 
 Console logins as root and 'su' from a users account
 are all affected which was not the case several 
 months ago.
 
 I will use a rescue disk and attempt
 to alter the config files if necessary
 but was hoping for another solution !?
 
 Thanks to those who have responded.
 
 William Bouterse
 




[Cooker] Kernel 2.3.99 devfs problem

2000-04-02 Thread Michal Rokos

Hi!
I am using kernel 2.3.99 (from contrib) and I have one fundamental question...
 Where is my floppy (on /dev) ??? :-))
Thanks for answers!
Michal




[Cooker] Re: [CHRPM] fnlib-0.4-14mdk

2000-04-02 Thread Sebastian Dransfeld

fnlib 0.5 has existed some time.

seb

On Sun, 2 Apr 2000, Jerome Martin wrote:

 --=-=-=
 Name: fnlib   Distribution: Linux-Mandrake
 Version : 0.4   Vendor: MandrakeSoft
 Release : 14mdk Build Date: Sun Apr 02 15:18:48 2000
 Install date: (not installed)   Build Host: kenobi.mandrakesoft.com
 Group   : System/Libraries  Source RPM: (none)
 Size: 388702
 Packager: Jerome Martin [EMAIL PROTECTED]
 URL : http://www.rasterman.com/
 Summary : Color font rendering library for X11R6.
 Description :
 Fnlib is a library that provides full, scalable 24-bit color font
 rendering abilities for X.
 
 --=-=-=
 
 * Sun Apr 02 2000 Jerome Martin [EMAIL PROTECTED] 0.4-14mdk
 
 - rpm group update
 - spec-helperizing specfile
 
 -- 
 http://www.linux-mandrake.com/en/cookerdevel.php3
 





Re: [Cooker] Kernel 2.3.99 devfs problem

2000-04-02 Thread Jeff Garzik



On Sun, 2 Apr 2000, Michal Rokos wrote:

 Hi!
   I am using kernel 2.3.99 (from contrib) and I have one fundamental question...
  Where is my floppy (on /dev) ??? :-))

I don't know exactly, it is probably like /dev/fd/0 or similar.

You need to run devfsd, as pretty much the first thing in the boot cycle
(in rc.sysinit or similar) in order to get compatibility (you need
this!), unless you want to convert your system completely over to devfs.

Note that Linux-Mandrake is still essentially a 2.2.x-based
distribution, so most packages will not yet work with devfs, unless you
are running devfsd to provide compatibility devices, like /dev/fd0 etc.

Jeff







Re: [Cooker] Kernel 2.3.99 devfs problem

2000-04-02 Thread Michal Rokos

Hello, Jeff!
   
I'm using devfsd since 2.3.99 (new initscripts now counts with devfsd - thanks
 to Chmouel!).
Everything is running fine, but I can't find my floppy. Sugested /dev/fd/0
 for floppy is nosence - it's symlink to /proc/self/fd. I'm not sure why,
 but it's TRUE.
   Anyway thanks
   Michal


 You need to run devfsd, as pretty much the first thing in the boot cycle
 (in rc.sysinit or similar) in order to get compatibility (you need
 this!), unless you want to convert your system completely over to devfs.
 
 Note that Linux-Mandrake is still essentially a 2.2.x-based
 distribution, so most packages will not yet work with devfs, unless you
 are running devfsd to provide compatibility devices, like /dev/fd0 etc.
 
   Jeff
 
 
 
 
 




Re: [Cooker] Kernel 2.3.99 devfs problem

2000-04-02 Thread Jeff Garzik

On Sun, 2 Apr 2000, Michal Rokos wrote:
 I'm using devfsd since 2.3.99 (new initscripts now counts with devfsd - thanks
  to Chmouel!).
 Everything is running fine, but I can't find my floppy. Sugested /dev/fd/0
  for floppy is nosence - it's symlink to /proc/self/fd. I'm not sure why,
  but it's TRUE.

;)  Kinda strange, since /proc/self/fd has nothing to do with floppy
disks.

Can you privately e-mail me a copy of

cd /dev ; ls -FC  /tmp/dev-ls.txt
dmesg -s 16384  /tmp/dmesg.txt





[Cooker] buggy network script in initscripts-4.97-12mdk

2000-04-02 Thread Andreas Simon

Hello,

I configured my isdn subsystem to activate the ippp0
interface at boot time.

That is in /etc/sysconfig/network-scripts/ifcfg-ippp0
I have a ONBOOT="yes". But this interface is NOT started
at boot time.

I guess there's an error in /etc/rc.d/init.d/network:
In line 38

egrep -v 'ifcfg-ippp[0-9]+$' | \

the -v is wrong.

Best regards
~Andreas Simon




Re: [Cooker] Kernel 2.3.99 devfs problem

2000-04-02 Thread Derek Wildstar

On Sun, 2 Apr 2000, Michal Rokos wrote:

 Hello, Jeff!

 I'm using devfsd since 2.3.99 (new initscripts now counts with devfsd - thanks
  to Chmouel!).
 Everything is running fine, but I can't find my floppy. Sugested /dev/fd/0
  for floppy is nosence - it's symlink to /proc/self/fd. I'm not sure why,
  but it's TRUE.
Anyway thanks
Michal

The "real" device under devfs is /dev/floppy/0, devfsd should have created
a link /dev/fd0 to this for compatibility ... if the link isn't there then
something in devfsd's config is amiss.

-dwild




Re: [Cooker] Kernel 2.3.99 devfs problem

2000-04-02 Thread Jeff Garzik

On Sun, 2 Apr 2000, Derek Wildstar wrote:
 The "real" device under devfs is /dev/floppy/0, devfsd should have created
 a link /dev/fd0 to this for compatibility ... if the link isn't there then
 something in devfsd's config is amiss.

There was no /dev/floppy in the output e-mailed to me privately.  It
looked like the floppy driver module isn't getting loaded.  Michal?  Can
you try "modprobe floppy" and then see if the floppy works?

Jeff







[Cooker] gatos - please test (ati tv tuner)

2000-04-02 Thread John Buswell

hi,

i have just uploaded the latest rpm with the very latest cvs snapshot for
the ati tv tuner cards (gatos). Could anyone who uses gatos please test
it, as I do not have access to the hardware.

thanks

John I.Buswell
Development Engineer
MandrakeSoft




Re: [Cooker] Kernel 2.3.99 devfs problem

2000-04-02 Thread Michal Rokos

Hi all!
   Thanks god Jeff found why I have no floppy... The module floppy was'n intalled!
 I never thought that floppy isn't statically (!!!) linked into kernel. Shame
 on me - I must apology to Linus and kernel's devel team... :-))
The problem is always between the keyboard and the chair. :-))
Thanks to all
Michal

PS: Why not to compile floppy to kernel statically??? :-))


 There was no /dev/floppy in the output e-mailed to me privately.  It
 looked like the floppy driver module isn't getting loaded.  Michal?  Can
 you try "modprobe floppy" and then see if the floppy works?
 
   Jeff




[Cooker] file conflict in gcc-colorgcc-2.95.2 and perl-5.600

2000-04-02 Thread Stefan van der Eijk

Hi,

I've noticed a small file conflict between these 2 packages...

[root@stefan autorpm]# rpm -Uvh gcc-colorgcc-2.95.2-6mdk.i586.rpm
perl-5.600-4mdk.i586.rpm 
file /usr/lib/perl5/5.6.0/Term/ANSIColor.pm conflicts between attemped
installs of perl-5.600-4mdk and gcc-colorgcc-2.95.2-6mdk
file /usr/lib/perl5/man/man3/Term::ANSIColor.3.bz2 conflicts between
attemped installs of perl-5.600-4mdk and gcc-colorgcc-2.95.2-6md

Stefan