[Fontconfig-bugs] [Bug 30077] fontconfig fails to write cache on Haiku

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 8 23:48:25 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=30077

--- Comment #16 from Akira TAGOH <akira at tagoh.org> 2012-07-09 06:48:25 UTC ---
(In reply to comment #15)
> TAGOH-san, apparently you need to install both pkgconfig and freetype from
> haikuports before compiling fontconfig.
> 
> http://ports.haiku-files.org/ticket/606
> 
> I laid out the steps there.

Yes, thanks. I missed the step to install haikuporter that is described at the
top page ;)

> Were you saying in your last comments that fontconfig should be able to detect
> whether or not linking works and compile correctly without the patch?

As I said in comment#12, you have two issues. one is OpenBFS doesn't support
the hard-linking as it also described in comment#7. this issue has been
fixed/improved in git master already. one is the build issue with gcc-2.95.
bz30077 branch in my tree has this fix with the common way.

HOWEVER, okay, I've tracked down. indeed the root cause is came from link().
how come link() in Haiku returns the own error code but not POSIX one? EPERM
should be the appropriate error in this case rather than own error code,
B_UNSUPPORTED.
That looks to me like a bug in Haiku.

Once it get fixed in Haiku, it should works.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Fontconfig-bugs mailing list