Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not installing on Linux (Debian) #11

Closed
LatchKeyKid opened this issue Mar 7, 2016 · 21 comments
Closed

Not installing on Linux (Debian) #11

LatchKeyKid opened this issue Mar 7, 2016 · 21 comments

Comments

@LatchKeyKid
Copy link

I tried installing emulationstation by following these steps http://emulationstation.org/gettingstarted.html#install_deb but I ended up with the same issue as this guy Aloshi#563 (comment)

I'm really new at this so I don't know if I did this right. After I got that error all I did was delete emulationstation from my home folder. Then I followed your steps
cd YourEmulationStationDirectory
git pull
cmake .
make

chmod +x emulationstation

and I still have a bunch or errors after trying that. Any thoughts?

@wolf-sigma
Copy link
Collaborator

Hey @LatchKeyKid - so this is building with just "make", but when you do a "make install" you get errors? Can you post errors either here or in a gist?

@LatchKeyKid
Copy link
Author

@t3hi3x Ok, I'm not sure if I'm doing this right but this is what I did. (I don't know how this all works so I don't know if there is anything conflicting because I tried the instructions from emulationstaion.org first)

git clone https://github.com/Herdinger/EmulationStation
cd EmulationStation
git pull
cmake .
make

latchkeykid@debian:~/EmulationStation$ make
Scanning dependencies of target nanosvg
[ 1%] Building CXX object external/nanosvg/CMakeFiles/nanosvg.dir/src/nanosvg_impl.cpp.o
In file included from /home/latchkeykid/EmulationStation/external/nanosvg/src/nanosvg_impl.cpp:5:0:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h: In function ‘NSVGgradient* nsvg__createGradient(NSVGparser_, const char_, const float_, char_)’:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:683:16: warning: variable ‘d’ set but not used [-Wunused-but-set-variable]
float dx, dy, d;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h: In function ‘void nsvg__pathCubicBezTo(NSVGparser_, float_, float_, float_, float_, float_, int)’:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1571:8: warning: variable ‘x1’ set but not used [-Wunused-but-set-variable]
float x1, y1, x2, y2, cx1, cy1, cx2, cy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1571:12: warning: variable ‘y1’ set but not used [-Wunused-but-set-variable]
float x1, y1, x2, y2, cx1, cy1, cx2, cy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h: In function ‘void nsvg__startElement(void_, const char_, const char*)’:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1679:19: warning: ‘cpy2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
cy = 2_y1 - cpy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1835:24: note: ‘cpy2’ was declared here
float cpx, cpy, cpx2, cpy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1678:19: warning: ‘cpx2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
cx = 2_x1 - cpx2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1835:18: note: ‘cpx2’ was declared here
float cpx, cpy, cpx2, cpy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1866:5: warning: ‘rargs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (nargs >= rargs) {
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1834:6: note: ‘rargs’ was declared here
int rargs;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1730:2: warning: ‘cmd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (rel) { // end point
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1831:7: note: ‘cmd’ was declared here
char cmd;
^
In file included from /home/latchkeykid/EmulationStation/external/nanosvg/src/nanosvg_impl.cpp:6:0:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvgrast.h: In function ‘void nsvgRasterize(NSVGrasterizer
, NSVGimage
, float, float, float, unsigned char
, int, int, int)’:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvgrast.h:707:20: warning: ‘cb’ may be used uninitialized in this function [-Wmaybe-uninitialized]
unsigned int ca, cb;
^
Linking CXX static library ../../libnanosvg.a
[ 1%] Built target nanosvg
Scanning dependencies of target pugixml
[ 2%] Building CXX object external/pugixml/CMakeFiles/pugixml.dir/src/pugixml.cpp.o
Linking CXX static library ../../libpugixml.a
[ 2%] Built target pugixml
Scanning dependencies of target es-core
[ 3%] Building CXX object es-core/CMakeFiles/es-core.dir/src/AudioManager.cpp.o
[ 4%] Building CXX object es-core/CMakeFiles/es-core.dir/src/GuiComponent.cpp.o
[ 5%] Building CXX object es-core/CMakeFiles/es-core.dir/src/HelpStyle.cpp.o
[ 6%] Building CXX object es-core/CMakeFiles/es-core.dir/src/HttpReq.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/HttpReq.cpp: In destructor ‘HttpReq::~HttpReq()’:
/home/latchkeykid/EmulationStation/es-core/src/HttpReq.cpp:100:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(merr != CURLM_OK)
^
[ 7%] Building CXX object es-core/CMakeFiles/es-core.dir/src/ImageIO.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/ImageIO.cpp: In static member function ‘static std::vector ImageIO::loadFromMemoryRGBA32(const unsigned char_, size_t, size_t&, size_t&)’:
/home/latchkeykid/EmulationStation/es-core/src/ImageIO.cpp:39:19: warning: unused variable ‘pitch’ [-Wunused-variable]
unsigned int pitch = FreeImage_GetPitch(fiBitmap);
^
/home/latchkeykid/EmulationStation/es-core/src/ImageIO.cpp:24:16: warning: unused variable ‘fiConverted’ [-Wunused-variable]
FIBITMAP * fiConverted = nullptr;
^
[ 7%] Building CXX object es-core/CMakeFiles/es-core.dir/src/InputConfig.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/InputConfig.cpp: In member function ‘void InputConfig::loadFromXML(pugi::xml_node)’:
/home/latchkeykid/EmulationStation/es-core/src/InputConfig.cpp:170:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(value == 0)
^
[ 8%] Building CXX object es-core/CMakeFiles/es-core.dir/src/InputManager.cpp.o
[ 9%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Log.cpp.o
[ 10%] Building CXX object es-core/CMakeFiles/es-core.dir/src/platform.cpp.o
[ 11%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Renderer_draw_gl.cpp.o
[ 12%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Renderer_init_sdlgl.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/Renderer_init_sdlgl.cpp: In function ‘bool Renderer::createSurface()’:
/home/latchkeykid/EmulationStation/es-core/src/Renderer_init_sdlgl.cpp:111:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(SDL_GL_SetSwapInterval(-1) != 0 && SDL_GL_SetSwapInterval(1) != 0)
^
[ 13%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Settings.cpp.o
[ 13%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Sound.cpp.o
[ 14%] Building CXX object es-core/CMakeFiles/es-core.dir/src/ThemeData.cpp.o
[ 15%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Util.cpp.o
[ 16%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Window.cpp.o
[ 17%] Building CXX object es-core/CMakeFiles/es-core.dir/src/md5.cpp.o
[ 18%] Building CXX object es-core/CMakeFiles/es-core.dir/src/crc32.cpp.o
[ 19%] Building CXX object es-core/CMakeFiles/es-core.dir/src/animations/AnimationController.cpp.o
[ 19%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/AnimatedImageComponent.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/components/AnimatedImageComponent.cpp: In member function ‘virtual void AnimatedImageComponent::update(int)’:
/home/latchkeykid/EmulationStation/es-core/src/components/AnimatedImageComponent.cpp:62:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(mCurrentFrame == mFrames.size())
^
[ 20%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/BusyComponent.cpp.o
[ 21%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ButtonComponent.cpp.o
[ 22%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ComponentGrid.cpp.o
[ 23%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ComponentList.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/components/ComponentList.cpp: In member function ‘virtual void ComponentList::render(const Affine3f&)’:
/home/latchkeykid/EmulationStation/es-core/src/components/ComponentList.cpp:184:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
drawAll = !mFocused || i != mCursor;
^
[ 24%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/DateTimeComponent.cpp.o
[ 25%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/HelpComponent.cpp.o
[ 26%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ImageComponent.cpp.o
[ 26%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/MenuComponent.cpp.o
[ 27%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/NinePatchComponent.cpp.o
[ 28%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ScrollableContainer.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/components/ScrollableContainer.cpp: In member function ‘virtual void ScrollableContainer::update(int)’:
/home/latchkeykid/EmulationStation/es-core/src/components/ScrollableContainer.cpp:67:15: warning: unused variable ‘widthMod’ [-Wunused-variable]
const float widthMod = (680.0f / getSize().x());
^
[ 29%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/SliderComponent.cpp.o
[ 30%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/SwitchComponent.cpp.o
[ 31%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/TextComponent.cpp.o
[ 32%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/TextEditComponent.cpp.o
[ 32%] Building CXX object es-core/CMakeFiles/es-core.dir/src/guis/GuiDetectDevice.cpp.o
[ 33%] Building CXX object es-core/CMakeFiles/es-core.dir/src/guis/GuiInputConfig.cpp.o
[ 34%] Building CXX object es-core/CMakeFiles/es-core.dir/src/guis/GuiMsgBox.cpp.o
[ 35%] Building CXX object es-core/CMakeFiles/es-core.dir/src/guis/GuiTextEditPopup.cpp.o
[ 36%] Building CXX object es-core/CMakeFiles/es-core.dir/src/resources/Font.cpp.o
[ 37%] Building CXX object es-core/CMakeFiles/es-core.dir/src/resources/ResourceManager.cpp.o
[ 38%] Building CXX object es-core/CMakeFiles/es-core.dir/src/resources/SVGResource.cpp.o
[ 38%] Building CXX object es-core/CMakeFiles/es-core.dir/src/resources/TextureResource.cpp.o
[ 39%] Building CXX object es-core/CMakeFiles/es-core.dir//data/ResourceUtil.cpp.o
[ 40%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/splash_svg.cpp.o
[ 41%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/window_icon_256_png.cpp.o
[ 42%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/button_png.cpp.o
[ 43%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/button_filled_png.cpp.o
[ 44%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/textinput_ninepatch_png.cpp.o
[ 44%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/textinput_ninepatch_active_png.cpp.o
[ 45%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/frame_png.cpp.o
[ 46%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/scroll_gradient_png.cpp.o
[ 47%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_button_a_svg.cpp.o
[ 48%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_button_b_svg.cpp.o
[ 49%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_button_x_svg.cpp.o
[ 50%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_button_y_svg.cpp.o
[ 51%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_button_l_svg.cpp.o
[ 51%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_button_r_svg.cpp.o
[ 52%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_button_start_svg.cpp.o
[ 53%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_button_select_svg.cpp.o
[ 54%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_dpad_up_svg.cpp.o
[ 55%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_dpad_down_svg.cpp.o
[ 56%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_dpad_left_svg.cpp.o
[ 57%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_dpad_right_svg.cpp.o
[ 57%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_dpad_updown_svg.cpp.o
[ 58%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_dpad_leftright_svg.cpp.o
[ 59%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_dpad_all_svg.cpp.o
[ 60%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/opensans_hebrew_condensed_regular_ttf.cpp.o
[ 61%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/opensans_hebrew_condensed_light_ttf.cpp.o
[ 62%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/arrow_svg.cpp.o
[ 63%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/option_arrow_svg.cpp.o
[ 63%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/checkbox_checked_svg.cpp.o
[ 64%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/checkbox_unchecked_svg.cpp.o
[ 65%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/star_filled_svg.cpp.o
[ 66%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/star_unfilled_svg.cpp.o
[ 67%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/on_svg.cpp.o
[ 68%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/off_svg.cpp.o
[ 69%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/fav_add_svg.cpp.o
[ 69%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/fav_remove_svg.cpp.o
[ 70%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/slider_knob_svg.cpp.o
[ 71%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/busy_0_svg.cpp.o
[ 72%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/busy_1_svg.cpp.o
[ 73%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/busy_2_svg.cpp.o
[ 74%] Building CXX object es-core/CMakeFiles/es-core.dir/__/data/converted/busy_3_svg.cpp.o
Linking CXX static library ../libes-core.a
[ 74%] Built target es-core
Scanning dependencies of target emulationstation
[ 74%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/FileData.cpp.o
[ 75%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/FileSorts.cpp.o
[ 76%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/main.cpp.o
[ 77%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/MameNameMap.cpp.o
[ 78%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/MetaData.cpp.o
[ 79%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/PlatformId.cpp.o
[ 80%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/ScraperCmdLine.cpp.o
/home/latchkeykid/EmulationStation/es-app/src/ScraperCmdLine.cpp: In function ‘int run_scraper_cmdline()’:
/home/latchkeykid/EmulationStation/es-app/src/ScraperCmdLine.cpp:126:7: warning: variable ‘manual_mode’ set but not used [-Wunused-but-set-variable]
bool manual_mode = false;
^
[ 80%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/SystemData.cpp.o
/home/latchkeykid/EmulationStation/es-app/src/SystemData.cpp: In static member function ‘static bool SystemData::loadConfig()’:
/home/latchkeykid/EmulationStation/es-app/src/SystemData.cpp:279:27: warning: unused variable ‘platformId’ [-Wunused-variable]
PlatformIds::PlatformId platformId = PlatformIds::PLATFORM_UNKNOWN;
^
[ 81%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/VolumeControl.cpp.o
[ 82%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/Gamelist.cpp.o
[ 83%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/components/AsyncReqComponent.cpp.o
[ 84%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/components/RatingComponent.cpp.o
[ 85%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/components/ScraperSearchComponent.cpp.o
[ 86%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiFastSelect.cpp.o
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiFastSelect.cpp: In constructor ‘GuiFastSelect::GuiFastSelect(Window_, IGameListView_)’:
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiFastSelect.cpp:39:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(mLetterId == std::string::npos)
^
[ 86%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiMetaDataEd.cpp.o
[ 87%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiGameScraper.cpp.o
[ 88%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiGamelistOptions.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiGamelistOptions.h:2:0,
from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiGamelistOptions.cpp:1:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h: In member function ‘void OptionListComponent::onSizeChanged()’:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h:175:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(mSize.x() < (mLeftArrow.getSize().x() + mRightArrow.getSize().x()))
^
[ 89%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiMenu.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp:12:0:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h: In member function ‘void OptionListComponent::onSizeChanged()’:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h:175:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(mSize.x() < (mLeftArrow.getSize().x() + mRightArrow.getSize().x()))
^
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp: In lambda function:
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp:187:8: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(runRestartCommand() != 0)
^
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp: In lambda function:
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp:198:8: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(runShutdownCommand() != 0)
^
[ 90%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiSettings.cpp.o
[ 91%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiScraperMulti.cpp.o
[ 92%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiScraperStart.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiScraperStart.cpp:7:0:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h: In member function ‘void OptionListComponent::onSizeChanged()’:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h:175:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(mSize.x() < (mLeftArrow.getSize().x() + mRightArrow.getSize().x()))
^
[ 92%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/scrapers/Scraper.cpp.o
/home/latchkeykid/EmulationStation/es-app/src/scrapers/Scraper.cpp: In function ‘bool resizeImage(const string&, int, int)’:
/home/latchkeykid/EmulationStation/es-app/src/scrapers/Scraper.cpp:268:4: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(!saved)
^
[ 93%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/scrapers/GamesDBScraper.cpp.o
[ 94%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/scrapers/TheArchiveScraper.cpp.o
[ 95%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/BasicGameListView.cpp.o
[ 96%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/DetailedGameListView.cpp.o
[ 97%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/IGameListView.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiGamelistOptions.h:2:0,
from /home/latchkeykid/EmulationStation/es-app/src/views/gamelist/IGameListView.cpp:7:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h: In member function ‘void OptionListComponent::onSizeChanged()’:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h:175:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(mSize.x() < (mLeftArrow.getSize().x() + mRightArrow.getSize().x()))
^
[ 98%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/ISimpleGameListView.cpp.o
[ 99%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/GridGameListView.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/views/gamelist/GridGameListView.h:5:0,
from /home/latchkeykid/EmulationStation/es-app/src/views/gamelist/GridGameListView.cpp:1:
/home/latchkeykid/EmulationStation/es-core/src/components/ImageGridComponent.h: In instantiation of ‘void ImageGridComponent::updateImages() [with T = FileData_]’:
/home/latchkeykid/EmulationStation/es-core/src/components/ImageGridComponent.h:158:16: required from ‘void ImageGridComponent::render(const Affine3f&) [with T = FileData_; Eigen::Affine3f = Eigen::Transform<float, 3, 2>]’
/home/latchkeykid/EmulationStation/es-app/src/views/gamelist/GridGameListView.cpp:67:1: required from here
/home/latchkeykid/EmulationStation/es-core/src/components/ImageGridComponent.h:244:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(i == mCursor)
^
/home/latchkeykid/EmulationStation/es-core/src/components/ImageGridComponent.h:222:6: warning: unused variable ‘cursorCol’ [-Wunused-variable]
int cursorCol = mCursor % gridSize.x();
^
[ 99%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/SystemView.cpp.o
[100%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/ViewController.cpp.o
make[2]: *_* No rule to make target '/usr/lib/x86_64-linux-gnu/libGL.so', needed by 'emulationstation'. Stop.
CMakeFiles/Makefile2:246: recipe for target 'es-app/CMakeFiles/emulationstation.dir/all' failed
make[1]: *** [es-app/CMakeFiles/emulationstation.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2

@wolf-sigma
Copy link
Collaborator

Ok - thanks for sharing. Can you post the output of "cmake ." as well?

@LatchKeyKid
Copy link
Author

cmake

-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
Looking for bcm_host.h
bcm_host.h not found
Looking for libMali.so
libMali.so not found
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.5.2")
-- Looking for FreeImage...
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- checking for module 'freeimage'
-- package 'freeimage' not found
-- Found FreeImage: optimized;/usr/lib/libfreeimage.so;debug;/usr/lib/libfreeimage.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found SDL2: /usr/lib/x86_64-linux-gnu/libSDL2main.a;/usr/lib/x86_64-linux-gnu/libSDL2.so;-lpthread
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- date_time
-- locale
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.38.0")
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.0.28")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/latchkeykid/EmulationStation

@wolf-sigma
Copy link
Collaborator

Cool. It is finding the libGL libraries...

This an interesting read: http://techtidings.blogspot.com/2012/01/problem-with-libglso-on-64-bit-ubuntu.html

Does it seem like the same issue? I.e. a symlink pointing the wrong location?

@LatchKeyKid
Copy link
Author

I don't know. I don't really understand what any of that means

@wolf-sigma
Copy link
Collaborator

Ok. Can you do:

$ ls -la /usr/lib/x86_64-linux-gnu/libGL.so

If there is a "->" in that result do a $ ls -la {what's after the ->}

Can you provide the output of those two commands?

@LatchKeyKid
Copy link
Author

latchkeykid@debian:~$ ls -la /usr/lib/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 14 Aug 19 2015 /usr/lib/x86_64-linux-gnu/libGL.so -> libGL.so.1.2.0

latchkeykid@debian:~$ ls -la libGL.so.1.2.0
ls: cannot access libGL.so.1.2.0: No such file or directory

did i do that right?

@wolf-sigma
Copy link
Collaborator

You'll need to cd into that directory since it's symlink-ing to a file in the same dir. So:

$ cd /usr/lib/x86_64-linux-gnu/
$ ls -la libGL.so.1.2.0
$ ls -la libGL*
$ ls -la

@LatchKeyKid
Copy link
Author

Whoa ok there's a lot here

latchkeykid@debian:~$ cd /usr/lib/x86_64-linux-gnu/
latchkeykid@debian:/usr/lib/x86_64-linux-gnu$ ls -la libGL.so.1.2.0
ls: cannot access libGL.so.1.2.0: No such file or directory
latchkeykid@debian:/usr/lib/x86_64-linux-gnu$ ls -la libGL*
lrwxrwxrwx 1 root root 21 Aug 19 2015 libGLESv1_CM.so.1 -> libGLESv1_CM.so.1.1.0
-rw-r--r-- 1 root root 18232 Aug 19 2015 libGLESv1_CM.so.1.1.0
lrwxrwxrwx 1 root root 18 Aug 19 2015 libGLESv2.so -> libGLESv2.so.2.0.0
lrwxrwxrwx 1 root root 18 Aug 19 2015 libGLESv2.so.2 -> libGLESv2.so.2.0.0
-rw-r--r-- 1 root root 26424 Aug 19 2015 libGLESv2.so.2.0.0
lrwxrwxrwx 1 root root 17 Nov 21 2013 libGLEW.so.1.10 -> libGLEW.so.1.10.0
-rw-r--r-- 1 root root 554088 Nov 21 2013 libGLEW.so.1.10.0
lrwxrwxrwx 1 root root 14 Aug 19 2015 libGL.so -> libGL.so.1.2.0
-rw-r--r-- 1 root root 901120 Sep 19 2013 libGLU.a
lrwxrwxrwx 1 root root 15 Sep 19 2013 libGLU.so -> libGLU.so.1.3.1
lrwxrwxrwx 1 root root 15 Sep 19 2013 libGLU.so.1 -> libGLU.so.1.3.1
-rw-r--r-- 1 root root 449144 Sep 19 2013 libGLU.so.1.3.1
latchkeykid@debian:/usr/lib/x86_64-linux-gnu$ ls -la
total 450276
drwxr-xr-x 96 root root 69632 Mar 5 17:56 .
drwxr-xr-x 155 root root 20480 Mar 5 17:56 ..
drwxr-xr-x 3 root root 4096 Mar 5 15:06 aisleriot
drwxr-xr-x 3 root root 4096 Mar 5 14:25 alsa-lib
drwxr-xr-x 2 root root 4096 Mar 5 14:27 apr-util-1
drwxr-xr-x 2 root root 4096 Mar 5 14:15 audit
drwxr-xr-x 2 root root 4096 Mar 5 14:25 avahi
drwxr-xr-x 2 root root 4096 Mar 5 14:25 awk
drwxr-xr-x 2 root root 4096 Mar 5 14:25 babl-0.1
-rwxr-xr-x 1 root root 39888 Jan 3 2015 bijiben-shell-search-provider
drwxr-xr-x 3 root root 4096 Mar 5 14:25 bluetooth
drwxr-xr-x 4 root root 4096 Mar 5 14:25 bonobo
drwxr-xr-x 2 root root 4096 Mar 5 14:25 bonobo-activation
drwxr-xr-x 2 root root 4096 Mar 5 14:25 caca
drwxr-xr-x 3 root root 4096 Mar 5 17:41 cmake
drwxr-xr-x 2 root root 4096 Mar 5 14:27 colord-plugins
drwxr-xr-x 2 root root 4096 Mar 5 14:27 colord-sensors
-rw-r--r-- 1 root root 1864 Feb 11 18:43 crt1.o
-rw-r--r-- 1 root root 1360 Feb 11 18:43 crti.o
-rw-r--r-- 1 root root 1080 Feb 11 18:43 crtn.o
-rwxr-xr-x 1 root root 118424 Nov 8 2014 cups-pk-helper-mechanism
drwxr-xr-x 3 root root 4096 Mar 5 17:41 dbus-1.0
drwxr-xr-x 7 root root 4096 Mar 5 14:26 directfb-1.2-9
drwxr-xr-x 3 root root 4096 Mar 5 14:27 dleyna-1.0
drwxr-xr-x 2 root root 4096 Mar 5 14:27 dleyna-renderer
drwxr-xr-x 2 root root 4096 Mar 5 14:27 dleyna-server
drwxr-xr-x 2 root root 4096 Mar 5 16:01 dri
drwxr-xr-x 2 root root 4096 Mar 5 14:26 egl
drwxr-xr-x 2 root root 4096 Mar 5 14:25 enchant
drwxr-xr-x 4 root root 4096 Mar 5 14:26 espeak-data
drwxr-xr-x 2 root root 4096 Mar 5 14:26 farstream-0.1
drwxr-xr-x 2 root root 4096 Mar 5 14:26 farstream-0.2
-rw-r--r-- 1 root root 627320 Aug 19 2015 FGL.renamed.libGL.so.1.2.0
drwxr-xr-x 3 root root 4096 Mar 5 14:26 folks
drwxr-xr-x 2 root root 4096 Mar 5 14:28 freerdp
drwxr-xr-x 2 root root 4096 Mar 5 14:25 gawk
drwxr-xr-x 2 root root 4096 Mar 5 14:25 gbm
drwxr-xr-x 3 root root 4096 Mar 5 14:25 gconf
drwxr-xr-x 2 root root 36864 Mar 5 14:15 gconv
-rw-r--r-- 1 root root 2376 Feb 11 18:43 gcrt1.o
drwxr-xr-x 3 root root 4096 Mar 5 14:25 gdk-pixbuf-2.0
drwxr-xr-x 4 root root 4096 Mar 5 14:27 gedit
drwxr-xr-x 2 root root 4096 Mar 5 14:26 gegl-0.2
drwxr-xr-x 3 root root 4096 Mar 5 14:25 gio
drwxr-xr-x 2 root root 4096 Mar 5 14:27 girepository-1.0
drwxr-xr-x 3 root root 4096 Mar 5 17:41 glib-2.0
drwxr-xr-x 3 root root 4096 Mar 5 14:27 gnome-documents
drwxr-xr-x 3 root root 4096 Mar 5 15:06 gnome-music
drwxr-xr-x 2 root root 4096 Mar 5 14:27 gnome-online-miners
drwxr-xr-x 2 root root 4096 Mar 5 14:27 gnome-settings-daemon-3.0
drwxr-xr-x 3 root root 4096 Mar 5 14:25 gnome-vfs-2.0
drwxr-xr-x 2 root root 4096 Mar 5 14:27 grilo-0.2
drwxr-xr-x 2 root root 12288 Mar 5 14:28 gstreamer-0.10
drwxr-xr-x 3 root root 4096 Mar 5 14:26 gstreamer0.10
drwxr-xr-x 2 root root 12288 Mar 5 14:28 gstreamer-1.0
drwxr-xr-x 3 root root 4096 Mar 5 14:25 gstreamer1.0
drwxr-xr-x 4 root root 4096 Mar 5 14:27 gtk-2.0
drwxr-xr-x 4 root root 4096 Mar 5 14:27 gtk-3.0
drwxr-xr-x 3 root root 4096 Mar 5 14:25 guile
drwxr-xr-x 3 root root 4096 Mar 5 14:25 guile-2.0
drwxr-xr-x 2 root root 4096 Mar 5 14:27 gvfs
drwxr-xr-x 5 root root 4096 Mar 5 14:28 ImageMagick-6.8.9
drwxr-xr-x 2 root root 4096 Mar 5 14:25 jni
drwxr-xr-x 3 root root 4096 Mar 5 14:25 krb5
drwxr-xr-x 3 root root 4096 Mar 5 14:26 ldb
-rw-r--r-- 1 root root 68632 Feb 12 2014 liba52-0.7.4.so
lrwxrwxrwx 1 root root 16 Sep 28 2014 libaacs.so.0 -> libaacs.so.0.4.1
-rw-r--r-- 1 root root 105032 Sep 28 2014 libaacs.so.0.4.1
lrwxrwxrwx 1 root root 14 Jul 26 2014 libaa.so.1 -> libaa.so.1.0.4
-rw-r--r-- 1 root root 124384 Jul 26 2014 libaa.so.1.0.4
-rw-r--r-- 1 root root 34928 Dec 1 2013 libamd.so.2.3.1
-rw-r--r-- 1 root root 20108 Feb 11 18:43 libanl.a
lrwxrwxrwx 1 root root 33 Feb 11 18:43 libanl.so -> /lib/x86_64-linux-gnu/libanl.so.1
lrwxrwxrwx 1 root root 17 Sep 20 2014 libapr-1.so.0 -> libapr-1.so.0.5.1
-rw-r--r-- 1 root root 218664 Sep 20 2014 libapr-1.so.0.5.1
lrwxrwxrwx 1 root root 21 Oct 4 2014 libaprutil-1.so.0 -> libaprutil-1.so.0.5.4
-rw-r--r-- 1 root root 168640 Oct 4 2014 libaprutil-1.so.0.5.4
lrwxrwxrwx 1 root root 20 Sep 15 15:44 libapt-inst.so.1.5 -> libapt-inst.so.1.5.0
-rw-r--r-- 1 root root 63360 Sep 15 15:45 libapt-inst.so.1.5.0
lrwxrwxrwx 1 root root 20 Sep 15 15:44 libapt-pkg.so.4.12 -> libapt-pkg.so.4.12.0
-rw-r--r-- 1 root root 1502032 Sep 15 15:45 libapt-pkg.so.4.12.0
lrwxrwxrwx 1 root root 23 Sep 15 15:44 libapt-private.so.0.0 -> libapt-private.so.0.0.0
-rw-r--r-- 1 root root 255880 Sep 15 15:45 libapt-private.so.0.0.0
lrwxrwxrwx 1 root root 20 Mar 5 2015 libarchive.so.13 -> libarchive.so.13.1.2
-rw-r--r-- 1 root root 679176 Mar 5 2015 libarchive.so.13.1.2
lrwxrwxrwx 1 root root 23 Jun 17 2012 libart_lgpl_2.so.2 -> libart_lgpl_2.so.2.3.21
-rw-r--r-- 1 root root 104952 Jun 17 2012 libart_lgpl_2.so.2.3.21
lrwxrwxrwx 1 root root 16 Dec 19 2014 libasan.so.0 -> libasan.so.0.0.0
-rw-r--r-- 1 root root 168528 Dec 19 2014 libasan.so.0.0.0
lrwxrwxrwx 1 root root 16 Dec 25 2014 libasan.so.1 -> libasan.so.1.0.0
-rw-r--r-- 1 root root 650648 Dec 25 2014 libasan.so.1.0.0
lrwxrwxrwx 1 root root 16 Jan 10 2015 libasn1.so.8 -> libasn1.so.8.0.0
-rw-r--r-- 1 root root 718096 Jan 10 2015 libasn1.so.8.0.0
lrwxrwxrwx 1 root root 18 Jul 8 2014 libasound.so -> libasound.so.2.0.0
lrwxrwxrwx 1 root root 18 Jul 8 2014 libasound.so.2 -> libasound.so.2.0.0
-rw-r--r-- 1 root root 1015952 Jul 8 2014 libasound.so.2.0.0
lrwxrwxrwx 1 root root 19 Oct 6 2014 libaspell.so.15 -> libaspell.so.15.2.0
-rw-r--r-- 1 root root 788520 Oct 6 2014 libaspell.so.15.2.0
-rw-r--r-- 1 root root 6734 Nov 30 2014 libasprintf.a
lrwxrwxrwx 1 root root 20 Nov 30 2014 libasprintf.so -> libasprintf.so.0.0.0
lrwxrwxrwx 1 root root 20 Nov 30 2014 libasprintf.so.0 -> libasprintf.so.0.0.0
-rw-r--r-- 1 root root 10152 Nov 30 2014 libasprintf.so.0.0.0
lrwxrwxrwx 1 root root 15 Jul 2 2014 libass.so.5 -> libass.so.5.0.0
-rw-r--r-- 1 root root 121952 Jul 2 2014 libass.so.5.0.0
lrwxrwxrwx 1 root root 18 Aug 30 2014 libassuan.so.0 -> libassuan.so.0.4.2
-rw-r--r-- 1 root root 76768 Aug 30 2014 libassuan.so.0.4.2
lrwxrwxrwx 1 root root 19 Jan 30 2014 libasyncns.so.0 -> libasyncns.so.0.3.1
-rw-r--r-- 1 root root 22616 Jan 30 2014 libasyncns.so.0.3.1
lrwxrwxrwx 1 root root 23 Sep 26 2014 libatk-1.0.so.0 -> libatk-1.0.so.0.21409.1
-rw-r--r-- 1 root root 159352 Sep 26 2014 libatk-1.0.so.0.21409.1
lrwxrwxrwx 1 root root 26 Oct 9 2014 libatk-bridge-2.0.so.0 -> libatk-bridge-2.0.so.0.0.0
-rw-r--r-- 1 root root 193536 Oct 9 2014 libatk-bridge-2.0.so.0.0.0
lrwxrwxrwx 1 root root 21 Aug 28 2014 libatkmm-1.6.so.1 -> libatkmm-1.6.so.1.1.0
-rw-r--r-- 1 root root 308264 Aug 28 2014 libatkmm-1.6.so.1.1.0
lrwxrwxrwx 1 root root 18 Dec 25 2014 libatomic.so.1 -> libatomic.so.1.1.0
-rw-r--r-- 1 root root 24256 Dec 25 2014 libatomic.so.1.1.0
lrwxrwxrwx 1 root root 17 Oct 9 2014 libatspi.so.0 -> libatspi.so.0.0.1
-rw-r--r-- 1 root root 219456 Oct 9 2014 libatspi.so.0.0.1
lrwxrwxrwx 1 root root 15 Nov 10 2014 libaudio.so.2 -> libaudio.so.2.4
-rw-r--r-- 1 root root 105656 Nov 10 2014 libaudio.so.2.4
-rw-r--r-- 1 root root 125040 Apr 13 2015 libavahi-client.a
lrwxrwxrwx 1 root root 24 Apr 13 2015 libavahi-client.so -> libavahi-client.so.3.2.9
lrwxrwxrwx 1 root root 24 Apr 13 2015 libavahi-client.so.3 -> libavahi-client.so.3.2.9
-rw-r--r-- 1 root root 68704 Apr 13 2015 libavahi-client.so.3.2.9
-rw-r--r-- 1 root root 91082 Apr 13 2015 libavahi-common.a
lrwxrwxrwx 1 root root 24 Apr 13 2015 libavahi-common.so -> libavahi-common.so.3.5.3
lrwxrwxrwx 1 root root 24 Apr 13 2015 libavahi-common.so.3 -> libavahi-common.so.3.5.3
-rw-r--r-- 1 root root 52432 Apr 13 2015 libavahi-common.so.3.5.3
lrwxrwxrwx 1 root root 22 Apr 13 2015 libavahi-core.so.7 -> libavahi-core.so.7.0.2
-rw-r--r-- 1 root root 221896 Apr 13 2015 libavahi-core.so.7.0.2
lrwxrwxrwx 1 root root 22 Apr 13 2015 libavahi-glib.so.1 -> libavahi-glib.so.1.0.2
-rw-r--r-- 1 root root 14544 Apr 13 2015 libavahi-glib.so.1.0.2
lrwxrwxrwx 1 root root 25 Apr 13 2015 libavahi-gobject.so.0 -> libavahi-gobject.so.0.0.4
-rw-r--r-- 1 root root 48320 Apr 13 2015 libavahi-gobject.so.0.0.4
lrwxrwxrwx 1 root root 25 Apr 13 2015 libavahi-ui-gtk3.so.0 -> libavahi-ui-gtk3.so.0.1.4
-rw-r--r-- 1 root root 52752 Apr 13 2015 libavahi-ui-gtk3.so.0.1.4
lrwxrwxrwx 1 root root 19 Feb 17 2013 libavc1394.so.0 -> libavc1394.so.0.3.0
-rw-r--r-- 1 root root 18568 Feb 17 2013 libavc1394.so.0.3.0
lrwxrwxrwx 1 root root 20 Mar 2 16:04 libavcodec.so.56 -> libavcodec.so.56.1.0
-rw-r--r-- 1 root root 7758584 Mar 2 16:04 libavcodec.so.56.1.0
lrwxrwxrwx 1 root root 21 Mar 2 16:04 libavformat.so.56 -> libavformat.so.56.1.0
-rw-r--r-- 1 root root 1308976 Mar 2 16:04 libavformat.so.56.1.0
lrwxrwxrwx 1 root root 22 Mar 2 16:04 libavresample.so.2 -> libavresample.so.2.1.0
-rw-r--r-- 1 root root 133520 Mar 2 16:04 libavresample.so.2.1.0
lrwxrwxrwx 1 root root 19 Mar 2 16:04 libavutil.so.54 -> libavutil.so.54.3.0
-rw-r--r-- 1 root root 160568 Mar 2 16:04 libavutil.so.54.3.0
lrwxrwxrwx 1 root root 22 Jul 16 2014 libbabl-0.1.so.0 -> libbabl-0.1.so.0.109.1
-rw-r--r-- 1 root root 126360 Jul 16 2014 libbabl-0.1.so.0.109.1
lrwxrwxrwx 1 root root 33 Jan 13 2014 libBasicUsageEnvironment.so.0 -> libBasicUsageEnvironment.so.0.0.2
-rw-r--r-- 1 root root 43648 Jan 13 2014 libBasicUsageEnvironment.so.0.0.2
lrwxrwxrwx 1 root root 23 Jan 3 2015 libbluetooth.so.3 -> libbluetooth.so.3.17.11
-rw-r--r-- 1 root root 128504 Jan 3 2015 libbluetooth.so.3.17.11
lrwxrwxrwx 1 root root 18 Sep 4 2014 libbluray.so.1 -> libbluray.so.1.6.2
-rw-r--r-- 1 root root 256848 Sep 4 2014 libbluray.so.1.6.2
lrwxrwxrwx 1 root root 20 Nov 23 2013 libbonobo-2.so.0 -> libbonobo-2.so.0.0.0
-rw-r--r-- 1 root root 479352 Nov 23 2013 libbonobo-2.so.0.0.0
lrwxrwxrwx 1 root root 29 Nov 23 2013 libbonobo-activation.so.4 -> libbonobo-activation.so.4.0.0
-rw-r--r-- 1 root root 112344 Nov 23 2013 libbonobo-activation.so.4.0.0
lrwxrwxrwx 1 root root 22 Dec 29 2013 libbonoboui-2.so.0 -> libbonoboui-2.so.0.0.0
-rw-r--r-- 1 root root 461840 Dec 29 2013 libbonoboui-2.so.0.0.0
-rw-r--r-- 1 root root 31112 Sep 18 2014 libboost_chrono.so.1.55.0
-rw-r--r-- 1 root root 168664 Sep 18 2014 libboost_date_time.a
lrwxrwxrwx 1 root root 28 Sep 18 2014 libboost_date_time.so -> libboost_date_time.so.1.55.0
-rw-r--r-- 1 root root 72272 Sep 18 2014 libboost_date_time.so.1.55.0
-rw-r--r-- 1 root root 236324 Sep 18 2014 libboost_filesystem.a
lrwxrwxrwx 1 root root 29 Sep 18 2014 libboost_filesystem.so -> libboost_filesystem.so.1.55.0
-rw-r--r-- 1 root root 97504 Sep 18 2014 libboost_filesystem.so.1.55.0
-rw-r--r-- 1 root root 97376 Sep 18 2014 libboost_iostreams.so.1.55.0
-rw-r--r-- 1 root root 3237858 Sep 18 2014 libboost_locale.a
lrwxrwxrwx 1 root root 25 Sep 18 2014 libboost_locale.so -> libboost_locale.so.1.55.0
-rw-r--r-- 1 root root 958968 Sep 18 2014 libboost_locale.so.1.55.0
-rw-r--r-- 1 root root 1454632 Sep 18 2014 libboost_serialization.a
lrwxrwxrwx 1 root root 32 Sep 18 2014 libboost_serialization.so -> libboost_serialization.so.1.55.0
-rw-r--r-- 1 root root 466696 Sep 18 2014 libboost_serialization.so.1.55.0
-rw-r--r-- 1 root root 47926 Sep 18 2014 libboost_system.a
lrwxrwxrwx 1 root root 25 Sep 18 2014 libboost_system.so -> libboost_system.so.1.55.0
-rw-r--r-- 1 root root 14552 Sep 18 2014 libboost_system.so.1.55.0
-rw-r--r-- 1 root root 109656 Sep 18 2014 libboost_thread.so.1.55.0
-rw-r--r-- 1 root root 986804 Sep 18 2014 libboost_wserialization.a
lrwxrwxrwx 1 root root 33 Sep 18 2014 libboost_wserialization.so -> libboost_wserialization.so.1.55.0
-rw-r--r-- 1 root root 331024 Sep 18 2014 libboost_wserialization.so.1.55.0
-rw-r--r-- 1 root root 1638 Feb 11 18:43 libBrokenLocale.a
lrwxrwxrwx 1 root root 42 Feb 11 18:43 libBrokenLocale.so -> /lib/x86_64-linux-gnu/libBrokenLocale.so.1
-rw-r--r-- 1 root root 4834082 Feb 11 18:43 libc.a
lrwxrwxrwx 1 root root 18 Jun 2 2014 libcaca.so.0 -> libcaca.so.0.99.19
lrwxrwxrwx 1 root root 20 Jun 2 2014 libcaca++.so.0 -> libcaca++.so.0.99.19
-rw-r--r-- 1 root root 817240 Jun 2 2014 libcaca.so.0.99.19
-rw-r--r-- 1 root root 24320 Jun 2 2014 libcaca++.so.0.99.19
lrwxrwxrwx 1 root root 29 Oct 24 2014 libcairo-gobject.so.2 -> libcairo-gobject.so.2.11400.0
-rw-r--r-- 1 root root 34896 Oct 24 2014 libcairo-gobject.so.2.11400.0
lrwxrwxrwx 1 root root 21 Oct 24 2014 libcairo.so.2 -> libcairo.so.2.11400.0
-rw-r--r-- 1 root root 1127888 Oct 24 2014 libcairo.so.2.11400.0
-rw-r--r-- 1 root root 39016 Dec 1 2013 libcamd.so.2.3.1
drwxr-xr-x 2 root root 4096 Mar 5 14:27 libcanberra-0.30
lrwxrwxrwx 1 root root 25 Aug 31 2014 libcanberra-gtk3.so.0 -> libcanberra-gtk3.so.0.1.9
-rw-r--r-- 1 root root 19648 Aug 31 2014 libcanberra-gtk3.so.0.1.9
lrwxrwxrwx 1 root root 20 Aug 31 2014 libcanberra.so.0 -> libcanberra.so.0.2.5
-rw-r--r-- 1 root root 78216 Aug 31 2014 libcanberra.so.0.2.5
lrwxrwxrwx 1 root root 18 Aug 22 2014 libcap-ng.so.0 -> libcap-ng.so.0.0.0
-rw-r--r-- 1 root root 22312 Aug 22 2014 libcap-ng.so.0.0.0
lrwxrwxrwx 1 root root 19 Sep 24 2014 libcaribou.so.0 -> libcaribou.so.0.0.0
-rw-r--r-- 1 root root 131344 Sep 24 2014 libcaribou.so.0.0.0
lrwxrwxrwx 1 root root 16 Sep 8 2014 libCbc.so.3 -> libCbc.so.3.8.12
-rw-r--r-- 1 root root 1141152 Sep 8 2014 libCbc.so.3.8.12
lrwxrwxrwx 1 root root 22 Sep 8 2014 libCbcSolver.so.3 -> libCbcSolver.so.3.8.12
-rw-r--r-- 1 root root 1007528 Sep 8 2014 libCbcSolver.so.3.8.12
-rw-r--r-- 1 root root 38992 Dec 1 2013 libccolamd.so.2.8.0
lrwxrwxrwx 1 root root 27 Jul 14 2012 libcdda_interface.so.0 -> libcdda_interface.so.0.10.2
-rw-r--r-- 1 root root 66440 Jul 14 2012 libcdda_interface.so.0.10.2
lrwxrwxrwx 1 root root 26 Jul 14 2012 libcdda_paranoia.so.0 -> libcdda_paranoia.so.0.10.2
-rw-r--r-- 1 root root 32672 Jul 14 2012 libcdda_paranoia.so.0.10.2
lrwxrwxrwx 1 root root 16 Jul 24 2014 libcddb.so.2 -> libcddb.so.2.2.3
-rw-r--r-- 1 root root 77080 Jul 24 2014 libcddb.so.2.2.3
lrwxrwxrwx 1 root root 15 Sep 7 2014 libCgl.so.1 -> libCgl.so.1.8.9
-rw-r--r-- 1 root root 1188968 Sep 7 2014 libCgl.so.1.8.9
lrwxrwxrwx 1 root root 26 Sep 22 2014 libchamplain-0.12.so.0 -> libchamplain-0.12.so.0.4.4
-rw-r--r-- 1 root root 264648 Sep 22 2014 libchamplain-0.12.so.0.4.4
lrwxrwxrwx 1 root root 30 Sep 22 2014 libchamplain-gtk-0.12.so.0 -> libchamplain-gtk-0.12.so.0.4.4
-rw-r--r-- 1 root root 14608 Sep 22 2014 libchamplain-gtk-0.12.so.0.4.4
lrwxrwxrwx 1 root root 24 Nov 7 2014 libcheese-gtk.so.23 -> libcheese-gtk.so.23.1.14
-rw-r--r-- 1 root root 52664 Nov 7 2014 libcheese-gtk.so.23.1.14
lrwxrwxrwx 1 root root 19 Nov 7 2014 libcheese.so.7 -> libcheese.so.7.0.30
-rw-r--r-- 1 root root 73384 Nov 7 2014 libcheese.so.7.0.30
-rw-r--r-- 1 root root 867696 Dec 1 2013 libcholmod.so.2.1.2
lrwxrwxrwx 1 root root 23 Sep 28 2014 libchromaprint.so.0 -> libchromaprint.so.0.2.3
-rw-r--r-- 1 root root 71976 Sep 28 2014 libchromaprint.so.0.2.3
lrwxrwxrwx 1 root root 34 Feb 11 18:43 libcidn.so -> /lib/x86_64-linux-gnu/libcidn.so.1
lrwxrwxrwx 1 root root 19 Dec 25 2014 libcilkrts.so.5 -> libcilkrts.so.5.0.0
-rw-r--r-- 1 root root 115424 Dec 25 2014 libcilkrts.so.5.0.0
lrwxrwxrwx 1 root root 21 Dec 9 2014 libcloog-isl.so.4 -> libcloog-isl.so.4.0.0
-rw-r--r-- 1 root root 161144 Dec 9 2014 libcloog-isl.so.4.0.0
lrwxrwxrwx 1 root root 17 Sep 6 2014 libClp.so.1 -> libClp.so.1.12.10
-rw-r--r-- 1 root root 1778048 Sep 6 2014 libClp.so.1.12.10
lrwxrwxrwx 1 root root 34 Jul 28 2013 libclucene-contribs-lib.so.1 -> libclucene-contribs-lib.so.2.3.3.4
-rw-r--r-- 1 root root 403704 Jul 28 2013 libclucene-contribs-lib.so.2.3.3.4
lrwxrwxrwx 1 root root 26 Jul 28 2013 libclucene-core.so.1 -> libclucene-core.so.2.3.3.4
-rw-r--r-- 1 root root 1668088 Jul 28 2013 libclucene-core.so.2.3.3.4
lrwxrwxrwx 1 root root 28 Jul 28 2013 libclucene-shared.so.1 -> libclucene-shared.so.2.3.3.4
-rw-r--r-- 1 root root 129824 Jul 28 2013 libclucene-shared.so.2.3.3.4
lrwxrwxrwx 1 root root 26 Sep 24 2014 libclutter-1.0.so.0 -> libclutter-1.0.so.0.2000.0
-rw-r--r-- 1 root root 1404368 Sep 24 2014 libclutter-1.0.so.0.2000.0
lrwxrwxrwx 1 root root 26 Sep 24 2014 libclutter-glx-1.0.so.0 -> libclutter-1.0.so.0.2000.0
lrwxrwxrwx 1 root root 28 Jul 12 2014 libclutter-gst-2.0.so.0 -> libclutter-gst-2.0.so.0.12.0
-rw-r--r-- 1 root root 93504 Jul 12 2014 libclutter-gst-2.0.so.0.12.0
lrwxrwxrwx 1 root root 27 Sep 22 2014 libclutter-gtk-1.0.so.0 -> libclutter-gtk-1.0.so.0.0.0
-rw-r--r-- 1 root root 57232 Sep 22 2014 libclutter-gtk-1.0.so.0.0.0
-rw-r--r-- 1 root root 22574 Feb 11 18:43 libc_nonshared.a
lrwxrwxrwx 1 root root 23 Nov 6 2014 libcogl-pango.so.20 -> libcogl-pango.so.20.2.0
-rw-r--r-- 1 root root 35832 Nov 6 2014 libcogl-pango.so.20.2.0
lrwxrwxrwx 1 root root 22 Nov 6 2014 libcogl-path.so.20 -> libcogl-path.so.20.2.0
-rw-r--r-- 1 root root 72200 Nov 6 2014 libcogl-path.so.20.2.0
lrwxrwxrwx 1 root root 17 Nov 6 2014 libcogl.so.20 -> libcogl.so.20.2.0
-rw-r--r-- 1 root root 684840 Nov 6 2014 libcogl.so.20.2.0
lrwxrwxrwx 1 root root 18 Oct 3 2014 libCoinMP.so.1 -> libCoinMP.so.1.7.6
-rw-r--r-- 1 root root 86688 Oct 3 2014 libCoinMP.so.1.7.6
lrwxrwxrwx 1 root root 22 Nov 13 2014 libCoinUtils.so.3 -> libCoinUtils.so.3.9.15
-rw-r--r-- 1 root root 1340808 Nov 13 2014 libCoinUtils.so.3.9.15
-rw-r--r-- 1 root root 26640 Dec 1 2013 libcolamd.so.2.8.0
lrwxrwxrwx 1 root root 22 Jun 5 2014 libcolord-gtk.so.1 -> libcolord-gtk.so.1.0.2
-rw-r--r-- 1 root root 27384 Jun 5 2014 libcolord-gtk.so.1.0.2
lrwxrwxrwx 1 root root 25 Dec 9 2014 libcolordprivate.so.2 -> libcolordprivate.so.2.0.1
-rw-r--r-- 1 root root 191360 Dec 9 2014 libcolordprivate.so.2.0.1
lrwxrwxrwx 1 root root 18 Dec 9 2014 libcolord.so.2 -> libcolord.so.2.0.1
-rw-r--r-- 1 root root 145112 Dec 9 2014 libcolord.so.2.0.1
lrwxrwxrwx 1 root root 20 Dec 9 2014 libcolorhug.so.2 -> libcolorhug.so.2.0.1
-rw-r--r-- 1 root root 67288 Dec 9 2014 libcolorhug.so.2.0.1
lrwxrwxrwx 1 root root 20 Jan 14 2014 libcoverart.so.0 -> libcoverart.so.0.0.1
-rw-r--r-- 1 root root 93600 Jan 14 2014 libcoverart.so.0.0.1
lrwxrwxrwx 1 root root 17 Oct 5 2014 libcrack.so.2 -> libcrack.so.2.9.0
-rw-r--r-- 1 root root 43368 Oct 5 2014 libcrack.so.2.9.0
lrwxrwxrwx 1 root root 21 Nov 27 2014 libcroco-0.6.so.3 -> libcroco-0.6.so.3.0.1
-rw-r--r-- 1 root root 240136 Nov 27 2014 libcroco-0.6.so.3.0.1
-rw-r--r-- 1 root root 54550 Feb 11 18:43 libcrypt.a
-rw-r--r-- 1 root root 2066816 Feb 29 10:57 libcrypto.so.1.0.0
lrwxrwxrwx 1 root root 35 Feb 11 18:43 libcrypt.so -> /lib/x86_64-linux-gnu/libcrypt.so.1
lrwxrwxrwx 1 root root 19 Apr 28 2014 libcrystalhd.so.3 -> libcrystalhd.so.3.6
-rw-r--r-- 1 root root 111192 Apr 28 2014 libcrystalhd.so.3.6
-rw-r--r-- 1 root root 298 Feb 11 18:35 libc.so
lrwxrwxrwx 1 root root 23 Dec 15 05:39 libcupsfilters.so.1 -> libcupsfilters.so.1.0.0
-rw-r--r-- 1 root root 134488 Dec 15 05:39 libcupsfilters.so.1.0.0
-rw-r--r-- 1 root root 30560 Jun 9 2015 libcupsimage.so.2
-rw-r--r-- 1 root root 489424 Jun 9 2015 libcups.so.2
-rw-r--r-- 1 root root 978078 Jan 26 16:16 libcurl.a
lrwxrwxrwx 1 root root 19 Jan 26 16:16 libcurl-gnutls.so.3 -> libcurl-gnutls.so.4
lrwxrwxrwx 1 root root 23 Jan 26 16:16 libcurl-gnutls.so.4 -> libcurl-gnutls.so.4.3.0
-rw-r--r-- 1 root root 444832 Jan 26 16:16 libcurl-gnutls.so.4.3.0
-rw-r--r-- 1 root root 954 Jan 26 16:16 libcurl.la
lrwxrwxrwx 1 root root 16 Jan 26 16:16 libcurl.so -> libcurl.so.4.3.0
lrwxrwxrwx 1 root root 12 Jan 26 16:16 libcurl.so.3 -> libcurl.so.4
lrwxrwxrwx 1 root root 16 Jan 26 16:16 libcurl.so.4 -> libcurl.so.4.3.0
-rw-r--r-- 1 root root 473504 Jan 26 16:16 libcurl.so.4.3.0
lrwxrwxrwx 1 root root 19 Sep 29 2014 libcwidget.so.3 -> libcwidget.so.3.0.0
-rw-r--r-- 1 root root 1137208 Sep 29 2014 libcwidget.so.3.0.0
lrwxrwxrwx 1 root root 18 Apr 25 2014 libdaemon.so.0 -> libdaemon.so.0.5.0
-rw-r--r-- 1 root root 27120 Apr 25 2014 libdaemon.so.0.5.0
lrwxrwxrwx 1 root root 18 Jan 9 2014 libdatrie.so.1 -> libdatrie.so.1.3.1
-rw-r--r-- 1 root root 30504 Jan 9 2014 libdatrie.so.1.3.1
-rw-r--r-- 1 root root 1840496 Dec 31 2014 libdb-5.3.so
-rw-r--r-- 1 root root 677620 Aug 2 2015 libdbus-1.a
lrwxrwxrwx 1 root root 41 Aug 2 2015 libdbus-1.so -> /lib/x86_64-linux-gnu/libdbus-1.so.3.8.13
lrwxrwxrwx 1 root root 23 Feb 12 2014 libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.2.2
-rw-r--r-- 1 root root 160864 Feb 12 2014 libdbus-glib-1.so.2.2.2
lrwxrwxrwx 1 root root 26 Aug 28 2014 libdbusmenu-glib.so.4 -> libdbusmenu-glib.so.4.0.12
-rw-r--r-- 1 root root 118504 Aug 28 2014 libdbusmenu-glib.so.4.0.12
lrwxrwxrwx 1 root root 25 Aug 28 2014 libdbusmenu-gtk.so.4 -> libdbusmenu-gtk.so.4.0.12
-rw-r--r-- 1 root root 81928 Aug 28 2014 libdbusmenu-gtk.so.4.0.12
lrwxrwxrwx 1 root root 20 Oct 6 2014 libdc1394.so.22 -> libdc1394.so.22.1.10
-rw-r--r-- 1 root root 222232 Oct 6 2014 libdc1394.so.22.1.10
lrwxrwxrwx 1 root root 15 Aug 4 2014 libdca.so.0 -> libdca.so.0.0.0
-rw-r--r-- 1 root root 178176 Aug 4 2014 libdca.so.0.0.0
lrwxrwxrwx 1 root root 24 Dec 28 14:54 libdcerpc-atsvc.so.0 -> libdcerpc-atsvc.so.0.0.1
-rw-r--r-- 1 root root 6024 Dec 28 14:54 libdcerpc-atsvc.so.0.0.1
lrwxrwxrwx 1 root root 26 Dec 28 14:54 libdcerpc-binding.so.0 -> libdcerpc-binding.so.0.0.1
-rw-r--r-- 1 root root 102408 Dec 28 14:54 libdcerpc-binding.so.0.0.1
lrwxrwxrwx 1 root root 23 Dec 28 14:54 libdcerpc-samr.so.0 -> libdcerpc-samr.so.0.0.1
-rw-r--r-- 1 root root 6024 Dec 28 14:54 libdcerpc-samr.so.0.0.1
lrwxrwxrwx 1 root root 25 Dec 28 14:54 libdcerpc-server.so.0 -> libdcerpc-server.so.0.0.1
-rw-r--r-- 1 root root 904640 Dec 28 14:54 libdcerpc-server.so.0.0.1
lrwxrwxrwx 1 root root 18 Dec 28 14:54 libdcerpc.so.0 -> libdcerpc.so.0.0.1
-rw-r--r-- 1 root root 164760 Dec 28 14:54 libdcerpc.so.0.0.1
lrwxrwxrwx 1 root root 17 Sep 22 2014 libdconf.so.1 -> libdconf.so.1.0.0
-rw-r--r-- 1 root root 52560 Sep 22 2014 libdconf.so.1.0.0
lrwxrwxrwx 1 root root 25 Sep 10 2014 libdebconfclient.so.0 -> libdebconfclient.so.0.0.0
-rw-r--r-- 1 root root 10184 Sep 10 2014 libdebconfclient.so.0.0.0
lrwxrwxrwx 1 root root 25 Oct 17 2014 libdirac_encoder.so.0 -> libdirac_encoder.so.0.1.0
-rw-r--r-- 1 root root 585040 Oct 17 2014 libdirac_encoder.so.0.1.0
lrwxrwxrwx 1 root root 22 Oct 21 2014 libdirect-1.2.so.9 -> libdirect-1.2.so.9.0.1
-rw-r--r-- 1 root root 95952 Oct 21 2014 libdirect-1.2.so.9.0.1
lrwxrwxrwx 1 root root 24 Oct 21 2014 libdirectfb-1.2.so.9 -> libdirectfb-1.2.so.9.0.1
-rw-r--r-- 1 root root 544312 Oct 21 2014 libdirectfb-1.2.so.9.0.1
lrwxrwxrwx 1 root root 18 Jul 1 2014 libdiscid.so.0 -> libdiscid.so.0.6.1
-rw-r--r-- 1 root root 26896 Jul 1 2014 libdiscid.so.0.6.1
lrwxrwxrwx 1 root root 22 Oct 16 2014 libdjvulibre.so.21 -> libdjvulibre.so.21.4.0
-rw-r--r-- 1 root root 1711424 Oct 16 2014 libdjvulibre.so.21.4.0
-rw-r--r-- 1 root root 13050 Feb 11 18:43 libdl.a
lrwxrwxrwx 1 root root 27 Dec 31 2013 libdleyna-core-1.0.so.3 -> libdleyna-core-1.0.so.3.0.0
-rw-r--r-- 1 root root 31504 Dec 31 2013 libdleyna-core-1.0.so.3.0.0
lrwxrwxrwx 1 root root 32 Feb 11 18:43 libdl.so -> /lib/x86_64-linux-gnu/libdl.so.2
lrwxrwxrwx 1 root root 19 Mar 16 2014 libdotconf.so.0 -> libdotconf.so.0.0.1
-rw-r--r-- 1 root root 27224 Mar 16 2014 libdotconf.so.0.0.1
-rw-r--r-- 1 root root 70134 Oct 5 2014 libdrm.a
-rw-r--r-- 1 root root 206760 Oct 5 2014 libdrm_intel.a
lrwxrwxrwx 1 root root 21 Oct 5 2014 libdrm_intel.so -> libdrm_intel.so.1.0.0
lrwxrwxrwx 1 root root 21 Oct 5 2014 libdrm_intel.so.1 -> libdrm_intel.so.1.0.0
-rw-r--r-- 1 root root 139328 Oct 5 2014 libdrm_intel.so.1.0.0
-rw-r--r-- 1 root root 31552 Oct 5 2014 libdrm_nouveau.a
lrwxrwxrwx 1 root root 23 Oct 5 2014 libdrm_nouveau.so -> libdrm_nouveau.so.2.0.0
lrwxrwxrwx 1 root root 23 Oct 5 2014 libdrm_nouveau.so.2 -> libdrm_nouveau.so.2.0.0
-rw-r--r-- 1 root root 26896 Oct 5 2014 libdrm_nouveau.so.2.0.0
-rw-r--r-- 1 root root 71708 Oct 5 2014 libdrm_radeon.a
lrwxrwxrwx 1 root root 22 Oct 5 2014 libdrm_radeon.so -> libdrm_radeon.so.1.0.1
lrwxrwxrwx 1 root root 22 Oct 5 2014 libdrm_radeon.so.1 -> libdrm_radeon.so.1.0.1
-rw-r--r-- 1 root root 51688 Oct 5 2014 libdrm_radeon.so.1.0.1
lrwxrwxrwx 1 root root 15 Oct 5 2014 libdrm.so -> libdrm.so.2.4.0
lrwxrwxrwx 1 root root 15 Oct 5 2014 libdrm.so.2 -> libdrm.so.2.4.0
-rw-r--r-- 1 root root 51664 Oct 5 2014 libdrm.so.2.4.0
lrwxrwxrwx 1 root root 18 Apr 28 2014 libdvbpsi.so.9 -> libdvbpsi.so.9.0.0
-rw-r--r-- 1 root root 121768 Apr 28 2014 libdvbpsi.so.9.0.0
lrwxrwxrwx 1 root root 18 Aug 30 2014 libdvdnav.so.4 -> libdvdnav.so.4.1.2
-rw-r--r-- 1 root root 83880 Aug 30 2014 libdvdnav.so.4.1.2
lrwxrwxrwx 1 root root 19 Aug 16 2014 libdvdread.so.4 -> libdvdread.so.4.1.2
-rw-r--r-- 1 root root 120672 Aug 16 2014 libdvdread.so.4.1.2
lrwxrwxrwx 1 root root 14 Dec 17 2012 libdv.so.4 -> libdv.so.4.0.3
-rw-r--r-- 1 root root 124824 Dec 17 2012 libdv.so.4.0.3
-rw-r--r-- 1 root root 135088 Nov 8 2013 libebml.so.4
lrwxrwxrwx 1 root root 17 Aug 10 2014 libedit.so.2 -> libedit.so.2.0.51
-rw-r--r-- 1 root root 217760 Aug 10 2014 libedit.so.2.0.51
lrwxrwxrwx 1 root root 15 Aug 19 2015 libEGL.so -> libEGL.so.1.0.0
lrwxrwxrwx 1 root root 15 Aug 19 2015 libEGL.so.1 -> libEGL.so.1.0.0
-rw-r--r-- 1 root root 173144 Aug 19 2015 libEGL.so.1.0.0
-rw-r--r-- 1 root root 88392 Feb 13 2015 libelf-0.159.so
lrwxrwxrwx 1 root root 16 Nov 30 2013 libelf.so.0 -> libelf.so.0.8.13
-rw-r--r-- 1 root root 94920 Nov 30 2013 libelf.so.0.8.13
lrwxrwxrwx 1 root root 15 Feb 13 2015 libelf.so.1 -> libelf-0.159.so
lrwxrwxrwx 1 root root 16 Oct 20 2014 libenca.so.0 -> libenca.so.0.5.1
-rw-r--r-- 1 root root 208784 Oct 20 2014 libenca.so.0.5.1
lrwxrwxrwx 1 root root 19 Aug 25 2014 libenchant.so.1 -> libenchant.so.1.6.0
-rw-r--r-- 1 root root 46808 Aug 25 2014 libenchant.so.1.6.0
lrwxrwxrwx 1 root root 17 Jun 7 2014 libepoxy.so.0 -> libepoxy.so.0.0.0
-rw-r--r-- 1 root root 943040 Jun 7 2014 libepoxy.so.0.0.0
-rw-r--r-- 1 root root 411144 Oct 6 2014 libept.so.1.aptpkg4.12
lrwxrwxrwx 1 root root 19 Jul 11 2014 libespeak.so.1 -> libespeak.so.1.1.48
-rw-r--r-- 1 root root 298440 Jul 11 2014 libespeak.so.1.1.48
lrwxrwxrwx 1 root root 16 Aug 4 2014 libestr.so.0 -> libestr.so.0.0.0
-rw-r--r-- 1 root root 14248 Aug 4 2014 libestr.so.0.0.0
lrwxrwxrwx 1 root root 17 Sep 9 2014 libevdev.so.2 -> libevdev.so.2.1.3
-rw-r--r-- 1 root root 100272 Sep 9 2014 libevdev.so.2.1.3
lrwxrwxrwx 1 root root 21 Jan 7 2015 libevent-2.0.so.5 -> libevent-2.0.so.5.1.9
-rw-r--r-- 1 root root 293264 Jan 7 2015 libevent-2.0.so.5.1.9
lrwxrwxrwx 1 root root 18 Jun 23 2014 libexempi.so.3 -> libexempi.so.3.2.3
-rw-r--r-- 1 root root 1175560 Jun 23 2014 libexempi.so.3.2.3
lrwxrwxrwx 1 root root 17 Aug 24 2014 libexif.so.12 -> libexif.so.12.3.3
-rw-r--r-- 1 root root 281488 Aug 24 2014 libexif.so.12.3.3
lrwxrwxrwx 1 root root 18 Jan 9 2015 libexiv2.so.13 -> libexiv2.so.13.0.0
-rw-r--r-- 1 root root 2765128 Jan 9 2015 libexiv2.so.13.0.0
lrwxrwxrwx 1 root root 18 Jul 25 2015 libexpatw.so.1 -> libexpatw.so.1.6.0
-rw-r--r-- 1 root root 169960 Jul 25 2015 libexpatw.so.1.6.0
lrwxrwxrwx 1 root root 18 Nov 8 2014 libexslt.so.0 -> libexslt.so.0.8.17
-rw-r--r-- 1 root root 87912 Nov 8 2014 libexslt.so.0.8.17
lrwxrwxrwx 1 root root 16 Mar 18 2012 libfaad.so.2 -> libfaad.so.2.0.0
-rw-r--r-- 1 root root 264600 Mar 18 2012 libfaad.so.2.0.0
drwxr-xr-x 2 root root 4096 Mar 5 15:41 libfakeroot
lrwxrwxrwx 1 root root 25 Mar 26 2014 libfarstream-0.1.so.0 -> libfarstream-0.1.so.0.0.1
-rw-r--r-- 1 root root 85512 Mar 26 2014 libfarstream-0.1.so.0.0.1
lrwxrwxrwx 1 root root 25 Sep 16 2014 libfarstream-0.2.so.2 -> libfarstream-0.2.so.2.1.1
-rw-r--r-- 1 root root 85608 Sep 16 2014 libfarstream-0.2.so.2.1.1
lrwxrwxrwx 1 root root 20 Dec 12 2014 libfbclient.so.2 -> libfbclient.so.2.5.3
-rw-r--r-- 1 root root 874824 Dec 12 2014 libfbclient.so.2.5.3
lrwxrwxrwx 1 root root 19 Dec 12 2014 libfbembed.so.2.5 -> libfbembed.so.2.5.3
-rw-r--r-- 1 root root 5209680 Dec 12 2014 libfbembed.so.2.5.3
lrwxrwxrwx 1 root root 15 Dec 9 2014 libffi.so.6 -> libffi.so.6.0.2
-rw-r--r-- 1 root root 31048 Dec 9 2014 libffi.so.6.0.2
lrwxrwxrwx 1 root root 22 Nov 23 2014 libfftw3f_omp.so.3 -> libfftw3f_omp.so.3.4.4
-rw-r--r-- 1 root root 27000 Nov 23 2014 libfftw3f_omp.so.3.4.4
lrwxrwxrwx 1 root root 18 Nov 23 2014 libfftw3f.so.3 -> libfftw3f.so.3.4.4
-rw-r--r-- 1 root root 2150344 Nov 23 2014 libfftw3f.so.3.4.4
lrwxrwxrwx 1 root root 26 Nov 23 2014 libfftw3f_threads.so.3 -> libfftw3f_threads.so.3.4.4
-rw-r--r-- 1 root root 27072 Nov 23 2014 libfftw3f_threads.so.3.4.4
lrwxrwxrwx 1 root root 21 Nov 23 2014 libfftw3_omp.so.3 -> libfftw3_omp.so.3.4.4
-rw-r--r-- 1 root root 27000 Nov 23 2014 libfftw3_omp.so.3.4.4
lrwxrwxrwx 1 root root 17 Nov 23 2014 libfftw3.so.3 -> libfftw3.so.3.4.4
-rw-r--r-- 1 root root 2101192 Nov 23 2014 libfftw3.so.3.4.4
lrwxrwxrwx 1 root root 25 Nov 23 2014 libfftw3_threads.so.3 -> libfftw3_threads.so.3.4.4
-rw-r--r-- 1 root root 27072 Nov 23 2014 libfftw3_threads.so.3.4.4
lrwxrwxrwx 1 root root 16 Nov 27 2014 libFLAC.so.8 -> libFLAC.so.8.3.0
-rw-r--r-- 1 root root 207880 Nov 27 2014 libFLAC.so.8.3.0
lrwxrwxrwx 1 root root 22 Nov 29 2014 libflite_cmulex.so.1 -> libflite_cmulex.so.1.4
-rw-r--r-- 1 root root 608040 Nov 29 2014 libflite_cmulex.so.1.4
lrwxrwxrwx 1 root root 28 Nov 29 2014 libflite_cmu_time_awb.so.1 -> libflite_cmu_time_awb.so.1.4
-rw-r--r-- 1 root root 5196000 Nov 29 2014 libflite_cmu_time_awb.so.1.4
lrwxrwxrwx 1 root root 26 Nov 29 2014 libflite_cmu_us_awb.so.1 -> libflite_cmu_us_awb.so.1.4
-rw-r--r-- 1 root root 4110120 Nov 29 2014 libflite_cmu_us_awb.so.1.4
lrwxrwxrwx 1 root root 28 Nov 29 2014 libflite_cmu_us_kal16.so.1 -> libflite_cmu_us_kal16.so.1.4
-rw-r--r-- 1 root root 3741600 Nov 29 2014 libflite_cmu_us_kal16.so.1.4
lrwxrwxrwx 1 root root 26 Nov 29 2014 libflite_cmu_us_kal.so.1 -> libflite_cmu_us_kal.so.1.4
-rw-r--r-- 1 root root 2017184 Nov 29 2014 libflite_cmu_us_kal.so.1.4
lrwxrwxrwx 1 root root 26 Nov 29 2014 libflite_cmu_us_rms.so.1 -> libflite_cmu_us_rms.so.1.4
-rw-r--r-- 1 root root 4781864 Nov 29 2014 libflite_cmu_us_rms.so.1.4
lrwxrwxrwx 1 root root 26 Nov 29 2014 libflite_cmu_us_slt.so.1 -> libflite_cmu_us_slt.so.1.4
-rw-r--r-- 1 root root 4122408 Nov 29 2014 libflite_cmu_us_slt.so.1.4
lrwxrwxrwx 1 root root 15 Nov 29 2014 libflite.so.1 -> libflite.so.1.4
-rw-r--r-- 1 root root 194344 Nov 29 2014 libflite.so.1.4
lrwxrwxrwx 1 root root 25 Nov 29 2014 libflite_usenglish.so.1 -> libflite_usenglish.so.1.4
-rw-r--r-- 1 root root 165736 Nov 29 2014 libflite_usenglish.so.1.4
lrwxrwxrwx 1 root root 22 Feb 2 2013 libfluidsynth.so.1 -> libfluidsynth.so.1.5.2
-rw-r--r-- 1 root root 453960 Feb 2 2013 libfluidsynth.so.1.5.2
lrwxrwxrwx 1 root root 23 Sep 16 2014 libfolks-eds.so.25 -> libfolks-eds.so.25.17.2
-rw-r--r-- 1 root root 215184 Sep 16 2014 libfolks-eds.so.25.17.2
lrwxrwxrwx 1 root root 19 Sep 16 2014 libfolks.so.25 -> libfolks.so.25.17.2
-rw-r--r-- 1 root root 466152 Sep 16 2014 libfolks.so.25.17.2
lrwxrwxrwx 1 root root 29 Sep 16 2014 libfolks-telepathy.so.25 -> libfolks-telepathy.so.25.17.2
-rw-r--r-- 1 root root 202368 Sep 16 2014 libfolks-telepathy.so.25.17.2
lrwxrwxrwx 1 root root 22 Nov 23 2014 libfontconfig.so.1 -> libfontconfig.so.1.8.0
-rw-r--r-- 1 root root 248816 Nov 23 2014 libfontconfig.so.1.8.0
lrwxrwxrwx 1 root root 19 Dec 9 2014 libfontenc.so.1 -> libfontenc.so.1.0.0
-rw-r--r-- 1 root root 30632 Dec 9 2014 libfontenc.so.1.0.0
lrwxrwxrwx 1 root root 14 Dec 8 2014 libform.so.5 -> libform.so.5.9
-rw-r--r-- 1 root root 65768 Dec 8 2014 libform.so.5.9
lrwxrwxrwx 1 root root 15 Dec 8 2014 libformw.so.5 -> libformw.so.5.9
-rw-r--r-- 1 root root 69992 Dec 8 2014 libformw.so.5.9
lrwxrwxrwx 1 root root 25 Mar 10 2015 libfreerdp-cache.so.1.1 -> libfreerdp-cache.so.1.1.0
-rw-r--r-- 1 root root 35184 Mar 10 2015 libfreerdp-cache.so.1.1.0
lrwxrwxrwx 1 root root 26 Mar 10 2015 libfreerdp-client.so.1.1 -> libfreerdp-client.so.1.1.0
-rw-r--r-- 1 root root 149464 Mar 10 2015 libfreerdp-client.so.1.1.0
lrwxrwxrwx 1 root root 25 Mar 10 2015 libfreerdp-codec.so.1.1 -> libfreerdp-codec.so.1.1.0
-rw-r--r-- 1 root root 150248 Mar 10 2015 libfreerdp-codec.so.1.1.0
lrwxrwxrwx 1 root root 32 Mar 10 2015 libfreerdp-common.so.1.1.0 -> libfreerdp-common.so.1.1.0-beta1
-rw-r--r-- 1 root root 30832 Mar 10 2015 libfreerdp-common.so.1.1.0-beta1
lrwxrwxrwx 1 root root 24 Mar 10 2015 libfreerdp-core.so.1.1 -> libfreerdp-core.so.1.1.0
-rw-r--r-- 1 root root 485112 Mar 10 2015 libfreerdp-core.so.1.1.0
lrwxrwxrwx 1 root root 26 Mar 10 2015 libfreerdp-crypto.so.1.1 -> libfreerdp-crypto.so.1.1.0
-rw-r--r-- 1 root root 56512 Mar 10 2015 libfreerdp-crypto.so.1.1.0
lrwxrwxrwx 1 root root 23 Mar 10 2015 libfreerdp-gdi.so.1.1 -> libfreerdp-gdi.so.1.1.0
-rw-r--r-- 1 root root 98064 Mar 10 2015 libfreerdp-gdi.so.1.1.0
lrwxrwxrwx 1 root root 26 Mar 10 2015 libfreerdp-locale.so.1.1 -> libfreerdp-locale.so.1.1.0
-rw-r--r-- 1 root root 155952 Mar 10 2015 libfreerdp-locale.so.1.1.0
lrwxrwxrwx 1 root root 30 Mar 10 2015 libfreerdp-primitives.so.1.1 -> libfreerdp-primitives.so.1.1.0
-rw-r--r-- 1 root root 26944 Mar 10 2015 libfreerdp-primitives.so.1.1.0
lrwxrwxrwx 1 root root 24 Mar 10 2015 libfreerdp-rail.so.1.1 -> libfreerdp-rail.so.1.1.0
-rw-r--r-- 1 root root 18624 Mar 10 2015 libfreerdp-rail.so.1.1.0
lrwxrwxrwx 1 root root 25 Mar 10 2015 libfreerdp-utils.so.1.1 -> libfreerdp-utils.so.1.1.0
-rw-r--r-- 1 root root 35464 Mar 10 2015 libfreerdp-utils.so.1.1.0
-rw-r--r-- 1 root root 950062 Oct 5 05:05 libfreetype.a
-rw-r--r-- 1 root root 909 Oct 5 05:05 libfreetype.la
lrwxrwxrwx 1 root root 21 Oct 5 05:05 libfreetype.so -> libfreetype.so.6.11.1
lrwxrwxrwx 1 root root 21 Oct 5 05:05 libfreetype.so.6 -> libfreetype.so.6.11.1
-rw-r--r-- 1 root root 696008 Oct 5 05:05 libfreetype.so.6.11.1
lrwxrwxrwx 1 root root 19 Oct 31 2014 libfribidi.so.0 -> libfribidi.so.0.3.5
-rw-r--r-- 1 root root 96328 Oct 31 2014 libfribidi.so.0.3.5
lrwxrwxrwx 1 root root 22 Oct 21 2014 libfusion-1.2.so.9 -> libfusion-1.2.so.9.0.1
-rw-r--r-- 1 root root 40056 Oct 21 2014 libfusion-1.2.so.9.0.1
-rw-r--r-- 1 root root 1314 Feb 11 18:43 libg.a
lrwxrwxrwx 1 root root 17 Oct 20 2014 libgadu.so.3 -> libgadu.so.3.13.0
-rw-r--r-- 1 root root 233232 Oct 20 2014 libgadu.so.3.13.0
lrwxrwxrwx 1 root root 22 Aug 19 2015 libgailutil-3.so.0 -> libgailutil-3.so.0.0.0
-rw-r--r-- 1 root root 35512 Aug 19 2015 libgailutil-3.so.0.0.0
lrwxrwxrwx 1 root root 21 Mar 3 2015 libgailutil.so.18 -> libgailutil.so.18.0.1
-rw-r--r-- 1 root root 31384 Mar 3 2015 libgailutil.so.18.0.1
lrwxrwxrwx 1 root root 15 Aug 19 2015 libgbm.so.1 -> libgbm.so.1.0.0
-rw-r--r-- 1 root root 56576 Aug 19 2015 libgbm.so.1.0.0
lrwxrwxrwx 1 root root 17 Oct 14 2014 libgccpp.so.1 -> libgccpp.so.1.0.3
-rw-r--r-- 1 root root 4664 Oct 14 2014 libgccpp.so.1.0.3
lrwxrwxrwx 1 root root 17 Sep 30 2014 libgck-1.so.0 -> libgck-1.so.0.0.0
-rw-r--r-- 1 root root 217696 Sep 30 2014 libgck-1.so.0.0.0
lrwxrwxrwx 1 root root 19 Aug 26 2014 libgconf-2.so.4 -> libgconf-2.so.4.1.5
-rw-r--r-- 1 root root 202048 Aug 26 2014 libgconf-2.so.4.1.5
lrwxrwxrwx 1 root root 22 Sep 30 2014 libgcr-base-3.so.1 -> libgcr-base-3.so.1.0.0
-rw-r--r-- 1 root root 625744 Sep 30 2014 libgcr-base-3.so.1.0.0
lrwxrwxrwx 1 root root 20 Sep 30 2014 libgcr-ui-3.so.1 -> libgcr-ui-3.so.1.0.0
-rw-r--r-- 1 root root 490192 Sep 30 2014 libgcr-ui-3.so.1.0.0
lrwxrwxrwx 1 root root 14 Oct 14 2014 libgc.so.1 -> libgc.so.1.0.3
-rw-r--r-- 1 root root 171544 Oct 14 2014 libgc.so.1.0.3
lrwxrwxrwx 1 root root 23 Nov 16 2014 libgdbm_compat.so.3 -> libgdbm_compat.so.3.0.0
-rw-r--r-- 1 root root 10112 Nov 16 2014 libgdbm_compat.so.3.0.0
lrwxrwxrwx 1 root root 16 Nov 16 2014 libgdbm.so.3 -> libgdbm.so.3.0.0
-rw-r--r-- 1 root root 26856 Nov 16 2014 libgdbm.so.3.0.0
lrwxrwxrwx 1 root root 20 Aug 19 2015 libgdk-3.so.0 -> libgdk-3.so.0.1400.5
-rw-r--r-- 1 root root 763224 Aug 19 2015 libgdk-3.so.0.1400.5
lrwxrwxrwx 1 root root 21 Aug 28 2014 libgdkmm-2.4.so.1 -> libgdkmm-2.4.so.1.1.0
-rw-r--r-- 1 root root 323840 Aug 28 2014 libgdkmm-2.4.so.1.1.0
lrwxrwxrwx 1 root root 21 Sep 23 2014 libgdkmm-3.0.so.1 -> libgdkmm-3.0.so.1.1.0
-rw-r--r-- 1 root root 282216 Sep 23 2014 libgdkmm-3.0.so.1.1.0
lrwxrwxrwx 1 root root 29 Dec 16 15:30 libgdk_pixbuf-2.0.so.0 -> libgdk_pixbuf-2.0.so.0.3100.1
-rw-r--r-- 1 root root 138688 Dec 16 15:30 libgdk_pixbuf-2.0.so.0.3100.1
lrwxrwxrwx 1 root root 34 Dec 16 15:30 libgdk_pixbuf_xlib-2.0.so.0 -> libgdk_pixbuf_xlib-2.0.so.0.3100.1
-rw-r--r-- 1 root root 68120 Dec 16 15:30 libgdk_pixbuf_xlib-2.0.so.0.3100.1
lrwxrwxrwx 1 root root 27 Mar 3 2015 libgdk-x11-2.0.so.0 -> libgdk-x11-2.0.so.0.2400.25
-rw-r--r-- 1 root root 744760 Mar 3 2015 libgdk-x11-2.0.so.0.2400.25
lrwxrwxrwx 1 root root 15 Apr 4 2015 libgdm.so.1 -> libgdm.so.1.0.0
-rw-r--r-- 1 root root 143128 Apr 4 2015 libgdm.so.1.0.0
lrwxrwxrwx 1 root root 14 Dec 18 2014 libgd.so.3 -> libgd.so.3.0.0
-rw-r--r-- 1 root root 426216 Dec 18 2014 libgd.so.3.0.0
lrwxrwxrwx 1 root root 19 Jun 19 2015 libgee-0.8.so.2 -> libgee-0.8.so.2.5.1
-rw-r--r-- 1 root root 833000 Jun 19 2015 libgee-0.8.so.2.5.1
lrwxrwxrwx 1 root root 22 Oct 15 2014 libgegl-0.2.so.0 -> libgegl-0.2.so.0.199.1
-rw-r--r-- 1 root root 459968 Oct 15 2014 libgegl-0.2.so.0.199.1
lrwxrwxrwx 1 root root 18 Dec 28 14:54 libgensec.so.0 -> libgensec.so.0.0.1
-rw-r--r-- 1 root root 143368 Dec 28 14:54 libgensec.so.0.0.1
lrwxrwxrwx 1 root root 19 Sep 12 2014 libgeocoding.so.6 -> libgeocoding.so.6.2
-rw-r--r-- 1 root root 14058696 Sep 12 2014 libgeocoding.so.6.2
lrwxrwxrwx 1 root root 17 Jan 27 2015 libGeoIP.so.1 -> libGeoIP.so.1.6.2
-rw-r--r-- 1 root root 195616 Jan 27 2015 libGeoIP.so.1.6.2
-rw-r--r-- 1 root root 646254 Nov 30 2014 libgettextpo.a
lrwxrwxrwx 1 root root 21 Nov 30 2014 libgettextpo.so -> libgettextpo.so.0.5.2
lrwxrwxrwx 1 root root 21 Nov 30 2014 libgettextpo.so.0 -> libgettextpo.so.0.5.2
-rw-r--r-- 1 root root 326584 Nov 30 2014 libgettextpo.so.0.5.2
lrwxrwxrwx 1 root root 24 Apr 26 2014 libgfbgraph-0.2.so.0 -> libgfbgraph-0.2.so.0.0.0
-rw-r--r-- 1 root root 52096 Apr 26 2014 libgfbgraph-0.2.so.0.0.0
lrwxrwxrwx 1 root root 20 Dec 25 2014 libgfortran.so.3 -> libgfortran.so.3.0.0
-rw-r--r-- 1 root root 1172528 Dec 25 2014 libgfortran.so.3.0.0
lrwxrwxrwx 1 root root 15 Dec 7 2013 libgif.so.4 -> libgif.so.4.1.6
-rw-r--r-- 1 root root 36256 Dec 7 2013 libgif.so.4.1.6
-rw-r--r-- 1 root root 3645076 Nov 11 2014 libgio-2.0.a
lrwxrwxrwx 1 root root 22 Nov 11 2014 libgio-2.0.so -> libgio-2.0.so.0.4200.1
lrwxrwxrwx 1 root root 22 Nov 11 2014 libgio-2.0.so.0 -> libgio-2.0.so.0.4200.1
-rw-r--r-- 1 root root 1537768 Nov 11 2014 libgio-2.0.so.0.4200.1
lrwxrwxrwx 1 root root 21 Sep 23 2014 libgiomm-2.4.so.1 -> libgiomm-2.4.so.1.3.0
-rw-r--r-- 1 root root 1692840 Sep 23 2014 libgiomm-2.4.so.1.3.0
lrwxrwxrwx 1 root root 28 Oct 22 2014 libgirepository-1.0.so.1 -> libgirepository-1.0.so.1.0.0
-rw-r--r-- 1 root root 208264 Oct 22 2014 libgirepository-1.0.so.1.0.0
lrwxrwxrwx 1 root root 25 Sep 29 2014 libgit2-glib-1.0.so.0 -> libgit2-glib-1.0.so.0.0.0
-rw-r--r-- 1 root root 292776 Sep 29 2014 libgit2-glib-1.0.so.0.0.0
-rw-r--r-- 1 root root 775232 Feb 22 2015 libgit2.so.0.21.0
lrwxrwxrwx 1 root root 17 Feb 22 2015 libgit2.so.21 -> libgit2.so.0.21.0
drwxr-xr-x 3 root root 4096 Mar 5 14:25 libglade
lrwxrwxrwx 1 root root 21 Dec 26 2013 libglade-2.0.so.0 -> libglade-2.0.so.0.0.7
-rw-r--r-- 1 root root 111848 Dec 26 2013 libglade-2.0.so.0.0.7
lrwxrwxrwx 1 root root 17 Aug 19 2015 libglapi.so.0 -> libglapi.so.0.0.0
-rw-r--r-- 1 root root 166264 Aug 19 2015 libglapi.so.0.0.0
lrwxrwxrwx 1 root root 21 Aug 19 2015 libGLESv1_CM.so.1 -> libGLESv1_CM.so.1.1.0
-rw-r--r-- 1 root root 18232 Aug 19 2015 libGLESv1_CM.so.1.1.0
lrwxrwxrwx 1 root root 18 Aug 19 2015 libGLESv2.so -> libGLESv2.so.2.0.0
lrwxrwxrwx 1 root root 18 Aug 19 2015 libGLESv2.so.2 -> libGLESv2.so.2.0.0
-rw-r--r-- 1 root root 26424 Aug 19 2015 libGLESv2.so.2.0.0
lrwxrwxrwx 1 root root 17 Nov 21 2013 libGLEW.so.1.10 -> libGLEW.so.1.10.0
-rw-r--r-- 1 root root 554088 Nov 21 2013 libGLEW.so.1.10.0
-rw-r--r-- 1 root root 1893470 Nov 11 2014 libglib-2.0.a
lrwxrwxrwx 1 root root 38 Nov 11 2014 libglib-2.0.so -> /lib/x86_64-linux-gnu/libglib-2.0.so.0
lrwxrwxrwx 1 root root 22 Sep 23 2014 libglibmm-2.4.so.1 -> libglibmm-2.4.so.1.3.0
-rw-r--r-- 1 root root 482432 Sep 23 2014 libglibmm-2.4.so.1.3.0
lrwxrwxrwx 1 root root 42 Sep 23 2014 libglibmm_generate_extra_defs-2.4.so.1 -> libglibmm_generate_extra_defs-2.4.so.1.3.0
-rw-r--r-- 1 root root 22888 Sep 23 2014 libglibmm_generate_extra_defs-2.4.so.1.3.0
lrwxrwxrwx 1 root root 14 Aug 19 2015 libGL.so -> libGL.so.1.2.0
-rw-r--r-- 1 root root 901120 Sep 19 2013 libGLU.a
lrwxrwxrwx 1 root root 15 Sep 19 2013 libGLU.so -> libGLU.so.1.3.1
lrwxrwxrwx 1 root root 15 Sep 19 2013 libGLU.so.1 -> libGLU.so.1.3.1
-rw-r--r-- 1 root root 449144 Sep 19 2013 libGLU.so.1.3.1
lrwxrwxrwx 1 root root 23 Nov 8 2014 libgmime-2.6.so.0 -> libgmime-2.6.so.0.620.0
-rw-r--r-- 1 root root 467504 Nov 8 2014 libgmime-2.6.so.0.620.0
-rw-r--r-- 1 root root 14342 Nov 11 2014 libgmodule-2.0.a
lrwxrwxrwx 1 root root 26 Nov 11 2014 libgmodule-2.0.so -> libgmodule-2.0.so.0.4200.1
lrwxrwxrwx 1 root root 26 Nov 11 2014 libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.4200.1
-rw-r--r-- 1 root root 14624 Nov 11 2014 libgmodule-2.0.so.0.4200.1
lrwxrwxrwx 1 root root 16 Aug 17 2014 libgmp.so.10 -> libgmp.so.10.2.0
-rw-r--r-- 1 root root 537248 Aug 17 2014 libgmp.so.10.2.0
lrwxrwxrwx 1 root root 22 Dec 27 2013 libgnome-2.so.0 -> libgnome-2.so.0.3200.1
-rw-r--r-- 1 root root 94744 Dec 27 2013 libgnome-2.so.0.3200.1
lrwxrwxrwx 1 root root 28 Dec 27 2013 libgnomecanvas-2.so.0 -> libgnomecanvas-2.so.0.3000.3
-rw-r--r-- 1 root root 222984 Dec 27 2013 libgnomecanvas-2.so.0.3000.3
lrwxrwxrwx 1 root root 25 Oct 20 2014 libgnome-keyring.so.0 -> libgnome-keyring.so.0.2.0
-rw-r--r-- 1 root root 151656 Oct 20 2014 libgnome-keyring.so.0.2.0
lrwxrwxrwx 1 root root 24 Dec 27 2013 libgnomeui-2.so.0 -> libgnomeui-2.so.0.2400.5
-rw-r--r-- 1 root root 647416 Dec 27 2013 libgnomeui-2.so.0.2400.5
lrwxrwxrwx 1 root root 25 Dec 8 2014 libgnomevfs-2.so.0 -> libgnomevfs-2.so.0.2400.4
-rw-r--r-- 1 root root 429856 Dec 8 2014 libgnomevfs-2.so.0.2400.4
lrwxrwxrwx 1 root root 25 Aug 15 2015 libgnutls-deb0.so.28 -> libgnutls-deb0.so.28.41.0
-rw-r--r-- 1 root root 1173320 Aug 15 2015 libgnutls-deb0.so.28.41.0
lrwxrwxrwx 1 root root 27 Aug 15 2015 libgnutls-openssl.so.27 -> libgnutls-openssl.so.27.0.2
-rw-r--r-- 1 root root 39424 Aug 15 2015 libgnutls-openssl.so.27.0.2
lrwxrwxrwx 1 root root 19 Dec 4 2014 libgoa-1.0.so.0 -> libgoa-1.0.so.0.0.0
-rw-r--r-- 1 root root 290664 Dec 4 2014 libgoa-1.0.so.0.0.0
lrwxrwxrwx 1 root root 27 Dec 4 2014 libgoa-backend-1.0.so.1 -> libgoa-backend-1.0.so.1.0.0
-rw-r--r-- 1 root root 721264 Dec 4 2014 libgoa-backend-1.0.so.1.0.0
-rw-r--r-- 1 root root 645120 Nov 11 2014 libgobject-2.0.a
lrwxrwxrwx 1 root root 26 Nov 11 2014 libgobject-2.0.so -> libgobject-2.0.so.0.4200.1
lrwxrwxrwx 1 root root 26 Nov 11 2014 libgobject-2.0.so.0 -> libgobject-2.0.so.0.4200.1
-rw-r--r-- 1 root root 334968 Nov 11 2014 libgobject-2.0.so.0.4200.1
lrwxrwxrwx 1 root root 16 Dec 25 2014 libgomp.so.1 -> libgomp.so.1.0.0
-rw-r--r-- 1 root root 89744 Dec 25 2014 libgomp.so.1.0.0
lrwxrwxrwx 1 root root 27 Sep 23 2014 libgpgme-pthread.so.11 -> libgpgme-pthread.so.11.13.0
-rw-r--r-- 1 root root 232592 Sep 23 2014 libgpgme-pthread.so.11.13.0
lrwxrwxrwx 1 root root 19 Sep 23 2014 libgpgme.so.11 -> libgpgme.so.11.13.0
-rw-r--r-- 1 root root 232592 Sep 23 2014 libgpgme.so.11.13.0
drwxr-xr-x 3 root root 4096 Mar 5 14:26 libgphoto2
drwxr-xr-x 3 root root 4096 Mar 5 14:26 libgphoto2_port
lrwxrwxrwx 1 root root 25 Oct 15 2014 libgphoto2_port.so.10 -> libgphoto2_port.so.10.1.1
-rw-r--r-- 1 root root 43648 Oct 15 2014 libgphoto2_port.so.10.1.1
lrwxrwxrwx 1 root root 19 Oct 15 2014 libgphoto2.so.6 -> libgphoto2.so.6.0.0
-rw-r--r-- 1 root root 139096 Oct 15 2014 libgphoto2.so.6.0.0
-rw-r--r-- 1 root root 23600 Dec 9 2014 libgpm.so.2
lrwxrwxrwx 1 root root 16 Apr 1 2014 libgpod.so.4 -> libgpod.so.4.3.2
-rw-r--r-- 1 root root 488840 Apr 1 2014 libgpod.so.4.3.2
lrwxrwxrwx 1 root root 17 Feb 15 03:37 libgraphite2.so.2.0.0 -> libgraphite2.so.3
lrwxrwxrwx 1 root root 21 Feb 15 03:37 libgraphite2.so.3 -> libgraphite2.so.3.0.1
-rw-r--r-- 1 root root 153800 Feb 15 03:37 libgraphite2.so.3.0.1
lrwxrwxrwx 1 root root 21 Sep 23 2014 libgrilo-0.2.so.1 -> libgrilo-0.2.so.1.7.0
-rw-r--r-- 1 root root 214288 Sep 23 2014 libgrilo-0.2.so.1.7.0
lrwxrwxrwx 1 root root 22 Sep 23 2014 libgrlnet-0.2.so.0 -> libgrlnet-0.2.so.0.1.8
-rw-r--r-- 1 root root 35928 Sep 23 2014 libgrlnet-0.2.so.0.1.8
lrwxrwxrwx 1 root root 22 Sep 23 2014 libgrlpls-0.2.so.0 -> libgrlpls-0.2.so.0.0.3
-rw-r--r-- 1 root root 31680 Sep 23 2014 libgrlpls-0.2.so.0.0.3
lrwxrwxrwx 1 root root 21 Jan 13 2014 libgroupsock.so.1 -> libgroupsock.so.1.0.4
-rw-r--r-- 1 root root 56672 Jan 13 2014 libgroupsock.so.1.0.4
lrwxrwxrwx 1 root root 20 Sep 28 2014 libgsf-1.so.114 -> libgsf-1.so.114.0.30
-rw-r--r-- 1 root root 282200 Sep 28 2014 libgsf-1.so.114.0.30
lrwxrwxrwx 1 root root 16 Apr 12 2012 libgsm.so.1 -> libgsm.so.1.0.12
-rw-r--r-- 1 root root 52216 Apr 12 2012 libgsm.so.1.0.12
lrwxrwxrwx 1 root root 21 Feb 3 01:08 libgssapi_krb5.so.2 -> libgssapi_krb5.so.2.2
-rw-r--r-- 1 root root 306072 Feb 3 01:08 libgssapi_krb5.so.2.2
lrwxrwxrwx 1 root root 18 Jan 10 2015 libgssapi.so.3 -> libgssapi.so.3.0.0
-rw-r--r-- 1 root root 264736 Jan 10 2015 libgssapi.so.3.0.0
lrwxrwxrwx 1 root root 31 Nov 11 2014 libgstallocators-1.0.so.0 -> libgstallocators-1.0.so.0.404.0
-rw-r--r-- 1 root root 10400 Nov 11 2014 libgstallocators-1.0.so.0.404.0
lrwxrwxrwx 1 root root 24 Sep 18 2014 libgstapp-0.10.so.0 -> libgstapp-0.10.so.0.25.0
-rw-r--r-- 1 root root 52448 Sep 18 2014 libgstapp-0.10.so.0.25.0
lrwxrwxrwx 1 root root 24 Nov 11 2014 libgstapp-1.0.so.0 -> libgstapp-1.0.so.0.404.0
-rw-r--r-- 1 root root 52336 Nov 11 2014 libgstapp-1.0.so.0.404.0
lrwxrwxrwx 1 root root 26 Sep 18 2014 libgstaudio-0.10.so.0 -> libgstaudio-0.10.so.0.25.0
-rw-r--r-- 1 root root 240536 Sep 18 2014 libgstaudio-0.10.so.0.25.0
lrwxrwxrwx 1 root root 26 Nov 11 2014 libgstaudio-1.0.so.0 -> libgstaudio-1.0.so.0.404.0
-rw-r--r-- 1 root root 323592 Nov 11 2014 libgstaudio-1.0.so.0.404.0
lrwxrwxrwx 1 root root 28 Apr 1 2015 libgstbadbase-1.0.so.0 -> libgstbadbase-1.0.so.0.404.0
-rw-r--r-- 1 root root 43840 Apr 1 2015 libgstbadbase-1.0.so.0.404.0
lrwxrwxrwx 1 root root 29 Apr 1 2015 libgstbadvideo-1.0.so.0 -> libgstbadvideo-1.0.so.0.404.0
-rw-r--r-- 1 root root 114096 Apr 1 2015 libgstbadvideo-1.0.so.0.404.0
lrwxrwxrwx 1 root root 25 Nov 6 2014 libgstbase-0.10.so.0 -> libgstbase-0.10.so.0.30.0
-rw-r--r-- 1 root root 368984 Nov 6 2014 libgstbase-0.10.so.0.30.0
lrwxrwxrwx 1 root root 25 Nov 11 2014 libgstbase-1.0.so.0 -> libgstbase-1.0.so.0.404.0
-rw-r--r-- 1 root root 389880 Nov 11 2014 libgstbase-1.0.so.0.404.0
lrwxrwxrwx 1 root root 37 Oct 5 2014 libgstbasecamerabinsrc-0.10.so.23 -> libgstbasecamerabinsrc-0.10.so.23.0.0
-rw-r--r-- 1 root root 27808 Oct 5 2014 libgstbasecamerabinsrc-0.10.so.23.0.0
lrwxrwxrwx 1 root root 37 Apr 1 2015 libgstbasecamerabinsrc-1.0.so.0 -> libgstbasecamerabinsrc-1.0.so.0.404.0
-rw-r--r-- 1 root root 27352 Apr 1 2015 libgstbasecamerabinsrc-1.0.so.0.404.0
lrwxrwxrwx 1 root root 30 Oct 5 2014 libgstbasevideo-0.10.so.23 -> libgstbasevideo-0.10.so.23.0.0
-rw-r--r-- 1 root root 85336 Oct 5 2014 libgstbasevideo-0.10.so.23.0.0
lrwxrwxrwx 1 root root 25 Sep 18 2014 libgstcdda-0.10.so.0 -> libgstcdda-0.10.so.0.25.0
-rw-r--r-- 1 root root 35872 Sep 18 2014 libgstcdda-0.10.so.0.25.0
lrwxrwxrwx 1 root root 26 Nov 6 2014 libgstcheck-0.10.so.0 -> libgstcheck-0.10.so.0.30.0
-rw-r--r-- 1 root root 56320 Nov 6 2014 libgstcheck-0.10.so.0.30.0
lrwxrwxrwx 1 root root 26 Nov 11 2014 libgstcheck-1.0.so.0 -> libgstcheck-1.0.so.0.404.0
-rw-r--r-- 1 root root 81224 Nov 11 2014 libgstcheck-1.0.so.0.404.0
lrwxrwxrwx 1 root root 33 Oct 5 2014 libgstcodecparsers-0.10.so.23 -> libgstcodecparsers-0.10.so.23.0.0
-rw-r--r-- 1 root root 157848 Oct 5 2014 libgstcodecparsers-0.10.so.23.0.0
lrwxrwxrwx 1 root root 33 Apr 1 2015 libgstcodecparsers-1.0.so.0 -> libgstcodecparsers-1.0.so.0.404.0
-rw-r--r-- 1 root root 244304 Apr 1 2015 libgstcodecparsers-1.0.so.0.404.0
lrwxrwxrwx 1 root root 31 Nov 6 2014 libgstcontroller-0.10.so.0 -> libgstcontroller-0.10.so.0.30.0
-rw-r--r-- 1 root root 164144 Nov 6 2014 libgstcontroller-0.10.so.0.30.0
lrwxrwxrwx 1 root root 31 Nov 11 2014 libgstcontroller-1.0.so.0 -> libgstcontroller-1.0.so.0.404.0
-rw-r--r-- 1 root root 60040 Nov 11 2014 libgstcontroller-1.0.so.0.404.0
lrwxrwxrwx 1 root root 33 Nov 6 2014 libgstdataprotocol-0.10.so.0 -> libgstdataprotocol-0.10.so.0.30.0
-rw-r--r-- 1 root root 22760 Nov 6 2014 libgstdataprotocol-0.10.so.0.30.0
lrwxrwxrwx 1 root root 24 Sep 18 2014 libgstfft-0.10.so.0 -> libgstfft-0.10.so.0.25.0
-rw-r--r-- 1 root root 38968 Sep 18 2014 libgstfft-0.10.so.0.25.0
lrwxrwxrwx 1 root root 24 Nov 11 2014 libgstfft-1.0.so.0 -> libgstfft-1.0.so.0.404.0
-rw-r--r-- 1 root root 38960 Nov 11 2014 libgstfft-1.0.so.0.404.0
lrwxrwxrwx 1 root root 23 Apr 1 2015 libgstgl-1.0.so.0 -> libgstgl-1.0.so.0.404.0
-rw-r--r-- 1 root root 256224 Apr 1 2015 libgstgl-1.0.so.0.404.0
lrwxrwxrwx 1 root root 30 Apr 1 2015 libgstinsertbin-1.0.so.0 -> libgstinsertbin-1.0.so.0.404.0
-rw-r--r-- 1 root root 23200 Apr 1 2015 libgstinsertbin-1.0.so.0.404.0
lrwxrwxrwx 1 root root 31 Sep 18 2014 libgstinterfaces-0.10.so.0 -> libgstinterfaces-0.10.so.0.25.0
-rw-r--r-- 1 root root 76448 Sep 18 2014 libgstinterfaces-0.10.so.0.25.0
lrwxrwxrwx 1 root root 27 Apr 1 2015 libgstmpegts-1.0.so.0 -> libgstmpegts-1.0.so.0.404.0
-rw-r--r-- 1 root root 166400 Apr 1 2015 libgstmpegts-1.0.so.0.404.0
lrwxrwxrwx 1 root root 24 Nov 6 2014 libgstnet-0.10.so.0 -> libgstnet-0.10.so.0.30.0
-rw-r--r-- 1 root root 27096 Nov 6 2014 libgstnet-0.10.so.0.30.0
lrwxrwxrwx 1 root root 24 Nov 11 2014 libgstnet-1.0.so.0 -> libgstnet-1.0.so.0.404.0
-rw-r--r-- 1 root root 35488 Nov 11 2014 libgstnet-1.0.so.0.404.0
lrwxrwxrwx 1 root root 30 Sep 18 2014 libgstnetbuffer-0.10.so.0 -> libgstnetbuffer-0.10.so.0.25.0
-rw-r--r-- 1 root root 10336 Sep 18 2014 libgstnetbuffer-0.10.so.0.25.0
lrwxrwxrwx 1 root root 28 Sep 18 2014 libgstpbutils-0.10.so.0 -> libgstpbutils-0.10.so.0.25.0
-rw-r--r-- 1 root root 151760 Sep 18 2014 libgstpbutils-0.10.so.0.25.0
lrwxrwxrwx 1 root root 28 Nov 11 2014 libgstpbutils-1.0.so.0 -> libgstpbutils-1.0.so.0.404.0
-rw-r--r-- 1 root root 168064 Nov 11 2014 libgstpbutils-1.0.so.0.404.0
lrwxrwxrwx 1 root root 32 Oct 5 2014 libgstphotography-0.10.so.23 -> libgstphotography-0.10.so.23.0.0
-rw-r--r-- 1 root root 35048 Oct 5 2014 libgstphotography-0.10.so.23.0.0
lrwxrwxrwx 1 root root 32 Apr 1 2015 libgstphotography-1.0.so.0 -> libgstphotography-1.0.so.0.404.0
-rw-r--r-- 1 root root 35032 Apr 1 2015 libgstphotography-1.0.so.0.404.0
lrwxrwxrwx 1 root root 27 Nov 6 2014 libgstreamer-0.10.so.0 -> libgstreamer-0.10.so.0.30.0
-rw-r--r-- 1 root root 980272 Nov 6 2014 libgstreamer-0.10.so.0.30.0
lrwxrwxrwx 1 root root 27 Nov 11 2014 libgstreamer-1.0.so.0 -> libgstreamer-1.0.so.0.404.0
-rw-r--r-- 1 root root 1111856 Nov 11 2014 libgstreamer-1.0.so.0.404.0
lrwxrwxrwx 1 root root 25 Sep 18 2014 libgstriff-0.10.so.0 -> libgstriff-0.10.so.0.25.0
-rw-r--r-- 1 root root 55616 Sep 18 2014 libgstriff-0.10.so.0.25.0
lrwxrwxrwx 1 root root 25 Nov 11 2014 libgstriff-1.0.so.0 -> libgstriff-1.0.so.0.404.0
-rw-r--r-- 1 root root 59776 Nov 11 2014 libgstriff-1.0.so.0.404.0
lrwxrwxrwx 1 root root 24 Sep 18 2014 libgstrtp-0.10.so.0 -> libgstrtp-0.10.so.0.25.0
-rw-r--r-- 1 root root 101496 Sep 18 2014 libgstrtp-0.10.so.0.25.0
lrwxrwxrwx 1 root root 24 Nov 11 2014 libgstrtp-1.0.so.0 -> libgstrtp-1.0.so.0.404.0
-rw-r--r-- 1 root root 109808 Nov 11 2014 libgstrtp-1.0.so.0.404.0
lrwxrwxrwx 1 root root 25 Sep 18 2014 libgstrtsp-0.10.so.0 -> libgstrtsp-0.10.so.0.25.0
-rw-r--r-- 1 root root 105600 Sep 18 2014 libgstrtsp-0.10.so.0.25.0
lrwxrwxrwx 1 root root 25 Nov 11 2014 libgstrtsp-1.0.so.0 -> libgstrtsp-1.0.so.0.404.0
-rw-r--r-- 1 root root 122400 Nov 11 2014 libgstrtsp-1.0.so.0.404.0
lrwxrwxrwx 1 root root 24 Sep 18 2014 libgstsdp-0.10.so.0 -> libgstsdp-0.10.so.0.25.0
-rw-r--r-- 1 root root 34960 Sep 18 2014 libgstsdp-0.10.so.0.25.0
lrwxrwxrwx 1 root root 24 Nov 11 2014 libgstsdp-1.0.so.0 -> libgstsdp-1.0.so.0.404.0
-rw-r--r-- 1 root root 67936 Nov 11 2014 libgstsdp-1.0.so.0.404.0
lrwxrwxrwx 1 root root 36 Oct 5 2014 libgstsignalprocessor-0.10.so.23 -> libgstsignalprocessor-0.10.so.23.0.0
-rw-r--r-- 1 root root 22904 Oct 5 2014 libgstsignalprocessor-0.10.so.23.0.0
lrwxrwxrwx 1 root root 24 Sep 18 2014 libgsttag-0.10.so.0 -> libgsttag-0.10.so.0.25.0
-rw-r--r-- 1 root root 234144 Sep 18 2014 libgsttag-0.10.so.0.25.0
lrwxrwxrwx 1 root root 24 Nov 11 2014 libgsttag-1.0.so.0 -> libgsttag-1.0.so.0.404.0
-rw-r--r-- 1 root root 242288 Nov 11 2014 libgsttag-1.0.so.0.404.0
lrwxrwxrwx 1 root root 34 Apr 1 2015 libgsturidownloader-1.0.so.0 -> libgsturidownloader-1.0.so.0.404.0
-rw-r--r-- 1 root root 27488 Apr 1 2015 libgsturidownloader-1.0.so.0.404.0
lrwxrwxrwx 1 root root 26 Sep 18 2014 libgstvideo-0.10.so.0 -> libgstvideo-0.10.so.0.25.0
-rw-r--r-- 1 root root 117904 Sep 18 2014 libgstvideo-0.10.so.0.25.0
lrwxrwxrwx 1 root root 26 Nov 11 2014 libgstvideo-1.0.so.0 -> libgstvideo-1.0.so.0.404.0
-rw-r--r-- 1 root root 312504 Nov 11 2014 libgstvideo-1.0.so.0.404.0
lrwxrwxrwx 1 root root 28 Apr 1 2015 libgstwayland-1.0.so.0 -> libgstwayland-1.0.so.0.404.0
-rw-r--r-- 1 root root 10336 Apr 1 2015 libgstwayland-1.0.so.0.404.0
-rw-r--r-- 1 root root 2814 Nov 11 2014 libgthread-2.0.a
lrwxrwxrwx 1 root root 26 Nov 11 2014 libgthread-2.0.so -> libgthread-2.0.so.0.4200.1
lrwxrwxrwx 1 root root 26 Nov 11 2014 libgthread-2.0.so.0 -> libgthread-2.0.so.0.4200.1
-rw-r--r-- 1 root root 6112 Nov 11 2014 libgthread-2.0.so.0.4200.1
drwxr-xr-x 2 root root 4096 Mar 5 14:25 libgtk2.0-0
drwxr-xr-x 2 root root 4096 Mar 5 14:25 libgtk-3-0
lrwxrwxrwx 1 root root 20 Aug 19 2015 libgtk-3.so.0 -> libgtk-3.so.0.1400.5
-rw-r--r-- 1 root root 7031592 Aug 19 2015 libgtk-3.so.0.1400.5
lrwxrwxrwx 1 root root 21 Aug 28 2014 libgtkmm-2.4.so.1 -> libgtkmm-2.4.so.1.1.0
-rw-r--r-- 1 root root 4500032 Aug 28 2014 libgtkmm-2.4.so.1.1.0
lrwxrwxrwx 1 root root 21 Sep 23 2014 libgtkmm-3.0.so.1 -> libgtkmm-3.0.so.1.1.0
-rw-r--r-- 1 root root 5444832 Sep 23 2014 libgtkmm-3.0.so.1.1.0
lrwxrwxrwx 1 root root 29 Oct 13 2014 libgtksourceview-3.0.so.1 -> libgtksourceview-3.0.so.1.3.0
-rw-r--r-- 1 root root 596040 Oct 13 2014 libgtksourceview-3.0.so.1.3.0
lrwxrwxrwx 1 root root 27 Mar 3 2015 libgtk-x11-2.0.so.0 -> libgtk-x11-2.0.so.0.2400.25
-rw-r--r-- 1 root root 4501992 Mar 3 2015 libgtk-x11-2.0.so.0.2400.25
lrwxrwxrwx 1 root root 21 Nov 21 12:00 libgudev-1.0.so.0 -> libgudev-1.0.so.0.2.0
-rw-r--r-- 1 root root 42920 Nov 21 12:00 libgudev-1.0.so.0.2.0
lrwxrwxrwx 1 root root 22 Oct 7 2014 libguile-2.0.so.22 -> libguile-2.0.so.22.7.2
-rw-r--r-- 1 root root 1991344 Oct 7 2014 libguile-2.0.so.22.7.2
lrwxrwxrwx 1 root root 31 Oct 7 2014 libguilereadline-v-18.so -> libguilereadline-v-18.so.18.0.0
lrwxrwxrwx 1 root root 31 Oct 7 2014 libguilereadline-v-18.so.18 -> libguilereadline-v-18.so.18.0.0
-rw-r--r-- 1 root root 68928 Oct 7 2014 libguilereadline-v-18.so.18.0.0
lrwxrwxrwx 1 root root 25 Oct 18 2014 libgupnp-igd-1.0.so.4 -> libgupnp-igd-1.0.so.4.2.0
-rw-r--r-- 1 root root 31536 Oct 18 2014 libgupnp-igd-1.0.so.4.2.0
lrwxrwxrwx 1 root root 16 Jan 27 2014 libgusb.so.2 -> libgusb.so.2.0.3
-rw-r--r-- 1 root root 39856 Jan 27 2014 libgusb.so.2.0.3
lrwxrwxrwx 1 root root 16 Oct 15 2014 libgxps.so.2 -> libgxps.so.2.1.1
-rw-r--r-- 1 root root 115344 Oct 15 2014 libgxps.so.2.1.1
lrwxrwxrwx 1 root root 16 Aug 29 2014 libHalf.so.6 -> libHalf.so.6.0.0
-rw-r--r-- 1 root root 272272 Aug 29 2014 libHalf.so.6.0.0
lrwxrwxrwx 1 root root 26 Oct 30 2014 libharfbuzz-icu.so.0 -> libharfbuzz-icu.so.0.935.0
-rw-r--r-- 1 root root 10248 Oct 30 2014 libharfbuzz-icu.so.0.935.0
lrwxrwxrwx 1 root root 22 Oct 30 2014 libharfbuzz.so.0 -> libharfbuzz.so.0.935.0
-rw-r--r-- 1 root root 355752 Oct 30 2014 libharfbuzz.so.0.935.0
lrwxrwxrwx 1 root root 19 Jan 10 2015 libhcrypto.so.4 -> libhcrypto.so.4.1.0
-rw-r--r-- 1 root root 213384 Jan 10 2015 libhcrypto.so.4.1.0
lrwxrwxrwx 1 root root 20 Jan 10 2015 libheimbase.so.1 -> libheimbase.so.1.0.0
-rw-r--r-- 1 root root 61408 Jan 10 2015 libheimbase.so.1.0.0
lrwxrwxrwx 1 root root 20 Jan 10 2015 libheimntlm.so.0 -> libheimntlm.so.0.1.0
-rw-r--r-- 1 root root 35952 Jan 10 2015 libheimntlm.so.0.1.0
lrwxrwxrwx 1 root root 17 Jan 11 2015 libhogweed.so.2 -> libhogweed.so.2.5
-rw-r--r-- 1 root root 191960 Jan 11 2015 libhogweed.so.2.5
lrwxrwxrwx 1 root root 24 Oct 17 2014 libhunspell-1.3.so.0 -> libhunspell-1.3.so.0.0.0
-rw-r--r-- 1 root root 343528 Oct 17 2014 libhunspell-1.3.so.0.0.0
lrwxrwxrwx 1 root root 17 Jan 10 2015 libhx509.so.5 -> libhx509.so.5.0.0
-rw-r--r-- 1 root root 309192 Jan 10 2015 libhx509.so.5.0.0
lrwxrwxrwx 1 root root 22 Oct 22 2014 libibus-1.0.so.5 -> libibus-1.0.so.5.0.509
-rw-r--r-- 1 root root 378424 Oct 22 2014 libibus-1.0.so.5.0.509
-rw-r--r-- 1 root root 164238 Dec 8 2014 libICE.a
lrwxrwxrwx 1 root root 15 Dec 8 2014 libICE.so -> libICE.so.6.3.0
lrwxrwxrwx 1 root root 15 Dec 8 2014 libICE.so.6 -> libICE.so.6.3.0
-rw-r--r-- 1 root root 102592 Dec 8 2014 libICE.so.6.3.0
lrwxrwxrwx 1 root root 18 Sep 14 14:10 libicudata.so.52 -> libicudata.so.52.1
-rw-r--r-- 1 root root 23512848 Sep 14 14:10 libicudata.so.52.1
lrwxrwxrwx 1 root root 18 Sep 14 14:10 libicui18n.so.52 -> libicui18n.so.52.1
-rw-r--r-- 1 root root 2166128 Sep 14 14:10 libicui18n.so.52.1
lrwxrwxrwx 1 root root 16 Sep 14 14:10 libicuio.so.52 -> libicuio.so.52.1
-rw-r--r-- 1 root root 55304 Sep 14 14:10 libicuio.so.52.1
lrwxrwxrwx 1 root root 16 Sep 14 14:10 libicule.so.52 -> libicule.so.52.1
-rw-r--r-- 1 root root 362504 Sep 14 14:10 libicule.so.52.1
lrwxrwxrwx 1 root root 16 Sep 14 14:10 libiculx.so.52 -> libiculx.so.52.1
-rw-r--r-- 1 root root 55304 Sep 14 14:10 libiculx.so.52.1
lrwxrwxrwx 1 root root 18 Sep 14 14:10 libicutest.so.52 -> libicutest.so.52.1
-rw-r--r-- 1 root root 64864 Sep 14 14:10 libicutest.so.52.1
lrwxrwxrwx 1 root root 16 Sep 14 14:10 libicutu.so.52 -> libicutu.so.52.1
-rw-r--r-- 1 root root 199504 Sep 14 14:10 libicutu.so.52.1
lrwxrwxrwx 1 root root 16 Sep 14 14:10 libicuuc.so.52 -> libicuuc.so.52.1
-rw-r--r-- 1 root root 1546256 Sep 14 14:10 libicuuc.so.52.1
lrwxrwxrwx 1 root root 17 Nov 27 2014 libIDL-2.so.0 -> libIDL-2.so.0.0.0
-rw-r--r-- 1 root root 179984 Nov 27 2014 libIDL-2.so.0.0.0
lrwxrwxrwx 1 root root 17 Dec 8 2014 libidn.so.11 -> libidn.so.11.6.12
-rw-r--r-- 1 root root 211344 Dec 8 2014 libidn.so.11.6.12
lrwxrwxrwx 1 root root 20 Aug 2 2014 libiec61883.so.0 -> libiec61883.so.0.1.1
-rw-r--r-- 1 root root 51640 Aug 2 2014 libiec61883.so.0.1.1
lrwxrwxrwx 1 root root 20 Aug 31 2013 libieee1284.so.3 -> libieee1284.so.3.2.2
-rw-r--r-- 1 root root 47384 Aug 31 2013 libieee1284.so.3.2.2
-rw-r--r-- 1 root root 928 Feb 11 18:43 libieee.a
lrwxrwxrwx 1 root root 15 Aug 29 2014 libIex.so.6 -> libIex.so.6.0.0
-rw-r--r-- 1 root root 125128 Aug 29 2014 libIex.so.6.0.0
-rw-r--r-- 1 root root 22800 Apr 15 2014 libijs-0.35.so
lrwxrwxrwx 1 root root 18 Aug 31 2014 libIlmImf.so.6 -> libIlmImf.so.6.0.0
-rw-r--r-- 1 root root 748480 Aug 31 2014 libIlmImf.so.6.0.0
lrwxrwxrwx 1 root root 21 Aug 29 2014 libIlmThread.so.6 -> libIlmThread.so.6.0.0
-rw-r--r-- 1 root root 27048 Aug 29 2014 libIlmThread.so.6.0.0
lrwxrwxrwx 1 root root 17 Aug 29 2014 libImath.so.6 -> libImath.so.6.0.0
-rw-r--r-- 1 root root 22624 Aug 29 2014 libImath.so.6.0.0
lrwxrwxrwx 1 root root 25 Aug 17 2014 libimobiledevice.so.4 -> libimobiledevice.so.4.0.1
-rw-r--r-- 1 root root 122424 Aug 17 2014 libimobiledevice.so.4.0.1
lrwxrwxrwx 1 root root 17 Sep 16 2014 libinput.so.5 -> libinput.so.5.0.0
-rw-r--r-- 1 root root 68352 Sep 16 2014 libinput.so.5.0.0
lrwxrwxrwx 1 root root 16 Jun 25 2014 libisl.so.10 -> libisl.so.10.2.2
-rw-r--r-- 1 root root 1306016 Jun 25 2014 libisl.so.10.2.2
lrwxrwxrwx 1 root root 15 Dec 25 2014 libitm.so.1 -> libitm.so.1.0.0
-rw-r--r-- 1 root root 131936 Dec 25 2014 libitm.so.1.0.0
lrwxrwxrwx 1 root root 16 Oct 23 2014 libixml.so.2 -> libixml.so.2.0.8
-rw-r--r-- 1 root root 56528 Oct 23 2014 libixml.so.2.0.8
lrwxrwxrwx 1 root root 19 Sep 26 2014 libjacknet.so.0 -> libjacknet.so.0.1.0
-rw-r--r-- 1 root root 122464 Sep 26 2014 libjacknet.so.0.1.0
lrwxrwxrwx 1 root root 16 Sep 26 2014 libjack.so.0 -> libjack.so.0.1.0
-rw-r--r-- 1 root root 298496 Sep 26 2014 libjack.so.0.1.0
lrwxrwxrwx 1 root root 19 Oct 2 2014 libjansson.so.4 -> libjansson.so.4.7.0
-rw-r--r-- 1 root root 55952 Oct 2 2014 libjansson.so.4.7.0
lrwxrwxrwx 1 root root 18 Jan 27 2015 libjasper.so.1 -> libjasper.so.1.0.0
-rw-r--r-- 1 root root 340384 Jan 27 2015 libjasper.so.1.0.0
lrwxrwxrwx 1 root root 35 Jan 2 08:45 libjavascriptcoregtk-3.0.so.0 -> libjavascriptcoregtk-3.0.so.0.16.17
-rw-r--r-- 1 root root 7252784 Jan 2 08:46 libjavascriptcoregtk-3.0.so.0.16.17
-rw-r--r-- 1 root root 62376 Oct 13 2014 libjbig.so.0
-rw-r--r-- 1 root root 275016 Aug 6 2014 libjim.so.0.75
lrwxrwxrwx 1 root root 17 Mar 8 2015 libjpeg.so.62 -> libjpeg.so.62.1.0
-rw-r--r-- 1 root root 289464 Mar 8 2015 libjpeg.so.62.1.0
lrwxrwxrwx 1 root root 25 Jul 13 2014 libjson-glib-1.0.so.0 -> libjson-glib-1.0.so.0.0.2
-rw-r--r-- 1 root root 155536 Jul 13 2014 libjson-glib-1.0.so.0.0.2
lrwxrwxrwx 1 root root 18 Feb 3 01:08 libk5crypto.so.3 -> libk5crypto.so.3.1
-rw-r--r-- 1 root root 195400 Feb 3 01:08 libk5crypto.so.3.1
lrwxrwxrwx 1 root root 17 Jan 10 2015 libkrb5.so.26 -> libkrb5.so.26.0.0
-rw-r--r-- 1 root root 580840 Jan 10 2015 libkrb5.so.26.0.0
lrwxrwxrwx 1 root root 14 Feb 3 01:08 libkrb5.so.3 -> libkrb5.so.3.3
-rw-r--r-- 1 root root 867776 Feb 3 01:08 libkrb5.so.3.3
lrwxrwxrwx 1 root root 21 Feb 3 01:08 libkrb5support.so.0 -> libkrb5support.so.0.1
-rw-r--r-- 1 root root 48088 Feb 3 01:08 libkrb5support.so.0.1
lrwxrwxrwx 1 root root 17 Nov 25 2014 libksba.so.8 -> libksba.so.8.11.3
-rw-r--r-- 1 root root 223576 Nov 25 2014 libksba.so.8.11.3
lrwxrwxrwx 1 root root 21 Jan 16 16:53 liblber-2.4.so.2 -> liblber-2.4.so.2.10.3
-rw-r--r-- 1 root root 59576 Jan 16 16:53 liblber-2.4.so.2.10.3
lrwxrwxrwx 1 root root 17 Nov 8 2014 liblcms2.so.2 -> liblcms2.so.2.0.6
-rw-r--r-- 1 root root 368112 Nov 8 2014 liblcms2.so.2.0.6
lrwxrwxrwx 1 root root 18 Jan 16 16:53 libldap-2.4.so.2 -> libldap_r-2.4.so.2
lrwxrwxrwx 1 root root 23 Jan 16 16:53 libldap_r-2.4.so.2 -> libldap_r-2.4.so.2.10.3
-rw-r--r-- 1 root root 327088 Jan 16 16:53 libldap_r-2.4.so.2.10.3
lrwxrwxrwx 1 root root 16 Dec 21 19:23 libldb.so.1 -> libldb.so.1.1.17
-rw-r--r-- 1 root root 188328 Dec 21 19:23 libldb.so.1.1.17
lrwxrwxrwx 1 root root 16 Aug 27 2014 liblinear.so.1 -> liblinear.so.1.8
-rw-r--r-- 1 root root 51784 Aug 27 2014 liblinear.so.1.8
lrwxrwxrwx 1 root root 22 Jan 13 2014 libliveMedia.so.23 -> libliveMedia.so.23.1.0
-rw-r--r-- 1 root root 1044272 Jan 13 2014 libliveMedia.so.23.1.0
-rw-r--r-- 1 root root 30462808 Feb 27 2015 libLLVM-3.5.so.1
lrwxrwxrwx 1 root root 18 Jun 2 2013 liblockfile.so.1 -> liblockfile.so.1.0
-rw-r--r-- 1 root root 14656 Jun 2 2013 liblockfile.so.1.0
lrwxrwxrwx 1 root root 26 Apr 3 2014 liblogging-stdlog.so.0 -> liblogging-stdlog.so.0.0.0
-rw-r--r-- 1 root root 18480 Apr 3 2014 liblogging-stdlog.so.0.0.0
lrwxrwxrwx 1 root root 19 Aug 20 2014 liblognorm.so.1 -> liblognorm.so.1.0.0
-rw-r--r-- 1 root root 38616 Aug 20 2014 liblognorm.so.1.0.0
lrwxrwxrwx 1 root root 17 Jun 24 2014 liblouis.so.2 -> liblouis.so.2.3.3
-rw-r--r-- 1 root root 112696 Jun 24 2014 liblouis.so.2.3.3
lrwxrwxrwx 1 root root 17 Aug 11 2014 liblqr-1.so.0 -> liblqr-1.so.0.3.2
-rw-r--r-- 1 root root 93080 Aug 11 2014 liblqr-1.so.0.3.2
lrwxrwxrwx 1 root root 16 Dec 25 2014 liblsan.so.0 -> liblsan.so.0.0.0
-rw-r--r-- 1 root root 231344 Dec 25 2014 liblsan.so.0.0.0
lrwxrwxrwx 1 root root 16 Oct 14 2014 libltdl.so.7 -> libltdl.so.7.3.0
-rw-r--r-- 1 root root 39392 Oct 14 2014 libltdl.so.7.3.0
lrwxrwxrwx 1 root root 22 Oct 9 2014 liblua5.1-c++.so.0 -> liblua5.1-c++.so.0.0.0
-rw-r--r-- 1 root root 185448 Oct 9 2014 liblua5.1-c++.so.0.0.0
lrwxrwxrwx 1 root root 18 Oct 9 2014 liblua5.1.so.0 -> liblua5.1.so.0.0.0
-rw-r--r-- 1 root root 184528 Oct 9 2014 liblua5.1.so.0.0.0
lrwxrwxrwx 1 root root 18 Oct 9 2014 liblua5.2.so.0 -> liblua5.2.so.0.0.0
-rw-r--r-- 1 root root 208584 Oct 9 2014 liblua5.2.so.0.0.0
-rw-r--r-- 1 root root 2115576 Feb 11 18:43 libm.a
lrwxrwxrwx 1 root root 15 May 20 2013 libmad.so.0 -> libmad.so.0.2.1
-rw-r--r-- 1 root root 129208 May 20 2013 libmad.so.0.2.1
lrwxrwxrwx 1 root root 26 Jan 5 2015 libMagick++-6.Q16.so.5 -> libMagick++-6.Q16.so.5.0.0
-rw-r--r-- 1 root root 543320 Jan 5 2015 libMagick++-6.Q16.so.5.0.0
lrwxrwxrwx 1 root root 28 Jan 5 2015 libMagickCore-6.Q16.so.2 -> libMagickCore-6.Q16.so.2.0.0
-rw-r--r-- 1 root root 2751944 Jan 5 2015 libMagickCore-6.Q16.so.2.0.0
lrwxrwxrwx 1 root root 28 Jan 5 2015 libMagickWand-6.Q16.so.2 -> libMagickWand-6.Q16.so.2.0.0
-rw-r--r-- 1 root root 1205824 Jan 5 2015 libMagickWand-6.Q16.so.2.0.0
lrwxrwxrwx 1 root root 17 Oct 13 21:38 libmagic.so.1 -> libmagic.so.1.0.0
-rw-r--r-- 1 root root 129864 Oct 13 21:38 libmagic.so.1.0.0
-rw-r--r-- 1 root root 681304 Nov 10 2013 libmatroska.so.6
lrwxrwxrwx 1 root root 21 Dec 19 2014 libmbim-glib.so.4 -> libmbim-glib.so.4.0.0
-rw-r--r-- 1 root root 225376 Dec 19 2014 libmbim-glib.so.4.0.0
-rw-r--r-- 1 root root 1600 Feb 11 18:43 libmcheck.a
lrwxrwxrwx 1 root root 26 Oct 13 2014 libmediaart-1.0.so.0 -> libmediaart-1.0.so.0.700.0
-rw-r--r-- 1 root root 52376 Oct 13 2014 libmediaart-1.0.so.0.700.0
lrwxrwxrwx 1 root root 14 Dec 8 2014 libmenu.so.5 -> libmenu.so.5.9
-rw-r--r-- 1 root root 31512 Dec 8 2014 libmenu.so.5.9
lrwxrwxrwx 1 root root 15 Dec 8 2014 libmenuw.so.5 -> libmenuw.so.5.9
-rw-r--r-- 1 root root 35608 Dec 8 2014 libmenuw.so.5.9
lrwxrwxrwx 1 root root 17 May 24 2014 libmhash.so.2 -> libmhash.so.2.0.1
-rw-r--r-- 1 root root 178472 May 24 2014 libmhash.so.2.0.1
-rw-r--r-- 1 root root 47528 Oct 25 01:19 libminiupnpc.so.10
lrwxrwxrwx 1 root root 26 Dec 8 2014 libmjpegutils-2.1.so.0 -> libmjpegutils-2.1.so.0.0.0
-rw-r--r-- 1 root root 56432 Dec 8 2014 libmjpegutils-2.1.so.0.0.0
lrwxrwxrwx 1 root root 19 Sep 17 2014 libmm-glib.so.0 -> libmm-glib.so.0.2.0
-rw-r--r-- 1 root root 745624 Sep 17 2014 libmm-glib.so.0.2.0
lrwxrwxrwx 1 root root 15 Apr 25 2014 libmms.so.0 -> libmms.so.0.0.2
-rw-r--r-- 1 root root 68296 Apr 25 2014 libmms.so.0.0.2
lrwxrwxrwx 1 root root 18 Dec 8 2014 libmng.so.1 -> libmng.so.1.1.0.10
-rw-r--r-- 1 root root 611560 Dec 8 2014 libmng.so.1.1.0.10
lrwxrwxrwx 1 root root 20 May 2 2014 libmozjs-24.so.0 -> libmozjs-24.so.0.0.0
-rw-r--r-- 1 root root 5937264 May 2 2014 libmozjs-24.so.0.0.0
lrwxrwxrwx 1 root root 19 Jun 16 2015 libmp3lame.so.0 -> libmp3lame.so.0.0.0
-rw-r--r-- 1 root root 302608 Jun 16 2015 libmp3lame.so.0.0.0
lrwxrwxrwx 1 root root 18 Mar 22 2014 libmpcdec.so.6 -> libmpcdec.so.6.1.0
-rw-r--r-- 1 root root 64848 Mar 22 2014 libmpcdec.so.6.1.0
lrwxrwxrwx 1 root root 15 Jul 10 2014 libmpc.so.3 -> libmpc.so.3.0.0
-rw-r--r-- 1 root root 95736 Jul 10 2014 libmpc.so.3.0.0
lrwxrwxrwx 1 root root 17 Aug 31 2014 libmpdec.so.2 -> libmpdec.so.2.4.1
-rw-r--r-- 1 root root 233288 Aug 31 2014 libmpdec.so.2.4.1
lrwxrwxrwx 1 root root 24 Mar 17 2015 libmpeg2convert.so.0 -> libmpeg2convert.so.0.0.0
-rw-r--r-- 1 root root 30728 Mar 17 2015 libmpeg2convert.so.0.0.0
lrwxrwxrwx 1 root root 26 Dec 8 2014 libmpeg2encpp-2.1.so.0 -> libmpeg2encpp-2.1.so.0.0.0
-rw-r--r-- 1 root root 188360 Dec 8 2014 libmpeg2encpp-2.1.so.0.0.0
lrwxrwxrwx 1 root root 17 Mar 17 2015 libmpeg2.so.0 -> libmpeg2.so.0.1.0
-rw-r--r-- 1 root root 117608 Mar 17 2015 libmpeg2.so.0.1.0
lrwxrwxrwx 1 root root 16 Dec 11 2014 libmpfr.so.4 -> libmpfr.so.4.1.2
-rw-r--r-- 1 root root 405752 Dec 11 2014 libmpfr.so.4.1.2
lrwxrwxrwx 1 root root 19 Aug 31 2014 libmpg123.so.0 -> libmpg123.so.0.40.3
-rw-r--r-- 1 root root 307192 Aug 31 2014 libmpg123.so.0.40.3
lrwxrwxrwx 1 root root 22 Dec 8 2014 libmplex2-2.1.so.0 -> libmplex2-2.1.so.0.0.0
-rw-r--r-- 1 root root 126216 Dec 8 2014 libmplex2-2.1.so.0.0.0
lrwxrwxrwx 1 root root 31 Feb 11 18:43 libm.so -> /lib/x86_64-linux-gnu/libm.so.6
lrwxrwxrwx 1 root root 17 Apr 2 2014 libmtdev.so.1 -> libmtdev.so.1.0.0
-rw-r--r-- 1 root root 22552 Apr 2 2014 libmtdev.so.1.0.0
lrwxrwxrwx 1 root root 15 Sep 29 2014 libmtp.so.9 -> libmtp.so.9.2.0
-rw-r--r-- 1 root root 409032 Sep 29 2014 libmtp.so.9.2.0
lrwxrwxrwx 1 root root 24 Nov 20 2014 libmusicbrainz5.so.1 -> libmusicbrainz5.so.1.0.0
-rw-r--r-- 1 root root 592696 Nov 20 2014 libmusicbrainz5.so.1.0.0
lrwxrwxrwx 1 root root 15 Sep 29 2014 libndp.so.0 -> libndp.so.0.0.2
-rw-r--r-- 1 root root 23128 Sep 29 2014 libndp.so.0.0.2
lrwxrwxrwx 1 root root 23 Dec 28 14:54 libndr-krb5pac.so.0 -> libndr-krb5pac.so.0.0.1
-rw-r--r-- 1 root root 39888 Dec 28 14:54 libndr-krb5pac.so.0.0.1
lrwxrwxrwx 1 root root 19 Dec 28 14:54 libndr-nbt.so.0 -> libndr-nbt.so.0.0.1
-rw-r--r-- 1 root root 89592 Dec 28 14:54 libndr-nbt.so.0.0.1
lrwxrwxrwx 1 root root 15 Dec 28 14:54 libndr.so.0 -> libndr.so.0.0.2
-rw-r--r-- 1 root root 89280 Dec 28 14:54 libndr.so.0.0.2
lrwxrwxrwx 1 root root 24 Dec 28 14:54 libndr-standard.so.0 -> libndr-standard.so.0.0.1
-rw-r--r-- 1 root root 3248744 Dec 28 14:54 libndr-standard.so.0.0.1
-rw-r--r-- 1 root root 398816 Dec 28 14:54 libnetapi.so.0
lrwxrwxrwx 1 root root 26 Sep 10 2014 libnetfilter_acct.so.1 -> libnetfilter_acct.so.1.0.0
-rw-r--r-- 1 root root 10480 Sep 10 2014 libnetfilter_acct.so.1.0.0
lrwxrwxrwx 1 root root 31 Aug 15 2013 libnetfilter_conntrack.so.3 -> libnetfilter_conntrack.so.3.5.0
-rw-r--r-- 1 root root 117344 Aug 15 2013 libnetfilter_conntrack.so.3.5.0
lrwxrwxrwx 1 root root 16 Jan 11 2015 libnettle.so.4 -> libnettle.so.4.7
-rw-r--r-- 1 root root 203520 Jan 11 2015 libnettle.so.4.7
lrwxrwxrwx 1 root root 18 Nov 8 2014 libnewt.so.0.52 -> libnewt.so.0.52.17
-rw-r--r-- 1 root root 98112 Nov 8 2014 libnewt.so.0.52.17
lrwxrwxrwx 1 root root 21 Apr 15 2014 libnfnetlink.so.0 -> libnfnetlink.so.0.2.0
-rw-r--r-- 1 root root 26392 Apr 15 2014 libnfnetlink.so.0.2.0
lrwxrwxrwx 1 root root 17 May 14 2014 libnice.so.10 -> libnice.so.10.4.1
-rw-r--r-- 1 root root 246536 May 14 2014 libnice.so.10.4.1
lrwxrwxrwx 1 root root 25 Apr 18 2014 libnl-route-3.so.200 -> libnl-route-3.so.200.19.0
-rw-r--r-- 1 root root 352256 Apr 18 2014 libnl-route-3.so.200.19.0
lrwxrwxrwx 1 root root 19 Mar 30 2015 libnm-glib.so.4 -> libnm-glib.so.4.8.0
-rw-r--r-- 1 root root 301192 Mar 30 2015 libnm-glib.so.4.8.0
lrwxrwxrwx 1 root root 23 Mar 30 2015 libnm-glib-vpn.so.1 -> libnm-glib-vpn.so.1.2.0
-rw-r--r-- 1 root root 39728 Mar 30 2015 libnm-glib-vpn.so.1.2.0
lrwxrwxrwx 1 root root 18 Jul 15 2014 libnm-gtk.so.0 -> libnm-gtk.so.0.0.0
-rw-r--r-- 1 root root 198760 Jul 15 2014 libnm-gtk.so.0.0.0
lrwxrwxrwx 1 root root 19 Mar 30 2015 libnm-util.so.2 -> libnm-util.so.2.6.0
-rw-r--r-- 1 root root 482208 Mar 30 2015 libnm-util.so.2.6.0
lrwxrwxrwx 1 root root 18 Feb 21 2014 libnotify.so.4 -> libnotify.so.4.0.0
-rw-r--r-- 1 root root 31272 Feb 21 2014 libnotify.so.4.0.0
-rw-r--r-- 1 root root 185874 Feb 11 18:43 libnsl.a
lrwxrwxrwx 1 root root 33 Feb 11 18:43 libnsl.so -> /lib/x86_64-linux-gnu/libnsl.so.1
-rw-r--r-- 1 root root 253232 Nov 19 01:49 libnspr4.so
-rw-r--r-- 1 root root 1337208 Aug 18 2015 libnss3.so
lrwxrwxrwx 1 root root 40 Feb 11 18:43 libnss_compat.so -> /lib/x86_64-linux-gnu/libnss_compat.so.2
lrwxrwxrwx 1 root root 37 Feb 11 18:43 libnss_dns.so -> /lib/x86_64-linux-gnu/libnss_dns.so.2
lrwxrwxrwx 1 root root 39 Feb 11 18:43 libnss_files.so -> /lib/x86_64-linux-gnu/libnss_files.so.2
lrwxrwxrwx 1 root root 40 Feb 11 18:43 libnss_hesiod.so -> /lib/x86_64-linux-gnu/libnss_hesiod.so.2
lrwxrwxrwx 1 root root 41 Feb 11 18:43 libnss_nisplus.so -> /lib/x86_64-linux-gnu/libnss_nisplus.so.2
lrwxrwxrwx 1 root root 37 Feb 11 18:43 libnss_nis.so -> /lib/x86_64-linux-gnu/libnss_nis.so.2
-rw-r--r-- 1 root root 179488 Aug 18 2015 libnssutil3.so
lrwxrwxrwx 1 root root 14 Jul 5 2014 libntdb.so.1 -> libntdb.so.1.0
-rw-r--r-- 1 root root 84464 Jul 5 2014 libntdb.so.1.0
lrwxrwxrwx 1 root root 17 Jun 20 2013 liboauth.so.0 -> liboauth.so.0.8.5
-rw-r--r-- 1 root root 35464 Jun 20 2013 liboauth.so.0.8.5
lrwxrwxrwx 1 root root 19 Dec 25 2014 libobjc_gc.so.4 -> libobjc_gc.so.4.0.0
-rw-r--r-- 1 root root 266464 Dec 25 2014 libobjc_gc.so.4.0.0
lrwxrwxrwx 1 root root 16 Dec 25 2014 libobjc.so.4 -> libobjc.so.4.0.0
-rw-r--r-- 1 root root 110008 Dec 25 2014 libobjc.so.4.0.0
lrwxrwxrwx 1 root root 15 May 28 2014 libogg.so.0 -> libogg.so.0.8.2
-rw-r--r-- 1 root root 34624 May 28 2014 libogg.so.0.8.2
lrwxrwxrwx 1 root root 19 Aug 17 2014 libopenal.so.1 -> libopenal.so.1.15.1
-rw-r--r-- 1 root root 368640 Aug 17 2014 libopenal.so.1.15.1
lrwxrwxrwx 1 root root 26 Sep 1 2014 libopencore-amrnb.so.0 -> libopencore-amrnb.so.0.0.3
-rw-r--r-- 1 root root 174160 Sep 1 2014 libopencore-amrnb.so.0.0.3
lrwxrwxrwx 1 root root 26 Sep 1 2014 libopencore-amrwb.so.0 -> libopencore-amrwb.so.0.0.3
-rw-r--r-- 1 root root 79864 Sep 1 2014 libopencore-amrwb.so.0.0.3
lrwxrwxrwx 1 root root 26 May 27 2015 libopencv_calib3d.so.2.4 -> libopencv_calib3d.so.2.4.9
-rw-r--r-- 1 root root 620424 May 27 2015 libopencv_calib3d.so.2.4.9
lrwxrwxrwx 1 root root 26 May 27 2015 libopencv_contrib.so.2.4 -> libopencv_contrib.so.2.4.9
-rw-r--r-- 1 root root 960520 May 27 2015 libopencv_contrib.so.2.4.9
lrwxrwxrwx 1 root root 23 May 27 2015 libopencv_core.so.2.4 -> libopencv_core.so.2.4.9
-rw-r--r-- 1 root root 2454704 May 27 2015 libopencv_core.so.2.4.9
lrwxrwxrwx 1 root root 29 May 27 2015 libopencv_features2d.so.2.4 -> libopencv_features2d.so.2.4.9
-rw-r--r-- 1 root root 686000 May 27 2015 libopencv_features2d.so.2.4.9
lrwxrwxrwx 1 root root 24 May 27 2015 libopencv_flann.so.2.4 -> libopencv_flann.so.2.4.9
-rw-r--r-- 1 root root 468872 May 27 2015 libopencv_flann.so.2.4.9
lrwxrwxrwx 1 root root 26 May 27 2015 libopencv_highgui.so.2.4 -> libopencv_highgui.so.2.4.9
-rw-r--r-- 1 root root 330712 May 27 2015 libopencv_highgui.so.2.4.9
lrwxrwxrwx 1 root root 26 May 27 2015 libopencv_imgproc.so.2.4 -> libopencv_imgproc.so.2.4.9
-rw-r--r-- 1 root root 2148408 May 27 2015 libopencv_imgproc.so.2.4.9
lrwxrwxrwx 1 root root 25 May 27 2015 libopencv_legacy.so.2.4 -> libopencv_legacy.so.2.4.9
-rw-r--r-- 1 root root 1130192 May 27 2015 libopencv_legacy.so.2.4.9
lrwxrwxrwx 1 root root 21 May 27 2015 libopencv_ml.so.2.4 -> libopencv_ml.so.2.4.9
-rw-r--r-- 1 root root 508336 May 27 2015 libopencv_ml.so.2.4.9
lrwxrwxrwx 1 root root 28 May 27 2015 libopencv_objdetect.so.2.4 -> libopencv_objdetect.so.2.4.9
-rw-r--r-- 1 root root 518576 May 27 2015 libopencv_objdetect.so.2.4.9
lrwxrwxrwx 1 root root 24 May 27 2015 libopencv_video.so.2.4 -> libopencv_video.so.2.4.9
-rw-r--r-- 1 root root 350080 May 27 2015 libopencv_video.so.2.4.9
-rw-r--r-- 1 root root 190704 Oct 4 2014 libopenjpeg_JPWL.so.1.5.2
lrwxrwxrwx 1 root root 25 Oct 4 2014 libopenjpeg_JPWL.so.5 -> libopenjpeg_JPWL.so.1.5.2
-rw-r--r-- 1 root root 149360 Oct 4 2014 libopenjpeg.so.1.5.2
lrwxrwxrwx 1 root root 20 Oct 4 2014 libopenjpeg.so.5 -> libopenjpeg.so.1.5.2
lrwxrwxrwx 1 root root 19 Oct 14 2014 libopenraw.so.1 -> libopenraw.so.1.6.0
-rw-r--r-- 1 root root 382200 Oct 14 2014 libopenraw.so.1.6.0
lrwxrwxrwx 1 root root 18 Aug 19 2015 libOpenVG.so.1 -> libOpenVG.so.1.0.0
-rw-r--r-- 1 root root 30992 Aug 19 2015 libOpenVG.so.1.0.0
lrwxrwxrwx 1 root root 16 Aug 26 2014 libopus.so.0 -> libopus.so.0.5.0
-rw-r--r-- 1 root root 296848 Aug 26 2014 libopus.so.0.5.0
lrwxrwxrwx 1 root root 19 Nov 17 2013 libORBit-2.so.0 -> libORBit-2.so.0.1.0
-rw-r--r-- 1 root root 452216 Nov 17 2013 libORBit-2.so.0.1.0
lrwxrwxrwx 1 root root 28 Nov 17 2013 libORBitCosNaming-2.so.0 -> libORBitCosNaming-2.so.0.1.0
-rw-r--r-- 1 root root 29640 Nov 17 2013 libORBitCosNaming-2.so.0.1.0
lrwxrwxrwx 1 root root 27 Nov 17 2013 libORBit-imodule-2.so.0 -> libORBit-imodule-2.so.0.0.0
-rw-r--r-- 1 root root 35160 Nov 17 2013 libORBit-imodule-2.so.0.0.0
lrwxrwxrwx 1 root root 20 Aug 27 2014 liborc-0.4.so.0 -> liborc-0.4.so.0.22.0
-rw-r--r-- 1 root root 541808 Aug 27 2014 liborc-0.4.so.0.22.0
lrwxrwxrwx 1 root root 25 Aug 27 2014 liborc-test-0.4.so.0 -> liborc-test-0.4.so.0.22.0
-rw-r--r-- 1 root root 31120 Aug 27 2014 liborc-test-0.4.so.0.22.0
lrwxrwxrwx 1 root root 19 Sep 8 2014 libOsiCbc.so.3 -> libOsiCbc.so.3.8.12
-rw-r--r-- 1 root root 63880 Sep 8 2014 libOsiCbc.so.3.8.12
lrwxrwxrwx 1 root root 20 Sep 6 2014 libOsiClp.so.1 -> libOsiClp.so.1.12.10
-rw-r--r-- 1 root root 308160 Sep 6 2014 libOsiClp.so.1.12.10
lrwxrwxrwx 1 root root 27 Sep 5 2014 libOsiCommonTests.so.1 -> libOsiCommonTests.so.1.11.9
-rw-r--r-- 1 root root 639016 Sep 5 2014 libOsiCommonTests.so.1.11.9
lrwxrwxrwx 1 root root 16 Sep 5 2014 libOsi.so.1 -> libOsi.so.1.11.9
-rw-r--r-- 1 root root 361232 Sep 5 2014 libOsi.so.1.11.9
lrwxrwxrwx 1 root root 19 Sep 19 2014 libp11-kit.so.0 -> libp11-kit.so.0.0.0
-rw-r--r-- 1 root root 285104 Sep 19 2014 libp11-kit.so.0.0.0
lrwxrwxrwx 1 root root 29 Dec 8 2014 libpackagekit-glib2.so.18 -> libpackagekit-glib2.so.18.0.1
-rw-r--r-- 1 root root 378672 Dec 8 2014 libpackagekit-glib2.so.18.0.1
lrwxrwxrwx 1 root root 15 Dec 8 2014 libpanel.so.5 -> libpanel.so.5.9
-rw-r--r-- 1 root root 14248 Dec 8 2014 libpanel.so.5.9
lrwxrwxrwx 1 root root 16 Dec 8 2014 libpanelw.so.5 -> libpanelw.so.5.9
-rw-r--r-- 1 root root 14248 Dec 8 2014 libpanelw.so.5.9
lrwxrwxrwx 1 root root 24 Nov 18 2014 libpango-1.0.so.0 -> libpango-1.0.so.0.3600.8
-rw-r--r-- 1 root root 319832 Nov 18 2014 libpango-1.0.so.0.3600.8
lrwxrwxrwx 1 root root 29 Nov 18 2014 libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.3600.8
-rw-r--r-- 1 root root 52560 Nov 18 2014 libpangocairo-1.0.so.0.3600.8
lrwxrwxrwx 1 root root 27 Nov 18 2014 libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.3600.8
-rw-r--r-- 1 root root 90184 Nov 18 2014 libpangoft2-1.0.so.0.3600.8
lrwxrwxrwx 1 root root 24 Aug 28 2014 libpangomm-1.4.so.1 -> libpangomm-1.4.so.1.0.30
-rw-r--r-- 1 root root 2279224 Aug 28 2014 libpangomm-1.4.so.1.0.30
lrwxrwxrwx 1 root root 22 Sep 2 2014 libpangox-1.0.so.0 -> libpangox-1.0.so.0.0.0
-rw-r--r-- 1 root root 131872 Sep 2 2014 libpangox-1.0.so.0.0.0
lrwxrwxrwx 1 root root 27 Nov 18 2014 libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.3600.8
-rw-r--r-- 1 root root 35560 Nov 18 2014 libpangoxft-1.0.so.0.3600.8
lrwxrwxrwx 1 root root 17 Nov 1 2014 libpaper.so.1 -> libpaper.so.1.1.2
-rw-r--r-- 1 root root 12456 Nov 1 2014 libpaper.so.1.1.2
lrwxrwxrwx 1 root root 16 Oct 11 2014 libpcap.so.0.8 -> libpcap.so.1.6.2
-rw-r--r-- 1 root root 257608 Oct 11 2014 libpcap.so.1.6.2
lrwxrwxrwx 1 root root 22 Dec 8 2014 libpciaccess.so.0 -> libpciaccess.so.0.11.1
-rw-r--r-- 1 root root 39264 Dec 8 2014 libpciaccess.so.0.11.1
-rw-r--r-- 1 root root 610158 Jan 10 20:48 libpcre.a
-rw-r--r-- 1 root root 50836 Jan 10 20:48 libpcrecpp.a
lrwxrwxrwx 1 root root 19 Jan 10 20:48 libpcrecpp.so -> libpcrecpp.so.0.0.0
lrwxrwxrwx 1 root root 19 Jan 10 20:48 libpcrecpp.so.0 -> libpcrecpp.so.0.0.0
-rw-r--r-- 1 root root 38816 Jan 10 20:48 libpcrecpp.so.0.0.0
-rw-r--r-- 1 root root 6936 Jan 10 20:48 libpcreposix.a
lrwxrwxrwx 1 root root 22 Jan 10 20:48 libpcreposix.so -> libpcreposix.so.3.13.1
lrwxrwxrwx 1 root root 22 Jan 10 20:48 libpcreposix.so.3 -> libpcreposix.so.3.13.1
-rw-r--r-- 1 root root 10128 Jan 10 20:48 libpcreposix.so.3.13.1
lrwxrwxrwx 1 root root 34 Jan 10 20:48 libpcre.so -> /lib/x86_64-linux-gnu/libpcre.so.3
lrwxrwxrwx 1 root root 20 Nov 7 2014 libpcsclite.so.1 -> libpcsclite.so.1.0.0
-rw-r--r-- 1 root root 43328 Nov 7 2014 libpcsclite.so.1.0.0
-rw-r--r-- 1 root root 462144 Dec 28 14:54 libpdb.so.0
lrwxrwxrwx 1 root root 17 Feb 26 15:45 libperl.so.5.20 -> libperl.so.5.20.2
-rw-r--r-- 1 root root 1827768 Feb 26 15:45 libperl.so.5.20.2
lrwxrwxrwx 1 root root 21 Sep 12 2014 libphonenumber.so.6 -> libphonenumber.so.6.2
-rw-r--r-- 1 root root 1060872 Sep 12 2014 libphonenumber.so.6.2
lrwxrwxrwx 1 root root 20 Oct 25 2014 libpipeline.so.1 -> libpipeline.so.1.4.0
-rw-r--r-- 1 root root 55008 Oct 25 2014 libpipeline.so.1.4.0
lrwxrwxrwx 1 root root 21 Aug 24 2014 libpixman-1.so.0 -> libpixman-1.so.0.32.6
-rw-r--r-- 1 root root 706576 Aug 24 2014 libpixman-1.so.0.32.6
-rw-r--r-- 1 root root 18768 Nov 19 01:49 libplc4.so
-rw-r--r-- 1 root root 14544 Nov 19 01:49 libplds4.so
lrwxrwxrwx 1 root root 17 Mar 29 2014 libplist.so.2 -> libplist.so.2.0.0
-rw-r--r-- 1 root root 43552 Mar 29 2014 libplist.so.2.0.0
-rw-r--r-- 1 root root 248826 Jan 7 12:59 libpng12.a
lrwxrwxrwx 1 root root 13 Jan 7 12:59 libpng12.so -> libpng12.so.0
lrwxrwxrwx 1 root root 35 Jan 7 12:59 libpng12.so.0 -> /lib/x86_64-linux-gnu/libpng12.so.0
lrwxrwxrwx 1 root root 10 Jan 7 12:59 libpng.a -> libpng12.a
lrwxrwxrwx 1 root root 11 Jan 7 12:59 libpng.so -> libpng12.so
lrwxrwxrwx 1 root root 26 Nov 28 2014 libpolkit-agent-1.so.0 -> libpolkit-agent-1.so.0.0.0
-rw-r--r-- 1 root root 44232 Nov 28 2014 libpolkit-agent-1.so.0.0.0
lrwxrwxrwx 1 root root 28 Nov 28 2014 libpolkit-backend-1.so.0 -> libpolkit-backend-1.so.0.0.0
-rw-r--r-- 1 root root 106840 Nov 28 2014 libpolkit-backend-1.so.0.0.0
lrwxrwxrwx 1 root root 28 Nov 28 2014 libpolkit-gobject-1.so.0 -> libpolkit-gobject-1.so.0.0.0
-rw-r--r-- 1 root root 114544 Nov 28 2014 libpolkit-gobject-1.so.0.0.0
lrwxrwxrwx 1 root root 24 Oct 19 2014 libpoppler-glib.so.8 -> libpoppler-glib.so.8.6.0
-rw-r--r-- 1 root root 370600 Oct 19 2014 libpoppler-glib.so.8.6.0
lrwxrwxrwx 1 root root 20 Oct 19 2014 libpoppler.so.46 -> libpoppler.so.46.0.0
-rw-r--r-- 1 root root 2670568 Oct 19 2014 libpoppler.so.46.0.0
lrwxrwxrwx 1 root root 21 Feb 15 2014 libportaudio.so.2 -> libportaudio.so.2.0.0
-rw-r--r-- 1 root root 188584 Feb 15 2014 libportaudio.so.2.0.0
lrwxrwxrwx 1 root root 22 Sep 12 2014 libprotobuf-c.so.1 -> libprotobuf-c.so.1.0.0
-rw-r--r-- 1 root root 35016 Sep 12 2014 libprotobuf-c.so.1.0.0
lrwxrwxrwx 1 root root 20 Oct 24 2014 libprotobuf.so.9 -> libprotobuf.so.9.0.1
-rw-r--r-- 1 root root 1285320 Oct 24 2014 libprotobuf.so.9.0.1
lrwxrwxrwx 1 root root 17 Dec 10 2014 libproxy.so.1 -> libproxy.so.1.0.0
-rw-r--r-- 1 root root 146992 Dec 10 2014 libproxy.so.1.0.0
lrwxrwxrwx 1 root root 15 Aug 4 2014 libpsl.so.0 -> libpsl.so.0.2.2
-rw-r--r-- 1 root root 462560 Aug 4 2014 libpsl.so.0.2.2
lrwxrwxrwx 1 root root 19 Oct 6 2014 libpspell.so.15 -> libpspell.so.15.2.0
-rw-r--r-- 1 root root 5896 Oct 6 2014 libpspell.so.15.2.0
lrwxrwxrwx 1 root root 20 Sep 8 2014 libpstoedit.so.0 -> libpstoedit.so.0.0.0
-rw-r--r-- 1 root root 475048 Sep 8 2014 libpstoedit.so.0.0.0
lrwxrwxrwx 1 root root 15 May 18 2013 libpst.so.4 -> libpst.so.4.1.8
-rw-r--r-- 1 root root 178728 May 18 2013 libpst.so.4.1.8
-rw-r--r-- 1 root root 1831618 Feb 11 18:36 libpthread.a
-rw-r--r-- 1 root root 4988 Feb 11 18:36 libpthread_nonshared.a
-rw-r--r-- 1 root root 252 Feb 11 18:36 libpthread.so
lrwxrwxrwx 1 root root 17 Aug 25 2014 libpth.so.20 -> libpth.so.20.0.27
-rw-r--r-- 1 root root 81304 Aug 25 2014 libpth.so.20.0.27
lrwxrwxrwx 1 root root 31 Oct 11 2014 libpulse-mainloop-glib.so -> libpulse-mainloop-glib.so.0.0.5
lrwxrwxrwx 1 root root 31 Oct 11 2014 libpulse-mainloop-glib.so.0 -> libpulse-mainloop-glib.so.0.0.5
-rw-r--r-- 1 root root 18720 Oct 11 2014 libpulse-mainloop-glib.so.0.0.5
lrwxrwxrwx 1 root root 24 Oct 11 2014 libpulse-simple.so -> libpulse-simple.so.0.1.0
lrwxrwxrwx 1 root root 24 Oct 11 2014 libpulse-simple.so.0 -> libpulse-simple.so.0.1.0
-rw-r--r-- 1 root root 18816 Oct 11 2014 libpulse-simple.so.0.1.0
lrwxrwxrwx 1 root root 18 Oct 11 2014 libpulse.so -> libpulse.so.0.17.3
lrwxrwxrwx 1 root root 18 Oct 11 2014 libpulse.so.0 -> libpulse.so.0.17.3
-rw-r--r-- 1 root root 333520 Oct 11 2014 libpulse.so.0.17.3
lrwxrwxrwx 1 root root 21 Sep 21 2013 libpwquality.so.1 -> libpwquality.so.1.0.2
-rw-r--r-- 1 root root 22760 Sep 21 2013 libpwquality.so.1.0.2
lrwxrwxrwx 1 root root 25 Jul 5 2014 libpytalloc-util.so.2 -> libpytalloc-util.so.2.1.1
-rw-r--r-- 1 root root 10336 Jul 5 2014 libpytalloc-util.so.2.1.1
lrwxrwxrwx 1 root root 19 Mar 1 2015 libpython2.7.so.1 -> libpython2.7.so.1.0
-rw-r--r-- 1 root root 3614896 Mar 1 2015 libpython2.7.so.1.0
lrwxrwxrwx 1 root root 20 Oct 8 2014 libpython3.4m.so.1 -> libpython3.4m.so.1.0
-rw-r--r-- 1 root root 4343608 Oct 8 2014 libpython3.4m.so.1.0
lrwxrwxrwx 1 root root 20 Sep 16 2014 libqmi-glib.so.1 -> libqmi-glib.so.1.2.0
-rw-r--r-- 1 root root 1748240 Sep 16 2014 libqmi-glib.so.1.2.0
lrwxrwxrwx 1 root root 18 Sep 26 2014 libqqwing.so.2 -> libqqwing.so.2.0.2
-rw-r--r-- 1 root root 38712 Sep 26 2014 libqqwing.so.2.0.2
lrwxrwxrwx 1 root root 19 May 19 2015 libQt5Core.so.5 -> libQt5Core.so.5.3.2
lrwxrwxrwx 1 root root 19 May 19 2015 libQt5Core.so.5.3 -> libQt5Core.so.5.3.2
-rw-r--r-- 1 root root 5482576 May 19 2015 libQt5Core.so.5.3.2
lrwxrwxrwx 1 root root 19 May 19 2015 libQt5DBus.so.5 -> libQt5DBus.so.5.3.2
lrwxrwxrwx 1 root root 19 May 19 2015 libQt5DBus.so.5.3 -> libQt5DBus.so.5.3.2
-rw-r--r-- 1 root root 529464 May 19 2015 libQt5DBus.so.5.3.2
lrwxrwxrwx 1 root root 18 May 19 2015 libQt5Gui.so.5 -> libQt5Gui.so.5.3.2
lrwxrwxrwx 1 root root 18 May 19 2015 libQt5Gui.so.5.3 -> libQt5Gui.so.5.3.2
-rw-r--r-- 1 root root 5457120 May 19 2015 libQt5Gui.so.5.3.2
lrwxrwxrwx 1 root root 22 May 19 2015 libQt5Network.so.5 -> libQt5Network.so.5.3.2
lrwxrwxrwx 1 root root 22 May 19 2015 libQt5Network.so.5.3 -> libQt5Network.so.5.3.2
-rw-r--r-- 1 root root 1428264 May 19 2015 libQt5Network.so.5.3.2
lrwxrwxrwx 1 root root 18 May 19 2015 libQt5Sql.so.5 -> libQt5Sql.so.5.3.2
lrwxrwxrwx 1 root root 18 May 19 2015 libQt5Sql.so.5.3 -> libQt5Sql.so.5.3.2
-rw-r--r-- 1 root root 269544 May 19 2015 libQt5Sql.so.5.3.2
lrwxrwxrwx 1 root root 22 May 19 2015 libQt5Widgets.so.5 -> libQt5Widgets.so.5.3.2
lrwxrwxrwx 1 root root 22 May 19 2015 libQt5Widgets.so.5.3 -> libQt5Widgets.so.5.3.2
-rw-r--r-- 1 root root 6638016 May 19 2015 libQt5Widgets.so.5.3.2
lrwxrwxrwx 1 root root 18 May 19 2015 libQt5Xml.so.5 -> libQt5Xml.so.5.3.2
lrwxrwxrwx 1 root root 18 May 19 2015 libQt5Xml.so.5.3 -> libQt5Xml.so.5.3.2
-rw-r--r-- 1 root root 248680 May 19 2015 libQt5Xml.so.5.3.2
lrwxrwxrwx 1 root root 21 May 3 2015 libQtCLucene.so.4 -> libQtCLucene.so.4.8.6
lrwxrwxrwx 1 root root 21 May 3 2015 libQtCLucene.so.4.8 -> libQtCLucene.so.4.8.6
-rw-r--r-- 1 root root 1077264 May 3 2015 libQtCLucene.so.4.8.6
lrwxrwxrwx 1 root root 18 May 3 2015 libQtCore.so.4 -> libQtCore.so.4.8.6
lrwxrwxrwx 1 root root 18 May 3 2015 libQtCore.so.4.8 -> libQtCore.so.4.8.6
-rw-r--r-- 1 root root 3074224 May 3 2015 libQtCore.so.4.8.6
lrwxrwxrwx 1 root root 18 May 3 2015 libQtDBus.so.4 -> libQtDBus.so.4.8.6
lrwxrwxrwx 1 root root 18 May 3 2015 libQtDBus.so.4.8 -> libQtDBus.so.4.8.6
-rw-r--r-- 1 root root 513160 May 3 2015 libQtDBus.so.4.8.6
lrwxrwxrwx 1 root root 17 May 3 2015 libQtGui.so.4 -> libQtGui.so.4.8.6
lrwxrwxrwx 1 root root 17 May 3 2015 libQtGui.so.4.8 -> libQtGui.so.4.8.6
-rw-r--r-- 1 root root 11454848 May 3 2015 libQtGui.so.4.8.6
lrwxrwxrwx 1 root root 17 May 3 2015 libQtXml.so.4 -> libQtXml.so.4.8.6
lrwxrwxrwx 1 root root 17 May 3 2015 libQtXml.so.4.8 -> libQtXml.so.4.8.6
-rw-r--r-- 1 root root 289816 May 3 2015 libQtXml.so.4.8.6
lrwxrwxrwx 1 root root 20 Dec 25 2014 libquadmath.so.0 -> libquadmath.so.0.0.0
-rw-r--r-- 1 root root 249816 Dec 25 2014 libquadmath.so.0.0.0
lrwxrwxrwx 1 root root 16 Jan 4 2015 libquvi.so.7 -> libquvi.so.7.0.1
-rw-r--r-- 1 root root 47976 Jan 4 2015 libquvi.so.7.0.1
lrwxrwxrwx 1 root root 19 May 5 2014 libraptor2.so.0 -> libraptor2.so.0.0.0
-rw-r--r-- 1 root root 404312 May 5 2014 libraptor2.so.0.0.0
lrwxrwxrwx 1 root root 18 Feb 24 2014 librasqal.so.3 -> librasqal.so.3.0.0
-rw-r--r-- 1 root root 474872 Feb 24 2014 librasqal.so.3.0.0
lrwxrwxrwx 1 root root 20 Jul 23 2014 libraw1394.so.11 -> libraw1394.so.11.1.0
-rw-r--r-- 1 root root 60536 Jul 23 2014 libraw1394.so.11.1.0
lrwxrwxrwx 1 root root 18 Dec 28 12:30 libraw_r.so.10 -> libraw_r.so.10.0.0
-rw-r--r-- 1 root root 691984 Dec 28 12:30 libraw_r.so.10.0.0
lrwxrwxrwx 1 root root 16 Dec 28 12:30 libraw.so.10 -> libraw.so.10.0.0
-rw-r--r-- 1 root root 691984 Dec 28 12:30 libraw.so.10.0.0
lrwxrwxrwx 1 root root 15 Mar 1 2014 librdf.so.0 -> librdf.so.0.0.0
-rw-r--r-- 1 root root 239448 Mar 1 2014 librdf.so.0.0.0
lrwxrwxrwx 1 root root 20 Dec 28 14:54 libregistry.so.0 -> libregistry.so.0.0.1
-rw-r--r-- 1 root root 143360 Dec 28 14:54 libregistry.so.0.0.1
-rw-r--r-- 1 root root 138666 Feb 11 18:43 libresolv.a
lrwxrwxrwx 1 root root 36 Feb 11 18:43 libresolv.so -> /lib/x86_64-linux-gnu/libresolv.so.2
lrwxrwxrwx 1 root root 20 Mar 9 2015 librest-0.7.so.0 -> librest-0.7.so.0.0.0
-rw-r--r-- 1 root root 89920 Mar 9 2015 librest-0.7.so.0.0.0
lrwxrwxrwx 1 root root 18 Jan 10 2015 libroken.so.18 -> libroken.so.18.1.0
-rw-r--r-- 1 root root 90256 Jan 10 2015 libroken.so.18.1.0
lrwxrwxrwx 1 root root 19 Feb 17 2013 librom1394.so.0 -> librom1394.so.0.3.0
-rw-r--r-- 1 root root 18480 Feb 17 2013 librom1394.so.0.3.0
-rw-r--r-- 1 root root 54470 Feb 11 18:43 librpcsvc.a
lrwxrwxrwx 1 root root 19 Oct 14 2014 librsvg-2.so.2 -> librsvg-2.so.2.40.5
-rw-r--r-- 1 root root 221832 Oct 14 2014 librsvg-2.so.2.40.5
-rw-r--r-- 1 root root 77108 Feb 11 18:43 librt.a
-rw-r--r-- 1 root root 122168 Mar 29 2015 librtmp.so.1
lrwxrwxrwx 1 root root 32 Feb 11 18:43 librt.so -> /lib/x86_64-linux-gnu/librt.so.1
lrwxrwxrwx 1 root root 29 Dec 28 14:54 libsamba-credentials.so.0 -> libsamba-credentials.so.0.0.1
-rw-r--r-- 1 root root 69080 Dec 28 14:54 libsamba-credentials.so.0.0.1
lrwxrwxrwx 1 root root 28 Dec 28 14:54 libsamba-hostconfig.so.0 -> libsamba-hostconfig.so.0.0.1
-rw-r--r-- 1 root root 221912 Dec 28 14:54 libsamba-hostconfig.so.0.0.1
lrwxrwxrwx 1 root root 24 Dec 28 14:54 libsamba-policy.so.0 -> libsamba-policy.so.0.0.1
-rw-r--r-- 1 root root 60304 Dec 28 14:54 libsamba-policy.so.0.0.1
lrwxrwxrwx 1 root root 22 Dec 28 14:54 libsamba-util.so.0 -> libsamba-util.so.0.0.1
-rw-r--r-- 1 root root 222784 Dec 28 14:54 libsamba-util.so.0.0.1
lrwxrwxrwx 1 root root 17 Dec 28 14:54 libsamdb.so.0 -> libsamdb.so.0.0.1
-rw-r--r-- 1 root root 86192 Dec 28 14:54 libsamdb.so.0.0.1
lrwxrwxrwx 1 root root 22 Jul 3 2014 libsamplerate.so.0 -> libsamplerate.so.0.1.8
-rw-r--r-- 1 root root 1488872 Jul 3 2014 libsamplerate.so.0.1.8
-rw-r--r-- 1 root root 930 Dec 27 2014 libsane.la
lrwxrwxrwx 1 root root 17 Dec 27 2014 libsane.so.1 -> libsane.so.1.0.24
-rw-r--r-- 1 root root 30632 Dec 27 2014 libsane.so.1.0.24
lrwxrwxrwx 1 root root 18 Sep 25 02:54 libsasl2.so.2 -> libsasl2.so.2.0.25
-rw-r--r-- 1 root root 113520 Sep 25 02:54 libsasl2.so.2.0.25
lrwxrwxrwx 1 root root 15 Jun 8 2014 libsbc.so.1 -> libsbc.so.1.2.0
-rw-r--r-- 1 root root 71784 Jun 8 2014 libsbc.so.1.2.0
lrwxrwxrwx 1 root root 29 Aug 1 2014 libschroedinger-1.0.so.0 -> libschroedinger-1.0.so.0.11.0
-rw-r--r-- 1 root root 868352 Aug 1 2014 libschroedinger-1.0.so.0.11.0
lrwxrwxrwx 1 root root 17 Apr 13 2014 libsctp.so.1 -> libsctp.so.1.0.16
-rw-r--r-- 1 root root 10152 Apr 13 2014 libsctp.so.1.0.16
lrwxrwxrwx 1 root root 20 Dec 8 2014 libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.4
-rw-r--r-- 1 root root 453168 Dec 8 2014 libSDL-1.2.so.0.11.4
lrwxrwxrwx 1 root root 20 Nov 27 2014 libSDL2-2.0.so -> libSDL2-2.0.so.0.2.0
lrwxrwxrwx 1 root root 20 Nov 27 2014 libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.2.0
-rw-r--r-- 1 root root 1053904 Nov 27 2014 libSDL2-2.0.so.0.2.0
-rw-r--r-- 1 root root 1864378 Nov 27 2014 libSDL2.a
-rw-r--r-- 1 root root 1516 Nov 27 2014 libSDL2main.a
lrwxrwxrwx 1 root root 20 Nov 27 2014 libSDL2.so -> libSDL2-2.0.so.0.2.0
-rw-r--r-- 1 root root 253130 Nov 27 2014 libSDL2_test.a
lrwxrwxrwx 1 root root 25 Nov 8 2014 libSDL_image-1.2.so.0 -> libSDL_image-1.2.so.0.8.4
-rw-r--r-- 1 root root 59752 Nov 8 2014 libSDL_image-1.2.so.0.8.4
lrwxrwxrwx 1 root root 20 Sep 28 2014 libsecret-1.so.0 -> libsecret-1.so.0.0.0
-rw-r--r-- 1 root root 337472 Sep 28 2014 libsecret-1.so.0.0.0
-rw-r--r-- 1 root root 215168 Dec 10 2014 libsemanage.so.1
lrwxrwxrwx 1 root root 17 Oct 9 2014 libshine.so.3 -> libshine.so.3.0.1
-rw-r--r-- 1 root root 51360 Oct 9 2014 libshine.so.3.0.1
lrwxrwxrwx 1 root root 17 May 9 2013 libshout.so.3 -> libshout.so.3.2.0
-rw-r--r-- 1 root root 77152 May 9 2013 libshout.so.3.2.0
lrwxrwxrwx 1 root root 20 Oct 10 2014 libsigc-2.0.so.0 -> libsigc-2.0.so.0.0.0
-rw-r--r-- 1 root root 22728 Oct 10 2014 libsigc-2.0.so.0.0.0
lrwxrwxrwx 1 root root 19 Dec 9 2014 libsigsegv.so.2 -> libsigsegv.so.2.0.3
-rw-r--r-- 1 root root 14304 Dec 9 2014 libsigsegv.so.2.0.3
-rw-r--r-- 1 root root 48874 Dec 8 2014 libSM.a
lrwxrwxrwx 1 root root 25 Dec 28 14:54 libsmbclient-raw.so.0 -> libsmbclient-raw.so.0.0.1
-rw-r--r-- 1 root root 222408 Dec 28 14:54 libsmbclient-raw.so.0.0.1
lrwxrwxrwx 1 root root 21 Dec 28 14:54 libsmbclient.so.0 -> libsmbclient.so.0.2.1
-rw-r--r-- 1 root root 151848 Dec 28 14:54 libsmbclient.so.0.2.1
-rw-r--r-- 1 root root 581928 Dec 28 14:54 libsmbconf.so.0
-rw-r--r-- 1 root root 43776 Dec 28 14:54 libsmbldap.so.0
-rw-r--r-- 1 root root 185328 Aug 18 2015 libsmime3.so
lrwxrwxrwx 1 root root 14 Dec 8 2014 libSM.so -> libSM.so.6.0.1
lrwxrwxrwx 1 root root 14 Dec 8 2014 libSM.so.6 -> libSM.so.6.0.1
-rw-r--r-- 1 root root 30960 Dec 8 2014 libSM.so.6.0.1
lrwxrwxrwx 1 root root 20 Jan 30 2015 libsndfile.so.1 -> libsndfile.so.1.0.25
-rw-r--r-- 1 root root 418016 Jan 30 2015 libsndfile.so.1.0.25
lrwxrwxrwx 1 root root 18 Oct 23 2011 libsonic.so.0 -> libsonic.so.0.1.17
-rw-r--r-- 1 root root 15424 Oct 23 2011 libsonic.so.0.1.17
lrwxrwxrwx 1 root root 22 Jun 21 2014 libSoundTouch.so.0 -> libSoundTouch.so.0.0.0
-rw-r--r-- 1 root root 80840 Jun 21 2014 libSoundTouch.so.0.0.0
lrwxrwxrwx 1 root root 20 Sep 23 2014 libsoup-2.4.so.1 -> libsoup-2.4.so.1.7.0
-rw-r--r-- 1 root root 834560 Sep 23 2014 libsoup-2.4.so.1.7.0
lrwxrwxrwx 1 root root 26 Sep 23 2014 libsoup-gnome-2.4.so.1 -> libsoup-gnome-2.4.so.1.7.0
-rw-r--r-- 1 root root 10376 Sep 23 2014 libsoup-gnome-2.4.so.1.7.0
lrwxrwxrwx 1 root root 19 Oct 15 2014 libspandsp.so.2 -> libspandsp.so.2.0.0
-rw-r--r-- 1 root root 815704 Oct 15 2014 libspandsp.so.2.0.0
lrwxrwxrwx 1 root root 19 Aug 25 2014 libspectre.so.1 -> libspectre.so.1.1.7
-rw-r--r-- 1 root root 68712 Aug 25 2014 libspectre.so.1.1.7
lrwxrwxrwx 1 root root 19 Dec 5 2014 libspeechd.so.2 -> libspeechd.so.2.4.0
-rw-r--r-- 1 root root 35408 Dec 5 2014 libspeechd.so.2.4.0
lrwxrwxrwx 1 root root 20 Aug 26 2014 libspeexdsp.so.1 -> libspeexdsp.so.1.5.0
-rw-r--r-- 1 root root 77288 Aug 26 2014 libspeexdsp.so.1.5.0
lrwxrwxrwx 1 root root 17 Aug 26 2014 libspeex.so.1 -> libspeex.so.1.5.0
-rw-r--r-- 1 root root 100240 Aug 26 2014 libspeex.so.1.5.0
lrwxrwxrwx 1 root root 33 Oct 14 2014 libspice-client-glib-2.0.so.8 -> libspice-client-glib-2.0.so.8.5.0
-rw-r--r-- 1 root root 1117352 Oct 14 2014 libspice-client-glib-2.0.so.8.5.0
lrwxrwxrwx 1 root root 32 Oct 14 2014 libspice-client-gtk-3.0.so.4 -> libspice-client-gtk-3.0.so.4.0.0
-rw-r--r-- 1 root root 235408 Oct 14 2014 libspice-client-gtk-3.0.so.4.0.0
lrwxrwxrwx 1 root root 28 Oct 14 2014 libspice-controller.so.0 -> libspice-controller.so.0.0.0
-rw-r--r-- 1 root root 67368 Oct 14 2014 libspice-controller.so.0.0.0
lrwxrwxrwx 1 root root 19 May 2 2015 libsqlite3.so.0 -> libsqlite3.so.0.8.6
-rw-r--r-- 1 root root 820792 May 2 2015 libsqlite3.so.0.8.6
lrwxrwxrwx 1 root root 16 Feb 18 12:57 libssh2.so.1 -> libssh2.so.1.0.1
-rw-r--r-- 1 root root 167112 Feb 18 12:57 libssh2.so.1.0.1
-rw-r--r-- 1 root root 311928 Aug 18 2015 libssl3.so
-rw-r--r-- 1 root root 390968 Feb 29 10:57 libssl.so.1.0.0
lrwxrwxrwx 1 root root 34 Aug 31 2014 libstartup-notification-1.so.0 -> libstartup-notification-1.so.0.0.0
-rw-r--r-- 1 root root 39520 Aug 31 2014 libstartup-notification-1.so.0.0.0
lrwxrwxrwx 1 root root 19 Dec 25 2014 libstdc++.so.6 -> libstdc++.so.6.0.20
-rw-r--r-- 1 root root 1008120 Dec 25 2014 libstdc++.so.6.0.20
lrwxrwxrwx 1 root root 19 Mar 2 16:04 libswscale.so.3 -> libswscale.so.3.0.0
-rw-r--r-- 1 root root 301344 Mar 2 16:04 libswscale.so.3.0.0
lrwxrwxrwx 1 root root 16 Jun 28 2014 libtag.so.1 -> libtag.so.1.14.0
-rw-r--r-- 1 root root 923984 Jun 28 2014 libtag.so.1.14.0
lrwxrwxrwx 1 root root 18 Jul 5 2014 libtalloc.so.2 -> libtalloc.so.2.1.1
-rw-r--r-- 1 root root 59776 Jul 5 2014 libtalloc.so.2.1.1
lrwxrwxrwx 1 root root 17 May 9 2015 libtasn1.so.6 -> libtasn1.so.6.3.2
-rw-r--r-- 1 root root 80384 May 9 2015 libtasn1.so.6.3.2
lrwxrwxrwx 1 root root 15 Sep 27 2014 libtdb.so.1 -> libtdb.so.1.3.1
-rw-r--r-- 1 root root 84656 Sep 27 2014 libtdb.so.1.3.1
lrwxrwxrwx 1 root root 20 Mar 24 2015 libteamdctl.so.0 -> libteamdctl.so.0.1.1
-rw-r--r-- 1 root root 22792 Mar 24 2015 libteamdctl.so.0.1.1
lrwxrwxrwx 1 root root 31 Sep 16 2014 libtelepathy-farstream.so.3 -> libtelepathy-farstream.so.3.0.1
-rw-r--r-- 1 root root 164856 Sep 16 2014 libtelepathy-farstream.so.3.0.1
lrwxrwxrwx 1 root root 27 Sep 16 2014 libtelepathy-glib.so.0 -> libtelepathy-glib.so.0.84.1
-rw-r--r-- 1 root root 2385080 Sep 16 2014 libtelepathy-glib.so.0.84.1
lrwxrwxrwx 1 root root 28 Sep 16 2014 libtelepathy-logger.so.3 -> libtelepathy-logger.so.3.3.0
-rw-r--r-- 1 root root 206896 Sep 16 2014 libtelepathy-logger.so.3.3.0
lrwxrwxrwx 1 root root 19 Apr 22 2014 libtevent.so.0 -> libtevent.so.0.9.21
-rw-r--r-- 1 root root 56080 Apr 22 2014 libtevent.so.0.9.21
lrwxrwxrwx 1 root root 23 Dec 28 14:54 libtevent-util.so.0 -> libtevent-util.so.0.0.1
-rw-r--r-- 1 root root 10400 Dec 28 14:54 libtevent-util.so.0.0.1
lrwxrwxrwx 1 root root 16 Aug 21 2014 libthai.so.0 -> libthai.so.0.2.0
-rw-r--r-- 1 root root 36832 Aug 21 2014 libthai.so.0.2.0
lrwxrwxrwx 1 root root 21 Nov 11 2014 libtheoradec.so.1 -> libtheoradec.so.1.1.4
-rw-r--r-- 1 root root 100704 Nov 11 2014 libtheoradec.so.1.1.4
lrwxrwxrwx 1 root root 21 Nov 11 2014 libtheoraenc.so.1 -> libtheoraenc.so.1.1.2
-rw-r--r-- 1 root root 260448 Nov 11 2014 libtheoraenc.so.1.1.2
lrwxrwxrwx 1 root root 19 Nov 11 2014 libtheora.so.0 -> libtheora.so.0.3.10
-rw-r--r-- 1 root root 325904 Nov 11 2014 libtheora.so.0.3.10
lrwxrwxrwx 1 root root 39 Feb 11 18:43 libthread_db.so -> /lib/x86_64-linux-gnu/libthread_db.so.1
lrwxrwxrwx 1 root root 22 Oct 23 2014 libthreadutil.so.6 -> libthreadutil.so.6.0.4
-rw-r--r-- 1 root root 26464 Oct 23 2014 libthreadutil.so.6.0.4
lrwxrwxrwx 1 root root 13 Dec 8 2014 libtic.so.5 -> libtic.so.5.9
-rw-r--r-- 1 root root 60112 Dec 8 2014 libtic.so.5.9
lrwxrwxrwx 1 root root 16 Feb 3 11:45 libtiff.so.5 -> libtiff.so.5.2.0
-rw-r--r-- 1 root root 479528 Feb 3 11:46 libtiff.so.5.2.0
lrwxrwxrwx 1 root root 25 Oct 3 2014 libtokyocabinet.so.9 -> libtokyocabinet.so.9.11.0
-rw-r--r-- 1 root root 608968 Oct 3 2014 libtokyocabinet.so.9.11.0
lrwxrwxrwx 1 root root 33 Feb 6 2015 libtracker-control-1.0.so.0 -> libtracker-control-1.0.so.0.202.2
-rw-r--r-- 1 root root 31432 Feb 6 2015 libtracker-control-1.0.so.0.202.2
lrwxrwxrwx 1 root root 31 Feb 6 2015 libtracker-miner-1.0.so.0 -> libtracker-miner-1.0.so.0.202.2
-rw-r--r-- 1 root root 205456 Feb 6 2015 libtracker-miner-1.0.so.0.202.2
lrwxrwxrwx 1 root root 32 Feb 6 2015 libtracker-sparql-1.0.so.0 -> libtracker-sparql-1.0.so.0.202.2
-rw-r--r-- 1 root root 130312 Feb 6 2015 libtracker-sparql-1.0.so.0.202.2
lrwxrwxrwx 1 root root 16 Dec 25 2014 libtsan.so.0 -> libtsan.so.0.0.0
-rw-r--r-- 1 root root 698856 Dec 25 2014 libtsan.so.0.0.0
lrwxrwxrwx 1 root root 25 Dec 30 2013 libtxc_dxtn_s2tc.so.0 -> libtxc_dxtn_s2tc.so.0.0.0
-rw-r--r-- 1 root root 227272 Dec 30 2013 libtxc_dxtn_s2tc.so.0.0.0
lrwxrwxrwx 1 root root 46 Mar 5 14:29 libtxc_dxtn.so -> /etc/alternatives/libtxc-dxtn-x86_64-linux-gnu
lrwxrwxrwx 1 root root 17 Dec 25 2014 libubsan.so.0 -> libubsan.so.0.0.0
-rw-r--r-- 1 root root 208712 Dec 25 2014 libubsan.so.0.0.0
lrwxrwxrwx 1 root root 38 Nov 21 12:00 libudev.so -> /lib/x86_64-linux-gnu/libudev.so.1.5.0
lrwxrwxrwx 1 root root 19 Sep 30 2014 libudisks2.so.0 -> libudisks2.so.0.0.0
-rw-r--r-- 1 root root 442944 Sep 30 2014 libudisks2.so.0.0.0
-rw-r--r-- 1 root root 675792 Dec 1 2013 libumfpack.so.5.6.2
lrwxrwxrwx 1 root root 24 Oct 21 2014 libuniquewm-1.2.so.9 -> libuniquewm-1.2.so.9.0.1
-rw-r--r-- 1 root root 115184 Oct 21 2014 libuniquewm-1.2.so.9.0.1
lrwxrwxrwx 1 root root 21 Dec 8 2014 libunistring.so.0 -> libunistring.so.0.1.2
-rw-r--r-- 1 root root 1142768 Dec 8 2014 libunistring.so.0.1.2
lrwxrwxrwx 1 root root 16 Oct 23 2014 libupnp.so.6 -> libupnp.so.6.3.3
-rw-r--r-- 1 root root 228792 Oct 23 2014 libupnp.so.6.3.3
lrwxrwxrwx 1 root root 23 Apr 6 2015 libupower-glib.so.3 -> libupower-glib.so.3.0.0
-rw-r--r-- 1 root root 147640 Apr 6 2015 libupower-glib.so.3.0.0
lrwxrwxrwx 1 root root 28 Jan 13 2014 libUsageEnvironment.so.1 -> libUsageEnvironment.so.1.0.0
-rw-r--r-- 1 root root 14312 Jan 13 2014 libUsageEnvironment.so.1.0.0
lrwxrwxrwx 1 root root 37 Oct 21 2014 libusb-0.1.so.4 -> /lib/x86_64-linux-gnu/libusb-0.1.so.4
lrwxrwxrwx 1 root root 19 Mar 25 2014 libusbmuxd.so.2 -> libusbmuxd.so.2.1.0
-rw-r--r-- 1 root root 31184 Mar 25 2014 libusbmuxd.so.2.1.0
lrwxrwxrwx 1 root root 24 Jun 24 2014 libusbredirhost.so.1 -> libusbredirhost.so.1.0.0
-rw-r--r-- 1 root root 39248 Jun 24 2014 libusbredirhost.so.1.0.0
lrwxrwxrwx 1 root root 26 Jun 24 2014 libusbredirparser.so.1 -> libusbredirparser.so.1.0.0
-rw-r--r-- 1 root root 30728 Jun 24 2014 libusbredirparser.so.1.0.0
lrwxrwxrwx 1 root root 20 Dec 9 2014 libustr-1.0.so.1 -> libustr-1.0.so.1.0.4
-rw-r--r-- 1 root root 224656 Dec 9 2014 libustr-1.0.so.1.0.4
-rw-r--r-- 1 root root 13672 Feb 11 18:43 libutil.a
lrwxrwxrwx 1 root root 34 Feb 11 18:43 libutil.so -> /lib/x86_64-linux-gnu/libutil.so.1
drwxr-xr-x 3 root root 4096 Mar 5 14:26 libv4l
lrwxrwxrwx 1 root root 16 Nov 20 2014 libv4l1.so.0 -> libv4l1.so.0.0.0
-rw-r--r-- 1 root root 28456 Nov 20 2014 libv4l1.so.0.0.0
lrwxrwxrwx 1 root root 16 Nov 20 2014 libv4l2.so.0 -> libv4l2.so.0.0.0
-rw-r--r-- 1 root root 55832 Nov 20 2014 libv4l2.so.0.0.0
drwxr-xr-x 2 root root 4096 Mar 5 14:26 libv4lconvert0
lrwxrwxrwx 1 root root 22 Nov 20 2014 libv4lconvert.so.0 -> libv4lconvert.so.0.0.0
-rw-r--r-- 1 root root 166808 Nov 20 2014 libv4lconvert.so.0.0.0
lrwxrwxrwx 1 root root 21 Oct 24 2014 libva-drm.so.1 -> libva-drm.so.1.3600.0
-rw-r--r-- 1 root root 10304 Oct 24 2014 libva-drm.so.1.3600.0
lrwxrwxrwx 1 root root 17 Oct 24 2014 libva.so.1 -> libva.so.1.3600.0
-rw-r--r-- 1 root root 88336 Oct 24 2014 libva.so.1.3600.0
lrwxrwxrwx 1 root root 21 Oct 24 2014 libva-x11.so.1 -> libva-x11.so.1.3600.0
-rw-r--r-- 1 root root 23040 Oct 24 2014 libva-x11.so.1.3600.0
lrwxrwxrwx 1 root root 17 Nov 2 10:17 libvdpau.so.1 -> libvdpau.so.1.0.0
-rw-r--r-- 1 root root 14600 Nov 2 10:17 libvdpau.so.1.0.0
drwxr-xr-x 5 root root 4096 Mar 5 14:28 libvisual-0.4
lrwxrwxrwx 1 root root 22 Oct 18 2014 libvisual-0.4.so.0 -> libvisual-0.4.so.0.0.0
-rw-r--r-- 1 root root 272232 Oct 18 2014 libvisual-0.4.so.0.0.0
lrwxrwxrwx 1 root root 21 May 26 2015 libvncclient.so.0 -> libvncclient.so.0.0.0
-rw-r--r-- 1 root root 130280 May 26 2015 libvncclient.so.0.0.0
lrwxrwxrwx 1 root root 21 Aug 27 2013 libvo-aacenc.so.0 -> libvo-aacenc.so.0.0.4
-rw-r--r-- 1 root root 116824 Aug 27 2013 libvo-aacenc.so.0.0.4
lrwxrwxrwx 1 root root 23 Aug 27 2013 libvo-amrwbenc.so.0 -> libvo-amrwbenc.so.0.0.4
-rw-r--r-- 1 root root 107192 Aug 27 2013 libvo-amrwbenc.so.0.0.4
lrwxrwxrwx 1 root root 22 Nov 4 2014 libvorbisenc.so.2 -> libvorbisenc.so.2.0.10
-rw-r--r-- 1 root root 731304 Nov 4 2014 libvorbisenc.so.2.0.10
lrwxrwxrwx 1 root root 22 Nov 4 2014 libvorbisfile.so.3 -> libvorbisfile.so.3.3.6
-rw-r--r-- 1 root root 35288 Nov 4 2014 libvorbisfile.so.3.3.6
lrwxrwxrwx 1 root root 18 Nov 4 2014 libvorbis.so.0 -> libvorbis.so.0.4.7
-rw-r--r-- 1 root root 183040 Nov 4 2014 libvorbis.so.0.4.7
lrwxrwxrwx 1 root root 15 Oct 21 2014 libvpx.so.1 -> libvpx.so.1.3.0
lrwxrwxrwx 1 root root 15 Oct 21 2014 libvpx.so.1.3 -> libvpx.so.1.3.0
-rw-r--r-- 1 root root 1776592 Oct 21 2014 libvpx.so.1.3.0
lrwxrwxrwx 1 root root 17 Oct 12 2013 libwacom.so.2 -> libwacom.so.2.1.0
-rw-r--r-- 1 root root 35888 Oct 12 2013 libwacom.so.2.1.0
lrwxrwxrwx 1 root root 19 Oct 31 2013 libwavpack.so.1 -> libwavpack.so.1.1.5
-rw-r--r-- 1 root root 170208 Oct 31 2013 libwavpack.so.1.1.5
-rw-r--r-- 1 root root 77746 Sep 23 2014 libwayland-client.a
lrwxrwxrwx 1 root root 26 Sep 23 2014 libwayland-client.so -> libwayland-client.so.0.3.0
lrwxrwxrwx 1 root root 26 Sep 23 2014 libwayland-client.so.0 -> libwayland-client.so.0.3.0
-rw-r--r-- 1 root root 60784 Sep 23 2014 libwayland-client.so.0.3.0
-rw-r--r-- 1 root root 33466 Sep 23 2014 libwayland-cursor.a
lrwxrwxrwx 1 root root 26 Sep 23 2014 libwayland-cursor.so -> libwayland-cursor.so.0.0.0
lrwxrwxrwx 1 root root 26 Sep 23 2014 libwayland-cursor.so.0 -> libwayland-cursor.so.0.0.0
-rw-r--r-- 1 root root 31168 Sep 23 2014 libwayland-cursor.so.0.0.0
lrwxrwxrwx 1 root root 23 Aug 19 2015 libwayland-egl.so -> libwayland-egl.so.1.0.0
lrwxrwxrwx 1 root root 23 Aug 19 2015 libwayland-egl.so.1 -> libwayland-egl.so.1.0.0
-rw-r--r-- 1 root root 6048 Aug 19 2015 libwayland-egl.so.1.0.0
-rw-r--r-- 1 root root 103352 Sep 23 2014 libwayland-server.a
lrwxrwxrwx 1 root root 26 Sep 23 2014 libwayland-server.so -> libwayland-server.so.0.1.0
lrwxrwxrwx 1 root root 26 Sep 23 2014 libwayland-server.so.0 -> libwayland-server.so.0.1.0
-rw-r--r-- 1 root root 73392 Sep 23 2014 libwayland-server.so.0.1.0
lrwxrwxrwx 1 root root 19 Dec 28 14:54 libwbclient.so.0 -> libwbclient.so.0.11
-rw-r--r-- 1 root root 43360 Dec 28 14:54 libwbclient.so.0.11
lrwxrwxrwx 1 root root 27 Jan 2 08:45 libwebkitgtk-3.0.so.0 -> libwebkitgtk-3.0.so.0.22.15
-rw-r--r-- 1 root root 33238576 Jan 2 08:46 libwebkitgtk-3.0.so.0.22.15
lrwxrwxrwx 1 root root 21 Oct 14 2014 libwebpdemux.so.1 -> libwebpdemux.so.1.0.1
-rw-r--r-- 1 root root 14280 Oct 14 2014 libwebpdemux.so.1.0.1
lrwxrwxrwx 1 root root 19 Oct 14 2014 libwebpmux.so.1 -> libwebpmux.so.1.0.1
-rw-r--r-- 1 root root 30888 Oct 14 2014 libwebpmux.so.1.0.1
lrwxrwxrwx 1 root root 16 Oct 14 2014 libwebp.so.5 -> libwebp.so.5.0.1
-rw-r--r-- 1 root root 376792 Oct 14 2014 libwebp.so.5.0.1
lrwxrwxrwx 1 root root 35 Sep 11 2014 libwebrtc_audio_processing.so.0 -> libwebrtc_audio_processing.so.0.0.0
-rw-r--r-- 1 root root 259320 Sep 11 2014 libwebrtc_audio_processing.so.0.0.0
lrwxrwxrwx 1 root root 20 Jun 6 2014 libWildMidi.so.1 -> libWildMidi.so.1.1.2
-rw-r--r-- 1 root root 84312 Jun 6 2014 libWildMidi.so.1.1.2
lrwxrwxrwx 1 root root 16 Jan 10 2015 libwind.so.0 -> libwind.so.0.0.0
-rw-r--r-- 1 root root 166136 Jan 10 2015 libwind.so.0.0.0
lrwxrwxrwx 1 root root 21 Mar 10 2015 libwinpr-crt.so.0.1 -> libwinpr-crt.so.0.1.0
-rw-r--r-- 1 root root 18600 Mar 10 2015 libwinpr-crt.so.0.1.0
lrwxrwxrwx 1 root root 24 Mar 10 2015 libwinpr-crypto.so.0.1 -> libwinpr-crypto.so.0.1.0
-rw-r--r-- 1 root root 6032 Mar 10 2015 libwinpr-crypto.so.0.1.0
lrwxrwxrwx 1 root root 25 Mar 10 2015 libwinpr-dsparse.so.0.1 -> libwinpr-dsparse.so.0.1.0
-rw-r--r-- 1 root root 6112 Mar 10 2015 libwinpr-dsparse.so.0.1.0
lrwxrwxrwx 1 root root 29 Mar 10 2015 libwinpr-environment.so.0.1 -> libwinpr-environment.so.0.1.0
-rw-r--r-- 1 root root 10160 Mar 10 2015 libwinpr-environment.so.0.1.0
lrwxrwxrwx 1 root root 22 Mar 10 2015 libwinpr-file.so.0.1 -> libwinpr-file.so.0.1.0
-rw-r--r-- 1 root root 14456 Mar 10 2015 libwinpr-file.so.0.1.0
lrwxrwxrwx 1 root root 24 Mar 10 2015 libwinpr-handle.so.0.1 -> libwinpr-handle.so.0.1.0
-rw-r--r-- 1 root root 6048 Mar 10 2015 libwinpr-handle.so.0.1.0
lrwxrwxrwx 1 root root 22 Mar 10 2015 libwinpr-heap.so.0.1 -> libwinpr-heap.so.0.1.0
-rw-r--r-- 1 root root 6056 Mar 10 2015 libwinpr-heap.so.0.1.0
lrwxrwxrwx 1 root root 23 Mar 10 2015 libwinpr-input.so.0.1 -> libwinpr-input.so.0.1.0
-rw-r--r-- 1 root root 36720 Mar 10 2015 libwinpr-input.so.0.1.0
lrwxrwxrwx 1 root root 29 Mar 10 2015 libwinpr-interlocked.so.0.1 -> libwinpr-interlocked.so.0.1.0
-rw-r--r-- 1 root root 10136 Mar 10 2015 libwinpr-interlocked.so.0.1.0
lrwxrwxrwx 1 root root 25 Mar 10 2015 libwinpr-library.so.0.1 -> libwinpr-library.so.0.1.0
-rw-r--r-- 1 root root 6136 Mar 10 2015 libwinpr-library.so.0.1.0
lrwxrwxrwx 1 root root 22 Mar 10 2015 libwinpr-path.so.0.1 -> libwinpr-path.so.0.1.0
-rw-r--r-- 1 root root 22712 Mar 10 2015 libwinpr-path.so.0.1.0
lrwxrwxrwx 1 root root 22 Mar 10 2015 libwinpr-pool.so.0.1 -> libwinpr-pool.so.0.1.0
-rw-r--r-- 1 root root 14752 Mar 10 2015 libwinpr-pool.so.0.1.0
lrwxrwxrwx 1 root root 26 Mar 10 2015 libwinpr-registry.so.0.1 -> libwinpr-registry.so.0.1.0
-rw-r--r-- 1 root root 19152 Mar 10 2015 libwinpr-registry.so.0.1.0
lrwxrwxrwx 1 root root 21 Mar 10 2015 libwinpr-rpc.so.0.1 -> libwinpr-rpc.so.0.1.0
-rw-r--r-- 1 root root 48984 Mar 10 2015 libwinpr-rpc.so.0.1.0
lrwxrwxrwx 1 root root 22 Mar 10 2015 libwinpr-sspi.so.0.1 -> libwinpr-sspi.so.0.1.0
-rw-r--r-- 1 root root 82440 Mar 10 2015 libwinpr-sspi.so.0.1.0
lrwxrwxrwx 1 root root 23 Mar 10 2015 libwinpr-synch.so.0.1 -> libwinpr-synch.so.0.1.0
-rw-r--r-- 1 root root 22808 Mar 10 2015 libwinpr-synch.so.0.1.0
lrwxrwxrwx 1 root root 25 Mar 10 2015 libwinpr-sysinfo.so.0.1 -> libwinpr-sysinfo.so.0.1.0
-rw-r--r-- 1 root root 10288 Mar 10 2015 libwinpr-sysinfo.so.0.1.0
lrwxrwxrwx 1 root root 24 Mar 10 2015 libwinpr-thread.so.0.1 -> libwinpr-thread.so.0.1.0
-rw-r--r-- 1 root root 10272 Mar 10 2015 libwinpr-thread.so.0.1.0
lrwxrwxrwx 1 root root 23 Mar 10 2015 libwinpr-utils.so.0.1 -> libwinpr-utils.so.0.1.0
-rw-r--r-- 1 root root 109976 Mar 10 2015 libwinpr-utils.so.0.1.0
lrwxrwxrwx 1 root root 19 Jul 5 2015 libwmf-0.2.so.7 -> libwmf-0.2.so.7.1.0
-rw-r--r-- 1 root root 355664 Jul 5 2015 libwmf-0.2.so.7.1.0
lrwxrwxrwx 1 root root 23 Jul 5 2015 libwmflite-0.2.so.7 -> libwmflite-0.2.so.7.0.1
-rw-r--r-- 1 root root 117384 Jul 5 2015 libwmflite-0.2.so.7.0.1
lrwxrwxrwx 1 root root 18 Oct 22 2014 libwnck-3.so.0 -> libwnck-3.so.0.2.2
-rw-r--r-- 1 root root 272688 Oct 22 2014 libwnck-3.so.0.2.2
-rw-r--r-- 1 root root 2267532 Aug 17 2014 libX11.a
lrwxrwxrwx 1 root root 15 Aug 17 2014 libX11.so -> libX11.so.6.3.0
lrwxrwxrwx 1 root root 15 Aug 17 2014 libX11.so.6 -> libX11.so.6.3.0
-rw-r--r-- 1 root root 1319088 Aug 17 2014 libX11.so.6.3.0
-rw-r--r-- 1 root root 1562 Aug 17 2014 libX11-xcb.a
lrwxrwxrwx 1 root root 19 Aug 17 2014 libX11-xcb.so -> libX11-xcb.so.1.0.0
lrwxrwxrwx 1 root root 19 Aug 17 2014 libX11-xcb.so.1 -> libX11-xcb.so.1.0.0
-rw-r--r-- 1 root root 5992 Aug 17 2014 libX11-xcb.so.1.0.0
-rw-r--r-- 1 root root 1163016 Nov 27 2014 libx264.so.142
lrwxrwxrwx 1 root root 21 Aug 19 2015 libxatracker.so.2 -> libxatracker.so.2.2.0
-rw-r--r-- 1 root root 2944752 Aug 19 2015 libxatracker.so.2.2.0
-rw-r--r-- 1 root root 18580 Jun 14 2013 libXau.a
lrwxrwxrwx 1 root root 15 Jun 14 2013 libXau.so -> libXau.so.6.0.0
lrwxrwxrwx 1 root root 15 Jun 14 2013 libXau.so.6 -> libXau.so.6.0.0
-rw-r--r-- 1 root root 14544 Jun 14 2013 libXau.so.6.0.0
lrwxrwxrwx 1 root root 16 Dec 8 2014 libXaw7.so.7 -> libXaw7.so.7.0.0
-rw-r--r-- 1 root root 479360 Dec 8 2014 libXaw7.so.7.0.0
lrwxrwxrwx 1 root root 12 Dec 8 2014 libXaw.so.7 -> libXaw7.so.7
-rw-r--r-- 1 root root 205538 Nov 8 2014 libxcb.a
lrwxrwxrwx 1 root root 25 Nov 8 2014 libxcb-composite.so.0 -> libxcb-composite.so.0.0.0
-rw-r--r-- 1 root root 10320 Nov 8 2014 libxcb-composite.so.0.0.0
-rw-r--r-- 1 root root 19126 Nov 8 2014 libxcb-dri2.a
lrwxrwxrwx 1 root root 20 Nov 8 2014 libxcb-dri2.so -> libxcb-dri2.so.0.0.0
lrwxrwxrwx 1 root root 20 Nov 8 2014 libxcb-dri2.so.0 -> libxcb-dri2.so.0.0.0
-rw-r--r-- 1 root root 18528 Nov 8 2014 libxcb-dri2.so.0.0.0
-rw-r--r-- 1 root root 8550 Nov 8 2014 libxcb-dri3.a
lrwxrwxrwx 1 root root 20 Nov 8 2014 libxcb-dri3.so -> libxcb-dri3.so.0.0.0
lrwxrwxrwx 1 root root 20 Nov 8 2014 libxcb-dri3.so.0 -> libxcb-dri3.so.0.0.0
-rw-r--r-- 1 root root 10336 Nov 8 2014 libxcb-dri3.so.0.0.0
-rw-r--r-- 1 root root 139386 Nov 8 2014 libxcb-glx.a
lrwxrwxrwx 1 root root 19 Nov 8 2014 libxcb-glx.so -> libxcb-glx.so.0.0.0
lrwxrwxrwx 1 root root 19 Nov 8 2014 libxcb-glx.so.0 -> libxcb-glx.so.0.0.0
-rw-r--r-- 1 root root 100432 Nov 8 2014 libxcb-glx.so.0.0.0
lrwxrwxrwx 1 root root 21 Feb 19 2014 libxcb-icccm.so.4 -> libxcb-icccm.so.4.0.0
-rw-r--r-- 1 root root 18376 Feb 19 2014 libxcb-icccm.so.4.0.0
lrwxrwxrwx 1 root root 21 Oct 14 2014 libxcb-image.so.0 -> libxcb-image.so.0.0.0
-rw-r--r-- 1 root root 18512 Oct 14 2014 libxcb-image.so.0.0.0
lrwxrwxrwx 1 root root 23 Oct 1 2014 libxcb-keysyms.so.1 -> libxcb-keysyms.so.1.0.0
-rw-r--r-- 1 root root 10136 Oct 1 2014 libxcb-keysyms.so.1.0.0
-rw-r--r-- 1 root root 7834 Nov 8 2014 libxcb-present.a
lrwxrwxrwx 1 root root 23 Nov 8 2014 libxcb-present.so -> libxcb-present.so.0.0.0
lrwxrwxrwx 1 root root 23 Nov 8 2014 libxcb-present.so.0 -> libxcb-present.so.0.0.0
-rw-r--r-- 1 root root 10320 Nov 8 2014 libxcb-present.so.0.0.0
-rw-r--r-- 1 root root 70384 Nov 8 2014 libxcb-randr.a
lrwxrwxrwx 1 root root 21 Nov 8 2014 libxcb-randr.so -> libxcb-randr.so.0.1.0
lrwxrwxrwx 1 root root 21 Nov 8 2014 libxcb-randr.so.0 -> libxcb-randr.so.0.1.0
-rw-r--r-- 1 root root 55568 Nov 8 2014 libxcb-randr.so.0.1.0
-rw-r--r-- 1 root root 47336 Nov 8 2014 libxcb-render.a
lrwxrwxrwx 1 root root 22 Nov 8 2014 libxcb-render.so -> libxcb-render.so.0.0.0
lrwxrwxrwx 1 root root 22 Nov 8 2014 libxcb-render.so.0 -> libxcb-render.so.0.0.0
-rw-r--r-- 1 root root 39088 Nov 8 2014 libxcb-render.so.0.0.0
lrwxrwxrwx 1 root root 27 Jun 12 2014 libxcb-render-util.so.0 -> libxcb-render-util.so.0.0.0
-rw-r--r-- 1 root root 14408 Jun 12 2014 libxcb-render-util.so.0.0.0
-rw-r--r-- 1 root root 11774 Nov 8 2014 libxcb-shape.a
lrwxrwxrwx 1 root root 21 Nov 8 2014 libxcb-shape.so -> libxcb-shape.so.0.0.0
lrwxrwxrwx 1 root root 21 Nov 8 2014 libxcb-shape.so.0 -> libxcb-shape.so.0.0.0
-rw-r--r-- 1 root root 14416 Nov 8 2014 libxcb-shape.so.0.0.0
lrwxrwxrwx 1 root root 19 Nov 8 2014 libxcb-shm.so.0 -> libxcb-shm.so.0.0.0
-rw-r--r-- 1 root root 14432 Nov 8 2014 libxcb-shm.so.0.0.0
lrwxrwxrwx 1 root root 15 Nov 8 2014 libxcb.so -> libxcb.so.1.1.0
lrwxrwxrwx 1 root root 15 Nov 8 2014 libxcb.so.1 -> libxcb.so.1.1.0
-rw-r--r-- 1 root root 138016 Nov 8 2014 libxcb.so.1.1.0
-rw-r--r-- 1 root root 28364 Nov 8 2014 libxcb-sync.a
lrwxrwxrwx 1 root root 20 Nov 8 2014 libxcb-sync.so -> libxcb-sync.so.1.0.0
lrwxrwxrwx 1 root root 20 Nov 8 2014 libxcb-sync.so.1 -> libxcb-sync.so.1.0.0
-rw-r--r-- 1 root root 26800 Nov 8 2014 libxcb-sync.so.1.0.0
lrwxrwxrwx 1 root root 20 Aug 26 2014 libxcb-util.so.0 -> libxcb-util.so.0.0.0
-rw-r--r-- 1 root root 30848 Aug 26 2014 libxcb-util.so.0.0.0
lrwxrwxrwx 1 root root 23 Nov 8 2014 libxcb-xf86dri.so.0 -> libxcb-xf86dri.so.0.0.0
-rw-r--r-- 1 root root 18528 Nov 8 2014 libxcb-xf86dri.so.0.0.0
-rw-r--r-- 1 root root 36392 Nov 8 2014 libxcb-xfixes.a
lrwxrwxrwx 1 root root 22 Nov 8 2014 libxcb-xfixes.so -> libxcb-xfixes.so.0.0.0
lrwxrwxrwx 1 root root 22 Nov 8 2014 libxcb-xfixes.so.0 -> libxcb-xfixes.so.0.0.0
-rw-r--r-- 1 root root 30816 Nov 8 2014 libxcb-xfixes.so.0.0.0
lrwxrwxrwx 1 root root 19 Nov 8 2014 libxcb-xkb.so.1 -> libxcb-xkb.so.1.0.0
-rw-r--r-- 1 root root 113200 Nov 8 2014 libxcb-xkb.so.1.0.0
lrwxrwxrwx 1 root root 18 Nov 8 2014 libxcb-xv.so.0 -> libxcb-xv.so.0.0.0
-rw-r--r-- 1 root root 30896 Nov 8 2014 libxcb-xv.so.0.0.0
lrwxrwxrwx 1 root root 22 Jun 16 2013 libXcomposite.so.1 -> libXcomposite.so.1.0.0
-rw-r--r-- 1 root root 10304 Jun 16 2013 libXcomposite.so.1.0.0
-rw-r--r-- 1 root root 54050 Nov 8 2014 libXcursor.a
lrwxrwxrwx 1 root root 19 Nov 8 2014 libXcursor.so -> libXcursor.so.1.0.2
lrwxrwxrwx 1 root root 19 Nov 8 2014 libXcursor.so.1 -> libXcursor.so.1.0.2
-rw-r--r-- 1 root root 43664 Nov 8 2014 libXcursor.so.1.0.2
-rw-r--r-- 1 root root 7024 Dec 8 2014 libXdamage.a
lrwxrwxrwx 1 root root 19 Dec 8 2014 libXdamage.so -> libXdamage.so.1.1.0
lrwxrwxrwx 1 root root 19 Dec 8 2014 libXdamage.so.1 -> libXdamage.so.1.1.0
-rw-r--r-- 1 root root 10264 Dec 8 2014 libXdamage.so.1.1.0
-rw-r--r-- 1 root root 30776 Dec 10 2014 libXdmcp.a
lrwxrwxrwx 1 root root 17 Dec 10 2014 libXdmcp.so -> libXdmcp.so.6.0.0
lrwxrwxrwx 1 root root 17 Dec 10 2014 libXdmcp.so.6 -> libXdmcp.so.6.0.0
-rw-r--r-- 1 root root 20648 Dec 10 2014 libXdmcp.so.6.0.0
-rw-r--r-- 1 root root 121870 Oct 5 2014 libXext.a
lrwxrwxrwx 1 root root 16 Oct 5 2014 libXext.so -> libXext.so.6.4.0
lrwxrwxrwx 1 root root 16 Oct 5 2014 libXext.so.6 -> libXext.so.6.4.0
-rw-r--r-- 1 root root 73704 Oct 5 2014 libXext.so.6.4.0
-rw-r--r-- 1 root root 27052 Dec 8 2014 libXfixes.a
lrwxrwxrwx 1 root root 18 Dec 8 2014 libXfixes.so -> libXfixes.so.3.1.0
lrwxrwxrwx 1 root root 18 Dec 8 2014 libXfixes.so.3 -> libXfixes.so.3.1.0
-rw-r--r-- 1 root root 22608 Dec 8 2014 libXfixes.so.3.1.0
lrwxrwxrwx 1 root root 17 Mar 17 2015 libXfont.so.1 -> libXfont.so.1.4.1
-rw-r--r-- 1 root root 195376 Mar 17 2015 libXfont.so.1.4.1
lrwxrwxrwx 1 root root 27 Mar 10 2015 libxfreerdp-client.so.1.1 -> libxfreerdp-client.so.1.1.0
-rw-r--r-- 1 root root 648384 Mar 10 2015 libxfreerdp-client.so.1.1.0
lrwxrwxrwx 1 root root 15 Jul 13 2014 libXft.so.2 -> libXft.so.2.3.2
-rw-r--r-- 1 root root 89616 Jul 13 2014 libXft.so.2.3.2
-rw-r--r-- 1 root root 168184 Dec 8 2014 libXi.a
-rw-r--r-- 1 root root 7118 Nov 8 2014 libXinerama.a
lrwxrwxrwx 1 root root 20 Nov 8 2014 libXinerama.so -> libXinerama.so.1.0.0
lrwxrwxrwx 1 root root 20 Nov 8 2014 libXinerama.so.1 -> libXinerama.so.1.0.0
-rw-r--r-- 1 root root 10472 Nov 8 2014 libXinerama.so.1.0.0
lrwxrwxrwx 1 root root 14 Dec 8 2014 libXi.so -> libXi.so.6.1.0
lrwxrwxrwx 1 root root 14 Dec 8 2014 libXi.so.6 -> libXi.so.6.1.0
-rw-r--r-- 1 root root 63912 Dec 8 2014 libXi.so.6.1.0
-rw-r--r-- 1 root root 380056 Sep 16 2014 libxkbcommon.a
lrwxrwxrwx 1 root root 21 Sep 16 2014 libxkbcommon.so -> libxkbcommon.so.0.0.0
lrwxrwxrwx 1 root root 21 Sep 16 2014 libxkbcommon.so.0 -> libxkbcommon.so.0.0.0
-rw-r--r-- 1 root root 244280 Sep 16 2014 libxkbcommon.so.0.0.0
lrwxrwxrwx 1 root root 25 Sep 16 2014 libxkbcommon-x11.so.0 -> libxkbcommon-x11.so.0.0.0
-rw-r--r-- 1 root root 31328 Sep 16 2014 libxkbcommon-x11.so.0.0.0
lrwxrwxrwx 1 root root 19 Apr 20 2012 libxkbfile.so.1 -> libxkbfile.so.1.0.2
-rw-r--r-- 1 root root 146848 Apr 20 2012 libxkbfile.so.1.0.2
lrwxrwxrwx 1 root root 16 Dec 21 22:33 libxml2.so.2 -> libxml2.so.2.9.1
-rw-r--r-- 1 root root 1465816 Dec 21 22:33 libxml2.so.2.9.1
lrwxrwxrwx 1 root root 15 May 5 2014 libXmu.so.6 -> libXmu.so.6.2.0
-rw-r--r-- 1 root root 102760 May 5 2014 libXmu.so.6.2.0
lrwxrwxrwx 1 root root 16 May 5 2014 libXmuu.so.1 -> libXmuu.so.1.0.0
-rw-r--r-- 1 root root 14016 May 5 2014 libXmuu.so.1.0.0
lrwxrwxrwx 1 root root 16 Dec 8 2014 libXpm.so.4 -> libXpm.so.4.11.0
-rw-r--r-- 1 root root 72904 Dec 8 2014 libXpm.so.4.11.0
-rw-r--r-- 1 root root 60518 Nov 8 2014 libXrandr.a
lrwxrwxrwx 1 root root 18 Nov 8 2014 libXrandr.so -> libXrandr.so.2.2.0
lrwxrwxrwx 1 root root 18 Nov 8 2014 libXrandr.so.2 -> libXrandr.so.2.2.0
-rw-r--r-- 1 root root 39256 Nov 8 2014 libXrandr.so.2.2.0
-rw-r--r-- 1 root root 61064 Nov 8 2014 libXrender.a
lrwxrwxrwx 1 root root 19 Nov 8 2014 libXrender.so -> libXrender.so.1.3.0
lrwxrwxrwx 1 root root 19 Nov 8 2014 libXrender.so.1 -> libXrender.so.1.3.0
-rw-r--r-- 1 root root 39480 Nov 8 2014 libXrender.so.1.3.0
lrwxrwxrwx 1 root root 16 Nov 8 2014 libXRes.so.1 -> libXRes.so.1.0.0
-rw-r--r-- 1 root root 10400 Nov 8 2014 libXRes.so.1.0.0
-rw-r--r-- 1 root root 4610 Oct 5 2014 libxshmfence.a
lrwxrwxrwx 1 root root 21 Oct 5 2014 libxshmfence.so -> libxshmfence.so.1.0.0
lrwxrwxrwx 1 root root 21 Oct 5 2014 libxshmfence.so.1 -> libxshmfence.so.1.0.0
-rw-r--r-- 1 root root 5968 Oct 5 2014 libxshmfence.so.1.0.0
lrwxrwxrwx 1 root root 17 Nov 8 2014 libxslt.so.1 -> libxslt.so.1.1.28
-rw-r--r-- 1 root root 256144 Nov 8 2014 libxslt.so.1.1.28
-rw-r--r-- 1 root root 8712 Apr 22 2012 libXss.a
lrwxrwxrwx 1 root root 15 Apr 22 2012 libXss.so -> libXss.so.1.0.0
lrwxrwxrwx 1 root root 15 Apr 22 2012 libXss.so.1 -> libXss.so.1.0.0
-rw-r--r-- 1 root root 10992 Apr 22 2012 libXss.so.1.0.0
-rw-r--r-- 1 root root 680972 Nov 8 2014 libXt.a
lrwxrwxrwx 1 root root 14 Nov 8 2014 libXt.so -> libXt.so.6.0.0
lrwxrwxrwx 1 root root 14 Nov 8 2014 libXt.so.6 -> libXt.so.6.0.0
-rw-r--r-- 1 root root 426320 Nov 8 2014 libXt.so.6.0.0
lrwxrwxrwx 1 root root 16 Nov 8 2014 libXtst.so.6 -> libXtst.so.6.1.0
-rw-r--r-- 1 root root 22944 Nov 8 2014 libXtst.so.6.1.0
-rw-r--r-- 1 root root 18806 Nov 8 2014 libXv.a
lrwxrwxrwx 1 root root 18 Apr 22 2014 libxvidcore.so.4 -> libxvidcore.so.4.3
-rw-r--r-- 1 root root 871728 Apr 22 2014 libxvidcore.so.4.3
lrwxrwxrwx 1 root root 16 Nov 8 2014 libXvMC.so.1 -> libXvMC.so.1.0.0
-rw-r--r-- 1 root root 14704 Nov 8 2014 libXvMC.so.1.0.0
lrwxrwxrwx 1 root root 17 Nov 8 2014 libXvMCW.so.1 -> libXvMCW.so.1.0.0
-rw-r--r-- 1 root root 18488 Nov 8 2014 libXvMCW.so.1.0.0
lrwxrwxrwx 1 root root 14 Nov 8 2014 libXv.so -> libXv.so.1.0.0
lrwxrwxrwx 1 root root 14 Nov 8 2014 libXv.so.1 -> libXv.so.1.0.0
-rw-r--r-- 1 root root 18800 Nov 8 2014 libXv.so.1.0.0
lrwxrwxrwx 1 root root 20 Nov 8 2014 libXxf86dga.so.1 -> libXxf86dga.so.1.0.0
-rw-r--r-- 1 root root 27120 Nov 8 2014 libXxf86dga.so.1.0.0
-rw-r--r-- 1 root root 20858 Nov 8 2014 libXxf86vm.a
lrwxrwxrwx 1 root root 19 Nov 8 2014 libXxf86vm.so -> libXxf86vm.so.1.0.0
lrwxrwxrwx 1 root root 19 Nov 8 2014 libXxf86vm.so.1 -> libXxf86vm.so.1.0.0
-rw-r--r-- 1 root root 22784 Nov 8 2014 libXxf86vm.so.1.0.0
lrwxrwxrwx 1 root root 16 Aug 31 2014 libyajl.so.2 -> libyajl.so.2.1.0
-rw-r--r-- 1 root root 43256 Aug 31 2014 libyajl.so.2.1.0
lrwxrwxrwx 1 root root 17 Dec 18 2013 libytnef.so.0 -> libytnef.so.0.0.0
-rw-r--r-- 1 root root 87992 Dec 18 2013 libytnef.so.0.0.0
-rw-r--r-- 1 root root 149834 Nov 27 2014 libz.a
lrwxrwxrwx 1 root root 25 Jun 24 2014 libzeitgeist-2.0.so.0 -> libzeitgeist-2.0.so.0.0.0
-rw-r--r-- 1 root root 412096 Jun 24 2014 libzeitgeist-2.0.so.0.0.0
lrwxrwxrwx 1 root root 18 Oct 28 2013 libzephyr.so.4 -> libzephyr.so.4.0.0
-rw-r--r-- 1 root root 58784 Oct 28 2013 libzephyr.so.4.0.0
lrwxrwxrwx 1 root root 35 Nov 27 2014 libz.so -> /lib/x86_64-linux-gnu/libz.so.1.2.8
lrwxrwxrwx 1 root root 23 Sep 21 2014 libzvbi-chains.so.0 -> libzvbi-chains.so.0.0.0
-rw-r--r-- 1 root root 63272 Sep 21 2014 libzvbi-chains.so.0.0.0
lrwxrwxrwx 1 root root 17 Sep 21 2014 libzvbi.so.0 -> libzvbi.so.0.13.2
-rw-r--r-- 1 root root 585144 Sep 21 2014 libzvbi.so.0.13.2
drwxr-xr-x 2 root root 4096 Mar 5 14:28 lksctp-tools
drwxr-xr-x 2 root root 4096 Mar 5 14:08 lognorm
-rw-r--r-- 1 root root 584 Feb 11 18:43 Mcrt1.o
drwxr-xr-x 2 root root 4096 Mar 5 14:28 ModemManager
drwxr-xr-x 2 root root 4096 Mar 5 14:27 NetworkManager
drwxr-xr-x 2 root root 4096 Mar 5 14:25 nss
drwxr-xr-x 3 root root 4096 Mar 5 14:08 openssl-1.0.0
drwxr-xr-x 2 root root 4096 Mar 5 14:25 orbit-2.0
lrwxrwxrwx 1 root root 19 Sep 19 2014 p11-kit-proxy.so -> libp11-kit.so.0.0.0
drwxr-xr-x 2 root root 4096 Mar 5 14:27 packagekit-backend
drwxr-xr-x 3 root root 4096 Mar 5 14:07 perl
drwxr-xr-x 3 root root 4096 Aug 15 2014 perl5
drwxr-xr-x 2 root root 4096 Mar 5 14:25 pkcs11
drwxr-xr-x 2 root root 4096 Mar 5 17:41 pkgconfig
drwxr-xr-x 3 root root 4096 Mar 5 15:06 polari
drwxr-xr-x 3 root root 4096 Mar 5 14:27 polkit-1
drwxr-xr-x 2 root root 4096 Mar 5 14:26 pstoedit
drwxr-xr-x 2 root root 4096 Mar 5 14:26 pulseaudio
drwxr-xr-x 4 root root 4096 Mar 5 14:26 qt4
drwxr-xr-x 3 root root 4096 Mar 5 17:33 qt5
drwxr-xr-x 2 root root 4096 Mar 5 17:33 qtchooser
drwxr-xr-x 3 root root 4096 Mar 5 14:26 qt-default
drwxr-xr-x 5 root root 4096 Mar 5 14:26 samba
drwxr-xr-x 2 root root 20480 Mar 5 14:28 sane
drwxr-xr-x 2 root root 4096 Mar 5 14:28 sasl2
-rw-r--r-- 1 root root 1912 Feb 11 18:43 Scrt1.o
drwxr-xr-x 2 root root 4096 Mar 5 14:26 speech-dispatcher
drwxr-xr-x 4 root root 4096 Mar 5 14:28 tracker-1.0
drwxr-xr-x 2 root root 4096 Mar 5 15:06 valgrind
drwxr-xr-x 2 root root 4096 Mar 5 14:26 vdpau
drwxr-xr-x 2 root root 4096 Mar 5 14:25 x264-10bit
-rwxr-xr-x 1 root root 135648 Jun 24 2014 zeitgeist-fts

@wolf-sigma
Copy link
Collaborator

Ok. Finally, how about this?

$ ls -la /usr/lib/libGL*

@LatchKeyKid
Copy link
Author

latchkeykid@debian:/usr/lib/x86_64-linux-gnu$ ls -la /usr/lib/libGL*
lrwxrwxrwx 1 root root 19 Mar 5 16:01 /usr/lib/libGL.so -> /usr/lib/libGL.so.1
lrwxrwxrwx 1 root root 21 Mar 5 16:01 /usr/lib/libGL.so.1 -> /usr/lib/libGL.so.1.2
lrwxrwxrwx 1 root root 33 Mar 5 16:01 /usr/lib/libGL.so.1.2 -> /usr/lib/fglrx/fglrx-libGL.so.1.2

@wolf-sigma
Copy link
Collaborator

Based on the article I attached earlier, what you need to do is replace the symlink in the x86_64-linux-gnu folder. This was the commands from the article.

bpaluri3@bpaluri3:/libfreenect/build$ sudo rm /usr/lib/x86_64-linux-gnu/libGL.so
bpaluri3@bpaluri3:
/libfreenect/build$ sudo ln -s /usr/lib/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so

I'd do this with caution and only after backing up your system however. It's not clear to me what other apps on your system depend on this. However, it does seem low risk, as the symlink points to a non-existent file.

@LatchKeyKid
Copy link
Author

Dang, it didn't work. But I no longer get this message at the end
make[2]: ** No rule to make target '/usr/lib/x86_64-linux-gnu/libGL.so', needed by 'emulationstation'. Stop.
CMakeFiles/Makefile2:246: recipe for target 'es-app/CMakeFiles/emulationstation.dir/all' failed
make[1]: *** [es-app/CMakeFiles/emulationstation.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2

@wolf-sigma
Copy link
Collaborator

Interesting. What's the output of "make"?

@LatchKeyKid
Copy link
Author

it works now. This whole time I was trying to open it from the terminal like this
latchkeykid@debian:~$ emulationstation
bash: emulationstation: command not found

But now I just went into the EmulationStation folder and clicked the emulationstation executable and it opened. Is there a different command I should be using to open it from the terminal? I know with SteamOS I would just type emulationstation

@LatchKeyKid
Copy link
Author

latchkeykid@debian:~/EmulationStation$ make
Scanning dependencies of target nanosvg
[ 1%] Building CXX object external/nanosvg/CMakeFiles/nanosvg.dir/src/nanosvg_impl.cpp.o
In file included from /home/latchkeykid/EmulationStation/external/nanosvg/src/nanosvg_impl.cpp:5:0:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h: In function ‘NSVGgradient* nsvg__createGradient(NSVGparser_, const char_, const float_, char_)’:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:683:16: warning: variable ‘d’ set but not used [-Wunused-but-set-variable]
float dx, dy, d;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h: In function ‘void nsvg__pathCubicBezTo(NSVGparser_, float_, float_, float_, float_, float_, int)’:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1571:8: warning: variable ‘x1’ set but not used [-Wunused-but-set-variable]
float x1, y1, x2, y2, cx1, cy1, cx2, cy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1571:12: warning: variable ‘y1’ set but not used [-Wunused-but-set-variable]
float x1, y1, x2, y2, cx1, cy1, cx2, cy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h: In function ‘void nsvg__startElement(void_, const char_, const char*)’:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1679:19: warning: ‘cpy2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
cy = 2_y1 - cpy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1835:24: note: ‘cpy2’ was declared here
float cpx, cpy, cpx2, cpy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1678:19: warning: ‘cpx2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
cx = 2_x1 - cpx2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1835:18: note: ‘cpx2’ was declared here
float cpx, cpy, cpx2, cpy2;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1866:5: warning: ‘rargs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (nargs >= rargs) {
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1834:6: note: ‘rargs’ was declared here
int rargs;
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1730:2: warning: ‘cmd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (rel) { // end point
^
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvg.h:1831:7: note: ‘cmd’ was declared here
char cmd;
^
In file included from /home/latchkeykid/EmulationStation/external/nanosvg/src/nanosvg_impl.cpp:6:0:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvgrast.h: In function ‘void nsvgRasterize(NSVGrasterizer
, NSVGimage
, float, float, float, unsigned char
, int, int, int)’:
/home/latchkeykid/EmulationStation/external/nanosvg/nanosvgrast.h:707:20: warning: ‘cb’ may be used uninitialized in this function [-Wmaybe-uninitialized]
unsigned int ca, cb;
^
Linking CXX static library ../../libnanosvg.a
[ 1%] Built target nanosvg
Scanning dependencies of target pugixml
[ 2%] Building CXX object external/pugixml/CMakeFiles/pugixml.dir/src/pugixml.cpp.o
Linking CXX static library ../../libpugixml.a
[ 2%] Built target pugixml
Scanning dependencies of target es-core
[ 3%] Building CXX object es-core/CMakeFiles/es-core.dir/src/AudioManager.cpp.o
[ 4%] Building CXX object es-core/CMakeFiles/es-core.dir/src/GuiComponent.cpp.o
[ 5%] Building CXX object es-core/CMakeFiles/es-core.dir/src/HelpStyle.cpp.o
[ 6%] Building CXX object es-core/CMakeFiles/es-core.dir/src/HttpReq.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/HttpReq.cpp: In destructor ‘HttpReq::~HttpReq()’:
/home/latchkeykid/EmulationStation/es-core/src/HttpReq.cpp:100:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(merr != CURLM_OK)
^
[ 7%] Building CXX object es-core/CMakeFiles/es-core.dir/src/ImageIO.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/ImageIO.cpp: In static member function ‘static std::vector ImageIO::loadFromMemoryRGBA32(const unsigned char_, size_t, size_t&, size_t&)’:
/home/latchkeykid/EmulationStation/es-core/src/ImageIO.cpp:39:19: warning: unused variable ‘pitch’ [-Wunused-variable]
unsigned int pitch = FreeImage_GetPitch(fiBitmap);
^
/home/latchkeykid/EmulationStation/es-core/src/ImageIO.cpp:24:16: warning: unused variable ‘fiConverted’ [-Wunused-variable]
FIBITMAP * fiConverted = nullptr;
^
[ 7%] Building CXX object es-core/CMakeFiles/es-core.dir/src/InputConfig.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/InputConfig.cpp: In member function ‘void InputConfig::loadFromXML(pugi::xml_node)’:
/home/latchkeykid/EmulationStation/es-core/src/InputConfig.cpp:170:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(value == 0)
^
[ 8%] Building CXX object es-core/CMakeFiles/es-core.dir/src/InputManager.cpp.o
[ 9%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Log.cpp.o
[ 10%] Building CXX object es-core/CMakeFiles/es-core.dir/src/platform.cpp.o
[ 11%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Renderer_draw_gl.cpp.o
[ 12%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Renderer_init_sdlgl.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/Renderer_init_sdlgl.cpp: In function ‘bool Renderer::createSurface()’:
/home/latchkeykid/EmulationStation/es-core/src/Renderer_init_sdlgl.cpp:111:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(SDL_GL_SetSwapInterval(-1) != 0 && SDL_GL_SetSwapInterval(1) != 0)
^
[ 13%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Settings.cpp.o
[ 13%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Sound.cpp.o
[ 14%] Building CXX object es-core/CMakeFiles/es-core.dir/src/ThemeData.cpp.o
[ 15%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Util.cpp.o
[ 16%] Building CXX object es-core/CMakeFiles/es-core.dir/src/Window.cpp.o
[ 17%] Building CXX object es-core/CMakeFiles/es-core.dir/src/md5.cpp.o
[ 18%] Building CXX object es-core/CMakeFiles/es-core.dir/src/crc32.cpp.o
[ 19%] Building CXX object es-core/CMakeFiles/es-core.dir/src/animations/AnimationController.cpp.o
[ 19%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/AnimatedImageComponent.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/components/AnimatedImageComponent.cpp: In member function ‘virtual void AnimatedImageComponent::update(int)’:
/home/latchkeykid/EmulationStation/es-core/src/components/AnimatedImageComponent.cpp:62:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(mCurrentFrame == mFrames.size())
^
[ 20%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/BusyComponent.cpp.o
[ 21%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ButtonComponent.cpp.o
[ 22%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ComponentGrid.cpp.o
[ 23%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ComponentList.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/components/ComponentList.cpp: In member function ‘virtual void ComponentList::render(const Affine3f&)’:
/home/latchkeykid/EmulationStation/es-core/src/components/ComponentList.cpp:184:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
drawAll = !mFocused || i != mCursor;
^
[ 24%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/DateTimeComponent.cpp.o
[ 25%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/HelpComponent.cpp.o
[ 26%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ImageComponent.cpp.o
[ 26%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/MenuComponent.cpp.o
[ 27%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/NinePatchComponent.cpp.o
[ 28%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/ScrollableContainer.cpp.o
/home/latchkeykid/EmulationStation/es-core/src/components/ScrollableContainer.cpp: In member function ‘virtual void ScrollableContainer::update(int)’:
/home/latchkeykid/EmulationStation/es-core/src/components/ScrollableContainer.cpp:67:15: warning: unused variable ‘widthMod’ [-Wunused-variable]
const float widthMod = (680.0f / getSize().x());
^
[ 29%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/SliderComponent.cpp.o
[ 30%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/SwitchComponent.cpp.o
[ 31%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/TextComponent.cpp.o
[ 32%] Building CXX object es-core/CMakeFiles/es-core.dir/src/components/TextEditComponent.cpp.o
[ 32%] Building CXX object es-core/CMakeFiles/es-core.dir/src/guis/GuiDetectDevice.cpp.o
[ 33%] Building CXX object es-core/CMakeFiles/es-core.dir/src/guis/GuiInputConfig.cpp.o
[ 34%] Building CXX object es-core/CMakeFiles/es-core.dir/src/guis/GuiMsgBox.cpp.o
[ 35%] Building CXX object es-core/CMakeFiles/es-core.dir/src/guis/GuiTextEditPopup.cpp.o
[ 36%] Building CXX object es-core/CMakeFiles/es-core.dir/src/resources/Font.cpp.o
[ 37%] Building CXX object es-core/CMakeFiles/es-core.dir/src/resources/ResourceManager.cpp.o
[ 38%] Building CXX object es-core/CMakeFiles/es-core.dir/src/resources/SVGResource.cpp.o
[ 38%] Building CXX object es-core/CMakeFiles/es-core.dir/src/resources/TextureResource.cpp.o
[ 39%] Building CXX object es-core/CMakeFiles/es-core.dir//data/ResourceUtil.cpp.o
[ 40%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/splash_svg.cpp.o
[ 41%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/window_icon_256_png.cpp.o
[ 42%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/button_png.cpp.o
[ 43%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/button_filled_png.cpp.o
[ 44%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/textinput_ninepatch_png.cpp.o
[ 44%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/textinput_ninepatch_active_png.cpp.o
[ 45%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/frame_png.cpp.o
[ 46%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/scroll_gradient_png.cpp.o
[ 47%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_button_a_svg.cpp.o
[ 48%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_button_b_svg.cpp.o
[ 49%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_button_x_svg.cpp.o
[ 50%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_button_y_svg.cpp.o
[ 51%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_button_l_svg.cpp.o
[ 51%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_button_r_svg.cpp.o
[ 52%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_button_start_svg.cpp.o
[ 53%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_button_select_svg.cpp.o
[ 54%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_dpad_up_svg.cpp.o
[ 55%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_dpad_down_svg.cpp.o
[ 56%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_dpad_left_svg.cpp.o
[ 57%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_dpad_right_svg.cpp.o
[ 57%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_dpad_updown_svg.cpp.o
[ 58%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/help_dpad_leftright_svg.cpp.o
[ 59%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/help_dpad_all_svg.cpp.o
[ 60%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/opensans_hebrew_condensed_regular_ttf.cpp.o
[ 61%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/opensans_hebrew_condensed_light_ttf.cpp.o
[ 62%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/arrow_svg.cpp.o
[ 63%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/option_arrow_svg.cpp.o
[ 63%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/checkbox_checked_svg.cpp.o
[ 64%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/checkbox_unchecked_svg.cpp.o
[ 65%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/star_filled_svg.cpp.o
[ 66%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/star_unfilled_svg.cpp.o
[ 67%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/on_svg.cpp.o
[ 68%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/off_svg.cpp.o
[ 69%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/fav_add_svg.cpp.o
[ 69%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/fav_remove_svg.cpp.o
[ 70%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/slider_knob_svg.cpp.o
[ 71%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/busy_0_svg.cpp.o
[ 72%] Building CXX object es-core/CMakeFiles/es-core.dir//data/converted/busy_1_svg.cpp.o
[ 73%] Building CXX object es-core/CMakeFiles/es-core.dir/
/data/converted/busy_2_svg.cpp.o
[ 74%] Building CXX object es-core/CMakeFiles/es-core.dir/__/data/converted/busy_3_svg.cpp.o
Linking CXX static library ../libes-core.a
[ 74%] Built target es-core
Scanning dependencies of target emulationstation
[ 74%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/FileData.cpp.o
[ 75%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/FileSorts.cpp.o
[ 76%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/main.cpp.o
[ 77%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/MameNameMap.cpp.o
[ 78%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/MetaData.cpp.o
[ 79%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/PlatformId.cpp.o
[ 80%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/ScraperCmdLine.cpp.o
/home/latchkeykid/EmulationStation/es-app/src/ScraperCmdLine.cpp: In function ‘int run_scraper_cmdline()’:
/home/latchkeykid/EmulationStation/es-app/src/ScraperCmdLine.cpp:126:7: warning: variable ‘manual_mode’ set but not used [-Wunused-but-set-variable]
bool manual_mode = false;
^
[ 80%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/SystemData.cpp.o
/home/latchkeykid/EmulationStation/es-app/src/SystemData.cpp: In static member function ‘static bool SystemData::loadConfig()’:
/home/latchkeykid/EmulationStation/es-app/src/SystemData.cpp:279:27: warning: unused variable ‘platformId’ [-Wunused-variable]
PlatformIds::PlatformId platformId = PlatformIds::PLATFORM_UNKNOWN;
^
[ 81%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/VolumeControl.cpp.o
[ 82%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/Gamelist.cpp.o
[ 83%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/components/AsyncReqComponent.cpp.o
[ 84%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/components/RatingComponent.cpp.o
[ 85%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/components/ScraperSearchComponent.cpp.o
[ 86%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiFastSelect.cpp.o
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiFastSelect.cpp: In constructor ‘GuiFastSelect::GuiFastSelect(Window_, IGameListView_)’:
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiFastSelect.cpp:39:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(mLetterId == std::string::npos)
^
[ 86%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiMetaDataEd.cpp.o
[ 87%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiGameScraper.cpp.o
[ 88%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiGamelistOptions.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiGamelistOptions.h:2:0,
from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiGamelistOptions.cpp:1:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h: In member function ‘void OptionListComponent::onSizeChanged()’:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h:175:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(mSize.x() < (mLeftArrow.getSize().x() + mRightArrow.getSize().x()))
^
[ 89%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiMenu.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp:12:0:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h: In member function ‘void OptionListComponent::onSizeChanged()’:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h:175:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(mSize.x() < (mLeftArrow.getSize().x() + mRightArrow.getSize().x()))
^
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp: In lambda function:
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp:187:8: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(runRestartCommand() != 0)
^
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp: In lambda function:
/home/latchkeykid/EmulationStation/es-app/src/guis/GuiMenu.cpp:198:8: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(runShutdownCommand() != 0)
^
[ 90%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiSettings.cpp.o
[ 91%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiScraperMulti.cpp.o
[ 92%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/guis/GuiScraperStart.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiScraperStart.cpp:7:0:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h: In member function ‘void OptionListComponent::onSizeChanged()’:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h:175:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(mSize.x() < (mLeftArrow.getSize().x() + mRightArrow.getSize().x()))
^
[ 92%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/scrapers/Scraper.cpp.o
/home/latchkeykid/EmulationStation/es-app/src/scrapers/Scraper.cpp: In function ‘bool resizeImage(const string&, int, int)’:
/home/latchkeykid/EmulationStation/es-app/src/scrapers/Scraper.cpp:268:4: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(!saved)
^
[ 93%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/scrapers/GamesDBScraper.cpp.o
[ 94%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/scrapers/TheArchiveScraper.cpp.o
[ 95%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/BasicGameListView.cpp.o
[ 96%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/DetailedGameListView.cpp.o
[ 97%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/IGameListView.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/guis/GuiGamelistOptions.h:2:0,
from /home/latchkeykid/EmulationStation/es-app/src/views/gamelist/IGameListView.cpp:7:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h: In member function ‘void OptionListComponent::onSizeChanged()’:
/home/latchkeykid/EmulationStation/es-core/src/components/OptionListComponent.h:175:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if(mSize.x() < (mLeftArrow.getSize().x() + mRightArrow.getSize().x()))
^
[ 98%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/ISimpleGameListView.cpp.o
[ 99%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/GridGameListView.cpp.o
In file included from /home/latchkeykid/EmulationStation/es-app/src/views/gamelist/GridGameListView.h:5:0,
from /home/latchkeykid/EmulationStation/es-app/src/views/gamelist/GridGameListView.cpp:1:
/home/latchkeykid/EmulationStation/es-core/src/components/ImageGridComponent.h: In instantiation of ‘void ImageGridComponent::updateImages() [with T = FileData_]’:
/home/latchkeykid/EmulationStation/es-core/src/components/ImageGridComponent.h:158:16: required from ‘void ImageGridComponent::render(const Affine3f&) [with T = FileData*; Eigen::Affine3f = Eigen::Transform<float, 3, 2>]’
/home/latchkeykid/EmulationStation/es-app/src/views/gamelist/GridGameListView.cpp:67:1: required from here
/home/latchkeykid/EmulationStation/es-core/src/components/ImageGridComponent.h:244:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(i == mCursor)
^
/home/latchkeykid/EmulationStation/es-core/src/components/ImageGridComponent.h:222:6: warning: unused variable ‘cursorCol’ [-Wunused-variable]
int cursorCol = mCursor % gridSize.x();
^
[ 99%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/SystemView.cpp.o
[100%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/ViewController.cpp.o
Linking CXX executable ../emulationstation
[100%] Built target emulationstation

@wolf-sigma
Copy link
Collaborator

Since it's not on the path, you need to run with "./emulationstation"

@LatchKeyKid
Copy link
Author

That doesn't seem to work either. I have to do "cd EmulationStation" and then "./emulationstation"

Edit:
"EmulationStation/emulationstation" works. I'll just Make Link and put it on my desktop. Thanks a LOT for the help :)

@wolf-sigma
Copy link
Collaborator

You should read this for an explanation on why you must specify the directory of the command.

Glad it works. Closing out.

@wolf-sigma
Copy link
Collaborator

For future reference:

Summary of issue
Seems to be an issue with some installations of the libGL files as described here: http://techtidings.blogspot.com/2012/01/problem-with-libglso-on-64-bit-ubuntu.html

Verification of issue
$ cd /usr/lib/x86_64-linux-gnu/
$ ls -la libGL.so
lrwxrwxrwx 1 root root 14 Aug 19 2015 /usr/lib/x86_64-linux-gnu/libGL.so -> libGL.so.1.2.0

$ ls -la libGL.so.1.2.0
ls: cannot access libGL.so.1.2.0: No such file or directory

Fix for issue
$ sudo rm /usr/lib/x86_64-linux-gnu/libGL.so
$ sudo ln -s /usr/lib/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants