Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Missing from repo.archlinux.fr #376

Open
maofree opened this issue May 31, 2018 · 13 comments
Open

Missing from repo.archlinux.fr #376

maofree opened this issue May 31, 2018 · 13 comments

Comments

@maofree
Copy link

maofree commented May 31, 2018

Hi
today I cannot find anymore the package yaourt from pacman
in the pacman.conf I use

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

today it is no longer present

from http://repo.archlinux.fr/x86_64/ the version 1.9.1 is not present

is it possible to fix?

thanks

@larchunix
Copy link
Collaborator

According to https://forums.archlinux.fr/viewtopic.php?f=13&t=20137#p166421, archlinuxfr repo maintainer removed package-query and yaourt from afur with the last libalpm ABI breakage. It is not planned to update and upload them again on this repo.

You have build them yourself from AUR (see https://archlinux.fr/yaourt-en).

@Skunnyk Would you mind making an "official" statement on this matter ?

@landerson78
Copy link

sad they removed it just makes things harder on everyone else not everyone wants to write 5 lines of code or however many just to download 1 program reinstalling would be a pain. I hope they reconsider.

@stardiviner
Copy link

I got error when compiling when makepkg -si.

 ==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/home/stardiviner/Code/Linux/Arch Linux/package-query/src/package-query-1.9/src'
make[2]: Entering directory '/home/stardiviner/Code/Linux/Arch Linux/package-query/src/package-query-1.9/src'
 /usr/bin/mkdir -p '/home/stardiviner/Code/Linux/Arch Linux/package-query/pkg/package-query/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c package-query '/home/stardiviner/Code/Linux/Arch Linux/package-query/pkg/package-query/usr/bin'
libtool: install: /usr/bin/install -c package-query /home/stardiviner/Code/Linux/Arch Linux/package-query/pkg/package-query/usr/bin/package-query
/usr/bin/install: target 'Linux/package-query/pkg/package-query/usr/bin/package-query' is not a directory
make[2]: *** [Makefile:355: install-binPROGRAMS] Error 1
make[2]: Leaving directory '/home/stardiviner/Code/Linux/Arch Linux/package-query/src/package-query-1.9/src'
make[1]: *** [Makefile:541: install-am] Error 2
make[1]: Leaving directory '/home/stardiviner/Code/Linux/Arch Linux/package-query/src/package-query-1.9/src'
make: *** [Makefile:407: install-recursive] Error 1
==> ERROR: A failure occurred in package().
    Aborting...

Does anyone has same issue?

@f2404
Copy link
Collaborator

f2404 commented Jun 5, 2018

@stardiviner Try removing space from the path ("Arch Linux").

@stardiviner
Copy link

@f2404 Problem solved by removing space. Thanks. I'm curious why space in path caused error?

@landerson78
Copy link

prob cause u didnt have brackets showing the space

@landerson78
Copy link

like \Arch\ Linux might work for space I know u have to do that to cd in to a folder with space in name.

@f2404
Copy link
Collaborator

f2404 commented Jun 5, 2018

@stardiviner Because space serves as a string separator. So, your path string got divided into two parts none of which was a valid path. The following error is talking about that:
/usr/bin/install: target 'Linux/package-query/pkg/package-query/usr/bin/package-query' is not a directory

@stardiviner
Copy link

That's .... Ok. I see. @landerson78 @f2404 Thanks, guys.

@ArchangeGabriel
Copy link

That’s not @stardiviner fault, but Makefile one if paths are not quoted.

@f2404
Copy link
Collaborator

f2404 commented Jun 5, 2018

@ArchangeGabriel That's a good point, but can you actually give an example of Makefile that supports make DESTDIR="path with spaces" install?
I've tried another project that uses autotools, and make install fails with a similar error.

@f2404
Copy link
Collaborator

f2404 commented Jun 5, 2018

Seems like it's a well known bug/concern: http://lists.gnu.org/archive/html/bug-automake/2007-10/msg00005.html

@AladW
Copy link

AladW commented Jul 2, 2019

Unsurprisingly, yaourt has been added back to archlinuxfr. Suffices to say that the last bit of credibility the yaourt authors had is now gone for good.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants