OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 03-Jun-2004 10:44:10
Branch: HEAD Handle: 2004060309440900
Modified files:
openpkg-re osprereq.txt
Log:
add more OS prereq infos
Summary:
Revision Changes Path
1.13 +47 -1 openpkg-re/osprereq.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/osprereq.txt
============================================================================
$ cvs diff -u -r1.12 -r1.13 osprereq.txt
--- openpkg-re/osprereq.txt 21 May 2004 07:52:19 -0000 1.12
+++ openpkg-re/osprereq.txt 3 Jun 2004 08:44:09 -0000 1.13
@@ -47,6 +47,14 @@
- gettext
- libpam0g-dev
+ o Mandrake 10:
+ - libexpat0-devel-1.95.6-4mdk.i586
+ > libfontconfig1-devel-2.2.1-7mdk.i586
+ > libfreetype6-devel-2.1.7-4mdk.i586
+ > libxfree86-devel-4.3-30mdk.i586
+ > libxpm4-devel-3.4k-27mdk.i586
+ > zlib1-devel-1.2.1-2mdk.i586
+
o Solaris 8, Solaris 9:
- entire distribution (SUNWCall)
- tbd
@@ -144,6 +152,18 @@
o RedHat Fedora Core 2:
- flex-2.5.4a-31.1.i386.rpm (to create binutils from source on a scratch
machine)
+ X11:
+ - xorg-x11-devel-6.7.0-0.5.i386.rpm
+ > expat-1.95.7-1.1.i386.rpm
+ > fontconfig-2.2.1-10.i386.rpm
+ > fontconfig-devel-2.2.1-10.i386.rpm
+ > freetype-2.1.7-4.i386.rpm
+ > freetype-devel-2.1.7-4.i386.rpm
+ > pkgconfig-0.15.0-1.1.i386.rpm
+ > xorg-x11-Mesa-libGL-6.7.0-0.5.i386.rpm
+ > xorg-x11-libs-6.7.0-0.5.i386.rpm
+ > xorg-x11-libs-data-6.7.0-0.5.i386.rpm
+ > zlib-devel-1.2.1.1-2.1.i386.rpm
o RedHat Fedora Core 1:
- libtermcap-devel (for /usr/lib/libtermcap* stuff)
@@ -171,7 +191,33 @@
ncurses-devel-5.3-115.i586.rpm
o SuSE 9.1:
- ncurses-devel-5.4-61.3.i586.rpm
+ - ncurses-devel-5.4-61.3.i586.rpm
+ - pam-devel-0.77-221.i586.rpm
+ - XFree86-devel-4.3.99.902-40.i586.rpm
+ > fontconfig-devel-2.2.92.20040221-28.i586.rpm
+ > freetype2-devel-2.1.7-53.i586.rpm
+
+ o Gentoo, SuSE 9.1 and others with Linux Kernel 2.6
+
+ bind install might hang when it creates a key pair and /dev/random
+ blocks on missing entropy. This happens on machines where no driver
+ provides input to create randomness, i.e. HP/Compaq 1850, DL380.
+ Workaround: generate suitable interrupts, i.e. access the IDE CDROM
+ where attempts are enough, no disc need to be inserted. The bind
+ install will then continue. Solution: fix a active driver to declare
+ itself being a source of randomness. Example:
+
+ --- /usr/src/linux/drivers/block/cpqarray.c.orig 2004-05-10 04:32:01.000000000
+0200
+ +++ /usr/src/linux/drivers/block/cpqarray.c 2004-05-27 14:06:36.844462819
+0200
+ @@ -418,7 +418,7 @@
+ }
+ hba[i]->access.set_intr_mask(hba[i], 0);
+ if (request_irq(hba[i]->intr, do_ida_intr,
+ - SA_INTERRUPT|SA_SHIRQ, hba[i]->devname, hba[i]))
+ + SA_INTERRUPT|SA_SHIRQ|SA_SAMPLE_RANDOM, hba[i]->devname,
hba[i]))
+ {
+ printk(KERN_ERR "cpqarray: Unable to get irq %d for %s\n",
+ hba[i]->intr, hba[i]->devname);
Operating System Prerequisites (generated log)
==============================================
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]