Opened 10 years ago

Last modified 2 years ago

#41434 closed defect

magicpoint @1.13a - fatal error: ' X11 .rules' file not found — at Version 5

Reported by: d0wntime Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: mavericks Cc: macsforever2000@…
Port: magicpoint

Description (last modified by mf2k (Frank Schima))

Magicpoint fails to compile. The build stops during imake with. Strangely, this appears to be the same as #34972 and #34503 (submitted by me 5/18/12), only now with OS X 10.9 and Xcode 5.0.2.

configure: creating ./config.status
config.status: creating Imakefile
config.status: creating image/Imakefile
config.status: creating sample/Imakefile
config.status: creating contrib/mgp2html.pl
config.status: creating contrib/mgp2latex.pl
config.status: creating contrib/mgpnet
config.status: creating mgpembed.pl
be sure to generate Makefile from Imakefile, by xmkmf and make Makefiles
imake -DUseInstalled -I/opt/local/lib/X11/config
In file included from Imakefile.c:15:
/opt/local/lib/X11/config/Imake.tmpl:2144:10: fatal error: ' X11 .rules' file not found
#include ProjectRulesFile
         ^
/opt/local/lib/X11/config/Imake.tmpl:2142:35: note: expanded from macro 'ProjectRulesFile'
# define ProjectRulesFile       Concat3(<,TopLevelProject,.rules>)
                                        ^
/opt/local/lib/X11/config/Imake.rules:256:23: note: expanded from macro 'Concat3'
#define Concat3(a,b,c)a/**/b/**/c
                      ^
1 error generated.
imake: Exit code 1.
  Stop.
Command failed: /opt/local/bin/xmkmf && make Makefiles
Exit code: 1
Error: org.macports.configure for port magicpoint returned: command execution failed
Warning: targets not executed for magicpoint: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Please see the log file for port magicpoint for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_magicpoint/magicpoint/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port magic point failed

Change History (6)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Ok, this is the issue where clang does not work as a C preprocessor for imake; until magicpoint is fixed to not use imake, we need to use GCC's cpp instead.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

We had encountered this problem before in #34503 but were unable to reproduce it. It's now re-appearing because in Xcode 5, clang is the only included compiler.

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

Keywords: mavericks added
Port: tightvnc added

I see the exact same error in trying to build tightvnc on Mavericks.

comment:4 Changed 10 years ago by mf2k (Frank Schima)

Cc: macsforever2000@… added

Cc Me!

Changed 10 years ago by mf2k (Frank Schima)

Attachment: tightvnc.main.log added

comment:5 Changed 10 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.