mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Failed to run build.py #2542
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2542
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jgcoelhof on GitHub (Mar 11, 2024).
Bug Description
I cloned the repository and when trying to build with the build.py script I receive the following errors:
First compilation:
Finished release [optimized] target(s) in 3m 22s
Bundling rustdesk_1.2.4_amd64.deb
Finished 1 bundle at:
/home/joao/Documentos/dev/rustdesknemeu/rustdesk/target/release/bundle/deb/rustdesk_1.2.4_amd64.deb
cp: unable to get status of 'DEBIAN/*': No such file or directory
cp: unable to get status of 'pam.d/rustdesk.debian': No such file or directory
cp: unable to get status of 'libsciter-gtk.so': No such file or directory
Error occurred when executing: cp libsciter-gtk.so tmpdeb/usr/lib/rustdesk/. Exiting.
After I compile the first time, it creates the tmpdeb folder and the rustdesk.deb file (installs but doesn't work).
Second compilation:
Finished release [optimized] target(s) in 2m 51s
Bundling rustdesk_1.2.4_amd64.deb
Finished 1 bundle at:
/home/joao/Documentos/dev/rustdesknemeu/rustdesk/target/release/bundle/deb/rustdesk_1.2.4_amd64.deb
dpkg-deb (subprocess): unexpected pre-existing tmpdeb/DEBIAN pathname: File exists
dpkg-deb: error: tar subprocess returned exit status 2 error
Error occurred when executing: dpkg-deb -R rustdesk.deb tmpdeb. Exiting.
How to Reproduce
Clone rustdesk client, install VCPKG then run build.py
Expected Behavior
Achieve efficient application build
Operating system(s) on local side and remote side
Ubuntu 22.04.2 LTS
RustDesk Version(s) on local side and remote side
1.2.4
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Mar 11, 2024):
#763