[ANNOUNCE] xf86-video-nv 1.2.1

Andres Salomon dilinger at debian.org
Fri Dec 1 18:24:06 PST 2006


Alan Coopersmith wrote:
[...]
> 
> It's failing for me too since the sed operations in the configure
> script aren't working with Solaris sed.    config.h ends up with:
> 
> /* Define to the version of this package. */
> #define PACKAGE_VERSION "1.2.1"
> 
> /* Major version of this package */
> #define PACKAGE_VERSION_MAJOR
> 
> /* Minor version of this package */
> #define PACKAGE_VERSION_MINOR 0
> 
> /* Patch version of this package */
> #define PACKAGE_VERSION_PATCHLEVEL 0
> 
> If I substitute GNU sed, it works.
> 

Ugh.  The way we're calling sed is:

sed -ne 's/^\([[^\.]]\+\).*/\1/p'
sed -ne 's/^\([[^\.]]\+\)\.\([[^\.]]\+\).*/\2/p'
sed -ne 's/^\([[^\.]]\+\)\.\([[^\.]]\+\)\.\([[^\.]]\+\).*/\3/p'

Do you know what part of that Solaris sed is unhappy with?



More information about the xorg mailing list