[Bug 188856] devel/py-gobject3 doesn't install on powerpc64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 10 15:08:01 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188856

--- Comment #6 from Sean Bruno <sbruno at FreeBSD.org> ---
This problem also occurs on arm.  The file created has an "arm" extension but
the pkg-plist looks for one with an "armv6" extension.

There is no exposure of the TARGET_ARCH (powerpc64, armv6, mips64) via uname
structures in use by python, so I don't think that util.get_platform() has any
way at this time to gather that information.

Let's just modify the plist to use ARCH for now.  This is the only package that
I found in my builds on ARMv6 that has this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list