View previous topic :: View next topic |
Author |
Message |
drudox l33t
Joined: 28 Jan 2016 Posts: 919
|
Posted: Mon Feb 25, 2019 8:26 am Post subject: problemi installando i3lock-fancy |
|
|
Salve a tutti, ho scaricato l'ebuild da overlay (outside) creato l'ebuild manifest e lanciato la compilazione con
Code: |
emerge i3lock-fancy
|
ottengo errore di compilazione :
Code: |
Gentoo7700K /home/marco # emerge i3lock-fancy
!!! Repository 'x-portage' is missing masters attribute in '/usr/local/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) x11-misc/i3lock-fancy-9999::x-portage
>>> Unpacking source...
* Repository id: meskarune_i3lock-fancy.git
* To override fetched repository properties, use:
* EGIT_OVERRIDE_REPO_MESKARUNE_I3LOCK_FANCY
* EGIT_OVERRIDE_BRANCH_MESKARUNE_I3LOCK_FANCY
* EGIT_OVERRIDE_COMMIT_MESKARUNE_I3LOCK_FANCY
* EGIT_OVERRIDE_COMMIT_DATE_MESKARUNE_I3LOCK_FANCY
*
* Fetching https://github.com/meskarune/i3lock-fancy.git ...
git fetch https://github.com/meskarune/i3lock-fancy.git +HEAD:refs/git-r3/HEAD
git symbolic-ref refs/git-r3/x11-misc/i3lock-fancy/0/__main__ refs/git-r3/HEAD
* Checking out https://github.com/meskarune/i3lock-fancy.git to /var/tmp/portage/x11-misc/i3lock-fancy-9999/work/i3lock-fancy-9999 ...
git checkout --quiet refs/git-r3/HEAD
GIT update -->
repository: https://github.com/meskarune/i3lock-fancy.git
at the commit: 7accfb2aa2f918d1a3ab975b860df1693d20a81a
>>> Source unpacked in /var/tmp/portage/x11-misc/i3lock-fancy-9999/work
>>> Preparing source in /var/tmp/portage/x11-misc/i3lock-fancy-9999/work/i3lock-fancy-9999 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-misc/i3lock-fancy-9999/work/i3lock-fancy-9999 ...
sed: can't read lock: No such file or directory
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-misc/i3lock-fancy-9999/work/i3lock-fancy-9999 ...
make -j9
* ACCESS DENIED: unlink: /usr/bin/i3lock-fancy
/usr/bin/install: cannot remove '/usr/bin/i3lock-fancy': Permission denied
make: *** [Makefile:7: install] Error 1
* ERROR: x11-misc/i3lock-fancy-9999::x-portage failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=x11-misc/i3lock-fancy-9999::x-portage'`,
* the complete build log and the output of `emerge -pqv '=x11-misc/i3lock-fancy-9999::x-portage'`.
* The complete build log is located at '/var/tmp/portage/x11-misc/i3lock-fancy-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-misc/i3lock-fancy-9999/temp/environment'.
* Working directory: '/var/tmp/portage/x11-misc/i3lock-fancy-9999/work/i3lock-fancy-9999'
* S: '/var/tmp/portage/x11-misc/i3lock-fancy-9999/work/i3lock-fancy-9999'
* --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
* LOG FILE: "/var/log/sandbox/sandbox-4.log"
*
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line
F: unlink
S: deny
P: /usr/bin/i3lock-fancy
A: /usr/bin/i3lock-fancy
R: /usr/bin/i3lock-fancy
C: /usr/bin/install -Dm755 -t /usr/bin i3lock-fancy
* --------------------------------------------------------------------------------
>>> Failed to emerge x11-misc/i3lock-fancy-9999, Log file:
>>> '/var/tmp/portage/x11-misc/i3lock-fancy-9999/temp/build.log'
* Messages for package x11-misc/i3lock-fancy-9999:
* ERROR: x11-misc/i3lock-fancy-9999::x-portage failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=x11-misc/i3lock-fancy-9999::x-portage'`,
* the complete build log and the output of `emerge -pqv '=x11-misc/i3lock-fancy-9999::x-portage'`.
* The complete build log is located at '/var/tmp/portage/x11-misc/i3lock-fancy-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-misc/i3lock-fancy-9999/temp/environment'.
* Working directory: '/var/tmp/portage/x11-misc/i3lock-fancy-9999/work/i3lock-fancy-9999'
* S: '/var/tmp/portage/x11-misc/i3lock-fancy-9999/work/i3lock-fancy-9999'
|
il build log completo e` qui : http://dpaste.com/36YY66C |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31459 Location: here
|
Posted: Mon Feb 25, 2019 8:57 am Post subject: |
|
|
Diciamo che l'ebuild non e' scritto benissimo, prova con questo
Code: | # Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="A fancy i3lock"
HOMEPAGE="https://github.com/meskarune/i3lock-fancy"
EGIT_REPO_URI="https://github.com/meskarune/i3lock-fancy.git"
LICENSE="BSD"
SRC_URI=""
SLOT="0"
RDEPEND="media-gfx/imagemagick
virtual/awk
x11-misc/wmctrl
media-gfx/scrot
x11-misc/i3lock-color"
DEPEND="${RDEPEND}"
src_compile() {
:
} |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
drudox l33t
Joined: 28 Jan 2016 Posts: 919
|
Posted: Mon Feb 25, 2019 9:35 am Post subject: |
|
|
eh come al solito grazie ! Risolto |
|
Back to top |
|
|
|