Opened 6 years ago

Closed 6 years ago

#56726 closed defect (fixed)

ppl fails to build: command execution failed

Reported by: carlofdtam (Carlo Tambuatco) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.5.2
Keywords: Cc:
Port: ppl

Description (last modified by jmroot (Joshua Root))

ppl fails to build due to some failure to execute command:

Exit code: 2
Error: Failed to build ppl: command execution failed
DEBUG: Error code: CHILDSTATUS 15386 2
DEBUG: Backtrace: command execution failed
DEBUG:     while executing
DEBUG: "system {*}$notty {*}$nice $fullcmdstring"
DEBUG:     invoked from within
DEBUG: "command_exec build"
DEBUG:     (procedure "portbuild::build_main" line 8)
DEBUG:     invoked from within
DEBUG: "$procedure $targetname"

Attachments (1)

ppl.log (290.7 KB) - added by carlofdtam (Carlo Tambuatco) 6 years ago.
ppl log file

Download all attachments as: .zip

Change History (5)

Changed 6 years ago by carlofdtam (Carlo Tambuatco)

Attachment: ppl.log added

ppl log file

comment:1 Changed 6 years ago by jmroot (Joshua Root)

Description: modified (diff)

comment:2 Changed 6 years ago by jmroot (Joshua Root)

A few errors of this sort.

In file included from Box.cc:25:
3559	In file included from ./Box_defs.hh:2286:
3560	In file included from ./Box_templates.hh:38:
3561	In file included from ./BD_Shape_defs.hh:2371:
3562	In file included from ./BD_Shape_inlines.hh:31:
3563	In file included from ./Octagonal_Shape_defs.hh:36:
3564	In file included from ./OR_Matrix_defs.hh:607:
3565	./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
3566	inline OR_Matrix<T>::Pseudo_Row<U>&
3567	       ^

comment:3 Changed 6 years ago by mf2k (Frank Schima)

Keywords: command execution fails removed

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

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In e5de9cc65a8e91fcbb9a3d90911569169f0ccf88/macports-ports (master):

ppl: Fix build failure with clang 5+

Closes: #56726

Note: See TracTickets for help on using tickets.