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

The package for securedrop-app-code in Focal is broken #5488

Closed
kushaldas opened this issue Sep 10, 2020 · 2 comments
Closed

The package for securedrop-app-code in Focal is broken #5488

kushaldas opened this issue Sep 10, 2020 · 2 comments

Comments

@kushaldas
Copy link
Contributor

Description

The deb package for securedrop-app-code in Focal does not have any dependency installed.

Steps to Reproduce

  • make build-debs-focal
  • dpkg -c build/focal/securedrop-app-code_1.6.0~rc1+focal_amd64.deb | less

Expected Behavior

We should see a file list like below

drwxr-xr-x root/root         0 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/
-rw-r--r-- root/root      2219 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate
-rw-r--r-- root/root      1438 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate.csh
-rw-r--r-- root/root      3069 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate.fish
-rw-r--r-- root/root      1751 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate.ps1
-rw-r--r-- root/root      1233 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate.xsh
-rw-r--r-- root/root      1199 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate_this.py
-rwxr-xr-x root/root       407 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/alembic
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/chardetect
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/chardetect-3.8
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/chardetect3
-rwxr-xr-x root/root       230 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/distro
-rwxr-xr-x root/root       230 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/distro-3.8
-rwxr-xr-x root/root       230 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/distro3
-rwxr-xr-x root/root       429 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/easy_install
-rwxr-xr-x root/root       437 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/easy_install-3.8
-rwxr-xr-x root/root       255 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/easy_install3
-rwxr-xr-x root/root       397 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/flask
-rwxr-xr-x root/root       406 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/mako-render
-rwxr-xr-x root/root       428 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/mod_wsgi-express
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/pip
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/pip-3.8
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/pip3
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/pip3.8
-rwxr-xr-x root/root       401 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/pybabel
-rwxr-xr-x root/root       388 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/qr
-rwxr-xr-x root/root       382 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/rq
-rwxr-xr-x root/root       390 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/rqinfo
-rwxr-xr-x root/root       394 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/rqworker
-rwxr-xr-x root/root     25792 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/versioneer.py
-rwxr-xr-x root/root       420 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/webassets
-rwxr-xr-x root/root       233 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/wheel
-rwxr-xr-x root/root       233 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/wheel-3.8
-rwxr-xr-x root/root       233 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/wheel3

Actual Behavior

Instead we have many files missing.

drwxr-xr-x root/root         0 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/
-rw-r--r-- root/root      2271 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate
-rw-r--r-- root/root      1490 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate.csh
-rw-r--r-- root/root      3121 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate.fish
-rw-r--r-- root/root      1751 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate.ps1
-rw-r--r-- root/root      1212 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate.xsh
-rw-r--r-- root/root      1199 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/activate_this.py
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/chardetect
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/chardetect-3.8
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/chardetect3
-rwxr-xr-x root/root       230 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/distro
-rwxr-xr-x root/root       230 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/distro-3.8
-rwxr-xr-x root/root       230 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/distro3
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/pip
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/pip-3.8
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/pip3
-rwxr-xr-x root/root       246 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/pip3.8
-rwxr-xr-x root/root       233 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/wheel
-rwxr-xr-x root/root       233 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/wheel-3.8
-rwxr-xr-x root/root       233 2020-06-19 03:28 ./opt/venvs/securedrop-app-code/bin/wheel3

This is blocking #5486

@kushaldas
Copy link
Contributor Author

It seems the experimental system is really experimental :(

@emkll
Copy link
Contributor

emkll commented Sep 16, 2020

Closed via #5484

@emkll emkll closed this as completed Sep 16, 2020
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

2 participants