Hi Oliver, Am 27.01.2011 um 14:44 schrieb Oliver Kiddle: > I get the following error building zsh in gar: > /bin/sh: syntax error at line 3: `;' unexpected > > This is coming from this line in gar.lib.mk: > ( for i in $(filter %/$*,$(URLS)); do \ > URLS does not contain anything matching %/CSWzsh.gspec so the for loop > is being passed an empty list. > > Any idea what broke this and how to fix it. I'd like to update zsh > to 4.3.11.
I just compiled pkg/zsh/trunk from the repository and it works fine. Do you have any local modifications? I would like to reproduce the problem so I can fix it. Btw, I removed CSWzsh.gspec as static gspecs are no longer supported in GAR, also I added _pkgutil to DISTFILES, this will be necessary when we make source packages in the future among some minor tweaks. Best regards -- Dago _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
