[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fink-beginners
Subject:    Re: [Fink-beginners] Problem with fink update-all
From:       "Kim, Woo-Joong" <kimw () seattleu ! edu>
Date:       2012-11-02 0:50:25
Message-ID: A5B2380B3C69D743B1EEB1F7105C0846F69C65A693 () oitex102 ! seattleu ! edu
[Download RAW message or body]


That actually resolved my problem. 

The installation is now complete. 

I also moved local.off to local after rebuild. 

Great help-- thank you very much

________________________________________
From: Jack Howarth [howarth@bromo.med.uc.edu]
Sent: Thursday, November 01, 2012 4:08 PM
To: Kim, Woo-Joong
Cc: fink-beginners@lists.sourceforge.net
Subject: Re: [Fink-beginners] Problem with fink update-all

On Thu, Nov 01, 2012 at 03:58:24PM -0700, Kim, Woo-Joong wrote:
> 
> Sorry... I don't understand your suggestion.
> 
> 1) Retry the build with /usr/local moved aside as /usr/local.off
> 
> Can you provide more specific lines of commands?

cd /usr
sudo mv local local.off

The reason is that fink isn't compatible with third party development libraries or \
headers installed in /usr/local. See \
http://www.finkproject.org/faq/comp-general.php?phpLang=en#usr-local-libs. I am \
assuming that the build problem might have been earlier in the log than you posted.
               Jack
ps There is one remote possibility. I have seem odd behavior on machines which have \
developed bad blocks on the hard drive. If you have access to any utility that can \
check for bad blocks that might not be a bad thing to try. It is very odd that you \
see a hang in the build which is very abnormal behavior for the FSF gcc build but \
might make sense if your drive is hitting bad blocks.

> 
> Thank you
> 
> ________________________________________
> From: Jack Howarth [howarth@bromo.med.uc.edu]
> Sent: Thursday, November 01, 2012 3:51 PM
> To: Kim, Woo-Joong
> Cc: fink-beginners@lists.sourceforge.net
> Subject: Re: [Fink-beginners] Problem with fink update-all
> 
> On Thu, Nov 01, 2012 at 03:41:31PM -0700, Kim, Woo-Joong wrote:
> > 
> > Here are the outputs I got after executing what you asked for:
> > 
> > (1) 'clang -v'.
> > 
> > Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
> > Target: x86_64-apple-darwin12.2.0
> > Thread model: posix
> > 
> > (2) 'sudo xcode-select -switch /path/to/Xcode.app'
> > 
> > xcode-select: Error: An error occurred while trying to -switch to \
> > '/path/to/Xcode.app'. (No such file or directory). 
> > (3) Additionally, I tried 'sudo xcode-select -switch /Applications/Xcode.app'
> > 
> > This one didn't generate outputs, nor errors
> > 
> > Then I tried 'fink update-all' again, but the same problem persists.
> > 
> > Do I still have an issue with directory for Xcode?
> 
> Not if you get...
> 
> % xcode-select -print-path
> /Applications/Xcode.app/Contents/Developer
> 
> At this point I can only think of two things to try....
> 
> 1) Retry the build with /usr/local moved aside as /usr/local.off
> 2) Send me a complete build log.
> 
> No one else has ever reported the problem you are seeing so I am at a loss to \
> explain it. Jack
> 
> > ________________________________________
> > From: Jack Howarth [howarth@bromo.med.uc.edu]
> > Sent: Thursday, November 01, 2012 12:48 PM
> > To: Kim, Woo-Joong
> > Cc: fink-beginners@lists.sourceforge.net
> > Subject: Re: [Fink-beginners] Problem with fink update-all
> > 
> > On Thu, Nov 01, 2012 at 10:33:43AM -0700, Kim, Woo-Joong wrote:
> > > 
> > > Thank you for your suggestions. Here are the outputs of what you were asking.
> > > 
> > > **For "fink --version'', I got:
> > > 
> > > ---------------
> > > Package manager version: 0.34.4
> > > Distribution version: selfupdate-cvs Wed Oct 31 16:41:46 2012, 10.8, x86_64
> > > Trees: local/main stable/main
> > > 
> > > Copyright (c) 2001 Christoph Pfisterer
> > > Copyright (c) 2001-2012 The Fink Package Manager Team
> > > This program is distributed in the hope that it will be useful,
> > > but WITHOUT ANY WARRANTY; without even the implied warranty of
> > > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> > > GNU General Public License for more details.
> > > ---------------
> > > 
> > > **And for the dist space "df -k", I got :
> > > 
> > > -----------------
> > > Filesystem    1024-blocks     Used Available Capacity  iused     ifree %iused  \
> > >                 Mounted on
> > > /dev/disk0s2    731734976 59308348 672170628     9% 14891085 168042657    8%   \
> > > / devfs                 182      182         0   100%      633         0  100%  \
> > > /dev map -hosts              0        0         0   100%        0         0  \
> > > 100%   /net map auto_home           0        0         0   100%        0        \
> > > 0  100%   /home map -fstab              0        0         0   100%        0    \
> > >                 0  100%   /Network/Servers
> > > -----------------
> > > 
> > > Also, my hard-drive has 688.3 GB available (out of 749.3 GB)
> > > 
> > 
> > You forgot to provide the output from 'clang -v'. If it doesn't report...
> > 
> > Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
> > Target: x86_64-apple-darwin12.2.0
> > Thread model: posix
> > 
> > then you don't have the correct Command Line Tools installed for Xcode 4.5.1. \
> > Also remember that you have to set...
> > 
> > sudo xcode-select -switch /path/to/Xcode.app
> > 
> > which usually is /Applications/Xcode.app.
> > Jack
> > 
> > > ________________________________________
> > > From: Jack Howarth [howarth@bromo.med.uc.edu]
> > > Sent: Wednesday, October 31, 2012 6:16 PM
> > > To: fink-beginners@lists.sourceforge.net
> > > Cc: Kim, Woo-Joong
> > > Subject: Re: [Fink-beginners] Problem with fink update-all
> > > 
> > > On Wed, Oct 31, 2012 at 05:59:57PM -0700, Alexander Hansen wrote:
> > > > On 10/31/12 4:13 PM, Kim, Woo-Joong wrote:
> > > > > 
> > > > > Hello,
> > > > > 
> > > > > I've been trying to "fink update-all", but every time I try this, my \
> > > > > terminal gets inactive. I left it overnight, and there is no progress made \
> > > > > once it gets inactive. Currently, I have the following outputs, and the \
> > > > > terminal has been dormant for a couple of hours: 
> > > > > ranlib: file: libgcc.a(_floatuntisf.o) has no symbols
> > > > > ranlib: file: libgcc.a(_floatuntidf.o) has no symbols
> > > > > ranlib: file: libgcc.a(_floatuntixf.o) has no symbols
> > > > > ranlib: file: libgcc.a(_floatuntitf.o) has no symbols
> > > > > ranlib: file: libgcc.a(darwin-64.o) has no symbols
> > > > > ld: warning: could not create compact unwind for __Unwind_RaiseException: \
> > > > >                 does not use RBP or RSP based frame
> > > > > ld: warning: could not create compact unwind for __Unwind_ForcedUnwind: \
> > > > >                 does not use RBP or RSP based frame
> > > > > ld: warning: could not create compact unwind for __Unwind_Resume: does not \
> > > > >                 use RBP or RSP based frame
> > > > > ld: warning: could not create compact unwind for \
> > > > > __Unwind_Resume_or_Rethrow: does not use RBP or RSP based frame 
> > > > 
> > > > It might be useful to see what the compiler was actually running when
> > > > this happened.
> > > > 
> > > > > Here are a few other things that might be useful for you to consider:
> > > > > 
> > > > > 1. I also tried "fink build gcc47", and I get the same problem: the \
> > > > > terminal becomes inactive after a while (about after 20 mins actively \
> > > > > generating outputs).
> > > > 
> > > > The only thing that matters is the package that is actually failing, so
> > > > you _should_ get the same results whether you used "fink build gcc47" or
> > > > "fink update-all".
> > > > 
> > > > > 2. I have Mac OSX 10.8.2 with Xcode 4.5 installed (also the command line \
> > > > > tools are installed). 3. I did try "fink self-update", and that was quick \
> > > > > and didn't appear to install anything new. 
> > > > 
> > > > It wouldn't, unless there were base package updates.  What that _would_
> > > > do is give you updated package descriptions.  In this case there haven't
> > > > been any recent updates.
> > > > 
> > > > 
> > > > > Do you have any suggestions?
> > > > > 
> > > > 
> > > > I'll cc the gcc47 maintainer.
> > > 
> > > I would make sure you have a healthy amount of disk space available (> 20-30 Gb \
> > > free) and check with 'df -k' during the current hang to see that the disk isn't \
> > > already full. It would also be helpful to know how much memory you have on the \
> > > problem machine. I would avoid loading any other applications while you are \
> > > doing the build (although I routinely build on a late-2006 MacBook Pro with \
> > > just 3Gb and never have any issues. Jack
> > > 
> > > > 
> > > > Can we also see the output of:
> > > > 
> > > > fink --version
> > > > 
> > > > ?
> > > > --
> > > > Alexander Hansen, Ph.D.
> > > > Fink User Liaison
> > > > My package updates: http://finkakh.wordpress.com/
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic