bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting Debian Packages


From: Tanguy LE CARROUR
Subject: Re: Porting Debian Packages
Date: Tue, 24 Jan 2012 11:07:24 +0100

Hi guys!

Some more question on "Porting Package", but this time with a specific example...

I picked "auto-apt" (0.3.22) and even if some Hurd patch had been applied the code still failed to compile because of one undeclared PATH_MAX.

1) How comes the Hurd patch (part of the last debian/changelog entry) doesn't fix this one, leaving a FTBFS package?!
2) When is is acceptable to solve a PATH_MAX problem like it was done in this package? 
+#ifndef PATH_MAX
+#define PATH_MAX 10000 /* Hurd does not define PATH_MAX in limits.h */
+#endif

Cheers,
Tanguy

reply via email to

[Prev in Thread] Current Thread [Next in Thread]