Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11/pixman doesn't build anymore #12

Closed
ftigeot opened this issue Feb 13, 2013 · 2 comments
Closed

x11/pixman doesn't build anymore #12

ftigeot opened this issue Feb 13, 2013 · 2 comments

Comments

@ftigeot
Copy link

ftigeot commented Feb 13, 2013

Building x11/pixman fails with these errors:

make: "/usr/dports/x11/pixman/Makefile" line 22: Malformed conditional (! ${MACHINE_CPU:Mmmx})
make: "/usr/dports/x11/pixman/Makefile" line 25: Malformed conditional (! ${MACHINE_CPU:Msse2})
make: Fatal errors encountered -- cannot continuemake: "/usr/dports/x11/pixman/Makefile" line 22: Malformed conditional (! ${MACHINE_CPU:Mmmx})
make: "/usr/dports/x11/pixman/Makefile" line 25: Malformed conditional (! ${MACHINE_CPU:Msse2})
make: Fatal errors encountered -- cannot continue

make -V shows the expected MACHINE_CPU variable is not defined

@jrmarino
Copy link
Contributor

It works fine for me.

cd /usr/dports/x11/pixman
make -V MACHINE_CPU
x86_64 sse2 sse mmx

These are define in /usr/share/mk/bsd.cpu*.mk files, which is pulled in by /usr/share/mk/sys.mk
Look for a local problem - remember pixman wouldn't be in dports if it didn't build.

@jrmarino
Copy link
Contributor

This was caused by problem in bsd.cpu.gcc47.mk that showed when gcc47 became primary.
fixed:
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a9afbc71954313934461c7129578b1039bc7817b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants