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

Build for Ubuntu fails #5

Open
valeriyvan opened this issue Jul 29, 2022 · 0 comments
Open

Build for Ubuntu fails #5

valeriyvan opened this issue Jul 29, 2022 · 0 comments

Comments

@valeriyvan
Copy link

Build started
2git clone -q --branch=master https://github.com/valeriyvan/geometrize-lib-example.git /home/appveyor/projects/geometrize-lib-example
3git checkout -qf 6ba8b57
4Running "install" scripts
5git config --global user.name "AppVeyor CI Bot"
6git config --global user.email "appveyor@appveyor.org"
7git submodule update --init --recursive
8Submodule 'lib/args' (https://github.com/Tw1ddle/args) registered for path 'lib/args'
9Submodule 'lib/geometrize' (https://github.com/Tw1ddle/geometrize-lib) registered for path 'lib/geometrize'
10Cloning into '/home/appveyor/projects/geometrize-lib-example/lib/args'...
11Cloning into '/home/appveyor/projects/geometrize-lib-example/lib/geometrize'...
12Submodule path 'lib/args': checked out 'bd0429e91f5bb140271870d5421e412bf78b9f31'
13Submodule path 'lib/geometrize': checked out '9797ccd9deb9ab700d72da65438bb65684c0bb99'
14git submodule update --remote --merge
15if [[ git status --porcelain ]]; then
16 git checkout master
17 git add lib/geometrize
18 git commit --message "Build bot updating submodule"
19 git remote rm origin
20 git remote add origin https://${GITHUB_API_KEY}@github.com/Tw1ddle/geometrize-lib-example.git > /dev/null 2>&1
21 git push origin master
22fi
23
24sudo apt update -qq --yes --force-yes
25103 packages can be upgraded. Run 'apt list --upgradable' to see them.
26W: --force-yes is deprecated, use one of the options starting with --allow instead.
27sudo apt install libgl1-mesa-dev --yes --force-yes
28Reading package lists... Done
29Building dependency tree
30Reading state information... Done
31The following additional packages will be installed:
32 libegl-dev libgl-dev libgles-dev libgles1 libgles2 libglvnd-dev libglx-dev libopengl-dev libopengl0
33The following NEW packages will be installed:
34 libegl-dev libgl-dev libgl1-mesa-dev libgles-dev libgles1 libgles2 libglvnd-dev libglx-dev libopengl-dev libopengl0
350 upgraded, 10 newly installed, 0 to remove and 103 not upgraded.
36Need to get 254 kB of archives.
37After this operation, 2888 kB of additional disk space will be used.
38Get:1 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx-dev amd64 1.3.2-1ubuntu0.20.04.2 [14.0 kB]
39Get:2 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl-dev amd64 1.3.2-1
ubuntu0.20.04.2 [97.8 kB]
40Get:3 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libegl-dev amd64 1.3.2-1ubuntu0.20.04.2 [17.2 kB]
41Get:4 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgles1 amd64 1.3.2-1
ubuntu0.20.04.2 [10.3 kB]
42Get:5 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgles2 amd64 1.3.2-1ubuntu0.20.04.2 [15.6 kB]
43Get:6 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgles-dev amd64 1.3.2-1
ubuntu0.20.04.2 [47.9 kB]
44Get:7 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libopengl0 amd64 1.3.2-1ubuntu0.20.04.2 [29.2 kB]
45Get:8 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libopengl-dev amd64 1.3.2-1
ubuntu0.20.04.2 [3584 B]
46Get:9 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libglvnd-dev amd64 1.3.2-1ubuntu0.20.04.2 [11.6 kB]
47Get:10 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-dev amd64 21.2.6-0ubuntu0.1
20.04.2 [6420 B]
48Fetched 254 kB in 0s (1032 kB/s)
50Selecting previously unselected package libglx-dev:amd64.
51(Reading database ... 285688 files and directories currently installed.)
52Preparing to unpack .../0-libglx-dev_1.3.2-1ubuntu0.20.04.2_amd64.deb ...
53Progress: [ 0%] [..........................................................................................................................................................................................................................] Progress: [ 2%] [#####.....................................................................................................................................................................................................................] Unpacking libglx-dev:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
54Progress: [ 5%] [##########................................................................................................................................................................................................................] Selecting previously unselected package libgl-dev:amd64.
55Preparing to unpack .../1-libgl-dev_1.3.2-1ubuntu0.20.04.2_amd64.deb ...
56Progress: [ 7%] [###############...........................................................................................................................................................................................................] Unpacking libgl-dev:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
57Progress: [ 10%] [#####################.....................................................................................................................................................................................................] Selecting previously unselected package libegl-dev:amd64.
58Preparing to unpack .../2-libegl-dev_1.3.2-1ubuntu0.20.04.2_amd64.deb ...
59Progress: [ 12%] [##########################................................................................................................................................................................................................] Unpacking libegl-dev:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
60Progress: [ 15%] [###############################...........................................................................................................................................................................................] Selecting previously unselected package libgles1:amd64.
61Preparing to unpack .../3-libgles1_1.3.2-1ubuntu0.20.04.2_amd64.deb ...
62Progress: [ 17%] [#####################################.....................................................................................................................................................................................] Unpacking libgles1:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
63Progress: [ 20%] [##########################################................................................................................................................................................................................] Selecting previously unselected package libgles2:amd64.
64Preparing to unpack .../4-libgles2_1.3.2-1ubuntu0.20.04.2_amd64.deb ...
65Progress: [ 22%] [###############################################...........................................................................................................................................................................] Unpacking libgles2:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
66Progress: [ 24%] [#####################################################.....................................................................................................................................................................] Selecting previously unselected package libgles-dev:amd64.
67Preparing to unpack .../5-libgles-dev_1.3.2-1ubuntu0.20.04.2_amd64.deb ...
68Progress: [ 27%] [##########################################################................................................................................................................................................................] Unpacking libgles-dev:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
69Progress: [ 29%] [###############################################################...........................................................................................................................................................] Selecting previously unselected package libopengl0:amd64.
70Preparing to unpack .../6-libopengl0_1.3.2-1ubuntu0.20.04.2_amd64.deb ...
71Progress: [ 32%] [#####################################################################.....................................................................................................................................................] Unpacking libopengl0:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
72Progress: [ 34%] [##########################################################################................................................................................................................................................] Selecting previously unselected package libopengl-dev:amd64.
73Preparing to unpack .../7-libopengl-dev_1.3.2-1ubuntu0.20.04.2_amd64.deb ...
74Progress: [ 37%] [###############################################################################...........................................................................................................................................] Unpacking libopengl-dev:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
75Progress: [ 39%] [#####################################################################################.....................................................................................................................................] Selecting previously unselected package libglvnd-dev:amd64.
76Preparing to unpack .../8-libglvnd-dev_1.3.2-1ubuntu0.20.04.2_amd64.deb ...
77Progress: [ 41%] [##########################################################################################................................................................................................................................] Unpacking libglvnd-dev:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
78Progress: [ 44%] [###############################################################################################...........................................................................................................................] Selecting previously unselected package libgl1-mesa-dev:amd64.
79Preparing to unpack .../9-libgl1-mesa-dev_21.2.6-0ubuntu0.120.04.2_amd64.deb ...
80Progress: [ 46%] [#####################################################################################################.....................................................................................................................] Unpacking libgl1-mesa-dev:amd64 (21.2.6-0ubuntu0.1
20.04.2) ...
81Progress: [ 49%] [##########################################################################################################................................................................................................................] Setting up libopengl0:amd64 (1.3.2-1ubuntu0.20.04.2) ...
82Progress: [ 51%] [###############################################################################################################...........................................................................................................] Progress: [ 54%] [####################################################################################################################......................................................................................................] Setting up libgles2:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
83Progress: [ 56%] [##########################################################################################################################................................................................................................] Progress: [ 59%] [###############################################################################################################################...........................................................................................] Setting up libgles1:amd64 (1.3.2-1ubuntu0.20.04.2) ...
84Progress: [ 61%] [####################################################################################################################################......................................................................................] Progress: [ 63%] [##########################################################################################################################################................................................................................] Setting up libglx-dev:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
85Progress: [ 66%] [###############################################################################################################################################...........................................................................] Progress: [ 68%] [####################################################################################################################################################......................................................................] Setting up libopengl-dev:amd64 (1.3.2-1ubuntu0.20.04.2) ...
86Progress: [ 71%] [##########################################################################################################################################################................................................................] Progress: [ 73%] [###############################################################################################################################################################...........................................................] Setting up libgl-dev:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
87Progress: [ 76%] [####################################################################################################################################################################......................................................] Progress: [ 78%] [##########################################################################################################################################################################................................................] Setting up libegl-dev:amd64 (1.3.2-1ubuntu0.20.04.2) ...
88Progress: [ 80%] [###############################################################################################################################################################################...........................................] Progress: [ 83%] [####################################################################################################################################################################################......................................] Setting up libgles-dev:amd64 (1.3.2-1
ubuntu0.20.04.2) ...
89Progress: [ 85%] [##########################################################################################################################################################################################................................] Progress: [ 88%] [###############################################################################################################################################################################################...........................] Setting up libglvnd-dev:amd64 (1.3.2-1ubuntu0.20.04.2) ...
90Progress: [ 90%] [####################################################################################################################################################################################################......................] Progress: [ 93%] [##########################################################################################################################################################################################################................] Setting up libgl1-mesa-dev:amd64 (21.2.6-0ubuntu0.1
20.04.2) ...
91Progress: [ 95%] [###############################################################################################################################################################################################################...........] Progress: [ 98%] [####################################################################################################################################################################################################################......] Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
93W: --force-yes is deprecated, use one of the options starting with --allow instead.
94export PATH=$HOME/Qt/6.1/gcc_64/bin:$PATH
95Running "before_build" scripts
96cd $HOME/Qt
97ls -a
98. .. 5.15 5.15.2 6.2 6.2.4 6.3 6.3.1 6.4 6.4.0 Docs Examples Licenses Tools latest
99cd $APPVEYOR_BUILD_FOLDER
100qmake geometrize-lib-example.pro
101/opt/appveyor/build-agent/bash-shell.sh: line 51: qmake: command not found
102Command exited with code 127
103Build failed

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

1 participant