Opened 16 months ago

Last modified 16 months ago

#66652 new defect

yap @6.0.5_3: error: Yap requires pointers of size 4 or 8

Reported by: mijaba Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc:
Port: yap

Description

YAP fails to build reporting Error: Failed to build yap: command execution failed

Attachments (1)

main.log (55.0 KB) - added by mijaba 16 months ago.
log file showing build errors

Download all attachments as: .zip

Change History (2)

Changed 16 months ago by mijaba

Attachment: main.log added

log file showing build errors

comment:1 Changed 16 months ago by ryandesign (Ryan Carsten Schmidt)

Summary: yap @6.0.5_3 fails to buildyap @6.0.5_3: error: Yap requires pointers of size 4 or 8

The error in the log is:

error: Yap requires pointers of size 4 or 8

but also of likely significance from the configure phase:

:warn:configure Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled:
:msg:configure   getppid: found in yap-6/config.log
:msg:configure   sleep: found in yap-6/config.log
:msg:configure   fork: found in yap-6/config.log

yap is unfortunately a bit of a disaster. See #55370 for my failed attempt a couple years ago to update it to a more current and hopefully less buggy version.

Note: See TracTickets for help on using tickets.