darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.55k stars 446 forks source link

Defective installation #1453

Open assemblyLanguageEnthuisast opened 1 year ago

assemblyLanguageEnthuisast commented 1 year ago

Expected Result What did you expect to happen? Expected to see /usr/local/libexec/darling

Actual Result What did happen?

vbrittos1@DESKTOP-CB25PED:/usr$ cd /usr/local
vbrittos1@DESKTOP-CB25PED:/usr/local$ ls
bin  etc  games  include  lib  man  sbin  share  src
vbrittos1@DESKTOP-CB25PED:/usr/local$ cd ..
vbrittos1@DESKTOP-CB25PED:/usr$ cd /usr/libexec
vbrittos1@DESKTOP-CB25PED:/usr/libexec$ ls
at-spi-bus-launcher          gvfsd-metadata         rtkit-daemon
at-spi2-registryd            gvfsd-trash            sudo
coreutils                    installed-tests        udisks2
dconf-service                man-db                 vte-urlencode-cwd
dpkg                         nslogin                wsl-setup
glib-pacrunner               packagekit-direct      wsl-systemd
gnome-terminal-server        packagekitd            xdg-desktop-portal
gvfs-udisks2-volume-monitor  pk-debconf-helper      xdg-desktop-portal-gtk
gvfsd                        pk-offline-update      xdg-desktop-portal-rewrite-launchers
gvfsd-burn                   plymouth               xdg-desktop-portal-validate-icon
gvfsd-computer               polkit-agent-helper-1  xdg-document-portal
gvfsd-localtest              polkitd                xdg-permission-store
vbrittos1@DESKTOP-CB25PED:/usr/libexec$

Steps To Reproduce If possible, what steps can you take to reproduce the issue?

I can try to uninstall and then reinstall. If I were suppose to do something different prior to the install, I am clueless.

strace Output Run sudo strace -f -u $USER darling shell, what is the output?

vbrittos1@DESKTOP-CB25PED:/$ sudo strace -f -u $USER darling shell
strace: Can't stat 'darling': No such file or directory
vbrittos1@DESKTOP-CB25PED:/$ cd darling
vbrittos1@DESKTOP-CB25PED:/darling$ sudo strace -f -u $USER darling shell
strace: Can't stat 'darling': No such file or directory
vbrittos1@DESKTOP-CB25PED:/darling$

dmesg Output Run dmesg | grep 'overlay\|darling'

System Information What system are you running?

Device name DESKTOP-CB25PED
Processor   13th Gen Intel(R) Core(TM) i7-13700H   1.70 GHz
Installed RAM   64.0 GB (63.7 GB usable)
Device ID   8C5B281F-6E79-42D2-9EF0-CA012C703B2D
Product ID  00355-61031-64944-AAOEM
System type 64-bit operating system, x64-based processor
Pen and touch   Touch support with 10 touch points
Software Version
Linux Kernel Linux DESKTOP-CB25PED 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Darling Git Commit Hash
CuriousTommy commented 1 year ago

What exactly did you do to get Darling installed on your machine? Did you try to build Darling, or are you trying to install a prebuilt version?

assemblyLanguageEnthuisast commented 12 months ago

I tried following the build instructions from [Global web icon]https://www.bing.com/ck/a?!&&p=b9ab85f2d0153357JmltdHM9MTcwMDQzODQwMCZpZ3VpZD0zOWE3ZWIyOC1kYTQyLTZjYWItMmE3My1mOGU3ZGJjZTZkZDYmaW5zaWQ9NTI0OQ&ptn=3&ver=2&hsh=3&fclid=39a7eb28-da42-6cab-2a73-f8e7dbce6dd6&psq=darlinghq+docs&u=a1aHR0cHM6Ly9kb2NzLmRhcmxpbmdocS5vcmcvYnVpbGQtaW5zdHJ1Y3Rpb25zLmh0bWw&ntb=1 Darlinghttps://www.bing.com/ck/a?!&&p=b9ab85f2d0153357JmltdHM9MTcwMDQzODQwMCZpZ3VpZD0zOWE3ZWIyOC1kYTQyLTZjYWItMmE3My1mOGU3ZGJjZTZkZDYmaW5zaWQ9NTI0OQ&ptn=3&ver=2&hsh=3&fclid=39a7eb28-da42-6cab-2a73-f8e7dbce6dd6&psq=darlinghq+docs&u=a1aHR0cHM6Ly9kb2NzLmRhcmxpbmdocS5vcmcvYnVpbGQtaW5zdHJ1Y3Rpb25zLmh0bWw&ntb=1 https://www.bing.com/ck/a?!&&p=b9ab85f2d0153357JmltdHM9MTcwMDQzODQwMCZpZ3VpZD0zOWE3ZWIyOC1kYTQyLTZjYWItMmE3My1mOGU3ZGJjZTZkZDYmaW5zaWQ9NTI0OQ&ptn=3&ver=2&hsh=3&fclid=39a7eb28-da42-6cab-2a73-f8e7dbce6dd6&psq=darlinghq+docs&u=a1aHR0cHM6Ly9kb2NzLmRhcmxpbmdocS5vcmcvYnVpbGQtaW5zdHJ1Y3Rpb25zLmh0bWw&ntb=1 https://docs.darlinghq.org/build-instructions.htmlhttps://www.bing.com/ck/a?!&&p=b9ab85f2d0153357JmltdHM9MTcwMDQzODQwMCZpZ3VpZD0zOWE3ZWIyOC1kYTQyLTZjYWItMmE3My1mOGU3ZGJjZTZkZDYmaW5zaWQ9NTI0OQ&ptn=3&ver=2&hsh=3&fclid=39a7eb28-da42-6cab-2a73-f8e7dbce6dd6&psq=darlinghq+docs&u=a1aHR0cHM6Ly9kb2NzLmRhcmxpbmdocS5vcmcvYnVpbGQtaW5zdHJ1Y3Rpb25zLmh0bWw&ntb=1


From: CuriousTommy @.> Sent: Saturday, November 18, 2023 7:56 PM To: darlinghq/darling @.> Cc: assemblyLanguageEnthuisast @.>; Author @.> Subject: Re: [darlinghq/darling] Defective installation (Issue #1453)

What exactly did you do to install Darling on your machine? Did you try to build Darling, or are you trying to install a prebuilt version?

— Reply to this email directly, view it on GitHubhttps://github.com/darlinghq/darling/issues/1453#issuecomment-1817704948, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQ4FYQJ4UM636FYBOYKVCA3YFFKKTAVCNFSM6AAAAAA7RD6PUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXG4YDIOJUHA. You are receiving this because you authored the thread.Message ID: @.***>

CuriousTommy commented 12 months ago

Show me where you cloned the darling project to.