=== yofel_ is now known as yofel [13:10] huh, mesa doesn't build from the git tree [13:10] would've tried the swrast_tfp patches [13:11] it doesn't find install-sh et al [13:11] yes, it's a pain in the ass [13:12] ah, at least a known pain :) [13:12] there are symlinks in upstream git, but the tarball is built with --dereference [13:12] sigh [13:12] and dpkg-source doesn't know how to deal with files turning into symlinks [13:13] okay [13:18] oh crap, not enough disk space to build mesa on the i386 laptop, sigh [13:31] ..and 2GB worth of kernel headers purged, should be enough [13:41] meh, the second patch of the tfp series doesn't apply because of the symlink hell [13:42] tjaalton: what i'm doing so far is keep the symlinks in git, but replace them with a copy of the actual file before building [13:42] if I comment out the part that deletes the other file, it applies fine on the git tree, but not with pbuilder [13:42] to keep dpkg-source happy [13:43] meh, need to have a closer look later -> === pzanoni_ is now known as pzanoni [21:00] ok, got the tfp patches sorted. the problem is that git doesn't have sw/dri_drawable.c at all, but the tarball does (a dupe of common/dri_drawable.c) [21:01] so the patch doesn't apply to the git tree, but builds fine on pbuilder. tomorrow I'll see if it actually works [21:06] well, the second patch is useful only on master anyway [21:40] ok, it works somewhat, every window is just white, though :)