pkgsrc-Users archive

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

Re: Firefox 24 doesn't restore session



On Tue, Nov 12, 2013 at 01:00:59AM +0900, Izumi Tsutsui wrote:
> __foo50() syscalls are introduced for 64 bit time_t changes in 6.x
> and later, so NetBSD 5.x needs different symbols (__stat30() etc)?

Real fix is using nm in the build system (but I don't know how to do it).
Short term fix is to query the OS version and only do the __*50 symobls
on 6.0 or newer. Again, I don't know how to do that: OS.Constants.Sys
seems to only have "Name" and "DEBUG" attributes.

Martin


Home | Main Index | Thread Index | Old Index