tag 466855 - patch thanks Giuseppe Sacco <[EMAIL PROTECTED]> wrote:
Hi, > I think I found the problem, while I do not have any solution right now. > The semaphore implementation used on linux/powerpc is not the pthread > one, so the semaphore creation is done via > This is a problem when dev is not a pathname. In my case > dev="libusb:001:003" and this means ftok() returns -1, so that even > semget() will return an error (Permission denied). > The following patch make the program working in this peculiar case. I > don't know if this is a general solution, or if this might create new > bugs. That solution is not acceptable, as it's not generic enough. Sorry, we'll have to find something else. JB. -- Julien BLACHE <[EMAIL PROTECTED]> | Debian, because code matters more Debian & GNU/Linux Developer | <http://www.debian.org> Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

