Re: Many poudriere builds get stuck in lib-depends and run-depends phases and never succeed

From: Tatsuki Makino <tatsuki_makino_at_hotmail.com>
Date: Tue, 11 Oct 2022 03:51:19 UTC
Hello.

If the jail 13amd64-local-workstation for it has already been terminated, there are other ways to try it yourself with the following command.

# Commands to be executed on the host
poudriere jail -s -j 13amd64 -p local -z workstation # -j,-p,-z are probably for 13amd64-local-workstation :)
jls -v # In the meantime, check what jail is running
jexec 13amd64-local-workstation-n env -i "TERM=$TERM" /usr/bin/login -f -p root
# From here, the commands in the shell within the jail
service newsyslog onestart
service syslogd onestart
make -C /usr/ports/x11-toolkits/qt5-gui pkg-depends install-package
# Check something in the output here
less /var/log/messages
less /var/log/something
exit
# When you exit the shell, the jail is still there, so terminate it.
poudriere jail -k -j 13amd64 -p local -z workstation

Regards.

Yuri wrote on 2022/10/11 02:56:
> ---begin log---
> 
> ===>   qcsxcad-0.6.2.9_2 depends on shared library: libQt5Gui.so - not found
> ===>   Installing existing package /packages/All/qt5-gui-5.15.5p165.pkg
> [13amd64-local-workstation-job-03] Installing qt5-gui-5.15.5p165...
> [13amd64-local-workstation-job-03] `-- Installing mesa-dri-21.3.8...
> [13amd64-local-workstation-job-03] |   `-- Installing libXv-1.0.11_2,1...
> [13amd64-local-workstation-job-03] |   `-- Extracting libXv-1.0.11_2,1: .......... done
> [13amd64-local-workstation-job-03] |   `-- Installing libXvMC-1.0.12...
> [13amd64-local-workstation-job-03] |   `-- Extracting libXvMC-1.0.12: .......... done
> [13amd64-local-workstation-job-03] |   `-- Installing libunwind-20211201_1...
> [13amd64-local-workstation-job-03] |   `-- Extracting libunwind-20211201_1: .......... done
> [13amd64-local-workstation-job-03] |   `-- Installing libxshmfence-1.3_1...
> [13amd64-local-workstation-job-03] |   `-- Extracting libxshmfence-1.3_1: ......... done
> [13amd64-local-workstation-job-03] |   `-- Installing llvm13-13.0.1_3...
> [13amd64-local-workstation-job-03] |   | `-- Installing lua53-5.3.6...
> [13amd64-local-workstation-job-03] |   | `-- Extracting lua53-5.3.6: .......... done
> [13amd64-local-workstation-job-03] |   `-- Extracting llvm13-13.0.1_3: .....
> Failed to install the following 1 package(s): /packages/All/qt5-gui-5.15.5p165.pkg
> *** Error code 1
> 
> ---end log---