AppFlowy-IO / AppFlowy-IO/AppFlowy
[Bug] Appflowy 0.14.2 Deb Package not installable on Debian Stable (13 Trixie)
- Dominant language
- Dart
- Stars
- 76.6k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
### Bug Description
Hey folks,
Looks like the app has been compiled against the wrong libraries:
```zubin@zubin-dell-t7920:~$ sudo apt policy appflowy
appflowy:
Installed: 0.14.1
Candidate: 0.14.2
Version table:
0.14.2 500
500 file:/usr/local/repo/appflowy ./ Packages
*** 0.14.1 100
100 /var/lib/dpkg/status
zubin@zubin-dell-t7920:~$ sudo apt install --dry-run appflowy
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
appflowy : Depends: libavcodec58 (>= 7:4.4) but it is not installable
Depends: libavdevice58 (>= 7:4.4) but it is not installable
Depends: libavfilter7 (>= 7:4.4) but it is not installable
Depends: libavformat58 (>= 7:4.4) but it is not installable
Depends: libavutil56 (>= 7:4.4) but it is not installable
Depends: libjpeg8 (>= 8c) but it is not installable
Depends: libmpv1 (>= 0.29) but it is not installable
Depends: libmujs1 (>= 1.0.7) but it is not installable
Depends: libplacebo192 (>= 4.157.0) but it is not installable
Depends: libswresample3 (>= 7:4.4) but it is not installable
Depends: libswscale5 (>= 7:4.4) but it is not installable
Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:
1. appflowy:amd64=0.14.2 is selected as an upgrade
2. appflowy:amd64=0.14.2 Depends libavcodec58 (>= 7:4.4)
but none of the choices are installable:
[no choices]
zubin@zubin-dell-t7920:~$
```
I faced something similar on my Ubuntu 24.04 machine.
I believe this package needs to be repackaged against the correct libraries.
### How to Reproduce
run:
sudo dpkg -i AppFlowy-0.14.2-linux-x86_64.deb
### Expected Behavior
It should install Correctly
### Operating System
Debian 13 + Ubuntu 24.04
### AppFlowy Version(s)
0.14.2
### Screenshots
zubin@zubin-dell-t7920:~$ sudo apt policy appflowy
appflowy:
Installed: 0.14.1
Candidate: 0.14.2
Version table:
0.14.2 500
500 file:/usr/local/repo/appflowy ./ Packages
*** 0.14.1 100
100 /var/lib/dpkg/status
zubin@zubin-dell-t7920:~$ sudo apt install --dry-run appflowy
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
appflowy : Depends: libavcodec58 (>= 7:4.4) but it is not installable
Depends: libavdevice58 (>= 7:4.4) but it is not installable
Depends: libavfilter7 (>= 7:4.4) but it is not installable
Depends: libavformat58 (>= 7:4.4) but it is not installable
Depends: libavutil56 (>= 7:4.4) but it is not installable
Depends: libjpeg8 (>= 8c) but it is not installable
Depends: libmpv1 (>= 0.29) but it is not installable
Depends: libmujs1 (>= 1.0.7) but it is not installable
Depends: libplacebo192 (>= 4.157.0) but it is not installable
Depends: libswresample3 (>= 7:4.4) but it is not installable
Depends: libswscale5 (>= 7:4.4) but it is not installable
Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:
1. appflowy:amd64=0.14.2 is selected as an upgrade
2. appflowy:amd64=0.14.2 Depends libavcodec58 (>= 7:4.4)
but none of the choices are installable:
[no choices]
zubin@zubin-dell-t7920:~$
### Additional Context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.