Мне кто-нибудь обьяснит, почему у нас дефолтная libpng некрофильской версии, когда все давно уже перелезли на ветку 1.6?
X-login broke on update Slim fix: libpng16.so.16: No such file or directory
(37 posts) (11 voices)-
Posted 7 years ago #
-
Привет, Саша.
Объясняю :)
Добро пожаловать в обновление SliTaz Next:
http://hg.slitaz.org/wok-next/
http://cook.slitaz.org/next/
До приличных результатов еще далеко как до Киева…
Но сейчас тут (в обычном wok, не в wok-next) затеялась быстрая (!) пересборка пакетов с минимумом (!) обновлений и фиксов. Так что let it be. В будущем, которое наступит не знаю как скоро, уже есть libpng16 и другие вкусности. Пусть релиз SliTaz-5.0 будет староват, но обновление SliTaz-6.0 я уже взял в свои руки. Прошу посильной помощи, пакетов еще море… Да, использую при обновлениях вот это: http://www.linuxfromscratch.org/blfs/view/7.10/index.htmlPosted 7 years ago # -
Hi there,
I need some help, anyone, please.
There's a list of packages need to be just re-cooked, without any changes:
http://forum.slitaz.org/topic/libpng16so16-no-such-file-or-directory#post-44193I requested SliTaz Cooker to rebuild the packages, but still nothing happened. Can you, please, rebuild the packages? It ancient, but effective way: adding newline to the end of the receipt?
I'm busy until night, want to go to office right now.
Thanks!PS. To be precise, I told here about regular ("Cooking") wok: http://hg.slitaz.org/wok/
Posted 7 years ago # -
>Да, использую при обновлениях вот это: http://www.linuxfromscratch.org/blfs/view/7.10/index.html
Ну отлично, я сам оттуда обновления пакетов беру (правда из svn версии).
Такой вопрос - а какой-нибудь вид минимальной (хотя бы консольной) системы есть у next ветки?
Чтобы нативно из неё разработкой заняться.Posted 7 years ago # -
Я не знаю как пушить пакеты на mirror1. Пока можно использовать вот такую репу: http://people.slitaz.org/~lexeii/packages/next/
Это всё новое для SliTaz Next (a.k.a. SliTaz-6.0).Posted 7 years ago # -
@aleksej:
Your package list http://forum.slitaz.org/topic/libpng16so16-no-such-file-or-directory#post-44193 is cooking now.Posted 7 years ago # -
Thank you.
Posted 7 years ago # -
http://forum.slitaz.org/topic/libpng16so16-no-such-file-or-directory#post-44193
It's definitely not a complete list. For example:
http://cook.slitaz.org/cooker.cgi?pkg=wxWidgets28
> Cook date : 2017-02-16 13:28
# ldd /usr/lib/libwx_gtk2u_core-2.8.so | grep png
libpng16.so.16 => not found
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb6406000)Posted 7 years ago # -
Thank you, Xander.
Rechecking the new list right now...PS. * libwmf * opencv * openmotif * wxWidgets * wxWidgets28
Posted 7 years ago # -
Libreoffice still doesn't work. However neither oosplash nor soffice.bin miss dependencies (ldd does not report "not found").
Posted 7 years ago # -
Hi there,
Just back home, updated my SliTaz and all works fine.
Thanks to mojo for sharing your slim package; thanks also to Aleksej and all the others who worked hard to repair SliTaz.
Posted 7 years ago # -
Still remain a problem.
I've updated my second installation (270 packages); then I was unable to open PCManFM, when clicking on the icon in the upper panel, nothing happened.
After reboot, I can login but the desktop doesn't display, only the upper panel. I a terminal:tazpkg@sda5:~$ pcmanfm & tazpkg@sda5:~$ pcmanfm: error while loading shared libraries: libexif.so.12: cannot open shared object file: No such file or directory su Password: root@sda5:/home/tazpkg# tazpkg -gi libexif libexif-0.6.20.tazpk 100% |*******************************| 54984 0:00:00 ETA Installation of package "libexif" ================================================================================ Reads and writes EXIF metainformation from and to image files. -------------------------------------------------------------------------------- Copying package... [ Done ] Extracting package... [ Done ] Remember modified packages... [ Done ] Installing package... [ Done ] Removing all tmp files... [ Done ] ================================================================================ Package "libexif" (0.6.20) is installed.
PCManFM is working now.
I also noticed during the update
Tracking dependencies for package "slitaz-tools-boxes"
================================================================================
Missing package "yad-gtk3yad-gtk2"
================================================================================
1 missing package to install.Unable to find package "yad-gtk3yad-gtk2" in the mirrored packages list.
Unable to find package "get-yad-gtk3yad-gtk2" in the mirrored packages list.
Unable to find package "yad-gtk3yad-gtk2" in the extra packages list.
Posted 7 years ago # -
and this. Wanting to update Adobe Flash plugin:
...
Connecting to fpdownload.adobe.com (92.122.88.204:443)
wget: can't execute 'openssl': No such file or directory
wget: error getting response: Connection reset by peer
root@sda5:/home/tazpkg# tazpkg -gi openssl
...
Package "openssl" (1.0.2k) is installed.root@sda5:/home/tazpkg# get-flash-plugin
Connecting to fpdownload.adobe.com (92.122.88.204:443)
flash_player_npapi_l 100% |*******************************| 8947k 0:00:00 ETA
...
Package "flash-plugin" (24.0.0.221) is installed.
Posted 7 years ago # -
Hi Ceel,
It's all mainly about an implicit dependencies. Let's talk about PCManFM.
It based on the LibFM, set of libraries to build File Manager.
LibFM can use the library called LibEXIF which is used for faster thumbnail loading.
This dependency isn't hard: if “configure” script will find all the needed stuff, it will be built with the LibEXIF, and resulting LibFM will depend on LibEXIF. And, in turn, PCManFM which depends on LibFM, will depend on LibEXIF too.Here's current log of LibFM building, here you can find the string:
checking for EXIF... yes
Note that older logs contains the string:
checking for EXIF... no
LibEXIF was absent in the original building environment then.
Now it's here, with a bunch of other unwanted packages.
In this case we just got a PCManFM with one extra feature.::
This situation isn't normal, because anyone isn't re-checked the renewed dependencies.
I suggested to developers to start all over from scratch. Rebuild all the ~5300 packages. I know it's hard enough to do the same once again, but current situation is far from normal.
::
A couple of words about OpenSSL. It's “must have” package.
Currently, every second web site I browse is HTTPS-driven. You couldn't connect that web sites without OpenSSL.
Last time too many articles and forum posts about privacy. Non-secure connections to the web is like publicly available notes on the bulletin boards describing each your step…
OpenSSL should be in each and every SliTaz flavor.
Posted 7 years ago # -
Hi,
Updated last night and Slim works again. Libreoffice still didn't work, so I get-libreoffice'd and now have a working v5.3 (previous one was 4.4); I had to tweak a few symlinks by hand, but maybe my get-script was not up-to-date. (Also I'm still a bit confused about the get-* procedures: do I still have to
get-install get-foo
and run/usr/bin/get-foo
script, or does current tazpkg do all the stuff with-gi foo
? If the latter, why doget-foo
packages still exist?)Thanks to all.
Posted 7 years ago #
Reply »
You must log in to post.