You are not logged in.

#1 2015-05-14 16:49:04

Ovaltine
Member
Registered: 2015-04-25
Posts: 5

MCEdit won't install

When I try to install the mcedit package from the AUR this is displayed in the terminal:

[ovaltine@ovaltine-ARCH ~]$ aurget -Sy mcedit
:: Searching AUR...

Targets (1): mcedit-0.1.8build799-1

Proceed with installation? [Y/n] y
:: Retrieving taurball from AUR...
:: Building package...
Edit mcedit's PKGBUILD before building? [Y/n] n
==> Making package: mcedit 0.1.8build799-1 (Fri 15 May 01:46:51 BST 2015)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[sudo] password for ovaltine:
error: target not found: pymclevel>=0.1.8build799
==> ERROR: 'pacman' failed to install missing dependencies.
warning: package mcedit failed to build, skipping

Offline

#2 2015-05-14 16:50:26

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,607

Re: MCEdit won't install

Did you read the error? It has a dependency that's in the aur

Offline

#3 2015-05-14 17:12:43

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,903
Website

Re: MCEdit won't install

Please use code tags when pasting terminal output.


https://wiki.archlinux.org/index.php/Fo … s_and_code


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2015-05-14 23:23:01

KeViM
Member
From: UK
Registered: 2015-05-14
Posts: 3

Re: MCEdit won't install

You need to install the dependency from the AUR, which can be done with makepkg -si on the mcedit package. Alternatively, you can build the dependency and then the package (I don't see why you should):

wget https://aur.archlinux.org/packages/py/pymclevel/pymclevel.tar.gz
tar -zxvf pymclevel.tar.gc
cd pymclevel
makepkg -si

Then repeat with MCEdit.  Alternatively, you can just install yaourt (in the same way as above, but do packagequery first)

Offline

#5 2015-05-14 23:31:27

thiagowfx
Member
Registered: 2013-07-09
Posts: 586

Re: MCEdit won't install

Also, if you're new to Arch, it is worth reading about the AUR on our wiki.

Offline

Board footer

Powered by FluxBB