Search results

  1. C

    "pkg upgrade" and conflicts

    Thanks. This was my first freebsd install, and I used a combination of ports, sysinstall, and pkgng. Clearly the source of all my problems (freebsd related ;) ). I have started again with a fresh install (virtualbox guest on Ubuntu host), carefully documenting the whole process. This time...
  2. C

    "pkg upgrade" and conflicts

    "pkg upgrade" downloads about a Gig of files then gives: "locally installed djvulibre-nox11-3.5.24 conflicts on /usr/local/share/djvu/pubtext/DjVuXML-s.dtd with - djvulibre-nox11-3.5.25.3_1" What's the best way of resolving this (and other conflicts) with the pkgng system? thanks
  3. C

    Trying to update gcc from 4.2.1 to 4.7.3

    Thanks. After additional reading I left gcc alone. I adapted my code and build to be gcc 4.2.1 compliant. I'll add clang support at a later date.
  4. C

    Trying to update gcc from 4.2.1 to 4.7.3

    In 9 the latest version is 4.2.1. I used pkgng to "install" 4.7.3 (from http://pkgbeta.freebsd.org/freebsd-9-amd64/latest). /usr/local/bin/gcc47 is there but gcc -v (which is only in /usr/bin) reports 4.2.1. I was planning to follow the instructions in...
  5. C

    "pkg_add -r pkg" fails with could not find package

    Updating /usr/local/etc/pkg.conf with PACKAGESITE: http://pkgbeta.freebsd.org/freebsd-9-amd64/latest (not http://pkgbeta/freebsd.org/freebsd-9-amd64/latest :r) worked. thanks.
  6. C

    "pkg_add -r pkg" fails with could not find package

    Thanks - I've had a search around - most discussion is related to pkg_add. At the moment I am getting by using pkg_add with PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/ However I'd like to get pkgng working. In my pkg.conf file, I tried a few different...
  7. C

    "pkg_add -r pkg" fails with could not find package

    After running pk2ng I get errors: pkg: Skipping malformed dependency perl-threaded I originally removed it with pkg_delete -f because some sysinstall package wanted the non-threaded version which conflicted (can't remember the package - kde or X11 I think). pkg: lstat(....): No such file or...
  8. C

    "pkg_add -r pkg" fails with could not find package

    My first time installing FreeBSD. After a week of pouring over the forums, handbook, etc, and several attempts (taking incremental snapshots), I finally got an error free installation in a VirtualBox VM including KDE and NFS to the Ubuntu host (Linux Mint 13 actually) :e. I still haven't quite...
Back
Top