8 messages in net.sourceforge.lists.courier-users[courier-users] Re: Can't build rpm i...
FromSent OnAttachments
Gordon MessmerApr 16, 2001 11:55 pm.patch
Peter WilkinsonApr 17, 2001 12:38 am 
Gordon MessmerApr 17, 2001 12:44 pm 
Sam VarshavchikApr 17, 2001 2:34 pm 
Gordon MessmerApr 17, 2001 2:55 pm 
Sam VarshavchikApr 17, 2001 3:07 pm 
Gordon MessmerApr 17, 2001 3:45 pm 
Sam VarshavchikApr 17, 2001 4:14 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: Can't build rpm if courier is installedActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Apr 17, 2001 3:07:42 pm
List:net.sourceforge.lists.courier-users

Gordon Messmer writes:

I had considered that as a possibility, but the documentation for each is the same, and manually attempting similar operations on a 7.0 box failed as it does on 7.1.

You must have another problem. There are no known issues with building on 7.0

In any case, the old behavior (of fileutils) was a bug. Is the correct solution (in the next build) to skip operations on links, as in the patch I sent? Or do you have another solution?

I have already changed the installation script to skip over soft links. I had to replace that portion with a Perl script. test -l does not work everywhere. The only way to reliably detect soft links is in a Perl script.