Opened 3 months ago

Last modified 3 months ago

#70195 new defect

game-porting-toolkit portfile does not parse: can't read "configure.cxx_archflags.": no such variable

Reported by: barracuda156 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc: herbygillot (Herby Gillot), Gcenx, MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: game-porting-toolkit

Description

Failed to parse file devel/game-porting-toolkit/Portfile: can't read "configure.cxx_archflags.": no such variable

Change History (3)

comment:1 Changed 3 months ago by Gcenx

You’ve tagged the wrong person, I’m maintainer of this port.

If you look over the Portfile you’ll see that configure.cxx_archflags isn’t set anywhere.

comment:2 Changed 3 months ago by jmroot (Joshua Root)

Cc: Gcenx MarcusCalhoun-Lopez added

You need to provide debug output and some info about your system configuration in cases like this where there is no log. The debug output will have a backtrace that shows exactly where the error is happening.

Based on the variable name and your hardware of choice, I can only assume this is probably happening in muniversal on systems that can't run x86_64 code.

comment:3 Changed 3 months ago by kencu (Ken)

presumably related to the portfile setting this

muniversal.arch_flag        no

and then going down some previously-untested code pathway on your system….

Note: See TracTickets for help on using tickets.