Virginia Wray wrote: > Hi - > > I pulled the latest putbacks from the pkg/gate repo and I'm getting an > error when I run: > > make -e packages > > Is this still the correct command? > > I ran the make clobber before executing, as Shawn recommended and got > the errors, so I pulled a new clone. Still got the errors. > > This is the error output: > > <snip> > /export/nightly_builds/95/new_gate/src/pkgdefs/SUNWpython-cherrypy > make: Warning: Don't know how to make target > `/export/nightly_builds/95/slim_source/proto/root_i386/usr/lib/python2.4/vendor-packages/cherrypy' > Current working directory > /export/nightly_builds/95/new_gate/src/pkgdefs/SUNWpython-cherrypy > make: Warning: Target `install' not remade because of errors > Current working directory > /export/nightly_builds/95/new_gate/src/pkgdefs/SUNWpython-cherrypy > *** Error code 1 > The following command caused the error: > cd SUNWpython-cherrypy; pwd; make install > make: Warning: Target `install' not remade because of errors > Current working directory /export/nightly_builds/95/new_gate/src/pkgdefs > *** Error code 1 > The following command caused the error: > cd pkgdefs; pwd; make install > make: Warning: Target `packages' not remade because of errors > Current working directory /export/nightly_builds/95/new_gate/src > > > > Looking in the makefile at the SUNWpython-cherrypy level, for my build: > ROOT=/export/nightly_builds/95/slim_source/ > The other variables seem to be assigned correctly. > > I'm guessing that it might be failing to execute the rule: > prototype: $(PROTOLOC) > > > That's my armchair analysis...
Please be certain that /usr/gnu/bin is *not* at the front of your path. It can cause build failures. The path to SunStudio or /usr/ccs/bin should be in front of /usr/gnu/bin in your path. -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
