[packagekit] Status of x86_64 support?

Richard Hughes hughsient at gmail.com
Fri Nov 2 14:56:43 PDT 2007


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'll try and fix this now. Thanks for the backtrace.

Richard.




More information about the PackageKit mailing list