On Friday 2020-02-28 08:59, Daniel Stone wrote:
>
>I believe that in January, we had $2082 of network cost (almost
>entirely egress; ingress is basically free) and $1750 of
>cloud-storage cost (almost all of which was download). That's based
>on 16TB of cloud-storage (CI artifacts, container image
Without this, linking weston fails with:
libEGL.so: undefined reference to "wl_display_sync"
[and other wl_ functions]
---
src/egl/drivers/dri2/Makefile.am |1 +
1 file changed, 1 insertion(+)
diff --git a/src/egl/drivers/dri2/Makefile.am b/src/egl/drivers/dri2/Makefile.am
index 45f7dfa..53c
On Monday 2012-07-09 13:41, Jon TURNEY wrote:
>Automake can't handle having both clip.S and clip.c, even though they
>have different paths
>"src/mesa/Makefile.am: object `clip.lo' created by `$(SRCDIR)/sparc/clip.S'
>and `$(SRCDIR)/main/clip.c'"
It should - have you tried AM_INIT_AUTOMAKE([subd
On Monday 2012-07-09 03:46, Jan Engelhardt wrote:
>rpmlint says:
>I: Program returns random data in a function
>E: libdrm no-return-in-nonvoid-function modetest.c:162, 143
>---
> 0001.diff | 30 ++
Sigh. I removed this n
0001.diff
diff --git a/0001.diff b/0001.diff
new file mode 100644
index 000..697d30c
--- /dev/null
+++ b/0001.diff
@@ -0,0 +1,30 @@
+parent 881e69f185d2450ca35964caf254b04e7e8838c1 (libdrm-2.4.37-2-g881e69f)
+commit 8726f476118b0c97fdcee6866df1f6575b879cb3
+Author: Jan Engelhardt
+Date: Mon
xf86drmSL.c:273:8: warning: 'update[0]' is used uninitialized in this function
[-Wuninitialized]
I have no idea what to really do here. The code is essentially unused
because update[0] is always NULL.
---
xf86drmSL.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xf86d
:31 +0200)
are available in the git repository at:
git://git.inai.de/libdrm master
Jan Engelhardt (2):
libdrm: fix compile warning
libdrm: more compile warning fixes
0001.diff | 30 ++
tests/modetest/modetest.c |2 +-
xf86drmSL.c