-
Notifications
You must be signed in to change notification settings - Fork 378
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
jack2 OS X uninstaller is very seriously broken #379
Comments
The uninstalled command can be opened as a text file, here is the list of all installed files:
|
Yep. But that's useful to a coder like me, not to the average user. If I was stymied by this, I can only imagine what Joe Sixpack is going through. IMHO this should be a high priority issue. |
@sletz: the only thing I could imagine is that OP has a home directory with spaces in it or similar. |
.oO sudo mv to a spaced path is pretty dangerous ;) |
Nope. Pretty bog-standard setup home directory is a simple first name, all lower-case letters.
|
The situation is now: this JackOSX package was done years ago, I don't even have the source anymore. Nobody maintains JackOSX anymore. Its the curent package is considered "dangerous" then it would have to be explained clearly on the download page (like describe the exact situation..). I cannot do more. |
If the current binary can't be reproduced anymore this is indeed not a good situation. The maintainers have to decide what to do. |
My idea for jack2 on osx is to build the code using waf first, then figure out something regarding packaging. |
@sletz are you okay with me removing the jack-osx package/installer from the website? |
It works for others .. maybe just add a comment that it's EOL until there is a better solution? |
The uninstall file could be patched post-install if needed at all. |
The JackOSX package is more than the jackd server. Its is also additional tools (like the JackRouter CoreAudio device and some others...). Adding a warning on the download site should be enough. |
Would anyone be able to provide more information on the whereabouts of source for JackRouter/JackPilot? I'd like to take a look at it. I have |
Que verguerio es este |
The code in on SourceForge : https://sourceforge.net/projects/jackosx |
Can source really be found under https://sourceforge.net/projects/jackosx ? As far as I can see these are installation packages. |
Use a cvs client and execute the commands explained here : http://jackosx.cvs.sourceforge.net
|
Seems it's CVS (omg):
https://sourceforge.net/p/jackosx/code/
|
The uninstaller fails to remove a large portion of jack gunk.
This is a particularly serious problem because installation of jack2 breaks Java Audio applications, so with a broken uninstaller, Java Audio apps are permanently disabled after a single installation of jack2. That. Is not. Good.
To essentially exorcise jack2 from my machine and reenable Java audio, I had to dig through the jack2 installer and determine every single file it had installed, then manually delete them from my system. It wasn't fun.
The text was updated successfully, but these errors were encountered: