Hi, Am 09.03.2009 um 19:49 schrieb Juergen Arndt: > while trying to build a package on host build10s, I get the following > message: > > > gmake[1]: Leaving directory `/home/ja/mgar/pkg/pnp/trunk' > mkdir -p cookies/global/. && date >> cookies/global/merge-license- > CSWpnp > [merge-license] complete for pnp. > [merge] complete for pnp. > /bin/sh: cswproto: not found > gmake: *** [work/build-global/prototype] Error 1 > > > Building the same package on build8s is no problem. I can reproduce > this > behaviour with any package I tried to build until now. Does anyone > have an > idea?
This kind of error is usually generated when an old version of gmake is in the path. Older versions of gmake don't understand $(abspath ...) and always return the empty string. As the result is used as a path that one is missing. On build10s was SUNWgmake installed which I deinstalled now. It may be a good idea to write some kind of test case which bails out if an unsuitable version of gmake is found. Please see if this really solved your problem. Best regards -- Dago _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
