lufi_ynh icon indicating copy to clipboard operation
lufi_ynh copied to clipboard

lufi fails to install with compiler errors

Open KaiMartin opened this issue 2 years ago • 0 comments

Describe the bug

lufi fails to install with compiler errors

Context

  • Hardware: shared host at Hetzner
  • YunoHost version: 11.0.7 (testing)
  • I have access to my server: Through SSH and through the webadmin
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
  • Using, or trying to install package version/branch: as served the web admin

Steps to reproduce

```sh
sudo yunohost app install lufi
```

Expected behavior

lufi installs and is usable

Logs

  • yunohost install log: https://paste.yunohost.org/raw/huloludivu
  • log mentioned in the error message: https://paste.yunohost.org/raw/batususulu

On the command line I got:

$ sudo yunohost app install lufi
Choose the domain where this app should be installed [jbc-hannover.de | mailman.jbc-hannover.de | webmail.jbc-hannover.de]: jbc-hannover.de
Choose the URL path (after the domain) where this app should be installed: /lufi
Should this app be exposed to anonymous visitors? [yes | no]: yes
Choose a max file size, in Mo (0 = no limit): 100
Install Lufi with LDAP configuration? [yes | no]: yes
Info: Installing lufi...
Info: [+...................] > Validating installation parameters...
Info: [#+..................] > Storing installation settings...
Info: [##+.................] > Finding an available port...
Info: [###+................] > Installing dependencies...
Info: [####+...............] > Configuring system user...
Info: [#####+..............] > Creating a PostgreSQL database...
Info: [######+.............] > Setting up source files...
Info: [#######+............] > Configuring NGINX web server...
Info: [########++..........] > Configuring lufi...
Info: [##########+.........] > Installing lufi...
Warning: ! Installing EV failed. See /.cpanm/work/1654481548.31765/build.log for details. Retry with --force to force install it.
Terminated

KaiMartin avatar Jun 06 '22 02:06 KaiMartin