#60724 closed defect (duplicate)
gnucash @3.9: Could NOT find Threads (missing: Threads_FOUND)
Reported by: | posita (Matt Bogosian) | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | gnucash |
Description
% sudo port -N -c install \gnucash Password: ---> Computing dependencies for gnucash ---> Fetching distfiles for gnucash ---> Attempting to fetch gnucash-3.9.tar.bz2 from https://ayera.dl.sourceforge.net/gnucash ---> Verifying checksums for gnucash ---> Extracting gnucash ---> Configuring gnucash Warning: ----------------------------------------------------------------------- Warning: The port 'gnucash' uses the cxx11 PortGroup which is deprecated. Warning: Please instead specify the required c++ standard directly using Warning: compiler.cxx_standard 2011 Warning: replacing 2011 with newer standards (e.g. 2014, 2017) as required. Warning: For more details see https://trac.macports.org/wiki/CompilerSelection Warning: ----------------------------------------------------------------------- Error: Failed to configure gnucash: configure failure: command execution failed Error: See /opt/local/macports-20200625/var/macports/logs/_opt_local_macports-20200625_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gnucash/gnucash/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug
After reading wiki:CompilerSelection, it's still unclear what action to take as a user. Is that something I can do as a command line parameter or environment variable passed to port install …
? All the applicable instructions seem to recommend Portfile
modifications.
Attachments (1)
Change History (5)
Changed 4 years ago by posita (Matt Bogosian)
comment:1 follow-up: 4 Changed 4 years ago by kencu (Ken)
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | dports@… removed |
---|---|
Owner: | set to drkp |
Status: | new → assigned |
Summary: | gnucash fails to build ("uses the cxx11 PortGroup which is deprecated") → gnucash @3.9: Could NOT find Threads (missing: Threads_FOUND) |
comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Duplicate of #60310.
comment:4 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to kencu:
That warning is of use for Portfile developers, and is obviously just confusing for users. Apologies for that.
Yeah. We need a developer mode.
Note: See
TracTickets for help on using
tickets.
That warning is of use for Portfile developers, and is obviously just confusing for users. Apologies for that.
The issue seems to be:
and what really is going wrong is probably indicated in those two other log files listed uner
See also
.