Package: pnet-compiler The cscc compiler writes temporary files to the directory where the source code is. This breaks building in some environments, notably with autoconf and srcdir != builddir. See output:
[EMAIL PROTECTED]:~/src/libidn/libidn-0.6.4/_build/csharp$ cscc -shared -o Libidn.ddl .. /../csharp/AssemblyInfo.cs ../../csharp/AssemblyInfo.objtmp: Permission denied [EMAIL PROTECTED]:~/src/libidn/libidn-0.6.4/_build/csharp$ This is most likely an upstream issue. I believe the proper solution is to write the temp files to the output directory, or possibly to a temporary directory (/tmp/somewhere?). The interesting thing is that older versions worked fine; I've only started to see this behaviour recently. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]