12d25
![]() |
|
|
|
|
|||||||
| Porting New Software Having trouble or general questions about porting software to FreeBSD? Ask here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello everyone.
I wanted to use Sublime Text 2 on FreeBSD but it doesn't work. I got the 32 bits linux version on the official site. Linux compat layer is launched and emulators/linux_base-f10 is installed. Code:
local# kldstat Id Refs Address Size Name 1 7 0xc0400000 e9ece4 kernel 2 1 0xc6625000 29000 linux.ko Code:
youri | ~/Downloads/Sublime Text 2 » ./sublime_text ELF interpreter /lib/ld-linux.so.2 not found zsh: abort ./sublime_text Code:
local# brandelf -t Linux sublime_text Code:
local# ldd sublime_text sublime_text: sublime_text: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by sublime_text) sublime_text: /lib/libc.so.6: version `GLIBC_2.11' not found (required by sublime_text) libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libatk-1.0.so.0 => not found libgio-2.0.so.0 => /lib/libgio-2.0.so.0 (0x2878a000) libpangoft2-1.0.so.0 => not found libpangocairo-1.0.so.0 => not found libgdk_pixbuf-2.0.so.0 => not found libcairo.so.2 => not found libpng12.so.0 => not found libpango-1.0.so.0 => not found libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x287ff000) libfontconfig.so.1 => not found libgobject-2.0.so.0 => /lib/libgobject-2.0.so.0 (0x28893000) libgmodule-2.0.so.0 => /lib/libgmodule-2.0.so.0 (0x288d4000) libgthread-2.0.so.0 => /lib/libgthread-2.0.so.0 (0x288d8000) librt.so.1 => /lib/librt.so.1 (0x288dd000) libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0x288e8000) libpthread.so.0 => /lib/libpthread.so.0 (0x289cb000) libdl.so.2 => /lib/libdl.so.2 (0x289e5000) libutil.so.1 => /lib/libutil.so.1 (0x289ea000) libm.so.6 => /lib/libm.so.6 (0x289ee000) libX11.so.6 => not found libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x28a18000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28b08000) libc.so.6 => /lib/libc.so.6 (0x28b16000) libselinux.so.1 => /lib/libselinux.so.1 (0x28c8e000) /lib/ld-linux.so.2 (0x28765000) ln -s /usr/local/lib/libgtk-x11-2.0.so.0 /compat/linux/usr/lib and when I run ldd or the program itself, it returns:Code:
error while loading shared libraries: /usr/lib/libgtk-x11-2.0.so.0: ELF file OS ABI invalid So I found out I had to install linux libraries from the ports but some are still missing: Code:
libpixman-1.so.0 => not found libgtk-1.2.so.0 => not found libgdk-1.2.so.0 => not found libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libatk-1.0.so.0 => not found Code:
libgtk-1.2.so.0 => not found libgdk-1.2.so.0 => not found Well, Code:
libgtk-x11-2.0.so.0 => not found libgdk-x11-2.0.so.0 => not found libatk-1.0.so.0 => not found Last edited by DutchDaemon; March 26th, 2012 at 01:04. Reason: READ THE RULES -> http://forums.freebsd.org/showthread.php?t=11799 |
|
#2
|
|||
|
|||
|
For
Code:
libpixman-1.so.0 => not found Code:
sublime_text: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by sublime_text) sublime_text: /lib/libc.so.6: version `GLIBC_2.11' not found (required by sublime_text) Last edited by DutchDaemon; March 26th, 2012 at 18:51. Reason: Formatting & Style: http://forums.freebsd.org/showthread.php?t=8816 / http://forums.freebsd.org/showthread.php?t=18043 |
|
#3
|
|||
|
|||
|
Have you considered asking Jon?
__________________
Linux is not the answer | there is no "F" in "GPL" |
|
#4
|
|||
|
|||
|
I'm still having compatibility issues with libstdc++, emulators/linux_base-f10 is outdated.
Last edited by DutchDaemon; March 27th, 2012 at 18:56. |
|
#5
|
|||
|
|||
|
Last edited by DutchDaemon; March 27th, 2012 at 12:25. Reason: No space before punctuation [ . , : ; ! ? ) ] |
|
#6
|
|||
|
|||
|
The guy who develops Sublime Text.
__________________
Linux is not the answer | there is no "F" in "GPL" |
|
#7
|
|||
|
|||
|
Other FreeBSD users have already asked him. No answers.
DutchDaemon, thanks for correcting my posts but lang/libstdc++_stldoc_4.2.2, is wrong I was talking about the linux version .[fixed, DD ] Last edited by DutchDaemon; March 27th, 2012 at 18:57. |
|
#8
|
|||
|
|||
|
Oh OK, didn't know that - sorry.
__________________
Linux is not the answer | there is no "F" in "GPL" |
|
#9
|
||||
|
||||
|
Could you give us a link to your current port Makefile, so we can have a better view on already solved dependency issues?
__________________
“It's only after we've lost everything that we're free to do anything.”, Tyler Durden in Fight Club. Ports I maintain: astro/astrometry, editors/komodo-ide, devel/p5-ReadLine-TTYtter, french/verbiste, www/woof, graphics/commons-utilities, net-p2p/ctcs, print/lgrind and textproc/p5-Text-CSV-Encoded. Last edited by DutchDaemon; April 1st, 2012 at 01:14. |
![]() |
| Tags |
| linux |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Any good text browsers? | randux | Off-Topic | 5 | July 26th, 2011 20:50 |
| [Solved] No text -- only boxes | DrJ | GNOME | 1 | March 28th, 2010 05:50 |
| text graphics | lesha | General | 2 | February 19th, 2010 17:43 |
| text to speach | paulfrottawa | Installation and Maintenance of FreeBSD Ports or Packages | 2 | February 15th, 2010 16:05 |
| Paste Text under *nix ??? | setti | General | 14 | July 28th, 2009 07:25 |