[aur-requests] [PRQ#5124] Deletion Request for atom-editor
Freso [1] filed a deletion request for atom-editor [2]: PKGBUILD creates files in $HOME. Request as per discussion in https://lists.archlinux.org/pipermail/aur- general/2016-March/032195.html thread. [1] https://aur.archlinux.org/account/Freso/ [2] https://aur.archlinux.org/pkgbase/atom-editor/
On Sat, 2 Apr 2016 07:55:20 +0000 (UTC) notify@aur.archlinux.org wrote:
Freso [1] filed a deletion request for atom-editor [2]:
PKGBUILD creates files in $HOME. Request as per discussion in https://lists.archlinux.org/pipermail/aur- general/2016-March/032195.html thread.
[1] https://aur.archlinux.org/account/Freso/ [2] https://aur.archlinux.org/pkgbase/atom-editor/
1) No, it does not. 2) You requested deletion without contacting the maintainer? WTF?
Den 02-04-2016 kl. 10:28 skrev Doug Newgard:
On Sat, 2 Apr 2016 07:55:20 +0000 (UTC) notify@aur.archlinux.org wrote:
Freso [1] filed a deletion request for atom-editor [2]:
PKGBUILD creates files in $HOME. Request as per discussion in https://lists.archlinux.org/pipermail/aur- general/2016-March/032195.html thread.
[1] https://aur.archlinux.org/account/Freso/ [2] https://aur.archlinux.org/pkgbase/atom-editor/
1) No, it does not.
But it does. Before makepkg'ing package: freso@koume> ls -Ald $HOME/.atom* drwxr-xr-x 8 freso freso 4096 2 apr 09:56 /home/freso/.atom.bak After makepkg'ing package: freso@koume> ls -Ald $HOME/.atom* drwxr-xr-x 6 freso freso 4096 2 apr 11:42 /home/freso/.atom drwxr-xr-x 8 freso freso 4096 2 apr 09:56 /home/freso/.atom.bak
2) You requested deletion without contacting the maintainer? WTF?
There is a comment from September last year about this. Several updates has been made to the package since. It still touches files in $HOME. -- Namasté, Frederik “Freso” S. Olesen <https://freso.dk/> AUR: https://aur.archlinux.org/account/Freso Wiki: https://wiki.archlinux.org/index.php/User:Freso
On 04/02/16 at 11:44am, Frederik “Freso” S. Olesen wrote:
Den 02-04-2016 kl. 10:28 skrev Doug Newgard:
On Sat, 2 Apr 2016 07:55:20 +0000 (UTC) notify@aur.archlinux.org wrote:
1) No, it does not.
But it does.
Then report this in the comments instead of requesting a deletion request. You are now not being reasonable and not providing the maintainer to fix the issue. I've build the atom-editor fine in clean chroot without any errors about it not being able to touch my $HOME.
Before makepkg'ing package: freso@koume> ls -Ald $HOME/.atom* drwxr-xr-x 8 freso freso 4096 2 apr 09:56 /home/freso/.atom.bak
After makepkg'ing package: freso@koume> ls -Ald $HOME/.atom* drwxr-xr-x 6 freso freso 4096 2 apr 11:42 /home/freso/.atom drwxr-xr-x 8 freso freso 4096 2 apr 09:56 /home/freso/.atom.bak
2) You requested deletion without contacting the maintainer? WTF?
There is a comment from September last year about this. Several updates has been made to the package since. It still touches files in $HOME.
-- Namasté, Frederik “Freso” S. Olesen <https://freso.dk/> AUR: https://aur.archlinux.org/account/Freso Wiki: https://wiki.archlinux.org/index.php/User:Freso
-- Jelle van der Waa
Gee Frederik what a guy... Thanks for all the effort in helping resolve the issue before deletion. The build process is exactly as specified by: https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md There's nothing the PKGBUILD in itself is doing in $HOME. Thanks for your help Doug & Jelle. I'm open to suggestions as to how to resolve this? On Sat, Apr 2, 2016 at 6:36 AM Jelle van der Waa <jelle@vdwaa.nl> wrote:
On 04/02/16 at 11:44am, Frederik “Freso” S. Olesen wrote:
Den 02-04-2016 kl. 10:28 skrev Doug Newgard:
On Sat, 2 Apr 2016 07:55:20 +0000 (UTC) notify@aur.archlinux.org wrote:
1) No, it does not.
But it does.
Then report this in the comments instead of requesting a deletion request. You are now not being reasonable and not providing the maintainer to fix the issue.
I've build the atom-editor fine in clean chroot without any errors about it not being able to touch my $HOME.
Before makepkg'ing package: freso@koume> ls -Ald $HOME/.atom* drwxr-xr-x 8 freso freso 4096 2 apr 09:56 /home/freso/.atom.bak
After makepkg'ing package: freso@koume> ls -Ald $HOME/.atom* drwxr-xr-x 6 freso freso 4096 2 apr 11:42 /home/freso/.atom drwxr-xr-x 8 freso freso 4096 2 apr 09:56 /home/freso/.atom.bak
2) You requested deletion without contacting the maintainer? WTF?
There is a comment from September last year about this. Several updates has been made to the package since. It still touches files in $HOME.
-- Namasté, Frederik “Freso” S. Olesen <https://freso.dk/> AUR: https://aur.archlinux.org/account/Freso Wiki: https://wiki.archlinux.org/index.php/User:Freso
-- Jelle van der Waa
On Sat, 2 Apr 2016 11:44:01 +0200 Frederik “Freso” S. Olesen <archlinux@freso.dk> wrote:
Den 02-04-2016 kl. 10:28 skrev Doug Newgard:
On Sat, 2 Apr 2016 07:55:20 +0000 (UTC) notify@aur.archlinux.org wrote:
Freso [1] filed a deletion request for atom-editor [2]:
PKGBUILD creates files in $HOME. Request as per discussion in https://lists.archlinux.org/pipermail/aur- general/2016-March/032195.html thread.
[1] https://aur.archlinux.org/account/Freso/ [2] https://aur.archlinux.org/pkgbase/atom-editor/
1) No, it does not.
But it does.
Before makepkg'ing package: freso@koume> ls -Ald $HOME/.atom* drwxr-xr-x 8 freso freso 4096 2 apr 09:56 /home/freso/.atom.bak
After makepkg'ing package: freso@koume> ls -Ald $HOME/.atom* drwxr-xr-x 6 freso freso 4096 2 apr 11:42 /home/freso/.atom drwxr-xr-x 8 freso freso 4096 2 apr 09:56 /home/freso/.atom.bak
The build system creating files during build is a completely different issue. Or rather, a completely different non-issue. There are no files in $HOME in the package and nothing in the .install scriptlets.
Request #5124 has been rejected by lfleischer [1]: Wrong package base? [1] https://aur.archlinux.org/account/lfleischer/
participants (5)
-
Doug Newgard
-
Frederik “Freso” S. Olesen
-
Jelle van der Waa
-
notify@aur.archlinux.org
-
Sebastian Jug