Code Comments
Programming Forum and web based access to our favorite programming groups.All: I am attempting to compile the perl module Device::SerialPort and get this error during make -- Manifying blib/man3/Device::SerialPort.3pm Can't open blib/man3/Device::SerialPort.3pm for writing: Invalid argument at /usr/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 132 make: *** [manifypods] Error 22 [cmarvel@localhost Device-SerialPort-1.002]$ make all Manifying blib/man3/Device::SerialPort.3pm Can't open blib/man3/Device::SerialPort.3pm for writing: Invalid argument at /usr/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 132 make: *** [manifypods] Error 22 I have 5.8.8 perl. Any suggestions? Thank you. Keith Lee
Post Follow-up to this messageKeith Lee <cmarvel2000@yahoo.com> writes: > All: > I am attempting to compile the perl module Device::SerialPort and get > this error during make -- > Manifying blib/man3/Device::SerialPort.3pm > Can't open blib/man3/Device::SerialPort.3pm for writing: Invalid argument > at /usr/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 132 > make: *** [manifypods] Error 22 > [cmarvel@localhost Device-SerialPort-1.002]$ make all > Manifying blib/man3/Device::SerialPort.3pm > Can't open blib/man3/Device::SerialPort.3pm for writing: Invalid argument > at /usr/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 132 > make: *** [manifypods] Error 22 > > I have 5.8.8 perl. Any suggestions? Thank you. It's complaining it gets an error trying to create a file at blib/man3/Device::SerialPort.3pm. Did you previously do a make as root? It the file there writable? You can either do a make clean as root and then make as a normal user or do the make as root.
Post Follow-up to this messageOn Fri, 28 Mar 2008 17:02:06 +0000, Dan Espen wrote: > Keith Lee <cmarvel2000@yahoo.com> writes: > > > It's complaining it gets an error trying to create a file at > blib/man3/Device::SerialPort.3pm. > > Did you previously do a make as root? > > It the file there writable? > > You can either do a make clean as root and then make as a normal user > or do the make as root. Dan: I just ran make clean, perl Makefile.pl, and make as root. It's giving me th e same error. Keith
Post Follow-up to this messageKeith Lee <cmarvel2000@yahoo.com> writes: > On Fri, 28 Mar 2008 17:02:06 +0000, Dan Espen wrote: > > > Dan: > I just ran make clean, perl Makefile.pl, and make as root. It's giving me the sam e error. Look at the file: blib/man3/Device::SerialPort.3pm is it writable? if you can't find the file look closer at the output messages, they will say which directory make was in at the time the message was issued. Check that there is space on the drive.
Post Follow-up to this messageDan: I am not sure why; but, the compilation and installation work fine on the Li nux drive but not on the Fat32 drive. They are both accessible from Linux. Oh well, at least I got it installed an d running. Thank you. Keith Lee
Post Follow-up to this messageKeith Lee <cmarvel2000@yahoo.com> writes: > Dan: > I am not sure why; but, the compilation and installation work fine > on the Linux drive but not on the Fat32 drive. They are both > accessible from Linux. Oh well, at least I got it installed and > running. Thank you. Makes sense. The fat drive does not support file permissions. If the script attempted to set permissions or test them the script wouldn't get the expected results.
Post Follow-up to this messageKeith Lee wrote: > All: > I am attempting to compile the perl module Device::SerialPort and get > this error during make -- > Manifying blib/man3/Device::SerialPort.3pm > Can't open blib/man3/Device::SerialPort.3pm for writing: Invalid argument Translation: Attempt to use illegal characters in a file name. File names with embedded colons are not allowed on FAT32 file systems.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.