[Ubuntu-cat] Fwd: actualització falkon

Joan Inglada Roig joan.inglada a gmail.com
dim gen 28 23:08:15 UTC 2020


L'he provat d'instal·lar en el 19.04 i he vist les següents coses
sospitoses:

====================================================================
joan a joan-Aspire-E1-572:~/extra-cmake-modules/build$ *sudo pip3 install
pyside2*
The directory '/home/joan/.cache/pip/http' or its parent directory is not
owned by the current user and the cache has been disabled. Please check the
permissions and owner of that directory. If executing pip with sudo, you
may want sudo's -H flag.
The directory '/home/joan/.cache/pip' or its parent directory is not owned
by the current user and caching wheels has been disabled. check the
permissions and owner of that directory. If executing pip with sudo, you
may want sudo's -H flag.
Collecting pyside2
  Downloading
https://files.pythonhosted.org/packages/74/f7/738a55a81eebb854c263622822e551bcff4276b96b5a8eadfed12500ee46/PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl
(165.4MB)
    100% |████████████████████████████████| 165.4MB 8.6kB/s
Collecting shiboken2==5.14.0 (from pyside2)
  Downloading
https://files.pythonhosted.org/packages/d2/ed/95ed9353202b3e4115373288a7517fe0a13d70755fcb599d2df399ed9f4a/shiboken2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl
(848kB)
    100% |████████████████████████████████| 849kB 1.5MB/s
Installing collected packages: shiboken2, pyside2
Successfully installed pyside2-5.14.0 shiboken2-5.14.0

==========================================
joan a joan-Aspire-E1-572:~/falkon-3.1.0/build$ *cmake ..*
...
Installing in /usr/local. Run /home/joan/falkon-3.1.0/build/prefix.sh to
set the environment for Falkon.
...
-- Checking for module 'gnome-keyring-1'
--   No package 'gnome-keyring-1' found
-- Could NOT find KF5Crash (missing: KF5Crash_DIR)
-- Could NOT find KF5Purpose (missing: KF5Purpose_DIR)
CMake Warning at CMakeLists.txt:122 (find_package):
  By not providing "FindPySide2.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "PySide2",
but
  CMake did not find one.

  Could not find a package configuration file provided by "PySide2"
  (requested version 2.0.0) with any of the following names:

    PySide2Config.cmake
    pyside2-config.cmake

  Add the installation prefix of "PySide2" to CMAKE_PREFIX_PATH or set
  "PySide2_DIR" to a directory containing one of the above files.  If
  "PySide2" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:123 (find_package):
  By not providing "FindShiboken2.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Shiboken2", but CMake did not find one.

  Could not find a package configuration file provided by "Shiboken2"
  (requested version 2.0.0) with any of the following names:

    Shiboken2Config.cmake
    shiboken2-config.cmake
========================================

i al final del *"make && make install"* això:
...
[100%] Built target adblockparserule_autogen
[100%] Built target adblockparserule
Install the project...
-- Install configuration: ""
CMake Error at cmake_install.cmake:41 (file):
  file cannot create directory: /usr/local/share/locale/ar/LC_MESSAGES.
  Maybe need administrative privileges.


make: *** [Makefile:129: install] Error 1
joan a joan-Aspire-E1-572:~/falkon-3.1.0/build$
====================================

Demà a la tarda provaré d'instal·lar-lo en el 18.04 LTS

Saluta[c]cions

Joan Inglada

Aquest missatge no l'ha analitzat cap antivirus en origen; està enviat des
d'un sistema GNU/Linux i és poc probable que contingui programari maliciós.


Missatge de cubells <vicent a vcubells.net> del dia dt., 28 de gen. 2020 a
les 21:01:

> El 28/1/20 a les 18:29, Joan Inglada Roig ha escrit:
> > Perdona Vicent, és que no m'he explicat prou bé...
> >
>
> cap problema.
>
> Ara he tingut una mica de temps i he pogut compilar la versió 3.1 de
> falkon en un docker amb ubuntu 18.04.
>
> M'han faltat un parell o tres de llibreries de les quals no he trobat la
> versió adequada, però falkon funciona.
>
> Et dic les comandes com a root i una a una perquè en cada pas de la
> compilació he hagut d'instal·lar les llibreries que em demanava.
>
> Algunes comandes et sobraran perquè el meu ubuntu 18.04 estava net, però
> no hi ha cap problema si les executes (ull amb els punts i dobles punts
> finals de les comandes).
>
> Veuràs que utilitzo aptitude per instal·lar, però és que m'agrada més
> que l'apt. Quan acabes, pots desinstal·lar-lo si no t'agrada
>
> Anem allà:
>
> cd
> apt-get install build-essential aptitude
> apt-get install libncurses5-dev libgdbm-dev
> apt-get install libnss3-dev libssl-dev libreadline-dev libffi-dev
>
> aptitude install cmake
>
> aptitude install wget
> aptitude install git
> git clone git://anongit.kde.org/extra-cmake-modules
> cd extra-cmake-modules/
> mkdir build && cd build
> cmake ..
> make && make install
>
> aptitude install qtbase5-dev
> aptitude install qtdeclarative5-dev
> aptitude install qtwebengine5-dev
> aptitude install pkg-config
> aptitude install libxcb-util-dev
> aptitude install libqt5x11extras5-dev
> aptitude install libkf5i18n-dev
> aptitude install kdelibs5-dev
> aptitude install gettext
> aptitude install gnome-keyring
> aptitude install qttools5-dev
> aptitude install shiboken libshiboken-dev
> aptitude install python3-pip
> pip3 install pyside2
> aptitude install libkf5wallet-dev
> aptitude install libkf5kio-dev
> aptitude install libkf5wallet-dev
>
>
> cd
> wget http://download.kde.org/stable/falkon/3.1/falkon-3.1.0.tar.xz .
> tar xvf falkon-3.1.0.tar.xz
> cd falkon-3.1.0
> mkdir build && cd build
> cmake ..
> make && make install
>
>
> pots confirmar-me que has pogut?
>
> --
> Atentament, cubells.
> --
>
> --
> Ubuntu-cat mailing list
> Ubuntu-cat a lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-cat
>
-------------- part següent --------------
Un document HTML ha estat eliminat...
URL: <https://lists.ubuntu.com/archives/ubuntu-cat/attachments/20200129/8a891600/attachment.html>


Més informació sobre la llista de correu Ubuntu-cat