pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: HEADS UP: deprecation and removal of xorg 6.9



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Joerg Sonnenberger wrote:
> On Fri, Aug 10, 2007 at 10:04:46PM +0200, Jan Danielsson wrote:
>> This made me cry:
> 
> [snip]
> 
> Sorry, myfault. I wonder how often that specific bug will appear over
> time... Fixed now.

   More frequently than you might think -- because I just sync'd, and
the problem is still there. :-)

[---]
=> Required installed package sessreg-[0-9]*: NOT found
=> Verifying package for ../../x11/sessreg
=> Required installed package digest>=20010302: digest-20070803 found
=> Required installed package checkperms>=1.1: checkperms-1.7 found
===> Configuring for sessreg-1.0.2
=> Checking for portability problems in extracted files
ERROR: [check-portability.awk] => Found test ... == ...:
ERROR: [check-portability.awk] configure: if test "x$enable_pretty_cmds"
== xyes;
ERROR: [check-portability.awk] configure:   test
x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'

Explanation:
===========================================================================
The "test" command, as well as the "[" command, are not required to know
the "==" operator. Only a few implementations like bash and some
versions of ksh support it.

When you run "test foo == foo" on a platform that does not support the
"==" operator, the result will be "false" instead of "true". This can
lead to unexpected behavior.

There are two ways to fix this error message. If the file that contains
the "test ==" is needed for building the package, you should create a
patch for it, replacing the "==" operator with "=". If the file is not
needed, add its name to the CHECK_PORTABILITY_SKIP variable in the
package Makefile.
===========================================================================

*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/x11/sessreg
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/x11/sessreg
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/x11/xdm
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/meta-pkgs/modular-xorg-apps





- --
Kind regards,
Jan Danielsson

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (NetBSD)

iD8DBQFGvPTOuPlHKFfKXTYRComQAKCFAiP+RPa8ndpj90cNooXT0orsfQCggVhC
5IomDWLZ4ogbKeHpQKlZ45M=
=z44b
-----END PGP SIGNATURE-----



Home | Main Index | Thread Index | Old Index