hi,
when playing warzone2100, it often stops with this message:
i830_vtbl.c:554: i830_emit_state: Assertion `get_dirty(state) == 0' failed.
i tried to comment this line in the source, but compiling the mesa package doesn't work as expected.
first debian/rules binary failed in configure on some text replacement problems, which i seem to have solved by just replacing the text myself. now it seems to compile 'everything', but creating the package fails with this message:
dh_installexamples -i
dh_install --sourcedir=debian/tmp --list-missing -i
cp: cannot stat `debian/tmp/usr/lib/libGL.so': No such file or directory
dh_install: command returned error code 256
make: *** [binary-indep] Error 1
could someone please help me with how to proceed?
(this is the mesa source package obtained via apt-get -f source mesa)
with kind regards, Grobbel.
when playing warzone2100, it often stops with this message:
i830_vtbl.c:554: i830_emit_state: Assertion `get_dirty(state) == 0' failed.
i tried to comment this line in the source, but compiling the mesa package doesn't work as expected.
first debian/rules binary failed in configure on some text replacement problems, which i seem to have solved by just replacing the text myself. now it seems to compile 'everything', but creating the package fails with this message:
dh_installexamples -i
dh_install --sourcedir=debian/tmp --list-missing -i
cp: cannot stat `debian/tmp/usr/lib/libGL.so': No such file or directory
dh_install: command returned error code 256
make: *** [binary-indep] Error 1
could someone please help me with how to proceed?
(this is the mesa source package obtained via apt-get -f source mesa)
with kind regards, Grobbel.
Comment