Hello!

It seems that kernel.org is going to be a hassle for this build process. 
Next up:  pciutils.  Kernel.org has only older versions.  According to 
this site (http://mj.ucw.cz/pciutils.html), the master site is:  
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ .  This site has the version 
that the Makefile is looking for.  So, another patch.  While I'm at it, I 
updated to the latest version (3.1.8 instead of 3.1.7).

Timothy J. Massey


--- Makefile.org       2011-12-15 12:29:41.000000000 -0500
+++ Makefile.pci        2011-12-15 12:38:46.000000000 -0500
@@ -23,7 +23,7 @@
 ncurses=ncurses-5.6
 #TODO: parted 2.3 - NTLDR not found
 parted=parted-1.6.22
-pciutils=pciutils-3.1.7
+pciutils=pciutils-3.1.8
 # TODO: perl-5.12.2
 perl=perl-5.10.1
 # perl-ldap aka. Net::LDAP
@@ -1052,8 +1052,8 @@
 $(call download_rule, $(ncurses), tar.gz, http://ftp.gnu.org/gnu/ncurses/
)
 $(call download_rule, $(parted), tar.gz,                       \
         
http://unattended.cvs.sourceforge.net/*checkout*/unattended/unattended/
linuxboot/misc/)
-$(call download_rule, $(pciutils), tar.bz2,                    \
-       http://ftp.all.kernel.org/pub/software/utils/pciutils/)
+$(call download_rule, $(pciutils), tar.gz,                     \
+       ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/)
 $(call download_rule, $(pcmcia-cs), tar.gz,                    \
        http://downloads.sourceforge.net/pcmcia-cs/)
 $(call download_rule, $(perl), tar.gz, http://www.cpan.org/src/)


 
Out of the Box Solutions, Inc. 
Creative IT Solutions Made Simple!
http://www.OutOfTheBoxSolutions.com
tmas...@obscorp.com 
 
22108 Harper Ave.
St. Clair Shores, MI 48080
Office: (800)750-4OBS (4627)
Cell: (586)945-8796 
------------------------------------------------------------------------------
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to