You are not logged in.
Hello,
I was trying to install "vba-m-gtk-svn" from AUR and I used the command:
[spai@L ~]$ yaourt -S vba-m-gtk-svn
==> Resuming previous build
==> Downloading vba-m-gtk-svn PKGBUILD from AUR...
First Submitted: Wed, 07 May 2008 16:37:44 +0000
Last Updated: (unknown)
vba-m-gtk-svn 502-2 (Unsupported): Gameboy Advance Emulator combining features of all VBA forks - GTK GUI
==> vba-m-gtk-svn dependencies:
- gtkmm (already installed)
- portaudio (package found)
- sdl (already installed)
- glibmm (already installed)
- libglademm (package found)
- libpng (already installed)
- zlib (already installed)
- cairo (already installed)
- mesa (already installed)
- gtkglext (package found)
- gtkglextmm (package found)
- cmake (package found)
- pkgconfig (already installed)
==> Edit the PKGBUILD (recommended) ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>Y
Please add $EDITOR to your environment variables
for example:
==> Edit PKGBUILD with: (replace gvim with your favorite editor)
==> Edit ./PKGBUILD with: vim
==> vba-m-gtk-svn dependencies:
- gtkmm (already installed)
- portaudio (package found)
- sdl (already installed)
- glibmm (already installed)
- libglademm (package found)
- libpng (already installed)
- zlib (already installed)
- cairo (already installed)
- mesa (already installed)
- gtkglext (package found)
- gtkglextmm (package found)
- cmake (package found)
- pkgconfig (already installed)
==> Continue the building of 'vba-m-gtk-svn'? [Y/n]
==> ----------------------------------------------
==>Y
==> Building and installing package
/etc/makepkg.conf: line 103: --no-check-certificate: command not found
==> ERROR: An unknown error has occured. Exiting...
Error: Makepkg was unable to build vba-m-gtk-svn package.
Long story cut short:
==> Building and installing package
/etc/makepkg.conf: line 103: --no-check-certificate: command not found
==> ERROR: An unknown error has occured. Exiting...
Error: Makepkg was unable to build vba-m-gtk-svn package.
The above "--no-check-certificate: command not found" always happens when I try to install from AUR. How do I make my Arch "find" the command?
Thanks,
Spai
Offline
First step - look at line 103 of /etc/makepkg.conf. If you don't understand what you're looking at, post it here for someone else to look at.
Offline
First step - look at line 103 of /etc/makepkg.conf. If you don't understand what you're looking at, post it here for someone else to look at.
It just says --no-check-certificate. Thats all
I dont know what to do with it.
Thank you,
Spai
Offline
pacman -Qo /etc/makepkg.conf
/etc/makepkg.conf is owned by pacman 3.1.4-1
Looks like that file is part of the pacman package. If I were you I'd try
pacman -S pacman
That might well fix it. (If you've made any customizations make a backup copy of the file before you do this.)
If that doesn't fix it take a good look at the lines around it. It looks like it might be a preference that got shifted to a new line, rather than staying on the same line as the command it goes with, but that's just my first impression.
Jarsto
Offline
Why not post your full /etc/makepkg.conf ?
Offline