fde2
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I have upgraded my VM to 10-CURRENT, and now I am using pkg for package management.
However, when I ran it for the first time, it spit out this: # pkg install emacsCode:
Updating repository catalogue pkg: PACKAGESITE is not defined. Last edited by Majorix; October 15th, 2012 at 19:11. |
|
#2
|
|||
|
|||
|
Hi, try this:
# cp /usr/local/etc/pkg.conf.sample /usr/local/etc/pkg.conf# pkg updateOr check http://pkgbeta.FreeBSD.org and set PACKAGESITE variable in /usr/local/etc/pkg.conf. For example: Code:
PACKAGESITE: http://pkgbeta.freebsd.org/freebsd-9-i386/latest/ |
|
#3
|
||||
|
||||
|
Thanks, it is now installing emacs in the background
![]() You don't have to really edit the configuration file though, it is fine as it is. I am so far VERY impressed with pkg. |
|
#4
|
||||
|
||||
|
Sorry for the double post.
My PACKAGESITE as set by the configuration file does not work. It reads: http://pkg.freebsd.org/freebsd:10:x8...atest/repo.txz and it cannot connect there. When I replace "pkg" with "pkgbeta" it works. However I looked at the repos on pkgbeta and they seem outdated. What can I do? EDIT: It works now and I didn't change anything. Interesting... EDIT 2: It doesn't work now again.... :/ Last edited by Majorix; October 15th, 2012 at 19:11. |
|
#5
|
|||
|
|||
|
The packages for i386 are a month old. You are not using amd64?
During September the online repo did not get updated so I started to compile packages myself in a jail with ports-mgmt/poudriere. Currently it is still pkgbeta instead of pkg. |
|
#6
|
||||
|
||||
|
No, I am not using amd64. This is an old netbook that does not even support 64-bit
|
|
#7
|
||||
|
||||
|
Anyone? I am stuck with these old packages. Will there be new packages for x86?
|
|
#8
|
||||
|
||||
|
You can always set up your own repository. I actually recommend doing that.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pkg (aka pkgng) 1.0 Released | wblock@ | Installation and Maintenance of FreeBSD Ports or Packages | 13 | October 10th, 2012 16:10 |
| pkgng Beta | wblock@ | Installation and Maintenance of FreeBSD Ports or Packages | 55 | July 28th, 2012 11:33 |
| [Solved] Correct syntax for set PACKAGESITE | macunkie | Installation and Maintenance of FreeBSD Ports or Packages | 2 | July 8th, 2012 04:45 |
| [Solved] Looking for a pkgng PACKAGESITE | srivo | Installation and Maintenance of FreeBSD Ports or Packages | 4 | June 22nd, 2012 20:15 |
| [Solved] 9.0-CURRENT packagesite error | Beeblebrox | Installation and Maintenance of FreeBSD Ports or Packages | 10 | December 10th, 2010 20:05 |