[packagekit] Status of x86_64 support?
Richard Hughes
hughsient at gmail.com
Fri Nov 2 16:33:25 PDT 2007
On Fri, 2007-11-02 at 21:56 +0000, Richard Hughes wrote:
> On Fri, 2007-11-02 at 22:36 +0100, Matej Cepl wrote:
> > Anyway, the new log is on
> > http://www.ceplovi.cz/matej/tmp/packagekitd-log.txt
>
> Boom:
>
> va_list args;
> gchar *arguments;
>
> /* get the argument list */
> va_start (args, script);
> arguments = g_strjoinv (" ", (gchar **)(void *)args);
> va_end (args);
>
> This works on 32bit but not 64bit. Anything that needs a double cast to
> compile is probably bad news...
I've pushed 868da532a6db79dca401d254d01a2f35148aae62 which fixes this in
a nice way. Can you try that please? One by one we are fixing the bugs -
who knows - maybe today you can use the daemon on 64 bit. :-)
Thanks,
Richard.
More information about the PackageKit
mailing list