Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 15:08:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 188856] devel/py-gobject3 doesn't install on powerpc64
Message-ID:  <bug-188856-6497-J3YvIoivHd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188856-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188856-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188856

--- Comment #6 from Sean Bruno <sbruno@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-188856-6497-J3YvIoivHd>