Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232477 - Stabilize x11-wm/dwm-5.0.1
Summary: Stabilize x11-wm/dwm-5.0.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2008-07-20 14:49 UTC by Cédric Krier
Modified: 2008-07-22 20:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Krier gentoo-dev 2008-07-20 14:49:26 UTC
Please stabilize x11-wm/dwm-5.0.1
Comment 1 Kenneth Prugh (RETIRED) gentoo-dev 2008-07-20 16:51:53 UTC
amd64 stable
Comment 2 nixnut (RETIRED) gentoo-dev 2008-07-21 17:19:16 UTC
ppc stable
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2008-07-22 16:10:24 UTC
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 Torsten Veller (RETIRED) gentoo-dev 2008-07-22 16:15:07 UTC
...and CFLAGS output doesnot contain my CFLAGS. The sed replacement doesn't match.
Comment 5 Cédric Krier gentoo-dev 2008-07-22 17:04:07 UTC
(In reply to comment #3 and #4)

Fixed in cvs
Comment 6 Torsten Veller (RETIRED) gentoo-dev 2008-07-22 17:35:30 UTC
x86 done
Comment 7 Markus Rothe (RETIRED) gentoo-dev 2008-07-22 20:03:45 UTC
added ~ppc64

last arch CC'd -> mark bug as FIXED