Current-Users archive

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

Re: make has problems w/ pkgsrc



  make: "../../mk/configure/../../mk/configure/gnu-configure.mk" line 40: 
Malformed conditional (${GNU_CONFIGURE_PREFIX} == ${PREFIX})
  make: "../../mk/configure/../../mk/configure/gnu-configure.mk" line 54: 
Malformed conditional (${GNU_CONFIGURE_PREFIX} == ${PREFIX})
  make: Fatal errors encountered -- cannot continue

I had a similar problem with a GCC variable using pkgsrc on very old
netbsd (2.0?).  The solution was to define the variable in /etc/mk.conf.
See if you can find where GNU_CONFIGURE_PREFIX is defined.  If it is
empty, the syntax will probably be invalid - one reason why people use
"$foo" in sh programming.

That said, I don't see why updating to current should cause you problems.

Attachment: pgpnGGhaqBcyb.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index