Summary: | No rule to make target 'install' for osmesa | ||
---|---|---|---|
Product: | Mesa | Reporter: | Alexandre Demers <alexandre.f.demers> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Alexandre Demers
2012-06-25 19:41:09 UTC
(In reply to comment #1) > See http://lists.freedesktop.org/archives/mesa-dev/2012-June/023206.html I'll test it later today. (In reply to comment #1) > See http://lists.freedesktop.org/archives/mesa-dev/2012-June/023206.html This patch is a no go when applied on latest git: configure.ac:2151: error: required file 'src/mesa/drivers/osmesa/Makefile.in' not found src/egl/drivers/dri2/Makefile.am: installing 'bin/depcomp' autoreconf: automake failed with exit status: 1 make: *** No targets specified and no makefile found. Stop. This patch works on my OBS Project: https://build.opensuse.org/package/show?package=Mesa&project=home%3Ajobermayr I had to "s/lib at /lib@/g" and then "patch -p1 <$PATCH_FILE". (In reply to comment #4) > This patch works on my OBS Project: > https://build.opensuse.org/package/show?package=Mesa&project=home%3Ajobermayr > > I had to "s/lib at /lib@/g" and then "patch -p1 <$PATCH_FILE". Even with the proposed change, I'm unable to build when firstly cleaning. I end up with: configure.ac:2151: error: required file 'src/mesa/drivers/osmesa/Makefile.in' not found This appears to still be broken in current git, should be a simple change to get in I would think. It seems to be fixed. I can't reproduce the error anymore. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.