jonaburg / picom

A lightweight compositor for X11 (previously a compton fork)
Other
956 stars 99 forks source link

AUR Package Build Error #14

Closed balajsra closed 3 years ago

balajsra commented 3 years ago

Platform

Arch Linux x86_64

GPU, drivers, and screen setup

NVIDIA GeForce GTX 1070, nvidia-drivers 455.45.01, two monitors configured side-by-sdie with xrandr

Environment

dwm

picom version

N/A

Configuration:

N/A

Steps of reproduction

  1. yay -S picom-jonaburg-git

Expected behavior

Expect binary to be built and put in /usr/bin or something like that.

Current Behavior

yay -S picom-jonaburg-git :: Checking for conflicts... :: Checking for inner conflicts... [Repo Make:6] ninja-1.10.2-1 meson-0.56.0-3 docbook-xml-4.5-9 docbook-xsl-1.79.2-7 asciidoc-9.0.4-2 uthash-2.1.0-2 [Aur:1] picom-jonaburg-git-0.1-4

==> Remove make dependencies after install? [y/N] y 1 picom-jonaburg-git (Build Files Exist) ==> Packages to cleanBuild? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> n :: PKGBUILD up to date, Skipping (1/1): picom-jonaburg-git 1 picom-jonaburg-git (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> n :: (1/1) Parsing SRCINFO: picom-jonaburg-git resolving dependencies... looking for conflicting packages...

Packages (6) asciidoc-9.0.4-2 docbook-xml-4.5-9 docbook-xsl-1.79.2-7 meson-0.56.0-3 ninja-1.10.2-1 uthash-2.1.0-2

Total Installed Size: 36.99 MiB

:: Proceed with installation? [Y/n] y (6/6) checking keys in keyring [#################################] 100% (6/6) checking package integrity [#################################] 100% (6/6) loading package files [#################################] 100% (6/6) checking for file conflicts [#################################] 100% (6/6) checking available disk space [#################################] 100% :: Running pre-transaction hooks... (1/1) Checking Arch News with Informant ... :: Processing package changes... (1/6) installing ninja [#################################] 100% (2/6) installing meson [#################################] 100% (3/6) installing docbook-xml [#################################] 100% (4/6) installing docbook-xsl [#################################] 100% (5/6) installing asciidoc [#################################] 100% Optional dependencies for asciidoc graphviz: graphviz-filter lilypond: music-filter imagemagick: music-filter [installed] source-highlight: source-highlight-filter dblatex: pdf generation fop: alternative pdf generation w3m: text generation lynx: alternative text generation (6/6) installing uthash [#################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Making package: picom-jonaburg-git 0.1-4 (Mon 07 Dec 2020 04:03:08 PM EST) ==> Retrieving sources... -> Updating picom git repo... Fetching origin ==> Validating source files with md5sums... picom ... Skipped -> meson not satisfied, flushing install queue ==> Making package: picom-jonaburg-git 0.1-4 (Mon 07 Dec 2020 04:03:10 PM EST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating picom git repo... Fetching origin ==> Validating source files with md5sums... picom ... Skipped ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Creating working copy of picom git repo... Cloning into 'picom'... done. ==> Sources are ready. ==> Making package: picom-jonaburg-git 0.1-4 (Mon 07 Dec 2020 04:03:12 PM EST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Sources are ready. -> picom-jonaburg-git-0.1-4 already made -- skipping build -> Found git repo: github.com/jonaburg/picom.git loading packages... resolving dependencies... looking for conflicting packages...

Packages (1) picom-jonaburg-git-0.1-4

Total Installed Size: 0.41 MiB

:: Proceed with installation? [Y/n] (1/1) checking keys in keyring [#################################] 100% (1/1) checking package integrity [#################################] 100% (1/1) loading package files [#################################] 100% (1/1) checking for file conflicts [#################################] 100% error: failed to commit transaction (conflicting files) picom-jonaburg-git: /etc/xdg/picom.conf.example exists in filesystem Errors occurred, no packages were upgraded. checking dependencies...

Packages (6) asciidoc-9.0.4-2 docbook-xml-4.5-9 docbook-xsl-1.79.2-7 meson-0.56.0-3 ninja-1.10.2-1 uthash-2.1.0-2

Total Removed Size: 36.99 MiB

:: Do you want to remove these packages? [Y/n] :: Processing package changes... (1/6) removing uthash [#################################] 100% (2/6) removing asciidoc [#################################] 100% (3/6) removing docbook-xsl [#################################] 100% (4/6) removing docbook-xml [#################################] 100% (5/6) removing meson [#################################] 100% (6/6) removing ninja [#################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...

Stack trace

N/A

Other details

N/A

balajsra commented 3 years ago

Figured out the issue, just had to read the error message more carefully. It says /etc/xdg/picom.conf.example already exists, so I just had to delete that and re-run the build.