Re: [JVM-B] haskell-jvm-bridge-0.3.1.RC5 revived!
Status: Beta
Brought to you by:
ashley-y
From: Artem Gr <ar...@bi...> - 2007-01-02 10:33:03
|
The darcs executable i've placed to the /home/groups/j/jv/jvm-bridge/ wasn't, in fact, working: [artemgr@sc8-pr-shell1 jvm-bridge]$ ./darcs ./darcs: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory I've downloaded the static binary from http://evan.martin.googlepages.com/home Stripped it, upx-ed, and've put it into the /home/groups/j/jv/jvm-bridge/. It have 1mb in size. Also, the export PATH=$PATH:/home/groups/j/jv/jvm-bridge line must be put into ".bashrc", not ".bash_profile". And it works: 8<------------------------------------------------------------------------------->8 root@localhost:~/work/java-bridge/open/haskell-jvm-bridge/# SSH_PORT=22 darcs push ar...@ss...:/home/groups/j/jv/jvm-bridge/htdocs/haskell-jvm-bridge/ Pushing to "ar...@ss...:/home/groups/j/jv/jvm-bridge/htdocs/haskell-jvm-bridge/"... Tue Jan 2 13:18:43 MSK 2007 ArtemGr <ar...@bi...> * test Shall I push this patch? (1/1) [ynWvpxqadjk], or ? for help: y Finished applying... 8<------------------------------------------------------------------------------->8 Also, on the server: 8<------------------------------------------------------------------------------->8 [artemgr@sc8-pr-shell1 haskell-jvm-bridge]$ darcs unrecord Tue Jan 2 02:18:43 PST 2007 ArtemGr <ar...@bi...> * test Shall I unrecord this patch? (1/4) [ynWvpxqadjk], or ? for help: y Wed Dec 20 04:57:51 PST 2006 ArtemGr <ar...@bi...> * FreeBSD support. Shall I unrecord this patch? (2/4) [ynWvpxqadjk], or ? for help: n Thu Dec 14 07:02:39 PST 2006 ArtemGr <ar...@bi...> * Patches for ghc-6.4.2 Shall I unrecord this patch? (3/4) [ynWvpxqadjk], or ? for help: n Finished unrecording. 8<------------------------------------------------------------------------------->8 Artem Gr wrote: > We can place the darcs binary into the project directory. Stripped and > upx-ed it's only 716 kb. > I did this: > scp -P 22 darcs ar...@ss...:/home/groups/j/jv/jvm-bridge/ > then placed > export PATH=$PATH:/home/groups/j/jv/jvm-bridge > to the end of my .bash_profile > Then i did: > SSH_PORT=22 darcs pull -v > ar...@ss...:/home/groups/j/jv/jvm-bridge/htdocs/haskell-jvm-bridge/ > > and it works! > > Ashley Yakeley wrote: >> On Dec 22, 2006, at 05:15, Artem Gr wrote: >> >>> All right, the GHC-6.6-only variant should be easier to do. >>> >>> BTW, here are the GHC-6.4 release and the darcs repository: >>> http://jvm-bridge.sourceforge.net/ >> >> How can I push patches to the darcs repository? SF doesn't have darcs >> installed, and installing it in my own space will fill up my quota. >> >> --Ashley Yakeley > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > JVM-Bridge-Devel mailing list > JVM...@li... > https://lists.sourceforge.net/lists/listinfo/jvm-bridge-devel > |