Opened 5 years ago

Closed 5 years ago

#57970 closed defect (fixed)

scummvm: configuration fails

Reported by: dbevans (David B. Evans) Owned by: kencu (Ken)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: scummvm

Description

After the recent update to scummvm-devel, scummvm fails to configure:

Running ScummVM configure...
error: unrecognized engine: glk
Try `./configure --help' for more information.
Command failed:  cd "/opt/local/var/macports/build/_opt_github.com_macports_macports-ports_emulators_scummvm/scummvm/work/scummvm-2.0.0" && ./configure --prefix=/opt/local --enable-release --enable-plugins --default-dynamic --enable-sdlnet --enable-cloud --enable-libcurl --enable-theoradec --enable-jpeg --enable-readline --enable-all-engines --enable-verbose-build --disable-engine=glk 
Exit code: 1

As shown, the problem is that only scummvm-devel recognizes/includes the glk engine. The port needs to be modified so that the line that disables the glk engine only applies to the scummvm-devel subport.

Change History (2)

comment:1 Changed 5 years ago by kencu (Ken)

Hey, thanks Dave. It takes forever to build scummvm, and after scummvm-devel built through, I thought the non-devel port would just ignore that option. Should have known better and tested it :>

Last edited 5 years ago by kencu (Ken) (previous) (diff)

comment:2 Changed 5 years ago by kencu (Ken)

Resolution: fixed
Status: assignedclosed

In 2c907f47dde24e4088c656927c0bdfdaf70247dc/macports-ports (master):

scummvm: glk engine only exists on -devel subport

errors out on non-devel subport
closes: #57970

Note: See TracTickets for help on using tickets.