Bug 232477 - Stabilize x11-wm/dwm-5.0.1
Bug#: 232477 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: cedk@gentoo.org Reported By: cedk@gentoo.org
Component: Ebuilds
URL: 
Summary: Stabilize x11-wm/dwm-5.0.1
Keywords:  STABLEREQ
Status Whiteboard: 
Opened: 2008-07-20 14:49 0000
Description:   Opened: 2008-07-20 14:49 0000
Please stabilize x11-wm/dwm-5.0.1

------- Comment #1 From Kenneth Prugh 2008-07-20 16:51:53 0000 -------
amd64 stable

------- Comment #2 From nixnut 2008-07-21 17:19:16 0000 -------
ppc stable

------- Comment #3 From Torsten Veller 2008-07-22 16:10:24 0000 -------
It fails here because of missing xinerama support:

CFLAGS   = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include
-DVERSION="5.0.1" -DXINERAMA
LDFLAGS  = -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -g -L/usr/lib -lc
-L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXinerama
CC       = i686-pc-linux-gnu-gcc
creating config.h from config.def.h
CC dwm.c
dwm.c:43:37: error: X11/extensions/Xinerama.h: No such file or directory
dwm.c: In function 'updategeom':
dwm.c:1560: error: 'XineramaScreenInfo' undeclared (first use in this function)
dwm.c:1560: error: (Each undeclared identifier is reported only once
dwm.c:1560: error: for each function it appears in.)
dwm.c:1560: error: 'info' undeclared (first use in this function)
dwm.c:1563: warning: implicit declaration of function 'XineramaIsActive'
dwm.c:1564: warning: implicit declaration of function 'XineramaQueryScreens'
make: *** [dwm.o] Error 1


from config.mk:
| # Xinerama, comment if you don't want it
| XINERAMALIBS = -L${X11LIB} -lXinerama
| XINERAMAFLAGS = -DXINERAMA

------- Comment #4 From Torsten Veller 2008-07-22 16:15:07 0000 -------
...and CFLAGS output doesnot contain my CFLAGS. The sed replacement doesn't
match.

------- Comment #5 From Cédric Krier 2008-07-22 17:04:07 0000 -------
(In reply to comment #3 and #4)

Fixed in cvs

------- Comment #6 From Torsten Veller 2008-07-22 17:35:30 0000 -------
x86 done

------- Comment #7 From Markus Rothe 2008-07-22 20:03:45 0000 -------
added ~ppc64

last arch CC'd -> mark bug as FIXED