#16545: gnucash port doesn't work with data files on hard drive served up by airport extreme ------------------------------+--------------------------------------------- Reporter: bzbarsky@mit.edu | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: dataloss | Port: gnucash ------------------------------+--------------------------------------------- In particular, trying to save clobbers the data file. This is http://bugzilla.gnome.org/show_bug.cgi?id=549595 but even with that patch saving doesn't work. The problem is that the gnucash code is checking for EOPNOTSUPP, but link() is returning ENOTSUP. On Linux the two are always equal, but the OS X errno.h defines them to different things if __DARWIN_UNIX03 is defined (which it apparently is when building gnucash). Setting a high priority, since this leads to dataloss. -- Ticket URL: <http://trac.macports.org/ticket/16545> MacPorts <http://www.macports.org/> Ports system for Mac OS