From owner-freebsd-questions Sat Sep 19 21:37:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21732 for freebsd-questions-outgoing; Sat, 19 Sep 1998 21:37:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.unixg.ubc.ca (mail.unixg.ubc.ca [137.82.27.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21720 for ; Sat, 19 Sep 1998 21:37:19 -0700 (PDT) (envelope-from ambein@mail.unixg.ubc.ca) Received: from p017.netinfo2.net.ubc.ca ([207.23.95.145] helo=lizard) by mail.unixg.ubc.ca with smtp (Exim 1.92 #1) id 0zKbEf-0002ss-00; Sat, 19 Sep 1998 21:36:33 -0700 Comments: Authenticated sender is From: "Magnus" To: support@cdrom.com Date: Sat, 19 Sep 1998 21:43:37 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: ports won't build CC: questions@FreeBSD.ORG X-mailer: Pegasus Mail for Windows (v2.54) Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Tech supporters, I realize your time is valuable and you have thousands of questions to answer daily. I managed to create a symbolic link between /usr/ports/distfiles and /cdrom/ports/distfiles. I did this with the following procedure: # bash # mount -t cd9660 /dev/matcd0a /cdrom # cd /cdrom/ports/distfiles # mkdir -p /usr/ports/distfiles # for i in *; do > ln -s $i /usr/ports/distfiles/$i > done # cd /usr/pots/editors/staroffice # make [or make install] My problems percedes this command and I have tryed making numerous other packages with very similar outputs, what follows looks like this: >> StarOffice31-common.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from file: /cdrom/ports/distfiles//. cp: /cdrom/ports/distfiles//StarOffice31-common.tar.gz: No such file or directory >> Attempting to fetch from ftp [....] >> Couldn't fetch it [....] >> Port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. # Is it just that I'm selecting packages that don't have the source archived on the cds? Is it because some source is archived as .tgz not .tar.gz? Or is it that I need to link /usr/ports/ with /cdrom/packages/? I hope this desription is sufficient for a solution! I appreciate any guidance you can offer me -- I've been at this for two weeks. Thanks, Magnus Bein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message