Patches item #312151, was changed at 2009-12-11 13:02 by Emilio Pozuelo Monfort You can respond by visiting: https://alioth.debian.org/tracker/?func=detail&atid=410472&aid=312151&group_id=30628
Status: Open Priority: 3 Submitted By: Emilio Pozuelo Monfort (pochu) Assigned to: Nobody (None) Summary: gtk-vnc FTBFS because of PATH_MAX usage Category: None Group: unreviewed Resolution: None Initial Comment: Hi, gtk-vnc uses PATH_MAX unconditionally, failing to build on the Hurd. The attached patch makes use of dynamic allocation rather than hardoced maximum path length. It builds fine on Hurd, and allows Vinagre to build. ---------------------------------------------------------------------- Comment By: Emilio Pozuelo Monfort (pochu) Date: 2009-12-13 16:27 Message: That is so that I don't need to g_free() it if getpwuid() fails, but if upstream doesn't like it we can change it. I've forwarded this upstream and to Debian: https://bugzilla.gnome.org/show_bug.cgi?id=604448 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561004 ---------------------------------------------------------------------- Comment By: Samuel Thibault (sthibault) Date: 2009-12-13 14:11 Message: You should probably keep the initialization of sysdir before the one of userdir, to keep the patch lines adding the new version close to the patch lines removing the old one. Else it seems just fine, please submit! ---------------------------------------------------------------------- You can respond by visiting: https://alioth.debian.org/tracker/?func=detail&atid=410472&aid=312151&group_id=30628 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

