LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 04-04-2005, 01:08 AM   #1
mushmaster
Member
 
Registered: Aug 2004
Location: USA - PA
Distribution: ubuntu
Posts: 63

Rep: Reputation: 15
having ports problems with new freebsd install.


i'm a freebsd newbie, so hopefully this isn't too tricky a problem. i'm having trouble installing some ports. some work, but not others.

example:

______________________________________________________________

$ cd /usr/ports/multimedia/win32-codecs
$ sudo make install clean
Password:
>> qt63dlls-20040626.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/win32.
>> Attempting to fetch from http://www1.mplayerhq.hu/MPlayer/releases/codecs/.
fetch: http://www1.mplayerhq.hu/MPlayer/rel...40626.tar.bz2: Not Found
>> Attempting to fetch from http://www2.mplayerhq.hu/MPlayer/releases/codecs/.
fetch: http://www2.mplayerhq.hu/MPlayer/rel...40626.tar.bz2: Not Found
>> Attempting to fetch from http://www.mplayerhq.hu/MPlayer/releases/codecs/.
fetch: http://www.mplayerhq.hu/MPlayer/rele...40626.tar.bz2: Not Found
>> Attempting to fetch from http://www1.mplayerhq.hu/MPlayer/releases/codecs/.
fetch: http://www1.mplayerhq.hu/MPlayer/rel...40626.tar.bz2: Not Found
>> Attempting to fetch from http://www2.mplayerhq.hu/MPlayer/releases/codecs/.
fetch: http://www2.mplayerhq.hu/MPlayer/rel...40626.tar.bz2: Not Found
>> Attempting to fetch from ftp://ftp.mplayerhq.hu/MPlayer/releases/codecs/.
fetch: ftp://ftp.mplayerhq.hu/MPlayer/relea...40626.tar.bz2: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.lug.udel.edu/MPlayer/releases/codecs/.
fetch: ftp://ftp.lug.udel.edu/MPlayer/relea...40626.tar.bz2: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/po...tfiles/win32/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/po...40626.tar.bz2: File unavailable (e.g., file not found, no access)
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/win32 and try again.
*** Error code 1

Stop in /usr/ports/multimedia/win32-codecs.
________________________________________________________________

what's up?
 
Old 04-04-2005, 07:49 AM   #2
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
Update your ports tree
 
Old 04-04-2005, 09:15 AM   #3
mushmaster
Member
 
Registered: Aug 2004
Location: USA - PA
Distribution: ubuntu
Posts: 63

Original Poster
Rep: Reputation: 15
i already did that.
 
Old 04-04-2005, 09:26 AM   #4
mushmaster
Member
 
Registered: Aug 2004
Location: USA - PA
Distribution: ubuntu
Posts: 63

Original Poster
Rep: Reputation: 15
... but i think my cvsup configuration had a problem with it. i'm trying it again with a small change.
 
Old 04-04-2005, 09:27 AM   #5
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
You have not updated your ports tree. We can easily see this because you are trying to fetch: qt63dlls-20040626.tar.bz2 when qt63dlls-20050115.tar.bz2 is the current copy. This is also the copy which is requested in the current Makefile... and I haven't done an update in a few days so it has been there for a while.

Please, update your ports tree. To do that please do the following.

Put this all in one file, replacing XXX with the number of the server closest to you... when it doubt 1 will work but it will be slower than you could have gotten otherwise, named portsup.
Code:
*default tag=.
*default prefix=/usr
*default base=/usr/local/etc/cvsup
*default host=cvsupXXX.freebsd.org
*default release=cvs delete use-rel-suffix compress

ports-all
Then just type `cvsup -g portsup` and wait while it updates the entire tree to the current version.
 
Old 04-04-2005, 10:21 AM   #6
mushmaster
Member
 
Registered: Aug 2004
Location: USA - PA
Distribution: ubuntu
Posts: 63

Original Poster
Rep: Reputation: 15
ok, my ports collection tree is definitely old. but i can't seem to update it. here is my cvsup file:

____________________________

*default tag=.
*default host=cvsup2.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs delete use-rel-suffix

src-all

___________________________

then this runs for a few minutes:

___________________________

$ sudo cvsup -g -L 2 /root/ports-supfile
Parsing supfile "/root/ports-supfile"
Connecting to cvsup2.freebsd.org
Connected to cvsup2.freebsd.org
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Shutting down connection to server
Finished successfully

__________________________

even after this, i can't see that anything has changed. the makefile for win32-codecs still has a last-modified date of july '04 and still points to an old and nonexistant distfile.
 
Old 04-04-2005, 10:28 AM   #7
mushmaster
Member
 
Registered: Aug 2004
Location: USA - PA
Distribution: ubuntu
Posts: 63

Original Poster
Rep: Reputation: 15
trying again with ports=all.
 
Old 04-04-2005, 10:58 AM   #8
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Okay, after you have updated that, please change the tag in the file you use for src-all. Then get all use cvsup to grab your source tree again. The reason I ask this is because you have currently upgraded your source tree to current. If you happened to build world from this current tree you would have a world of troubles.

Okay, I exagerrate -- the troubles might be minor but the system would not be nearly as stable as you probably want.

A good tag would be RELENG_5_3 (actually, RELENG_5_4 does currently work... although it is not a release yet... but into the release canidate). That will get you a 5.3 system with all the current security patches and bug fixes. Well, the source for the updated system... you would still need to build and install it -- if you wanted.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FreeBSD Ports Updates? oxleyk *BSD 1 11-04-2005 11:26 AM
freebsd install problems.......... Manny1337 *BSD 4 08-05-2005 10:09 PM
New to FreeBSD. which Ports?? danielanson *BSD 5 06-02-2005 01:33 PM
FreeBSD 4.7 my Install Problems on old Notebook (P-166) thorax *BSD 3 09-10-2004 09:22 AM
FreeBSD install GUI problems Ronincyberpunk *BSD 4 08-25-2004 11:21 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 06:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration