You are not logged in.

#1 2018-04-19 18:51:39

archenemies
Member
Registered: 2018-04-19
Posts: 5

[DONE] Failing to download packs using Yaourt

Hello people of arch, i am a new user to the system, just finished a full install yester today, and am relative new to Linux, so i am trying to download stuff via yaourt, but 50% it fails to download said thing, for example when i try to download GtkHash i get this:

/tmp/yaourt-tmp-ghost/aur-gtkhash/./PKGBUILD: line 25: make: command not found
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build gtkhash.



And when trying to get another thing, like spotify i get this:

==> Entering fakeroot environment...
/usr/bin/makepkg: line 170: fakeroot: command not found
==> ERROR: Makepkg was unable to build spotify.

And when i am posting anyway, which application/packs visual manager do you recommend for MATE?
Oh and lastly, i don't seem to have a working desktop, can't put icon on it or right click it, it worked yester today, but i have somehow disabled it?

Thanks in advance and for your time
Sincerely Archenemies

Last edited by archenemies (2018-04-19 20:21:03)

Offline

#2 2018-04-19 19:11:11

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [DONE] Failing to download packs using Yaourt

Don't use any AUR helpers such as yaourt until you understand how the process works manually.

The answer you seek can be found here...
https://wiki.archlinux.org/index.php/Ar … Repository


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2018-04-19 19:15:14

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

Re: [DONE] Failing to download packs using Yaourt

How did you install yaourt?


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 2018-04-19 19:24:00

archenemies
Member
Registered: 2018-04-19
Posts: 5

Re: [DONE] Failing to download packs using Yaourt

Slithery wrote:

Don't use any AUR helpers such as yaourt until you understand how the process works manually.

The answer you seek can be found here...
https://wiki.archlinux.org/index.php/Ar … Repository

Thank you, i will read up on it, not everything can be archived thought trail and error i guess


And WorMzy, just using pacman and then allowing siglever in pacman.conf, if i remember right. Just moved from Windows 7 to the magic world Linux, i am sure once you get used to code hunting and fixing your own problems it become a vastly more enjoyable experience, going arch instead of W7

Last edited by archenemies (2018-04-19 19:33:17)

Offline

#5 2018-04-19 19:43:21

loqs
Member
Registered: 2014-03-06
Posts: 17,378

Re: [DONE] Failing to download packs using Yaourt

archenemies wrote:

And WorMzy, just using pacman and then allowing siglever in pacman.conf, if i remember right. Just moved from Windows 7 to the magic world Linux, i am sure once you get used to code hunting and fixing your own problems it become a vastly more enjoyable experience, going arch instead of W7

How did you install arch linux and what is the contents of /etc/pacman.conf?

Offline

#6 2018-04-19 19:44:03

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,534
Website

Re: [DONE] Failing to download packs using Yaourt

archenemies wrote:

And WorMzy, just using pacman and then allowing siglever in pacman.conf, if i remember right.

This is not possible.

Please post your full pacman.conf as well as the output of `uname -a`.

Which instructions did you follow to install your system?

Last edited by Trilby (2018-04-19 19:44:29)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#7 2018-04-19 19:56:17

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [DONE] Failing to download packs using Yaourt

Trilby wrote:
archenemies wrote:

And WorMzy, just using pacman and then allowing siglever in pacman.conf, if i remember right.

This is not possible.

It is if he used the infamous archlinux.fr repo (and set SigLevel never), but I'd also like to see the other things you asked for.

Last edited by 2ManyDogs (2018-04-19 19:58:37)

Offline

#8 2018-04-19 20:01:10

archenemies
Member
Registered: 2018-04-19
Posts: 5

Re: [DONE] Failing to download packs using Yaourt

I did an install from scrath, using a live USP with arch on and readning a guide on how to build arch up, to the point of you having a working DE, and from there you were on your own. My pacman.conf looks like this


-------START----------

  GNU nano 2.9.5                  /etc/pacman.conf                             

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required


# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist


# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist


# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch

-----STOP------



And my uname-a is: Linux linux 4.14.34-1-lts #1 SMP Thu Apr 12 20:30:09 CEST 2018 x86_64 GNU/Linux


Since i am such a noob to Linux i had to copy and paste every section for itself, in nano, hope i didn't miss anything.
How do you copy ALL the text content of a nano at once?


And thanks everyone for your time
I see it was true that Linux, tho having a small community, is a strong and active one smile

Last edited by archenemies (2018-04-19 20:03:26)

Offline

#9 2018-04-19 20:03:47

HalosGhost
Forum Moderator
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,093
Website

Re: [DONE] Failing to download packs using Yaourt

Please read the Code of Conduct and edit your post(s) accordingly.

It sounds like you followed an unsupported installation guide. You should install from-scratch using https://wiki.archlinux.org/index.php/Installation_guide and no other guides.

On a similar note, do not use the archlinuxfr repo.

All the best,

-HG

Offline

#10 2018-04-19 20:17:13

seth
Member
Registered: 2012-09-03
Posts: 51,312

Re: [DONE] Failing to download packs using Yaourt

Do not cnp, esp. not from a shell texteditor.
https://wiki.archlinux.org/index.php/Li … in_clients

Install the base-devel group

which application/packs visual manager do you recommend for MATE

None. Use pacman.

Oh and lastly, i don't seem to have a working desktop, can't put icon on it or right click it, it worked yester today, but i have somehow disabled it?

See CoC, shopping lists are not allowed. Please open one thread per topic.
But first check whether you did one of https://wiki.archlinux.org/index.php/MA … ktop_icons

Online

#11 2018-04-20 02:06:43

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,534
Website

Re: [DONE] Failing to download packs using Yaourt

2ManyDogs wrote:
Trilby wrote:

This is not possible.

It is if he used the infamous archlinux.fr repo

That was my point.  The OP claimed he had not added anything to pacman.conf (other than sig level) and then installed yaourt with pacman.  That is impossible.  Adding an unsupported repo is a substantial and memorable change to pacman.conf.

Last edited by Trilby (2018-04-20 02:11:06)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB