Coder Social home page Coder Social logo

portage-overlay's People

Contributors

aruhier avatar farmboy0 avatar mazunki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

portage-overlay's Issues

sys-kernel/dkms-2.8.4 failing - EAPI 7 not supported

Hello.
The ebuild probably needs an EAPI upgrade, as emerging sys-kernel/dkms-2.8.4 currently fails with:

 * ERROR: sys-kernel/dkms-2.8.4::farmboy0 failed (depend phase):
 *   eutils: EAPI 7 not supported
 * 
 * Call stack:
 *           ebuild.sh, line 628:  Called source '/var/db/repos/farmboy0/sys-kernel/dkms/dkms-2.8.4.ebuild'
 *   dkms-2.8.4.ebuild, line   5:  Called inherit 'eutils' 'bash-completion-r1'
 *           ebuild.sh, line 308:  Called __qa_source '/var/db/repos/gentoo/eclass/eutils.eclass'
 *           ebuild.sh, line 123:  Called source '/var/db/repos/gentoo/eclass/eutils.eclass'
 *       eutils.eclass, line  18:  Called die
 * The specific snippet of code:
 *      *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;

My knowledge on the subject is quite limited, but I think avoiding inherit 'eutils' is enough to fix this. Also as a heads up, dkms is now also in the official repository.

Updated AMDGPU-PRO drivers (builds in the netcrave repository)

Hi,

This morning I made some changes to get your AMDGPU-PRO ebuild building again. I also had to make some changes to the amdgpu-pro-dkms ebuild as well as the vulkan-9999 ebuild (cmake issues, unblocked.)

These ebuilds have a lot of potential but I didn't want to make too many changes to them without consulting you first as I am not sure if you have any plans for them or not.

If you would like to review the changes that I made to get them building again here are the links to the files, you will have to do a diff of the source files between the two trees though. I left lots of comments, I have also not tested these yet but I intend to get them to a working state for myself if nothing else. I think it might not be a bad idea to find a mirror or an archive site to hang on to the amdgpu-pro-16.40-348864.tar.xz archive as I cannot find copies of the original archive versions either on AMD's site or google. I started to archive it myself but Google Drive will not do. With a little luck, I can put up an S3 bucket for it so that the next time AMD drops the ball people won't be dead in the water.

Here are the files:

  1. fixed package versions, a few no longer exist, some renamed, there's also 3 different version strings used now:

https://github.com/cloudkitsch/netcrave/blob/master/x11-drivers/amdgpu-pro/amdgpu-pro-16.40.348864.ebuild

  1. dkms is provided by the same package that the x11-drivers/amdgpu-pro driver comes in
    https://github.com/cloudkitsch/netcrave/blob/master/sys-kernel/amdgpu-pro-dkms/amdgpu-pro-dkms-16.40.348864.ebuild

https://github.com/cloudkitsch/netcrave/blob/master/media-libs/vulkan-base/vulkan-base-9999.ebuild

  1. I changed something in the sys-kernel/dkms package but the only thing was keyword because I wanted a copy of this in my repo and I prefer to mask everything by a unique keyword to keep unintended packages from getting slurped up by selected on other people's boxes/emerges:

https://github.com/cloudkitsch/netcrave/blob/master/sys-kernel/dkms/dkms-2.2.0.3.ebuild

To summarize:

All three have built, and I still need to test them. I will try to get you an update and I'll check back here in a bit to see if you've had time to review this.

Thanks
-Paige

Palemoon fails to install after compiling on Gentoo

Here is the error that is printed after the Gentoo install failed:

ERROR: www-client/palemoon-24.6.1::farmboy0 failed (install phase):
!!! newins: /var/tmp/portage/www-client/palemoon-24.6.1/work/palemoon-24.6.1/browser/branding/aurora/default16.png does not exist

autotools-utils.eclass could not be found by inherit()

Calculating dependencies / * ERROR: x11-drivers/xf86-video-ati-9999::farmboy0 failed (depend phase):

  • autotools-utils.eclass could not be found by inherit()
  • Call stack:
  •                ebuild.sh, line 609:  Called source '/var/db/repos/farmboy0/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild'
    
  • xf86-video-ati-9999.ebuild, line 15: Called inherit 'linux-info' 'xorg-2'
  •                ebuild.sh, line 314:  Called __qa_source '/var/db/repos/gentoo/eclass/xorg-2.eclass'
    
  •                ebuild.sh, line 112:  Called source '/var/db/repos/gentoo/eclass/xorg-2.eclass'
    
  •            xorg-2.eclass, line  53:  Called inherit 'autotools' 'autotools-utils' 'eutils' 'libtool' 'multilib' 'toolchain-funcs' 'flag-o-matic' 'git-r3'
    
  •                ebuild.sh, line 290:  Called die
    
  • The specific snippet of code:
  •          [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
    
  • If you need support, post the output of emerge --info '=x11-drivers/xf86-video-ati-9999::farmboy0',
  • the complete build log and the output of emerge -pqv '=x11-drivers/xf86-video-ati-9999::farmboy0'.
  • Working directory: '/usr/lib/python3.8/site-packages'
  • S: '/var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999'

Build error corectrl 1.4.0-r1

Fails to compile:

CMake Error at CMakeLists.txt:40 (find_package):
By not providing "Findspdlog.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "spdlog", but
CMake did not find one.

Could not find a package configuration file provided by "spdlog" (requested
version 1.4) with any of the following names:

spdlogConfig.cmake
spdlog-config.cmake

Add the installation prefix of "spdlog" to CMAKE_PREFIX_PATH or set
"spdlog_DIR" to a directory containing one of the above files. If "spdlog"
provides a separate development package or SDK, be sure it has been
installed.

-- Configuring incomplete, errors occurred!

  • ERROR: kde-misc/corectrl-1.4.0-r1::farmboy0 failed (configure phase):
  • cmake failed
  • Call stack:
  • ebuild.sh, line  136:  Called src_configure
    
  • environment, line 2439: Called cmake_src_configure
  • environment, line 1105: Called die
  • The specific snippet of code:
  •   "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
    

sys-process/procps-3.3.9-r3 EAPI 4 not supported

This ebuild requires an EAPI upgrade to remain valid.

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

inherit eutils toolchain-funcs multilib-minimal

DESCRIPTION="standard informational utilities and process-handling tools"
# http://packages.debian.org/sid/procps
HOMEPAGE="http://procps.sourceforge.net/ http://gitorious.org/procps"
# SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz"
FEDORA_HASH="0980646fa25e0be58f7afb6b98f79d74"
SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/${FEDORA_HASH}/${PN}-ng-${PV}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="+ncurses modern-top nls selinux static-libs systemd test unicode"

RDEPEND="!<sys-apps/sysvinit-2.88-r6
        ncurses? ( >=sys-libs/ncurses-5.7-r7[unicode?] )
        selinux? ( sys-libs/libselinux )
        systemd? ( >=sys-apps/systemd-206 )"
DEPEND="${RDEPEND}
        ncurses? ( virtual/pkgconfig )
        systemd? ( virtual/pkgconfig )
        test? ( dev-util/dejagnu )"

S=${WORKDIR}/${PN}-ng-${PV}

src_prepare() {
        epatch "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch
}

src_prepare() {
        multilib_copy_sources
}

multilib_src_configure() {
        econf \
                --exec-prefix="${EPREFIX}" \
                --docdir='$(datarootdir)'/doc/${PF} \
                $(use_enable modern-top) \
                $(use_with ncurses) \
                $(use_enable nls) \
                $(use_enable selinux libselinux) \
                $(use_enable static-libs static) \
                $(use_with systemd) \
                $(use_enable unicode watch8bit)
}

multilib_src_install() {
        default
        if multilib_build_binaries ; then
                mv "${ED}"/usr/bin/pidof "${ED}"/bin/ || die

                # The configure script is completely whacked in the head
                mv "${ED}"/lib* "${ED}"/usr/ || die
                gen_usr_ldscript -a procps
        fi
}
multilib_src_install_all() {
        prune_libtool_files
}

sys-kernel/dkms/dkms-2.2.0.3 EAPI 4 not supported

This ebuild requires an EAPI upgrade to remain valid.

# Distributed under the terms of the GNU General Public License v2

EAPI="4"

inherit eutils bash-completion-r1

DESCRIPTION="Dynamic Kernel Module Support"
SRC_URI="https://github.com/dell/dkms/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/dell/dkms"
LICENSE="GPL-2"
DEPEND=""
RDEPEND="app-arch/rpm"
KEYWORDS="*"
SLOT="0"

src_compile() {
        return
}

src_install() {
        make DESTDIR="$D" install
}

sys-fs/vhba-20140928-r1 EAPI ${EAPI:-0} not supported, linux-mod.eclass incompatibility

emerge --sync triggers an ebuild validation warning for this package due to a gentoo repo provided linux-mod.eclass incompatibility and possibly eapi=5 being obsolete

 * ERROR: sys-fs/vhba-20140928-r1::farmboy0 failed (depend phase):
 *   linux-mod: EAPI 5 not supported
 *
 * Call stack:
 *                 ebuild.sh, line 618:  Called source '/var/db/repos/farmboy0/sys-fs/vhba/vhba-20140928-r1.ebuild'
 *   vhba-20140928-r1.ebuild, line   6:  Called inherit 'linux-mod' 'user' 'udev'
 *                 ebuild.sh, line 298:  Called __qa_source '/var/db/repos/gentoo/eclass/linux-mod.eclass'
 *                 ebuild.sh, line 114:  Called source '/var/db/repos/gentoo/eclass/linux-mod.eclass'
 *          linux-mod.eclass, line 158:  Called die
 * The specific snippet of code:
 *      *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 *
 * If you need support, post the output of `emerge --info '=sys-fs/vhba-20140928-r1::farmboy0'`,
 * the complete build log and the output of `emerge -pqv '=sys-fs/vhba-20140928-r1::farmboy0'`.
 * Working directory: '/usr/lib/python3.9/site-packages'
 * S: '/var/tmp/portage/sys-fs/vhba-20140928-r1/work/vhba-20140928'
Portage 3.0.30 (python 3.9.9-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-11.2.0, glibc-2.33-r7, 5.15.23-gentoo-dist x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.15.23-gentoo-dist-x86_64-Intel-R-_Xeon-R-_CPU_E5-2690_v2_@_3.00GHz-with-glibc2.33
KiB Mem:   131980544 total,  33037344 free
KiB Swap:   39062524 total,  39047676 free
Timestamp of repository gentoo: Tue, 22 Feb 2022 20:15:01 +0000
Head commit of repository gentoo: 64b9ff24a27682c42c4b794136b3a7a0a342e2ad
Timestamp of repository farmboy0: Mon, 21 Feb 2022 17:07:32 +0000
Head commit of repository farmboy0: 6d5d90a159b80706d4c32de07bb739dbe1f7ede8

Timestamp of repository guru: Tue, 22 Feb 2022 08:51:59 +0000
Head commit of repository guru: ec10d0e6529f97f7c57da6e2f7a816e1f0f5b358

Head commit of repository plex-overlay: 2fb044fa56cda48f105619fac03c31c3b4da00fd

Head commit of repository sensible-overlay: 246113a42785418df1ce5eeda0e11b014394dfbd

Head commit of repository torbrowser: efbd257d5b25380df11c3987189c784df8be60aa

Head commit of repository steam-overlay: 220c88dcc7dfe5abe7defc8c5d223ae267bd637f

Head commit of repository usenet-overlay: 397ba448f5fed52b306ea8ca410ecfec5356aca0

sh bash 5.1_p16
ld GNU ld (Gentoo 2.37_p1 p2) 2.37
distcc 3.4 x86_64-pc-linux-gnu [disabled]
app-misc/pax-utils:        1.3.3::gentoo
app-shells/bash:           5.1_p16::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.34.0-r6::gentoo
dev-lang/python:           2.7.18_p13::gentoo, 3.9.9-r1::gentoo, 3.10.0_p1-r1::gentoo
dev-lang/rust:             1.58.1::gentoo
dev-util/cmake:            3.22.2::gentoo
dev-util/meson:            0.60.3::gentoo
sys-apps/baselayout:       2.7-r3::gentoo
sys-apps/sandbox:          2.25::gentoo
sys-apps/systemd:          249.9::gentoo
sys-devel/autoconf:        2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:        1.16.4::gentoo
sys-devel/binutils:        2.37_p1-r2::gentoo
sys-devel/binutils-config: 5.4::gentoo
sys-devel/clang:           13.0.0::gentoo
sys-devel/gcc:             11.2.0::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.6-r6::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.33-r7::gentoo```

Can't install corectrl-9999: "There are no ebuilds to `dev-util/cmake`."

Details:
I need to be able to update to the live ebuild of corectrl to get fan control over my 7800 XT GPU, but I can't because the live ebuild seems to be misreporting the dependency for cmake even though I already have it installed.

Terminal output:

!!! The following update has been skipped due to unsatisfied dependencies:

kde-misc/corectrl:0

  selected: (kde-misc/corectrl-1.3.8:0/9999::farmboy0, installed)
  skipped: (kde-misc/corectrl-9999:0/9999::farmboy0, ebuild scheduled for merge) (see unsatisfied dependency below)

emerge: there are no ebuilds to satisfy "dev-util/cmake".
(dependency required by "kde-misc/corectrl-9999::farmboy0" [ebuild])

Corectrl-9999 and 1.4.0 Release Require a New Dependency to Build

Building the latest corectrl live ebuild fails during configure due to a new dependency being needed (if I'm reading this right):

CMake Error at tests/CMakeLists.txt:1 (find_package):
  By not providing "FindCatch2.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Catch2", but
  CMake did not find one.

  Could not find a package configuration file provided by "Catch2" (requested
  version 3.0) with any of the following names:

    Catch2Config.cmake
    catch2-config.cmake

  Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set
  "Catch2_DIR" to a directory containing one of the above files.  If "Catch2"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!

Came across this during a system rebuild when trying to update my LLVM profile from 17.1 to 23.0 today

Also, slightly off-topic but related, version 1.4.0 finally officially released 2 weeks ago which introduced this dependency (according to the change log).
easyloggingpp was apparently replaced with spdlog too

amdgpu-pro cause startx fail

I tried to get amdgpu-pro to work on a gentoo 4.7.2
I have xorg-server-1.18.4 with amdgpu-pro-16.30.3-315407
startx fails with:

[    41.418] (II) AMDGPU(0): [DRI2] Setup complete
[    41.418] (II) AMDGPU(0): [DRI2]   DRI driver: amdgpu
[    41.418] (II) AMDGPU(0): [DRI2]   VDPAU driver: amdgpu
[    41.418] Failed to get the mmap offset
[    41.418] Failed to map front buffer memory
[    41.418] (EE) AMDGPU(0): amdgpu_setup_kernel_mem failed
[    41.418] (EE) 
Fatal server error:
[    41.418] (EE) AddScreen/ScreenInit failed for driver 0
[    41.418] (EE) 
[    41.418] (EE)

There was some versions problems with your overlay so I installed it with dpkg -i and installed your patches by hand (I also modified pre-build.sh to get System.map in /usr/src/linux instead of /boot/System.map-$KERNELVER)

media-libs/openxr-1.0.28 fails

-- Configuring done (2.9s)
^[[31mCMake Error at src/tests/loader_test/CMakeLists.txt:26 (add_dependencies):
  The dependency target "XrApiLayer_api_dump" of target "loader_test" does
  not exist.

^[[0m
-- Generating done (0.0s)
^[[0mCMake Generate step failed.  Build files cannot be regenerated correctly.^[[0m
 * ERROR: media-libs/openxr-1.0.28::farmboy0 failed (configure phase):
 *   cmake failed
 *
 * Call stack:
 *     ebuild.sh, line  136:  Called src_configure
 *   environment, line 3090:  Called cmake_src_configure
 *   environment, line 2003:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 *
 * If you need support, post the output of `emerge --info '=media-libs/openxr-1.0.28::farmboy0'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/openxr-1.0.28::farmboy0'`.
 * The complete build log is located at '/var/tmp/portage/media-libs/openxr-1.0.28/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/openxr-1.0.28/temp/environment'.
 * Working directory: '/var/tmp/portage/media-libs/openxr-1.0.28/work/openxr-1.0.28_build'
 * S: '/var/tmp/portage/media-libs/openxr-1.0.28/work/OpenXR-SDK-Source-release-1.0.28'

Posting an issue just to get it fixed upstream. Think there's just a missing new dependency?

amdgpu-pro failed build

any suggestions for failure ?

DKMS make.log for amdgpu-pro-16.30.3-306809 for kernel 4.4.14-calculate (x86_64)
пн юли 18 14:30:18 BST 2016
make: Entering directory '/usr/src/linux-4.4.14-calculate'
LD /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/built-in.o
LD /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/built-in.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_drv.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_device.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_kms.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_atombios.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/atombios_crtc.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_connectors.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/atom.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_fence.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_ttm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_object.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_gart.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_encoders.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_display.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_i2c.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_fb.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_gem.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_ring.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_cs.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_bios.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_benchmark.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_test.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_pm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/atombios_dp.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_afmt.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_trace_points.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/atombios_encoders.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_sa.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/atombios_i2c.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_prime.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_vm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_ib.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_pll.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_ucode.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_bo_list.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_ctx.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_sync.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/cik.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/cik_ih.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/kv_smc.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/kv_dpm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/ci_smc.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/ci_dpm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/dce_v8_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/gfx_v7_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/cik_sdma.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/uvd_v4_2.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/vce_v2_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_amdkfd_gfx_v7.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/vi.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/gmc_v7_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/gmc_v8_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_irq.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_ih.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/iceland_ih.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/tonga_ih.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/cz_ih.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_dpm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_powerplay.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/cz_smc.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/cz_dpm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/tonga_smc.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/tonga_dpm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/fiji_smc.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/fiji_dpm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/iceland_smc.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/iceland_dpm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/dce_v10_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/dce_v11_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_gfx.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/gfx_v8_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/sdma_v2_4.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/sdma_v3_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_uvd.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/uvd_v5_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/uvd_v6_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_vce.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/vce_v3_0.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_amdkfd.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_amdkfd_gfx_v8.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_cgs.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../scheduler/gpu_scheduler.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../scheduler/sched_fence.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_job.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_ioc32.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_atpx_handler.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_acpi.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/amdgpu_mn.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/amdgpu_dm/amdgpu_dm_types.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/amdgpu_dm/amdgpu_dm.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/amdgpu_dm/amdgpu_dm_irq.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/amdgpu_dm/amdgpu_dm_mst_types.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/amdgpu_dm/amdgpu_dm_services.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/amdgpu_dm/amdgpu_dm_helpers.o
CC [M] /var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/dc/adapter/adapter_service.o
/var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/dc/adapter/adapter_service.c: In function ‘override_default_parameters’:
/var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/dc/adapter/adapter_service.c:418:3: error: implicit declaration of function ‘ASSERT_CRITICAL’ [-Werror=implicit-function-declaration]
ASSERT_CRITICAL(false);
^
/var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/dc/adapter/adapter_service.c: In function ‘dal_adapter_service_obtain_hpd_irq’:
/var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/dc/adapter/adapter_service.c:1313:3: error: implicit declaration of function ‘ASSERT’ [-Werror=implicit-function-declaration]
ASSERT(bp_result == BP_RESULT_NORECORD);
^
cc1: all warnings being treated as errors
scripts/Makefile.build:258: recipe for target '/var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/dc/adapter/adapter_service.o' failed
make[2]: *** [/var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu/../dal/dc/adapter/adapter_service.o] Error 1
scripts/Makefile.build:403: recipe for target '/var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu' failed
make[1]: *** [/var/lib/dkms/amdgpu-pro/16.30.3-306809/build/amd/amdgpu] Error 2
Makefile:1385: recipe for target 'module/var/lib/dkms/amdgpu-pro/16.30.3-306809/build' failed
make: *** [module/var/lib/dkms/amdgpu-pro/16.30.3-306809/build] Error 2
make: Leaving directory '/usr/src/linux-4.4.14-calculate'
root@CLDM ~ #

system is gentoo based and is 100% compatible with gentoo.

dev-libs/json-c/json-c-0.11-r2 ebuild obsolete

This ebuild is causing an error due to an obsolete missing eclass however the version in this overlay is obsolete and should just be removed.

dev-libs/json-c-0.15 is stable in the main repo

` ERROR: dev-libs/json-c-0.11-r2::farmboy0 failed (depend phase):

  • autotools-multilib.eclass could not be found by inherit()
  • Call stack:
  •           ebuild.sh, line 609:  Called source '/var/db/repos/farmboy0/dev-libs/json-c/json-c-0.11-r2.ebuild'
    
  • json-c-0.11-r2.ebuild, line 9: Called inherit 'autotools-multilib' t * ebuild.sh, line 290: Called die
  • The specific snippet of code:
  •          [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
    

`

cannot fetch ati-drivers

Resolving www2.ati.com (www2.ati.com)... 23.54.11.148
Connecting to www2.ati.com (www2.ati.com)|23.54.11.148|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://support.amd.com/ru-ru/download/incomplete [following]
--2016-03-31 15:44:43--  http://support.amd.com/ru-ru/download/incomplete
Resolving support.amd.com (support.amd.com)... 2.16.95.185
Connecting to support.amd.com (support.amd.com)|2.16.95.185|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 53021 (52K) [text/html]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.