New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #27129 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

vexus-cdk @4.9.13 - make error - build failure

Reported by: markus@… Owned by: texel@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: vexus-cdk

Description

While building the vexus-cdk, the function "bowWindow" in line 47 of draw.c a pointer dereference fails. Log attached. gcc -v output (modified for readability):

Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5664~105/src/configure
--disable-checking
--enable-werror
--prefix=/usr
--mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/
--with-slibdir=/usr/lib
--build=i686-apple-darwin10
--program-prefix=i686-apple-darwin10-
--host=x86_64-apple-darwin10
--target=i686-apple-darwin10
--with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5664)

Attachments

main.log (15.1 KB) - added by markus@… 3 years ago.
port log
vexus-cdk_configure.diff (402 bytes) - added by jmr@… 3 years ago.

Change History

Changed 3 years ago by markus@…

port log

comment:1 Changed 3 years ago by jmr@…

  • Keywords vexus cdk removed
  • Owner changed from macports-tickets@… to texel@…

comment:2 Changed 3 years ago by jmr@…

Two problems: somebody's config.cache is shipped in the tarball, and the configure script doesn't run ncurses5-config, so it doesn't know where to find the headers. And CPPFLAGS is ignored, so we have to tell it via CFLAGS. Attaching a patch.

Changed 3 years ago by jmr@…

comment:3 Changed 3 years ago by markus@…

Patch tested and works for me.

comment:4 Changed 3 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed

r74143 (maintainer timeout)

Note: See TracTickets for help on using tickets.