Re: [Fink-users] Failed: phase installing: llvm34-3.4-0e failed

2014-02-16 Thread David Fang
Bonjour Dominique,

Looks like it died at the start of InstallScript.  How odd.  Can you bzip 
me a full log of the build so I can see if any 
earlier commands failed?  (and compare against my 10.7 log)

And perhaps list:
% ls -l /sw64/src/fink.build/llvm34-3.4_0e
% ls -l /sw64/src/fink.build/llvm34-3.4_0e/build

Merci.

David

 Hi David,

 Updating to llvm34-3.4-0e failed on

 Package manager version: 0.36.3.1
 Distribution version: selfupdate-rsync Sat Feb 15 11:31:35 2014, 10.9, x86_64
 Trees: local/main stable/main
 Xcode.app: 5.0.2
 Xcode command-line tools: 5.0.1.0.1.1382131676
 Max. Fink build jobs:  8

 when using update-all:

 /bin/rm -rf /sw64/src/fink.build/root-llvm34-3.4-0e
 /bin/mkdir -p /sw64/src/fink.build/root-llvm34-3.4-0e/sw64
 /bin/mkdir -p /sw64/src/fink.build/root-llvm34-3.4-0e/DEBIAN
 /usr/sbin/chown -R fink-bld:fink-bld /sw64/src/fink.build/root-llvm34-3.4-0e
 sudo -u fink-bld [ENV] sh -c /tmp/fink.WXBqo
 /tmp/fink.O2hsE
 #!/bin/sh -ev
 pushd ../build/last
 /tmp/fink.O2hsE: line 2: pushd: ../build/last: No such file or directory
 ### execution of /tmp/fink.O2hsE failed, exit code 1
 ### execution of /tmp/fink.WXBqo failed, exit code 1
 Removing runtime build-lock...
 Removing build-lock package...
 /sw64/bin/dpkg-lockwait -r fink-buildlock-llvm34-3.4-0e
 (Reading database ... 270784 files and directories currently installed.)
 Removing fink-buildlock-llvm34-3.4-0e ...
 Reading buildlock packages...
 /sw64/bin/dpkg-lockwait -i 
 /sw64/fink/dists/stable/main/binary-darwin-x86_64/devel/cloog-org2_0.18.1-1_darwin-x86_64.deb
 Selecting previously deselected package cloog-org2.
 (Reading database ... 270783 files and directories currently installed.)
 Unpacking cloog-org2 (from .../cloog-org2_0.18.1-1_darwin-x86_64.deb) ...
 Setting up cloog-org2 (0.18.1-1) ...
 Clearing dependency_libs of .la files being installed

 Failed: phase installing: llvm34-3.4-0e failed

 Updating first llvm34 worked but required to go through

  fink scanpackages
  sudo apt-get update
  sudo apt-get install llvm34-shlibs=3.4-0e libcxx1-shlibs=3.4-0e

 to update all packages.

 Dominique


-- 
David Fang
http://www.csl.cornell.edu/~fang/


--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase installing: llvm34-3.4-0e failed

2014-02-16 Thread Dominique Dhumieres
Hi David,

 Looks like it died at the start of InstallScript.  How odd.  Can you bzip
 me a full log of the build so I can see if any
 earlier commands failed?  (and compare against my 10.7 log)

Unfortunately I did not keep my log (I had to reboot following a system
freeze). And as I said I found a work-around to update the packages.

 And perhaps list:
 % ls -l /sw64/src/fink.build/llvm34-3.4_0e
 % ls -l /sw64/src/fink.build/llvm34-3.4_0e/build

Since I have updated these directories are gone.

Now I remember that the first time I installed llvm34, I tried first
to install llvm34-bundle and it failed very early with something
similar to what I have posted.

What is the use of 'pushd ../build/last' in

 #!/bin/sh -ev
 pushd ../build/last
 /tmp/fink.O2hsE: line 2: pushd: ../build/last: No such file or directory

?

Cheers,

Dominique

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase installing: llvm34-3.4-0e failed

2014-02-16 Thread David Fang
 Looks like it died at the start of InstallScript.  How odd.  Can you bzip
 me a full log of the build so I can see if any
 earlier commands failed?  (and compare against my 10.7 log)

 Unfortunately I did not keep my log (I had to reboot following a system
 freeze). And as I said I found a work-around to update the packages.

 And perhaps list:
 % ls -l /sw64/src/fink.build/llvm34-3.4_0e
 % ls -l /sw64/src/fink.build/llvm34-3.4_0e/build

 Since I have updated these directories are gone.

 Now I remember that the first time I installed llvm34, I tried first
 to install llvm34-bundle and it failed very early with something
 similar to what I have posted.

I think it's because in an earlier revision of llvm34, I hadn't split-off 
-dev and -shlibs yet, and with the recent revisions, I didn't add a 
versioned-conflicts/replaces against its former packaging.  Apologies for 
that, but the workaround is to uninstall previous llvm34 before installing 
the newer one.

 What is the use of 'pushd ../build/last' in

 #!/bin/sh -ev
 pushd ../build/last
 /tmp/fink.O2hsE: line 2: pushd: ../build/last: No such file or directory

Like gcc4x's 'darwin_objdir', where the binaries are compiled outside the 
srcdir, ../build contains directories for all stages of bootstrap.  You 
should see stages 1,2,3,4 for llvm/clang itself, and 1.5,2.5,3.5 for 
libc++.  And symlinks 'last' and 'last-libcxx' pointing to the last stage 
that was built.  Those symlinks get updated after each stage is complete. 
The first existence of the 'last' symlink should occur right after stage 
1 is complete, which is why I was wondering if something went wrong much 
earlier than expected. 
Installation always occurs from the 'last' stage build, which varies by 
distribution/architecture.


David

 ?

 Cheers,

 Dominique


-- 
David Fang
http://www.csl.cornell.edu/~fang/


--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users