Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830926 - [guru] =app-editors/helix-0.6.0: consistently fails to emerge
Summary: [guru] =app-editors/helix-0.6.0: consistently fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: degni.public
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-10 15:21 UTC by feathecutie
Modified: 2022-01-12 15:20 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description feathecutie 2022-01-10 15:21:21 UTC
Almost immediately upon emerge, the emerge process aborts with the following error:


cp: will not overwrite just-created '/var/tmp/portage/app-editors/helix-0.6.0/work/helix-0.6.0/helix-syntax/languages/tree-sitter-c/Cargo.toml' with '/var/tmp/portage/app-editors/helix-0.6.0/work/tree-sitter-c-sharp-53a65a908167d6556e1fcdb67f1ee62aac101dda/Cargo.toml'
cp: will not overwrite just-created '/var/tmp/portage/app-editors/helix-0.6.0/work/helix-0.6.0/helix-syntax/languages/tree-sitter-c/LICENSE' with '/var/tmp/portage/app-editors/helix-0.6.0/work/tree-sitter-c-sharp-53a65a908167d6556e1fcdb67f1ee62aac101dda/LICENSE'
cp: will not overwrite just-created '/var/tmp/portage/app-editors/helix-0.6.0/work/helix-0.6.0/helix-syntax/languages/tree-sitter-c/README.md' with '/var/tmp/portage/app-editors/helix-0.6.0/work/tree-sitter-c-sharp-53a65a908167d6556e1fcdb67f1ee62aac101dda/README.md'
cp: will not overwrite just-created '/var/tmp/portage/app-editors/helix-0.6.0/work/helix-0.6.0/helix-syntax/languages/tree-sitter-c/binding.gyp' with '/var/tmp/portage/app-editors/helix-0.6.0/work/tree-sitter-c-sharp-53a65a908167d6556e1fcdb67f1ee62aac101dda/binding.gyp'
cp: will not overwrite just-created '/var/tmp/portage/app-editors/helix-0.6.0/work/helix-0.6.0/helix-syntax/languages/tree-sitter-c/grammar.js' with '/var/tmp/portage/app-editors/helix-0.6.0/work/tree-sitter-c-sharp-53a65a908167d6556e1fcdb67f1ee62aac101dda/grammar.js'
cp: will not overwrite just-created '/var/tmp/portage/app-editors/helix-0.6.0/work/helix-0.6.0/helix-syntax/languages/tree-sitter-c/package.json' with '/var/tmp/portage/app-editors/helix-0.6.0/work/tree-sitter-c-sharp-53a65a908167d6556e1fcdb67f1ee62aac101dda/package.json'
 * ERROR: app-editors/helix-0.6.0::guru failed (prepare phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 127:  Called src_prepare
 *   environment, line 1695:  Called die
 * The specific snippet of code:
 *       cp -r ${PORTAGE_BUILDDIR}/work/tree-sitter-c-*/* ${PORTAGE_BUILDDIR}/work/helix-0.6.0/helix-syntax/languages/tree-sitter-c/ || die;


This most likely happens because the wildcard:
  ${PORTAGE_BUILDDIR}/work/tree-sitter-c-*/*
in the src_prepare()-section of the ebuild also catches
  ${PORTAGE_BUILDDIR}/work/tree-sitter-c-sharp
, causing both the C and C# tree-sitter directories to be copied to the location of the C tree-sitter directory.

The same thing happens with
  ${PORTAGE_BUILDDIR}/work/tree-sitter-llvm-*/*
if the problematic line for C in the ebuild is commented out, attempting to copy
  ${PORTAGE_BUILDDIR}/work/tree-sitter-llvm-mir
which should not happen.

This makes the ebuild impossible to emerge

Reproducible: Always

Steps to Reproduce:
1. Emerge =app-editors/helix-0.6.0::guru
Actual Results:  
The emerge process crashes with the error described in "Description" 

Expected Results:  
The software should emerge correctly

Portage 3.0.30 (python 3.9.9-final-0, default/linux/amd64/17.1/desktop, gcc-11.2.1, glibc-2.34-r4, 5.15.11-gentoo-dist x86_64)
=================================================================
System uname: Linux-5.15.11-gentoo-dist-x86_64-AMD_Ryzen_7_5700U_with_Radeon_Graphics-with-glibc2.34
KiB Mem:    15777064 total,  12565888 free
KiB Swap:   33554428 total,  33554428 free
Timestamp of repository gentoo: Mon, 10 Jan 2022 14:00:01 +0000
Head commit of repository gentoo: 5a26bc8088511f8a78c801f5d26d57317b8bdc4c
Timestamp of repository guru: Mon, 10 Jan 2022 13:31:41 +0000
Head commit of repository guru: 7d9f4729375b767000351d32c5461102d3426329

Timestamp of repository steam-overlay: Sun, 09 Jan 2022 10:36:35 +0000
Head commit of repository steam-overlay: 166259fb598aae8c8fea17f93576d2b1ed7ff773

Timestamp of repository wayland-desktop: Sun, 09 Jan 2022 08:23:42 +0000
Head commit of repository wayland-desktop: 5c55be7c176cd12035b8fa604b7aa0d637c2fa8b

sh bash 5.1_p16
ld GNU ld (Gentoo 2.37_p1 p1) 2.37
app-misc/pax-utils:        1.3.3::gentoo
app-shells/bash:           5.1_p16::gentoo
dev-lang/perl:             5.34.0-r6::gentoo
dev-lang/python:           2.7.18_p13::gentoo, 3.9.9-r1::gentoo, 3.10.1-r3::gentoo
dev-lang/rust:             1.57.0::gentoo
dev-util/cmake:            3.22.1::gentoo
dev-util/meson:            0.60.3::gentoo
sys-apps/baselayout:       2.8::gentoo
sys-apps/openrc:           0.44.10::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-devel/autoconf:        2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.37_p1-r1::gentoo
sys-devel/binutils-config: 5.4::gentoo
sys-devel/clang:           13.0.0::gentoo
sys-devel/gcc:             11.2.1_p20211127::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.6-r6::gentoo
sys-devel/lld:             13.0.0::gentoo
sys-devel/llvm:            13.0.0::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.15-r3::gentoo (virtual/os-headers)
sys-libs/glibc:            2.34-r4::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: sync removed from bug report because of restriction of newly created bugzilla account, is the default rsync uri
    priority: -1000
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts: 
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24

fea
    location: /var/db/repos/fea
    masters: gentoo

guru
    location: /var/db/repos/guru
    sync-type: git
    sync-uri: sync-uri removed from bug report because of restriction of newly created bugzilla account, all overlays use the default uri from eselect-repository
    masters: gentoo

steam-overlay
    location: /var/db/repos/steam-overlay
    sync-type: git
    sync-uri: sync-uri removed from bug report because of restriction of newly created bugzilla account, all overlays use the default uri from eselect-repository
    masters: gentoo

wayland-desktop
    location: /var/db/repos/wayland-desktop
    sync-type: git
    sync-uri: sync-uri removed from bug report because of restriction of newly created bugzilla account, all overlays use the default uri from eselect-repository
    masters: gentoo

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="-j8 -l8"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="mirror removed from bug report because of restriction of newly created bugzilla account, is the default gentoo mirror"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j16"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cjk cli crypt cups dbus dri dts dvd dvdr elogind emboss encode exif flac fontconfig fortran gdbm gif gles2 gpm gstreamer gtk gui iconv icu ipv6 jpeg lcms libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf pipewire png policykit ppds qt5 readline screencast sdl seccomp spell split-usr ssl startup-notification svg tiff truetype udev udisks unicode upower usb vorbis vulkan wayland wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64 32" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="*" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 Larry the Git Cow gentoo-dev 2022-01-12 15:20:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=519b027bf4987daa5301a89ec8527123139f154b

commit 519b027bf4987daa5301a89ec8527123139f154b
Author:     Luciano Degni <degni.public@gmail.com>
AuthorDate: 2022-01-10 20:21:29 +0000
Commit:     Luciano Degni <degni.public@gmail.com>
CommitDate: 2022-01-10 20:21:29 +0000

    app-editors/*: better cp operation
    
    Closes: https://bugs.gentoo.org/830926
    Signed-off-by: Luciano Degni <degni.public@gmail.com>

 app-editors/helix/helix-0.6.0.ebuild      | 102 +++++-----
 app-editors/neovide/Manifest              | 217 +++++++++++++++++++++
 app-editors/neovide/files/neovide.desktop |   9 +
 app-editors/neovide/files/neovide.png     | Bin 0 -> 39826 bytes
 app-editors/neovide/metadata.xml          |  13 ++
 app-editors/neovide/neovide-0.5.0.ebuild  | 302 ++++++++++++++++++++++++++++++
 6 files changed, 592 insertions(+), 51 deletions(-)