pkgsrc-Users archive

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

Re: Can't do anything on 5.99.5



On Tuesday 06 January 2009 06:12:20 Jukka Salmi wrote:
> Takahiro Kambe --> pkgsrc-users (2009-01-05 15:30:09 +0900):
> > Hi,
> >
> > In message <4961A3FE.9030302%iki.fi@localhost>
> >     on Mon, 05 Jan 2009 08:09:02 +0200,
> >
> >     Martti Kuparinen <martti.kuparinen%iki.fi@localhost> wrote:
> > > What is this? I have the latest pkgsrc HEAD on this host and basically
> > > nothing works...
> >
> > Revision 1.153 of src/usr.bin/make/parse.c seems to solve the problem.
>
> That change indeed seems to fix some of the problems, but at least cleaning
> in print/gv is still able to trigger errors:
>
> $ cd /usr/pkgsrc/print/gv && make clean
> make: Unclosed substitution for  (/ missing)
> make: "../../mk/../../mk/find-prefix.mk" line 31: warning: Missing closing
> parenthesis for defined() make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> make: Unclosed substitution for  (/ missing)
> ===> su-do-clean [gv-3.6.3nb1] ===> Cleaning for gv-3.6.3nb1
>
>
> Regards, Jukka


G'day Jukka,

this is the same problem I have with net/avahi. It uses a backslash and a 
space character in the PKG_USER variable assignment. Removing both resulted 
in a successful installation. Have a look in the package's Makefile and 
search for variables that use a backslash as an escape character.

The error is generated inside var_pars.c. I haven't looked any further as I 
have to hurry to work.

cheerio Berndt 


Home | Main Index | Thread Index | Old Index