Re: ** PXES in Gentoo **

Diego Torres Milano <[email protected]>
Newsgroups gmane.linux.pxes.devel
Message-ID <[email protected]>
Chris,
I think you can safely ignore this error.
Try

# perl Makefile.PL
# make

anyway and I think you'll get pxesconfig.
BTW, I've removed device nodes in PXES distro, so one of your previous
problems has gone away.

Let me know how it's going.
Regards.

On Fri, Apr 02, 2004 at 06:57:23AM -0500, Chris Gianelloni wrote:
> I am getting an error when trying to update PXES for Gentoo.
> 
> It is not finding all of the files in the distribution of
> pxesconfig-0.8-9.tar.gz and cannot continue.  I'm no perl guru, so I'm
> not sure what needs to be done here, but this is keeping Gentoo from
> being up-to-date on PXES and is keeping me from using it.
> 
> # perl Makefile.PL
> Checking for Gtk.. ok
> Checking for Gnome.. ok
> Checking for Glade-Perl.. ok
> Checking if your kit is complete...
> Use of uninitialized value in -d at /usr/lib/perl5/5.8.3/File/Find.pm
> line 679.
> Warning: the following files are missing in your kit:
>         .cvsignore
>         Changelog
>         COPYING
>         Documentation/ChangeLog
>         Documentation/COPYING
>         Documentation/FAQ
>         Documentation/html/quick-start/quick-start.html
>         Documentation/html/quick-start/step1.html
>         Documentation/html/quick-start/step2.html
>         Documentation/html/quick-start/step3.html
>         Documentation/html/quick-start/step4.html
>         Documentation/html/quick-start/step5-rdp.html
>         Documentation/html/quick-start/step5-xdm.html
>         Documentation/html/quick-start/step5.html
>         Documentation/html/quick-start/step6.html
>         Documentation/html/quick-start/step7.html
>         Documentation/INSTALL
>         Documentation/Makefile
>         Documentation/NEWS
>         Documentation/README
>         Documentation/ROADMAP
>         Documentation/TODO
>         etc/ica/icaclient.files
>         etc/ica/icaclient.requires
>         etc/ica/localsession.files
>         etc/samba/smb.conf
>         FAQ
>         glade2perl_logo.xpm
>         INSTALL
>         Makefile.PL
>         MANIFEST
>         META.yml
>         NEWS
>         pixmaps/card.png
>         pixmaps/cd.png
>         pixmaps/color.png
>         pixmaps/computer.png
>         pixmaps/disks.png
>         pixmaps/empty.png
>         pixmaps/floppy.png
>         pixmaps/fonts.png
>         pixmaps/glade2perl_logo.xpm
>         pixmaps/ibm-dis.png
>         pixmaps/ibm.png
>         pixmaps/ica.png
>         pixmaps/initrd.png
>         pixmaps/keyboard.png
>         pixmaps/keyboard_layout.png
>         pixmaps/Logo.xpm
>         pixmaps/monitor.png
>         pixmaps/mouse.png
>         pixmaps/network.png
>         pixmaps/nomachine.png
>         pixmaps/printer.png
>         pixmaps/processor.png
>         pixmaps/pxes-tiny.png
>         pixmaps/rdp.png
>         pixmaps/sound.png
>         pixmaps/ssh-dis.png
>         pixmaps/ssh.png
>         pixmaps/tarantella.png
>         pixmaps/telnet-dis.png
>         pixmaps/telnet.png
>         pixmaps/terminal-empty.png
>         pixmaps/vnc.png
>         pixmaps/wfcmgr.png
>         pixmaps/x.png
>         pixmaps/xdm-dis.png
>         pixmaps/xdm.png
>         pm_to_blib
>         pxesconfig
>         pxesconfig.spec
>         Pxesconfig/Pxesconfig.pm
>         Pxesconfig/PxesconfigDruidPage.pm
>         Pxesconfig/PxesconfigGUI.pm
>         Pxesconfig/PxesconfigGUIUI.pm
>         Pxesconfig/PxesconfigModel.pm
>         Pxesconfig/SubPxesconfigGUI.pm
>         PxesconfigGUI.glade
>         README
>         ROADMAP
>         TODO
> Please inform the author.
> Use of uninitialized value in -d at /usr/lib/perl5/5.8.3/File/Find.pm
> line 679.
> Writing Makefile for Pxesconfig
> 
> However:
> # ls -al
> total 441
> drwxr-xr-x  6  500 proc    672 Apr  2 06:52 ./
> drwxr-xr-x  4 root root    104 Apr  2 06:51 ../
> -rw-r--r--  1  500 proc      9 Oct 21 23:06 .cvsignore
> -rw-r--r--  1  500 proc     57 Feb 27 17:13 COPYING
> -rw-r--r--  1  500 proc    259 Feb 27 17:13 Changelog
> drwxr-xr-x  3  500 proc    296 Mar 11 22:39 Documentation/
> -rw-r--r--  1  500 proc    272 Feb 27 17:13 FAQ
> -rw-r--r--  1  500 proc    557 Feb 27 17:13 INSTALL
> -rw-r--r--  1  500 proc   1794 Mar 11 22:39 MANIFEST
> -rw-r--r--  1  500 proc    296 Mar 11 22:39 META.yml
> -rw-r--r--  1 root root  22341 Apr  2 06:52 Makefile
> -rw-r--r--  1  500 proc   5756 Feb 19 22:58 Makefile.PL
> -rw-r--r--  1  500 proc    250 Feb 27 17:13 NEWS
> drwxr-xr-x  2  500 proc    272 Mar 11 22:39 Pxesconfig/
> -rw-r--r--  1  500 proc 315109 Mar 10 00:15 PxesconfigGUI.glade
> -rw-r--r--  1  500 proc    271 Feb 27 17:13 README
> -rw-r--r--  1  500 proc    251 Feb 27 17:13 ROADMAP
> -rw-r--r--  1  500 proc    256 Feb 27 17:13 TODO
> drwxr-xr-x  4  500 proc     96 Mar 11 22:39 etc/
> -rw-r--r--  1  500 proc  17431 Feb 27 17:13 glade2perl_logo.xpm
> drwxr-xr-x  2  500 proc   1144 Mar 11 22:39 pixmaps/
> -rw-r--r--  1  500 proc      0 Feb 19 10:39 pm_to_blib
> -rwxr-xr-x  1  500 proc  12469 Mar 11 22:38 pxesconfig*
> -rw-r--r--  1  500 proc  15410 Mar 11 22:39 pxesconfig.spec
> 
> -- 
> Chris Gianelloni
> Developer, Gentoo Linux
> Games Team
> 
> Is your power animal a penguin?



-- 
    ______  ________                                             
   /  /   \/  /___  )  I  N   T   E   G   R   A   C   I   O   N  
  /  /       /___  /   I  N   F   O   R   M   A   T   I   C   A  
 /__/__/\___/_____'    

 Diego Torres Milano   42 Maipu Of. 164  -  (1084) Buenos Aires
 <[email protected]>    Argentina. Tel: +5411 4331-2233 Fax 4331-3377


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.