You are not logged in.
I looked into this on Google, but all I could find was this error for other git projects and the solution was installing some other package that has nothing to do with the errors.
Here's a link to pastebin of the output of makepkg -s.
Anyone know what the problem could be, or how to get this working?
Offline
Works on my 32-bit Arch.
What git has to do with it?
Last edited by karol (2014-11-18 02:45:16)
Offline
Works fine here too. What is the output of `which install`? (I'm also wondering what git has to do with this - this is not a git package. You just happen to be building in a directory you've created and named "git").
EDIT: your output is missing the following two lines found in mine from right before the `if test ...` block that fails:
/usr/bin/mkdir -p '/tmp/libvorbis-aotuv/pkg/libvorbis-aotuv/usr/share/doc/libvorbis-1.3.4'
/usr/bin/install -c -m 644 rfc5215.xml rfc5215.txt eightphase.png evenlsp.png fish_xiph_org.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html lspmap.png oddlsp.png oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html vorbis.html vorbisword2.png wait.png white-xifish.png doxygen-build.stamp '/tmp/libvorbis-aotuv/pkg/libvorbis-aotuv/usr/share/doc/libvorbis-1.3.4'"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Works fine here too. What is the output of `which install`? (I'm also wondering what git has to do with this - this is not a git package. You just happen to be building in a directory you've created and named "git").
EDIT: your output is missing the following two lines found in mine from right before the `if test ...` block that fails:
/usr/bin/mkdir -p '/tmp/libvorbis-aotuv/pkg/libvorbis-aotuv/usr/share/doc/libvorbis-1.3.4' /usr/bin/install -c -m 644 rfc5215.xml rfc5215.txt eightphase.png evenlsp.png fish_xiph_org.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html lspmap.png oddlsp.png oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html vorbis.html vorbisword2.png wait.png white-xifish.png doxygen-build.stamp '/tmp/libvorbis-aotuv/pkg/libvorbis-aotuv/usr/share/doc/libvorbis-1.3.4'
I guess "git projects" was a bad description. "Source packages" would be better, but all the articles I found were for people trying to build packages they got from git and getting the error. `which install` gives me `/usr/bin/install`. And yes, I know I built it in a directory called git. I just didn't want to bother making a new directory for manually building AUR packages at the time. Also, I just tried installing firejail, but it gave me "recipe for target `install` failed". I updated several packages from the AUR today, it just seems to be new installs giving me problems.
Offline
What is the output of `ls -l ~`?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
What is the output of `ls -l ~`?
I assume you're asking to see if permissions are correct?
drwxr-xr-x 2 mike mike 4096 Nov 2 11:22 bin
-rw-r--r-- 1 mike mike 1773 Nov 18 21:10 completion
drwxrwxrwx 3 mike root 4096 Nov 11 15:47 Documents
drwxrwxrwx 2 mike root 20480 Nov 18 16:26 Downloads
drwx------ 7 mike root 4096 Nov 19 11:23 Dropbox
-rw-r--r-- 1 mike mike 99 Nov 11 17:07 feh_030473_000001_filelist
drwxr-xr-x 7 mike mike 4096 Nov 17 19:30 flashy
drwxr-xr-x 4 mike mike 4096 Nov 14 14:54 Games
drwxr-xr-x 4 mike mike 4096 Nov 18 15:19 git
drwxr-xr-x 3 mike mike 4096 Nov 1 20:32 Grive
drwx------ 2 mike mike 4096 Nov 14 14:59 Mail
drwxrwxrwx+ 86 mike root 4096 Nov 15 20:02 Music
drwxrwxrwx 5 mike root 4096 Oct 29 16:55 Pictures
-rw-rw-r-- 1 mike mike 11240 Oct 15 16:08 rogue.scr
drwxr-xr-x 5 mike mike 4096 Nov 15 15:17 sc
drwxr-xr-x 3 mike mike 4096 Nov 18 16:22 Torrents
drwxrwxrwx 4 mike root 4096 Nov 15 14:07 Videos
drwxr-xr-x 2 mike mike 4096 Nov 14 20:26 VirtualBox VMsOffline
Yes, I was curious on permissions - I probably could have asked for `ls -l ~/git`, its not really my business what you keep in your ~, sorry. Those permissions look fine - but ensuring the home partition (if you have one) doesn't have any non-executable mount flags would be good. This is less likely with a home partition than when building in temp. So this suspicion can be ruled out.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Yes, I was curious on permissions - I probably could have asked for `ls -l ~/git`, its not really my business what you keep in your ~, sorry. Those permissions look fine - but ensuring the home partition (if you have one) doesn't have any non-executable mount flags would be good. This is less likely with a home partition than when building in temp. So this suspicion can be ruled out.
The cower script I made builds in `/tmp`, which is on the same partition as root, and `/home` is on a separate partition. I get the same error building with my script as I do building it manually.
Both my root and home partitions have the same options set. `rw,relatime,data=ordered`
No idea what this could be, but it's also happening with firejail now, too, except it says "recipe for install target `target` failed".
EDIT: Just tried installing dwb-git (already have dwb installed). "recipe for install target `install-data` failed". This is getting just a little ridiculous.
Last edited by sgtlaggy (2014-11-20 04:25:44)
Offline