[MacPorts] #57462: gstreamer1-gst-plugins-base 1.14.4: fails to build under OSX 10.11.6
MacPorts
noreply at macports.org
Mon Oct 29 03:17:04 UTC 2018
#57462: gstreamer1-gst-plugins-base 1.14.4: fails to build under OSX 10.11.6
------------------------------------------+--------------------
Reporter: thetrial | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords: sse2
Port: gstreamer1-gst-plugins-base |
------------------------------------------+--------------------
Comment (by kencu):
when I deleted the new line you added
{{{
variant universal requires x11 {}
}}}
and then manually built it with +ogg +universal +x11, I see this:
{{{
checking whether __i386__ is declared... no
checking whether __x86_64__ is declared... yes
checking to see if compiler understands -msse... yes
checking to see if compiler understands -msse2... yes
checking to see if compiler understands -msse4.1... yes
}}}
and then
{{{
checking whether __i386__ is declared... yes
checking whether __x86_64__ is declared... no
checking to see if compiler understands -msse... yes
checking to see if compiler understands -msse2... yes
checking to see if compiler understands -msse4.1... yes
}}}
and it builds through to completion +ogg +universal +x11 without any
troubles
{{{
$ port -v installed gstreamer1-gst-plugins-base
The following ports are currently installed:
gstreamer1-gst-plugins-base @1.14.4_0+ogg+universal+x11 platform='darwin
10' archs='i386 x86_64' date='2018-10-06T09:09:28-0700'
gstreamer1-gst-plugins-base @1.14.4_1+ogg+universal+x11 (active)
platform='darwin 10' archs='i386 x86_64' date='2018-10-28T20:13:26-0700'
}}}
So -- something about your added line seems to be messing up the
`muniversal` portgroup's function...
--
Ticket URL: <https://trac.macports.org/ticket/57462#comment:13>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list