[MacPorts] #41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found
#41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found ---------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: magicpoint ---------------------+-------------------------------- 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 }}} -- Ticket URL: <https://trac.macports.org/ticket/41434> MacPorts <http://www.macports.org/> Ports system for OS X
#41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found -------------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: magicpoint | -------------------------+-------------------------------- Comment (by ryandesign@…): 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. -- Ticket URL: <https://trac.macports.org/ticket/41434#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found -------------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: magicpoint | -------------------------+-------------------------------- Comment (by ryandesign@…): 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. -- Ticket URL: <https://trac.macports.org/ticket/41434#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found ----------------------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: magicpoint tightvnc | ----------------------------------+-------------------------------- Changes (by macsforever2000@…): * keywords: => mavericks * port: magicpoint => magicpoint tightvnc Comment: I see the exact same error in trying to build tightvnc on Mavericks. -- Ticket URL: <https://trac.macports.org/ticket/41434#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found ----------------------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: magicpoint tightvnc | ----------------------------------+-------------------------------- Description changed by macsforever2000@…: Old description:
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 }}}
New description: 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 }}} -- -- Ticket URL: <https://trac.macports.org/ticket/41434#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found -------------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: magicpoint | -------------------------+-------------------------------- Changes (by ryandesign@…): * port: magicpoint tightvnc => magicpoint Comment: Replying to [comment:3 macsforever2000@…]:
I see the exact same error in trying to build tightvnc on Mavericks.
This ticket is for magicpoint. #40862 is for tightvnc. -- Ticket URL: <https://trac.macports.org/ticket/41434#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found -------------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: magicpoint | -------------------------+-------------------------------- Comment (by peter@…): I see that the port file changed, but the problem persists. Sorry if you already knew this, but thought I'd report. -- Ticket URL: <https://trac.macports.org/ticket/41434#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found -------------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: magicpoint | -------------------------+-------------------------------- Comment (by egall@…): Replying to [comment:1 ryandesign@…]:
Ok, this is the issue where clang does not work as a C preprocessor for imake... ...which apparently has a fix in #42547, so that might fix this, as well...
-- Ticket URL: <https://trac.macports.org/ticket/41434#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X
#41434: magicpoint @1.13a - fatal error: ' X11 .rules' file not found -------------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: magicpoint | -------------------------+-------------------------------- Changes (by mf2k@…): * cc: macsforever2000@… (removed) -- Ticket URL: <https://trac.macports.org/ticket/41434#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts