Sunday, March 12, 2023
apps@conference.yunohost.org
March
Mon Tue Wed Thu Fri Sat Sun
    1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
   
             

[05:51:41] <Yunohost Git/Infra notifications> App tiki rises from level 6 to 7 in job [#14245](https://ci-apps.yunohost.org/ci/job/14245) !
[09:16:04] <eric_G> Guillaume Bouzige: The doc with PRE/POST_UPGRADE/INSTALL in v2 packaging seems to be appropriate to prevent Cryptpad user from being disoriented with sandbox domain creation
[09:17:35] <Guillaume Bouzige> I havent looked at v2 packaging yet
[09:23:23] <eric_G> https://github.com/YunoHost-Apps/cryptpad_ynh/tree/version-2
[10:09:50] <Guillaume Bouzige> thanks a lot, I am afk for now but will have a look at it asap
[10:20:08] <spaziale.continentale> Hi , i'm porting an app and i get this error. What I am doing wrong?
```
2023-03-12 11:15:21,212: DEBUG - ++ jq -r .amd64.rename
2023-03-12 11:15:21,212: DEBUG - ++ sed 's/^null$//'
2023-03-12 11:15:21,253: DEBUG - + local src_rename=
2023-03-12 11:15:21,253: DEBUG - + ynh_die 'No URL defined for source amd64.amd64 ?'
2023-03-12 11:15:21,267: DEBUG - + ynh_exit_properly
2023-03-12 11:15:21,267: WARNING - No URL defined for source amd64.amd64 ?a
```

manifest.toml

```
[resources]

[resources.sources]

[resources.sources.main]

amd64.url = "https://github.com/MollySocket/mollysocket/releases/download/0.1.0/mollysocket-0.1.0"
amd64.sha256 = "c6fb864c62be9e1437f555554dbc91a1400850274f18bdf2cfeb6529d7f91dc4"

extract = false
in_subdir = false
rename = "mollysocket"
```
[11:13:37] <Yunohost Git/Infra notifications> App retroarch goes down from level 8 to 1 in job [#14252](https://ci-apps.yunohost.org/ci/job/14252)
[11:18:14] <eric_G> spaziale.continentale It will help to see the app repo
[11:20:27] <eric_G> do you have any `--source_id=$YNH_ARCH` in your code?
[12:51:28] <Yunohost Git/Infra notifications> App zwave-js-ui goes down from level 7 to 3 in job [#14253](https://ci-apps.yunohost.org/ci/job/14253)
[15:37:12] <Yunohost Git/Infra notifications> App horde stays at level 4 in job [#14259](https://ci-apps.yunohost.org/ci/job/14259)
[16:43:31] <spaziale.continentale> > <@ericg:matrix.org> spaziale.continentale It will help to see the app repo

?
[16:44:12] <tituspijean> You are working on an app, we'd like to see your code to help you better :)
[16:46:55] <eric_G> spaziale.continentale: show us your code
[16:48:38] <spaziale.continentale> > <@ericg:matrix.org> spaziale.continentale: show us your code

https://github.com/marc0x1/mollysocket_ynh/blob/master/manifest.toml
[16:50:33] <eric_G> https://github.com/marc0x1/mollysocket_ynh/blob/39451839093a86487cc9ed104129315ce1b1cdaa/scripts/_common.sh#L12
[16:50:41] <eric_G> you need to remove $YNH_ARCH
[16:54:49] <spaziale.continentale> > <@ericg:matrix.org> you need to remove $YNH_ARCH

thanks that was the error, now I need to fix other things but should be easy.
[17:13:34] <spaziale.continentale> > thanks that was the error, now I need to fix other things but should be easy.

nevermind, i got errors 😅:
/mollysocket: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

but libssl1.1 libssl-dev and openssl are installed