LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 06-05-2003, 01:02 AM   #16
5amYan
Member
 
Registered: Apr 2002
Location: The District
Distribution: FreeBSD, OBSD maybe Gentoo and Winblech XP
Posts: 291

Rep: Reputation: 30
what commands


after downloading the tarball to a directory and making that directory your current working directory...
<b>EXACTLY</b> what commands did you run?
 
Old 06-05-2003, 04:56 AM   #17
llama_meme
Member
 
Registered: Nov 2001
Location: London, England
Distribution: Gentoo, FreeBSD
Posts: 590

Rep: Reputation: 30
I know this has already been asked, but you did extract the tarball and cd into the directory didn't you?
 
Old 06-05-2003, 04:59 AM   #18
llama_meme
Member
 
Registered: Nov 2001
Location: London, England
Distribution: Gentoo, FreeBSD
Posts: 590

Rep: Reputation: 30
I know this has already been asked, but you did extract the tarball and cd into the jigdo-xxx directory didn't you?
 
Old 06-08-2003, 02:32 PM   #19
Craigwd
Member
 
Registered: Dec 2001
Location: Mankato, MN
Distribution: Caldera OpenLinux 2.3 and Morphix
Posts: 193

Original Poster
Rep: Reputation: 30
Actually llama_meme that's where it gets a little weird. As any of you know who use Macs in any version of Mac OS it uses a proprietary file system called hfs and in version Mac OS 8.0 or higher (I may be wrong, it may be Mac OS 8.1 or higher) they use an updated version of the file system called hfs+. This very same file system is also used in any version of Mac OS X to date even though Mac OS X is based on freebsd underpinnings (and of course normally freebsd uses a more native file system such as ext2 or ext3). As a direct result of this even though in the terminal application one could browse to /desktop (same as that user's Mac OS X gui desktop folder), I have found that for some reason unknown to me it's not possible for a technical reason (again I really don't know why) folders the user creates on their desktop (same as /desktop folder) don't seem to be browsable in the terminal. In other words you can browse to /desktop in the terminal application, but then when I try to go to the Download directory I created on my desktop for downloaded files by typing cd /download while in my desktop's directory (same as /desktop) I get some sort of error (I have forgotten which error I got since trying this) saying it's not possible to do so. I need a way to get to this Download directory on my desktop since that's where I extracted the Jigdo source tarball to.
 
Old 06-09-2003, 03:05 AM   #20
llama_meme
Member
 
Registered: Nov 2001
Location: London, England
Distribution: Gentoo, FreeBSD
Posts: 590

Rep: Reputation: 30
type
cd download
while in your desktop directory. Not
cd /download

Alex
 
Old 06-09-2003, 08:33 PM   #21
Craigwd
Member
 
Registered: Dec 2001
Location: Mankato, MN
Distribution: Caldera OpenLinux 2.3 and Morphix
Posts: 193

Original Poster
Rep: Reputation: 30
I just tried that and got this error: download: No such file or directory.
 
Old 06-10-2003, 02:40 AM   #22
5amYan
Member
 
Registered: Apr 2002
Location: The District
Distribution: FreeBSD, OBSD maybe Gentoo and Winblech XP
Posts: 291

Rep: Reputation: 30
#while in desktop
pwd
#then
ls -l

# Post the ouput please

Last edited by 5amYan; 06-10-2003 at 09:16 AM.
 
Old 06-12-2003, 01:50 PM   #23
Craigwd
Member
 
Registered: Dec 2001
Location: Mankato, MN
Distribution: Caldera OpenLinux 2.3 and Morphix
Posts: 193

Original Poster
Rep: Reputation: 30
The response I get from pwd is /Desktop and ls -l simply outputs nothing and I'm returned to the command prompt.
 
Old 06-15-2003, 03:58 AM   #24
Craigwd
Member
 
Registered: Dec 2001
Location: Mankato, MN
Distribution: Caldera OpenLinux 2.3 and Morphix
Posts: 193

Original Poster
Rep: Reputation: 30
Okay guys I finally figured this out after reading the help file for Terminal and it said I could drag the actual folder into the Terminal app to find its path and low and behold in turns out that to get to just that one directory the path is /Users/craigdav/Desktop/Download/ to have the Terminal cd to /desktop/Download/. I think the reasoning behind this is that Apple's gui is mearly meant to cover up the actual path so people feel right at home for those who used Mac OS 9.2.2 or earlier or Windows so they would feel at home and not be paranoid about switching to Mac OS X. By the way I just tried to install Jigdo from source since I now know the technical path, but when I ran ./configure I was informed I needed to install libdb3 so I need to know where to download the source from and how to install it (just list the commands in the order I should run them).
 
Old 06-18-2003, 05:25 PM   #25
Craigwd
Member
 
Registered: Dec 2001
Location: Mankato, MN
Distribution: Caldera OpenLinux 2.3 and Morphix
Posts: 193

Original Poster
Rep: Reputation: 30
I have now found the libdb3 source, but after I did configure and make (which seemed to work fine) when I tried to make install it outputted mkdir: /usr/local/BerkeleyDB.4.1: No such file or directory
make: *** [install_setup] Error 1. Why am I getting this error and what do I need to do to get rid of it?
 
Old 06-29-2003, 02:48 PM   #26
Craigwd
Member
 
Registered: Dec 2001
Location: Mankato, MN
Distribution: Caldera OpenLinux 2.3 and Morphix
Posts: 193

Original Poster
Rep: Reputation: 30
I now have additional info to add. I just called Apple's tech support yesterday and they said if I have the Apple Developer's Tools installed (which I do) I should have libdb3 installed. It still seems somewhat odd that they say that since whenever I try to run Jigdo's ./configure I get an error along the lines of libdb3 not being installed, yet I know that's not true. Also the readme specifically asks me to run ./configure with these parameters: ./configure --without-gui && make. I know this doesn't make a difference as I get the same libdb3 error when running ./configure without any special parameters. If anyone knows what's causing this error maybe I could get this to work. I'm not sure about this myself, but if the Apple Developer Tools installs libdb3 into directories other than the Unix defaults that may be causing the problem. Thanks for all your help so far everyone.
 
Old 07-09-2003, 11:13 PM   #27
Craigwd
Member
 
Registered: Dec 2001
Location: Mankato, MN
Distribution: Caldera OpenLinux 2.3 and Morphix
Posts: 193

Original Poster
Rep: Reputation: 30
I have new info to add that may help with the diagnosis of the situation. First I managed to find out that other people are experiencing the same compiling error I'm, but with different software and apparently it only affects Mac OS X and the case I found was using 10.1.5. As a result of compile problems experienced by people besides myself I switched to the binary release of Jigdo and it worked well until I got an error code. Here's the error: jigdo-file failed with code 126 - aborting. Hopefully others have experienced the error and can help. Also Fink users have reported gcc compile problems with version 3.3 and apparently bugs still affect 3.1 as well (not sure why) so I'm not suprised by the compile problems upon learning this.
 
Old 07-10-2003, 11:09 PM   #28
Craigwd
Member
 
Registered: Dec 2001
Location: Mankato, MN
Distribution: Caldera OpenLinux 2.3 and Morphix
Posts: 193

Original Poster
Rep: Reputation: 30
I've just learned after doing a Google search that for the Jigdo 0.6.8 source to compile on freebsd a diff must be applied. I 've never used a diff before so I will need detailed instructions for the command syntax.
 
  


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
openoffice port build error on FreeBSD 5.3 pnayak *BSD 5 03-14-2005 10:16 PM
recommended Jigdo/Jigdo Easy servers Craigwd Debian 0 12-13-2004 08:40 PM
dependency hell w/ openoffice port in freebsd?! sether *BSD 12 09-09-2004 02:17 PM
jigdo: what???? orange400 Linux - Software 2 07-17-2004 02:13 PM
Port redirection on FreeBSD zemo Linux - Networking 1 10-15-2003 07:56 AM

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

All times are GMT -5. The time now is 06:19 AM.

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