-
@nibzy26 you can get rid of that by unmounting
sudo umount /usr/share/session-migration/scripts
-
-
@lduboeuf said in error while installing lomiri-systems-settings:
sudo umount /usr/share/session-migration/scripts
@lduboeuf Thanks it solved one problem
but now complaining about dependency issuesetting up liblomirisystemsettingsprivate-dev:arm64 (1.0.2+1local~1699268765) ...
dpkg: dependency problems prevent configuration of lomiri-system-settings:
lomiri-system-settings depends on libdeviceinfo0 (>= 0.2.1+0~20231014230604.8+ubports20.04~1.gbp7e819c); however:
Version of libdeviceinfo0 on system is 0.2.0+0~20230918210732.7+ubports20.04~1.gbp72afc4.dpkg: error processing package lomiri-system-settings (--install):
dependency problems - leaving unconfiguredI built these arm64 deb packages using crossbuilder
also tried to install it like
phablet@ubuntu-phablet:~/Documents$ sudo apt install libdeviceinfo0=0.2.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '0.2.1' for 'libdeviceinfo0' was not found
phablet@ubuntu-phablet:~/Documents$ -
Alos getting low spce issue on the phone
phablet@ubuntu-phablet:~/Documents$ df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/system 3026216 3009728 0 100% /
phablet@ubuntu-phablet:~/Documents$How can I make some space . I dint install any large packages yet.
-
@nibzy26 said in error while installing lomiri-systems-settings:
@lduboeuf said in error while installing lomiri-systems-settings:
sudo umount /usr/share/session-migration/scripts
@lduboeuf Thanks it solved one problem
but now complaining about dependency issuesetting up liblomirisystemsettingsprivate-dev:arm64 (1.0.2+1local~1699268765) ...
dpkg: dependency problems prevent configuration of lomiri-system-settings:
lomiri-system-settings depends on libdeviceinfo0 (>= 0.2.1+0~20231014230604.8+ubports20.04~1.gbp7e819c); however:
Version of libdeviceinfo0 on system is 0.2.0+0~20230918210732.7+ubports20.04~1.gbp72afc4.dpkg: error processing package lomiri-system-settings (--install):
dependency problems - leaving unconfiguredI built these arm64 deb packages using crossbuilder
also tried to install it like
phablet@ubuntu-phablet:~/Documents$ sudo apt install libdeviceinfo0=0.2.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '0.2.1' for 'libdeviceinfo0' was not found
phablet@ubuntu-phablet:~/Documents$Hum not sure about how to work around that dependency issue. But for Lomiri System Settings, we have to increase a version in debian changelog.
lomiri-system-settings (1.0.4) unstable; urgency=medium * test -- UBports developers <developers@ubports.com> Fri, 25 May 2023 07:55:10 +0100
-
i think that i have a solution, since it is finally deployed on my phone now https://github.com/ubports/crossbuilder/pull/82
-
Did anyone use crossbuilder recently? When running it on lomiri-system -settings from crosbuilder main branch I get this error:
dh_auto_configure: error: cd obj-aarch64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g\+\+ -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DPKG_CONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/aarch64-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DENABLE_LIBDEVICEINFO=ON -DENABLE_UBUNTU_ACCOUNTSSERVICE=ON -DENABLE_TESTS=OFF .. returned exit code 1 make[1]: *** [debian/rules:35: override_dh_auto_configure] Error 2```
-
@danfro said in error while installing lomiri-systems-settings:
Did anyone use crossbuilder recently? When running it on lomiri-system -settings from crosbuilder main branch I get this error:
dh_auto_configure: error: cd obj-aarch64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g\+\+ -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DPKG_CONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/aarch64-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DENABLE_LIBDEVICEINFO=ON -DENABLE_UBUNTU_ACCOUNTSSERVICE=ON -DENABLE_TESTS=OFF .. returned exit code 1 make[1]: *** [debian/rules:35: override_dh_auto_configure] Error 2```
I guess you try to build it for 24.04 if you are working on main branch.
Have you updated crossbuilder ? -
-
@danfro i have been building from crossbuilders master branch last week,
crossbuilder --lxd-image=ubuntu:20.04 --architecture=arm64 build
it still works, but seems only with arm64, amd build crashes -
@uxes Cool, thank. I will give that a try tonight. arm64 is sufficient for me for testing changes.
-
@uxes said in error while installing lomiri-systems-settings:
crossbuilder --lxd-image=ubuntu:20.04 --architecture=arm64 build
Sadly this did not fix my issues. I run into the same error message.
-
Hmm. I found this (kind of full error message):
# Debian defines CMAKE_INSTALL_LOCALSTATEDIR as /usr/var, which is wrong. # So until Debian bug 719148 is fixed, do it ourselves. dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var" -DENABLE_LIBDEVICEINFO=ON -DENABLE_UBUNTU_ACCOUNTSSERVICE=ON -DENABLE_TESTS=OFF cd obj-aarch64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g\+\+ -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DPKG_CONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/aarch64-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DENABLE_LIBDEVICEINFO=ON -DENABLE_UBUNTU_ACCOUNTSSERVICE=ON -DENABLE_TESTS=OFF .. -- Could NOT find Lcov (missing: LCOV_EXECUTABLE GENHTML_EXECUTABLE) -- Could NOT find gcovr (missing: GCOVR_EXECUTABLE) -- Checking for module 'polkit-agent-1' -- No package 'polkit-agent-1' found CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message): A required package was not found
But I guess those are not missing on my system, but in lxd image, right?
-
@danfro said in error while installing lomiri-systems-settings:
@uxes said in error while installing lomiri-systems-settings:
crossbuilder --lxd-image=ubuntu:20.04 --architecture=arm64 build
Sadly this did not fix my issues. I run into the same error message.
Humm, and you are sure no old files are here ( like previous build for 20.04 ) ?
-
@danfro said in error while installing lomiri-systems-settings:
Hmm. I found this (kind of full error message):
# Debian defines CMAKE_INSTALL_LOCALSTATEDIR as /usr/var, which is wrong. # So until Debian bug 719148 is fixed, do it ourselves. dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var" -DENABLE_LIBDEVICEINFO=ON -DENABLE_UBUNTU_ACCOUNTSSERVICE=ON -DENABLE_TESTS=OFF cd obj-aarch64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g\+\+ -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DPKG_CONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/aarch64-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DENABLE_LIBDEVICEINFO=ON -DENABLE_UBUNTU_ACCOUNTSSERVICE=ON -DENABLE_TESTS=OFF .. -- Could NOT find Lcov (missing: LCOV_EXECUTABLE GENHTML_EXECUTABLE) -- Could NOT find gcovr (missing: GCOVR_EXECUTABLE) -- Checking for module 'polkit-agent-1' -- No package 'polkit-agent-1' found CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message): A required package was not found
But I guess those are not missing on my system, but in lxd image, right?
Yes maybe they need to be installed within the lxd container. Or something wrong with control dependency declaration
-
@lduboeuf I even grabbed a brand new clone of lomiri-system-settings and tried with that to make sure there is no bug in my local copy.
-
@lduboeuf Can I do that via shell and then exit shell and run crossbuilder again?
-
@danfro said in error while installing lomiri-systems-settings:
@lduboeuf Can I do that via shell and then exit shell and run crossbuilder again?
yes, it will persist, so
sudo apt install libpolkit-agent-1-dev
should do it. But if you build for arm64, iirc you have to append the arch, e.g `sudo apt install libpolkit-agent-1-dev:arm64 -
@lduboeuf said in error while installing lomiri-systems-settings:
sudo apt install libpolkit-agent-1-dev
Hmm. That might be the problem:
Err:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-dev amd64 2.64.6-1~ubuntu20.04.4 404 Not Found [IP: 2620:2d:4000:1::102 80] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-gobject-1-dev amd64 0.105-26ubuntu1.3 [59.9 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-agent-1-dev amd64 0.105-26ubuntu1.3 [22.2 kB] Err:3 http://security.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 404 Not Found [IP: 2620:2d:4000:1::102 80] Err:4 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libblkid-dev amd64 2.34-0.1ubuntu9.3 404 Not Found [IP: 2620:2d:4000:1::102 80] Err:5 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libmount-dev amd64 2.34-0.1ubuntu9.3 404 Not Found [IP: 2620:2d:4000:1::102 80]
-
@danfro Ah, forgot the arch.
-
@danfro Ok, so far I had to manually install those packages:
libpolkit-agent-1-dev:arm64 gcovr (including lcov) libtrust-store-dev:arm64 libdeviceinfo-dev:arm64
Although the last one I haven't got installed yet, apt in the shell seems stuck when "setting up snapd". I guess that isn't really needed? can we drop all snaps stuff?