[MacPorts] #64494: sqlite3 @3.37.2_0: configure fails installing +universal variant

MacPorts noreply at macports.org
Sat Jan 22 17:30:29 UTC 2022


#64494: sqlite3 @3.37.2_0: configure fails installing +universal variant
-------------------------+-------------------------
  Reporter:  bal-agates  |      Owner:  Schamschula
      Type:  defect      |     Status:  assigned
  Priority:  Low         |  Milestone:
 Component:  ports       |    Version:  2.7.1
Resolution:              |   Keywords:
      Port:  sqlite3     |
-------------------------+-------------------------

Old description:

> Attached are a sqlite3 config.log and main.log where the config failed.
> The failure appears to due to a compiler test trying to build an x86_64
> object while linking against a library (/opt/local/lib/libunwind.dylib)
> that is only built for arm64.
>
> I am not sure how to solve this.  Is this a config tool problem or port
> problem?  I suppose one of those could have a dependency added to make
> sure whatever port is providing libundind.dylib checks that it is built
> universal?
>
> I put this at low priority because this doesn't really affect me.  It was
> the result of another port errantly wanting to rebuild everything
> "+universal".  See [https://trac.macports.org/ticket/64488 #64488].

New description:

 Attached are a sqlite3 config.log and main.log where the config failed.
 The failure appears to due to a compiler test trying to build an x86_64
 object while linking against a library (/opt/local/lib/libunwind.dylib)
 that is only built for arm64.

 I am not sure how to solve this.  Is this a config tool problem or port
 problem?  I suppose one of those could have a dependency added to make
 sure whatever port is providing libundind.dylib checks that it is built
 universal?

 I put this at low priority because this doesn't really affect me.  It was
 the result of another port errantly wanting to rebuild everything
 "+universal".  See #64488.

--

Comment (by ryandesign):

 Right... libunwind probably gets used opportunistically by a lot of stuff.
 Either uninstall libunwind or build it universal before trying to build
 something else universal that might use it.

-- 
Ticket URL: <https://trac.macports.org/ticket/64494#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list