vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| First time during a patching operation for me on OpenBSD. I did patch -p0 < 011_cvs3.patch went through, then cd /usr/src/ cd gnu/usr.bin/cvs make -f Makefile.bsd-wrapper obj make -f Makefile.bsd-wrapper This ends with: In file included from /usr/src/gnu/usr.bin/cvs/src/client.c:81: /usr/src/gnu/usr.bin/cvs/lib/xgssapi.h:20: gssapi.h: No such file or directory *** Error code 1 Stop in /usr/src/gnu/usr.bin/cvs/obj/src. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cvs/obj/src (line 284 of Makefile). *** Error code 1 Stop in /usr/src/gnu/usr.bin/cvs/obj (line 209 of Makefile). *** Error code 1 Stop in /usr/src/gnu/usr.bin/cvs/obj (line 152 of Makefile). *** Error code 1 Stop in /usr/src/gnu/usr.bin/cvs (line 24 of /usr/src/gnu/usr.bin/cvs/Makefile.bsd-wrapper). Last time, for that earlier patch, it went through. What am I doing wrong ? |
| |||
| Try running "make -f Makefile.bsd-wrapper clean" and then "make -f Makefile.bsd-wrapper obj" "make -f Makefile.bsd-wrapper", etc. I had the same problem and running 'clean' first fixed it. J. Spaceman On Thu, 10 Jun 2004 18:44:45 +0800, Uwe Dippel <udippel@uniten.edu.my> wrote: >First time during a patching operation for me on OpenBSD. > >I did > >patch -p0 < 011_cvs3.patch > >went through, > >then > >cd /usr/src/ >cd gnu/usr.bin/cvs >make -f Makefile.bsd-wrapper obj >make -f Makefile.bsd-wrapper > >This ends with: > >In file included from /usr/src/gnu/usr.bin/cvs/src/client.c:81: >/usr/src/gnu/usr.bin/cvs/lib/xgssapi.h:20: gssapi.h: No such file or directory >*** Error code 1 > >Stop in /usr/src/gnu/usr.bin/cvs/obj/src. >*** Error code 1 > >Stop in /usr/src/gnu/usr.bin/cvs/obj/src (line 284 of Makefile). >*** Error code 1 > >Stop in /usr/src/gnu/usr.bin/cvs/obj (line 209 of Makefile). >*** Error code 1 > >Stop in /usr/src/gnu/usr.bin/cvs/obj (line 152 of Makefile). >*** Error code 1 > >Stop in /usr/src/gnu/usr.bin/cvs (line 24 of /usr/src/gnu/usr.bin/cvs/Makefile.bsd-wrapper). > > >Last time, for that earlier patch, it went through. > >What am I doing wrong ? |
| |||
| On Thu, 10 Jun 2004 07:03:39 -0400, Jason Spaceman wrote: > Try running "make -f Makefile.bsd-wrapper clean" and then "make -f > Makefile.bsd-wrapper obj" "make -f Makefile.bsd-wrapper", etc. > > I had the same problem and running 'clean' first fixed it. Thanks, running now. I ought to have thought it through instead of following the instructions blindly. Uwe |
| ||||
| There is also a thread about that cvs patch fail here ----> http://undeadly.org/cgi?action=artic...20040609211122 They suggest "cd /usr/src/lib/libgssapi" and then running "make includes". After that "cd /usr/src/gnu/usr.bin/cvs" and run "make -f Makefile.bsd-wrapper obj" and "make -f Makefile.bsd-wrapper", etc. J. Spaceman Uwe Dippel wrote: > On Thu, 10 Jun 2004 07:03:39 -0400, Jason Spaceman wrote: > >> Try running "make -f Makefile.bsd-wrapper clean" and then "make -f >> Makefile.bsd-wrapper obj" "make -f Makefile.bsd-wrapper", etc. >> >> I had the same problem and running 'clean' first fixed it. > > > Thanks, running now. > I ought to have thought it through instead of following the instructions > blindly. > > Uwe -- My email address (notreally@jspaceman.homelinux.org) is fake. Email sent to it will only get caught in my spam tarpit. |