Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 814482 - x11-misc/mygestures-2.0 - install: cannot create regular file /.../mygestures.xml: File exists
Summary: x11-misc/mygestures-2.0 - install: cannot create regular file /.../mygestures...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-23 11:16 UTC by Toralf Förster
Modified: 2021-09-23 17:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,14.90 KB, text/plain)
2021-09-23 11:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,107.33 KB, text/plain)
2021-09-23 11:16 UTC, Toralf Förster
Details
environment (environment,66.33 KB, text/plain)
2021-09-23 11:16 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,39.67 KB, application/x-bzip)
2021-09-23 11:17 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.07 KB, application/x-bzip)
2021-09-23 11:17 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,18.88 KB, application/x-bzip)
2021-09-23 11:17 UTC, Toralf Förster
Details
x11-misc:mygestures-2.0:20210923-095931.log (x11-misc:mygestures-2.0:20210923-095931.log,9.99 KB, text/plain)
2021-09-23 11:17 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-09-23 11:16:55 UTC
 /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c -m 644 mygestures.xml '/var/tmp/portage/x11-misc/mygestures-2.0/image/etc'
 /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c -m 644 mygestures.xml '/var/tmp/portage/x11-misc/mygestures-2.0/image/etc'
install: cannot create regular file '/var/tmp/portage/x11-misc/mygestures-2.0/image/etc/mygestures.xml': File exists
make[2]: *** [Makefile:409: install-sysconfDATA] Error 1
make[2]: Leaving directory '/var/tmp/portage/x11-misc/mygestures-2.0/work/mygestures-2.0'
make[1]: *** [Makefile:745: install-am] Error 2
make[1]: Leaving directory '/var/tmp/portage/x11-misc/mygestures-2.0/work/mygestures-2.0'

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j4-20210922-091635

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-1.55.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 0781d9a493676ab8b9e25b6ad11a46a7e791e10b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Sep 23 09:21:30 2021 +0000

    2021-09-23 09:21:29 UTC

emerge -qpvO x11-misc/mygestures
[ebuild  N    ] x11-misc/mygestures-2.0
Comment 1 Toralf Förster gentoo-dev 2021-09-23 11:16:57 UTC
Created attachment 740889 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-09-23 11:16:58 UTC
Created attachment 740892 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-09-23 11:16:59 UTC
Created attachment 740895 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-09-23 11:17:00 UTC
Created attachment 740898 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-09-23 11:17:01 UTC
Created attachment 740901 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-09-23 11:17:02 UTC
Created attachment 740904 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-09-23 11:17:03 UTC
Created attachment 740907 [details]
x11-misc:mygestures-2.0:20210923-095931.log
Comment 8 Larry the Git Cow gentoo-dev 2021-09-23 17:20:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a11ef4aad2321b61a661d486b902da17a66ccc0

commit 3a11ef4aad2321b61a661d486b902da17a66ccc0
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-09-23 17:17:17 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-09-23 17:19:14 +0000

    x11-misc/mygestures: fix possible race condition
    
    There's no need to rely on a broken makefile
    to install only 2 files.
    
    Closes: https://bugs.gentoo.org/814482
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 x11-misc/mygestures/mygestures-2.0.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)