Opened 5 years ago

Closed 4 years ago

Last modified 4 years ago

#57996 closed defect (fixed)

ncmpc @0.33_0: error: default initialization of an object of const type 'const ScopeInitUTF8' without a user-provided default constructor

Reported by: gamato Owned by: lbschenkel (Leonardo Brondani Schenkel)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc:
Port: ncmpc

Description

With up-to-date MacPorts on up-to-date El Capitan:

[Users/mato] > clean ncmpc                
--->  Cleaning ncmpc
[Users/mato] > install ncmpc
--->  Computing dependencies for ncmpc
--->  Fetching archive for ncmpc
--->  Attempting to fetch ncmpc-0.33_0.darwin_15.x86_64.tbz2 from https://packages.macports.org/ncmpc
--->  Attempting to fetch ncmpc-0.33_0.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/ncmpc
--->  Attempting to fetch ncmpc-0.33_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/ncmpc
--->  Fetching distfiles for ncmpc
--->  Verifying checksums for ncmpc
--->  Extracting ncmpc
--->  Configuring ncmpc
--->  Building ncmpc
Error: Failed to build ncmpc: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpc/ncmpc/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port ncmpc failed
[Users/mato] > 

Attachments (1)

main.log (55.5 KB) - added by gamato 5 years ago.

Download all attachments as: .zip

Change History (6)

Changed 5 years ago by gamato

Attachment: main.log added

comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: lbschenkel@… removed
Owner: set to lbschenkel
Status: newassigned
Summary: ncmpc @0.33_0: failed buildncmpc @0.33_0: error: default initialization of an object of const type 'const ScopeInitUTF8' without a user-provided default constructor

comment:2 Changed 5 years ago by lbschenkel (Leonardo Brondani Schenkel)

I have reported this upstream: https://github.com/MusicPlayerDaemon/ncmpc/issues/44. Let's see how that goes before trying to introduce a patch downstream.

comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Upstream has closed the issue without making any changes.

comment:4 Changed 4 years ago by lbschenkel (Leonardo Brondani Schenkel)

Resolution: fixed
Status: assignedclosed

In 19a2e655760de8e25af3871f20b43060be0d69ca/macports-ports (master):

ncmpc: add patch for MacOS <= 10.11

This should make it buildable in systems lacking 'locale_t'.

Closes: #57996

comment:5 Changed 4 years ago by lbschenkel (Leonardo Brondani Schenkel)

I tried my best with patching downstream. That seems to have solved the build issue, but since I don't have such an old system to test, I can't really make any promises regarding the behaviour at runtime.

Note: See TracTickets for help on using tickets.