pkgsrc-Users archive

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

Updating pkgsrc + wip



I have wip under pkgsrc (pkgsrc/wip) but this seems to cause me trouble when I a) cvs checkout and b) run lintpkgsrc -i. Is there something I need to do to make pkgsrc and pkgsrc/wip play nicely so that I can essentially update the pkgsrc (main and wip) tree nicely, and then test my installed packages against the (main and wip) tree?

When I run cvs checkout, I get the error messages:

# cvs -q checkout -A -P pkgsrc
...
cvs server: cannot find module `pkgsrc' - ignored
cvs [checkout aborted]: cannot expand modules


When I run lintpkgsrc -i, I get loads of "Bogus: PKGREVISION ..." errors:

# lintpkgsrc -i
Scan Makefiles: .......................................____
Bogus: PKGREVISION $(_SVN_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/boinc/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/boinc-client/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/boinc-lib/Makefile)

Bogus: PKGREVISION $(_SVN_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/dnscheck-engine/Makefile)

Bogus: PKGREVISION ${_CVS_PKGVERSION:S/.//g} (from /usr/pkgsrc/wip/emacs-current/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/emacs-current-nox11/Makefile)

Bogus: PKGREVISION ${_CVS_PKGVERSION:S/.//g} (from /usr/pkgsrc/wip/emacs-w3m-current/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/es40/Makefile)

Bogus: PKGREVISION $(_SVN_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/flv2mpeg4/Makefile)

Bogus: PKGREVISION $(_SVN_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/fricas/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/gforth/Makefile)

Bogus: PKGREVISION $(_SVN_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/gtk-gnutella-current/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/leim-current/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/linuxigd-current/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/logfmon-devel/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/maxima/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/mplayer/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/mplayer-share/Makefile)

Bogus: PKGREVISION $(_SVN_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/mwf-designer/Makefile)

Bogus: PKGREVISION $(_SVN_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/openaxiom/Makefile)

Bogus: PKGREVISION $(_CVS_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/opentracker-current/Makefile)

Bogus: PKGREVISION $(_SVN_PKGVERSION:S/.//g) (from /usr/pkgsrc/wip/softhsm/Makefile)

Bogus: PKGREVISION ${_CVS_PKGVERSION:S/.//g} (from /usr/pkgsrc/wip/wl-current/Makefile) 10413 packages Version mismatch: 'p5-Compress-Raw-Bzip2' 2.019 vs 2.020
Version mismatch: 'p5-Compress-Raw-Zlib' 2.019 vs 2.020
Version mismatch: 'p5-IO-Compress' 2.019 vs 2.020
Version mismatch: 'p7zip' 4.65 vs 9.04

What is the correct process?
Thanks in advance,
Mike


Home | Main Index | Thread Index | Old Index