Re: [Module::Build] Problem building XS modules on AIX
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-11-28 17:33:56
|
Ken Williams wrote: > > On Wednesday, November 19, 2003, at 04:48 PM, James.FitzGibbon > wrote: > > > So, this may not be the fault of the patch but instead bad > > assumptions on the part of the test. On the other hand, this same > > test passed with the second revision of the patch (the current one > > being #3 I believe). > > > > It may also be related to me running the test on an NFS mounted > > homedir. I tried it on a local disk and it passed. So, I'm willing > > to write off the failures to the assumptions of the test suite and > > say it's a good candidate for then next release unless someone has > > an OS/2 or VMS box to pound on it with. > > > > Thanks to everyone who helped. > > > Did this thread result in a patch for M::B? > > -Ken No, the previous patch was the best I could do <http://sourceforge.net/mailarchive/message.php?msg_id=6567348>, as I know nothing of NFS. The reason that this test passed for James at one point was because an initial version of the patch got the arguments to add_to_cleanup() wrong by not including any directories. When this was fixed it created a problem that is, I believe, directly linked with M::B's cleanup versus NFS. I.E. AIX is fully supported with the above patch, but NFS in general is not and remains an open issue. Randy. |