#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)
Change History (6)
Changed 6 years ago by gamato
comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | lbschenkel@… removed |
---|---|
Owner: | set to lbschenkel |
Status: | new → assigned |
Summary: | ncmpc @0.33_0: failed build → ncmpc @0.33_0: error: default initialization of an object of const type 'const ScopeInitUTF8' without a user-provided default constructor |
comment:2 Changed 6 years ago by lbschenkel (Leonardo Brondani Schenkel)
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: | assigned → closed |
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.
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.