Re: Debian package build fails due to duplicated svga driver in Makefile
Ethan Dicks <[email protected]>
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 10, 2011 at 4:43 PM, Markus Dolze <[email protected]> wrote: > On 10.03.2011 19:13, Dominique Dumont wrote: >> I'm trying to update lcdproc debian package with lcdproc 0.5.4 >> >> The package is built with >> $ ./configure --enable-drivers=all >> >> This results in a DRIVERS list with duplicated svga.so in Makefile: >> >> Unfortunately, this also leads to duplicated install where the 2nd >> installation of svga.so fails because the first one cannot be clobbered: > > thanks for spotting this. Seems like nobody has build LCDproc with > svgalib installed for years (that section of the Makefile has not been > touch at least since 0.5.2). Hmm... I thought I built (and tested) the svgalib driver on a RedHat box not that long ago. I would not have tested "all", but a list of drivers that match the hardware I have. > Source of the problem is the check for headers in acinclude.m4: Good to know. > It should be easy to fix - if someone has an immediate idea, please come up! When I do my next build of 0.5.4, I'll look at it, since it actually interests me (I had an idea to run the svgalib driver on a picture-frame-sized machine (as opposed to running the curses driver for text)) -ethan