Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

emerge at-spi2-atk fails in the preparation phase


albatro74

Question

2 answers to this question

Recommended Posts

  • 1
* The specific snippet of code:
 *       cp -n "${FILESDIR}"/${PN}-2.20.0-tests-data/*.xml "${S}"/tests/data/ || die;

In this case locate the ebuild, open in editor and insert a # in front of the offending snippet of code.

Locate:

rj@funtoo-next ~ $ ego query v at-spi2-atk
 app-accessibility/at-spi2-atk| slot|                      repo
------------------------------+-----+--------------------------
                      * 2.34.2|    2| gnome-kit/next-3.36-prime
rj@funtoo-next ~ $ cd /var/git/meta-repo/kits/gnome-kit/app-accessibility/at-spi2-atk/

Edit:

rj@funtoo-next /var/git/meta-repo/kits/gnome-kit/app-accessibility/at-spi2-atk $ sudo nano at-spi2-atk-2.34.2.ebuild 
src_prepare() {
        # Upstream forgot to put this in tarball, upstream #770615
   ---->#cp -n "${FILESDIR}"/${PN}-2.20.0-tests-data/*.xml "${S}"/tests/data/ || die

        gnome2_src_prepare
}

Merge:

rj@funtoo-next /var/git/meta-repo/kits/gnome-kit/app-accessibility/at-spi2-atk $ sudo ebuild at-spi2-atk-2.34.2.ebuild merge

Bug report:

[gnome-kit] app-accessibility/at-spi2-atk-2.34.2 fails pkg_prepare

Edited by cardinal
Correct path. Add bug report URL.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...