[SOLVED]yaourt wants to build dependencies from AUR

Hi,
I've installed kdemod4... the only problem is that yaourt wants ti install all the dependences of the package(s) i've choose from aur, altough dependencies are present in extra (correct version). How can i solve this??
An example is:
cairo-lcd: i have to build all the dependencies from aur, like libpng,etc; but i see from PKGBUILD that the version that needs cairo-lcd is present in extra repository...
thanks in advance
Last edited by chesterfork (2009-07-13 10:07:26)

..i'm running kdemod 4 x86_64...so if i try install everything using yaourt the dependencies are shown in this way:
==> lib32-cairo-lcd dependencies:
- lib32-gcc-libs (building from AUR)
- lib32-libpng (building from AUR)
- lib32-libxrender (building from AUR)
- lib32-fontconfig (building from AUR)
- lib32-pixman (building from AUR)
- lib32-xcb-util (building from AUR)
if it could help i found this:
chesterfork ~ $ yaourt -S lib32-cairo
lib32-cairo not found on AUR
Packages that were installed as dependencies but are no longer required by any installed package:
error:
what about the error? it's a blank line.... i checked yaourtrc in /etc but it seems ok..
It's happen even if i have these packages installed (and checking in pkg build they have are the same version). EVERYTIME yaourt shows that; cairo, cairo-lcd, bin32-skype-lib32-cairo-lcd....eveything i tried it needs dependencies from aur ONLY. That's the problem....there is a solution??

Similar Messages

  • [SOLVED] Makepkg, install dependencies from AUR.

    Is it possible for makepkg to install the dependencies from AUR with makepkg -si?
    Last edited by lemanski6 (2012-09-20 18:05:38)

    Nope.  Many "AUR helpers" do this though.  In my limited experience yaourt seems to be one that handles this seemlessly, but I'd say it comes with some costs of hiding what is doing from the user.

  • Local repository with dependencies from aur

    I have local repository and I some packages there. For one package I want to specify dependence from AUR package, but when I try to install it I receive warning:
    warning: cannot resolve "ruby-compass", a dependency of "local-company"
    Is it possible to ask yaourt check dependencies in AUR when installing package from local repository?

    Nope.  Many "AUR helpers" do this though.  In my limited experience yaourt seems to be one that handles this seemlessly, but I'd say it comes with some costs of hiding what is doing from the user.

  • [SOLVED] Unable to build packages from AUR (build: command not found)

    I recently hosed the filesystem on my arch install of ~8 months. I reinstalled arch today and didn't have many problems since I had backups of many important config files. Anyways, I still need to get a few programs installed from AUR, but nothing I get from AUR will build.
    I download the tarball, extract into a folder in /home/myuser/builds and then go into that folder and run makepkg -s (as always)
    It checks the files and extracts/downloads them. Then I get the following error message:
    ==> Starting build()...
    /usr/bin/makepkg: line 741: build: command not found
    ==> ERROR: Build Failed.
    Aborting...
    I've run abs and I checked out the abs wiki page, I've also installed base-devel. I am not sure what else I need to do, the error message is not specific enough.
    The packages I have been trying to install are      ttf-ms-fonts 2.0-7,      keepass 2.14-2, and I also tried ttf-vista-fonts 1-3. I am fairly certain that it is not a problem with the PKGBUILD files.
    Any ideas? Thanks!
    Last edited by fatjake (2011-03-08 01:02:59)

    cyrus wrote:Have you tried Yaourt?
    Nope, haven't tried that, I think mainly because I wanted to learn how to use pacman and how to build using ABS. At this point I think I know how to use pacman/abs, as much as this thread might make it appear that I dont
    I'll give it a try, as I frequently install software from AUR. In the past I think I let software from the AUR get outdated, Yaourt (clumsy name) sounds like it would help that a bit. Thanks!
    Edit: BTW, I really love Arch. I tried it out on a flash drive about 8 months ago (maybe more), and after about 12 hours I was sold and installed it on the drive that Windows XP previously held. Even considering that I had many problems during the initial install, but they were all problems that caused me to learn and were easy to resolve. Seriously, I have lots of Windows tech experience, but only Arch forced me to learn Linux. I had tried Ubuntu previously but it was such a bore, and the problems tended to be hard to find solutions for. I try to convince my other Linux using friends to try arch, but they see it as too hands-on. I don't see it that way, it is very hands off after initial configuration, and the initial config only takes a week or less on the first try and a day and a half (or so) if you re-install. Having backups of your config files is of course a huge deal, and I am glad I had most of those.
    Really, I love Arch Linux, it has taught me so much.
    Last edited by fatjake (2011-03-08 04:25:15)

  • [SOLVED] Surf-hg and tabbed-hg from aur fail to build

    Hi,
    I'm trying to install surf-hg and tabbed-hg from aur and when I makepkg -i this happens:
    ==> ERROR: A failure occurred in build().
    Aborting...
    I've tried to apply this patch to surf's config.mk but it fails anyway.
    diff -paur surf/config.mk surf.new/config.mk
    --- surf/config.mk 2012-01-29 11:46:00.851597838 +0100
    +++ surf.new/config.mk 2012-01-29 11:46:36.633503895 +0100
    @@ -15,7 +15,7 @@ GTKLIB = `pkg-config --libs gtk+-2.0 web
    # includes and libs
    INCS = -I. -I/usr/include -I${X11INC} ${GTKINC}
    -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0
    +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 -ljavascriptcoregtk-1.0
    # flags
    CPPFLAGS = -DVERSION=\"${VERSION}\"
    Can anyone help me please?
    Last edited by whooper (2012-03-01 21:42:10)

    Yes they both fail to build, manually or with packer.
    I deleted the src directory but it still fails.
    packer -S surf-hg
    Aur Targets (1): surf-hg
    Proceed with installation? [Y/n] y
    Edit surf-hg PKGBUILD with $EDITOR? [Y/n] n
    ==> Determining latest hg revision...
    pulling from http://hg.suckless.org/surf
    searching for changes
    no changes found
    -> Version found: 238
    ==> Making package: surf-hg 238-1 (Thu Mar 1 00:27:47 WET 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    cleaning
    pulling from http://hg.suckless.org/surf
    searching for changes
    no changes found
    ==> ERROR: A failure occurred in build().
    Aborting...
    The build failed.

  • Cannot build awn from AUR ==SOLVED==

    lo there all, seem to be having a bit o trouble installing the avant-window-navigator-bzr from AUR,
    here is what i am getting
    Checking for required M4 macros...
    libtool.m4 not found
    glib-gettext.m4 not found
    intltool.m4 not found
    pkg.m4 not found
    ***Error***: some autoconf macros required to build avant-panel-menu
    were not found in your aclocal path, or some forbidden
    macros were found. Perhaps you need to adjust your
    ACLOCAL_FLAGS?
    PKGBUILD: line 41: make: command not found
    ==> ERROR: Build Failed. Aborting...
    i think i have all dependencies
    [root@bitsbam nephish]
    # pacman -S libtool glib2 intltool pkgconfig
    :: libtool-1.5.24-2: local version is up to date. Upgrade anyway? [Y/n] n
    warning: libtool-1.5.24-2 is up to date -- skipping
    :: glib2-2.14.2-2: local version is up to date. Upgrade anyway? [Y/n] n
    warning: glib2-2.14.2-2 is up to date -- skipping
    :: intltool-0.36.2-1: local version is up to date. Upgrade anyway? [Y/n] n
    warning: intltool-0.36.2-1 is up to date -- skipping
    :: pkgconfig-0.22-2: local version is up to date. Upgrade anyway? [Y/n] n
    warning: pkgconfig-0.22-2 is up to date -- skipping
    local database is up to date
    any tips would be much appreciated. thanks
    Last edited by nephish99 (2007-11-18 09:52:00)

    byte, perfect, fixed, thanks !

  • [Solved] Yaourt doesn't install dependencies?

    I'm trying to get yaourt to install netflix-desktop and after asking if i want to edit PKGBUILD it states the dependencies.  The first few are already installed, but then it hits the ones that are not on the system. Problem is that it states that it is "building from AUR" for all of them, but when I get to installing netflix-desktop, it says they are not found.  Do i seriously have to manually go through all dependencies and install them?
    There must be a way to get yaourt to install them by itself.
    Last edited by Xerict (2013-11-22 20:55:53)

    Here is the output:
    [xxxx@arch ~]$ yaourt -S netflix-desktop
    ==> Downloading netflix-desktop PKGBUILD from AUR...
    x NetflixIcon.png
    x netflix-desktop.install
    x netflix-desktop.desktop
    x PKGBUILD
    x netflix-desktop.launcher
    Comment by anish (2013-11-05 08:22)
    You can ignore the fixme: errors, they're just informative and do not affect netflix. What is the wine-silverlight version you are running ?
    Comment by kjslag (2013-11-16 23:06)
    I was using wine-silverlight 1.7.5-2. I just upgraded to 1.7.6-1 and now it works. thanks!
    Comment by kjell (2013-11-18 22:28)
    Is there any way to stop it from starting @compholio.com. Changing the homepage isn't working.
    Comment by anish (2013-11-18 22:36)
    @kjell Yes. Change line 29 in /usr/bin/netflix-desktop to whatever you like, or launch netflix-desktop as :
    netflix-desktop URL="www.foo.com"
    Comment by kjell (2013-11-22 07:32)
    @anish Thanks, I have it changed to netflix.com now.
    netflix-desktop 0.8.5-6 (Mon Nov 19 20:13:54 CST 2012)
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> netflix-desktop dependencies:
    - ttf-ms-fonts (already installed)
    - zenity (already installed)
    - wget (already installed)
    - python2-pyxattr (already installed)
    - wine-silverlight>=1.7.6-1 (building from AUR)
    - wine-browser-installer (building from AUR)
    - lib32-libsm (building from AUR)
    - lib32-alsa-lib (building from AUR)
    - lib32-openal (building from AUR)
    - lib32-mpg123 (building from AUR)
    - lib32-libpng12 (building from AUR)
    - lib32-libpng (building from AUR)
    - lib32-libxcomposite (building from AUR)
    ==> Edit netflix-desktop.install ? [Y/n] ("A" to abort)
    ==> ---------------------------------------------------
    ==> n
    ==> Continue building netflix-desktop ? [Y/n]
    ==> -----------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for netflix-desktop:
    error: target not found: lib32-libpng12
    error: target not found: lib32-mpg123
    error: target not found: lib32-alsa-lib
    error: target not found: lib32-libxcomposite
    error: target not found: lib32-libpng
    error: target not found: lib32-openal
    error: target not found: lib32-libsm
    ==> Restart building netflix-desktop ? [y/N]
    ==> ----------------------------------------
    ==>
    It just looks like it SAID it was installing dependencies, but was totally lying...

  • [solved] subversion and apr-util-iodbc from aur

    Hi,
    apr-util-iodbc from AUR http://aur.archlinux.org/packages.php?ID=27040
    provides apr-util but subversion still says it needs apr-util. It seems ignoring provides directive.
    jithine ~ $ yaourt -Qi subversion
    Name : subversion
    Version : 1.6.5-5
    URL : http://subversion.tigris.org/
    Licenses : apache bsd
    Groups : None
    Provides : svn
    Depends On : neon>=0.28.2-2 apr-util>=1.3.2-2
    Optional Deps : gnome-keyring
    kdeutils-kwallet
    Required By : kdemod-kdesdk-common
    Conflicts With : None
    Replaces : None
    Installed Size : 24164.00 K
    Packager : Allan McRae <[email protected]>
    Architecture : i686
    Build Date : Sat 26 Sep 2009 09:34:53 AM IST
    Install Date : Sun 18 Oct 2009 09:45:43 PM IST
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : Replacement for CVS, another versioning system (svn)
    jithine ~ $ yaourt -Qi apr-util-iodbc
    Name : apr-util-iodbc
    Version : 1.3.9-1
    URL : http://apr.apache.org/
    Licenses : APACHE
    Groups : None
    Provides : apr-util
    Depends On : apr gdbm expat db libldap iodbc
    Optional Deps : None
    Required By : None
    Conflicts With : None
    Replaces : apr-util
    Installed Size : 756.00 K
    Packager : Unknown Packager
    Architecture : i686
    Build Date : Wed 21 Oct 2009 05:42:10 PM IST
    Install Date : Wed 21 Oct 2009 05:42:47 PM IST
    Install Reason : Explicitly installed
    Install Script : No
    Description : The Apache Portable Runtime using iodbc and with KDEmod support
    This is what I get when I try to re install subversion
    jithine ~ $ sudo yaourt -S subversion
    Password:
    warning: subversion-1.6.5-5 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    :: unixodbc conflicts with iodbc. Remove iodbc? [Y/n] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: unixodbc: conflicts with iodbc
    missing dependency for subversion : apr-util>=1.3.2-2
    Last edited by jithin1987 (2009-10-21 12:59:13)

    apr-util-iodbc should have a versioned "provides" in its PKGBUILD, as stated in the comments on AUR. It also needs "conflicts=('apr-util'), instead of "replaces"; no AUR PKGBUILD should ever use "replaces" anyway.
    Last edited by byte (2009-10-21 12:44:14)

  • [Solved] how to patch source file from AUR for gcc46 ?

    In a topic from yesterday, I was seeking help to get AUR package 'insight' installed, but so far no luck, since there seems to be a bug in the source that won't work with the gcc47 compiler.  I'm posting this new topic, since the subject has changed a bit - I'm now trying to compile gcc46 because another user had success with that version in compiling the 'insight' package, and I need to patch the gcc46 source to get it to compile.
    I'm looking for help to fix the problem myself, or if anyone wants to create a new PKGBUILD to handle the problem, that would be nice too
    Originally, I thought I would try to install gcc42 from AUR and use that to run makepkg on the 'insight' app, since one user had success with this version of gcc.  Both gcc42 and gcc46 give me the same errors with an 'unwind' file, and I couldn't get either to compile (errors about unwind.h or linux-unwind.h).
    I found a post with a link to a patch (for gcc46), but I have no idea where to apply or how to apply this patch.  I think I'm supposed to apply it to this file, but again, I'm not sure how to apply a patch:
    /home/briphi/builds/gcc46/src/gcc-4.6.3/gcc/unwind-dw2.c
    , but this c file has includes to other "unwind" header files.  Here is a link to the unwind-dw2.c file at my dropbox folder, if anyone needs to see this file without downloading/compiling gcc46: http://dl.dropbox.com/u/8169867/unwind-dw2.c
    Sticking with gcc46 for the moment (since I found the patch for this version)...
    The post with the link to the patch to gcc46 is here: https://bbs.archlinux.org/viewtopic.php … 0#p1229880
    The patch at pastebin.com is here: http://pastebin.com/VkgE27Pd and looks like this:
    --- a/gcc/config/i386/linux-unwind.h 2011-01-03 20:52:22.000000000 +0000
    +++ b/gcc/config/i386/linux-unwind.h 2012-07-06 12:23:51.562859470 +0100
    @@ -133,9 +133,9 @@
    struct rt_sigframe {
    int sig;
    - struct siginfo *pinfo;
    + siginfo_t *pinfo;
    void *puc;
    - struct siginfo info;
    + siginfo_t info;
    struct ucontext uc;
    } *rt_ = context->cfa;
    /* The void * cast is necessary to avoid an aliasing warning.
    The package that I'm actually trying to install is 'insight', here: https://aur.archlinux.org/packages/insight/
    My error when compiling (running makepkg -s on gcc46) looks like this:
    /home/briphi/builds/gcc46/src/gcc-build/./gcc/xgcc -B/home/briphi/builds/gcc46/src/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -g -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -O2 -g -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/. -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../include -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c /home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
    In file included from /home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc/unwind-dw2.c:333:0:
    /home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc/config/i386/linux-unwind.h: In function ‘x86_fallback_frame_state’:
    /home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc/config/i386/linux-unwind.h:138:17: error: field ‘info’ has incomplete type
    make[3]: *** [unwind-dw2.o] Error 1
    make[3]: Leaving directory `/home/briphi/builds/gcc46/src/gcc-build/i686-pc-linux-gnu/libgcc'
    make[2]: *** [all-stage1-target-libgcc] Error 2
    make[2]: Leaving directory `/home/briphi/builds/gcc46/src/gcc-build'
    make[1]: *** [stage1-bubble] Error 2
    make[1]: Leaving directory `/home/briphi/builds/gcc46/src/gcc-build'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by stringchopper (2013-02-15 08:29:39)

    Lone_Wolf wrote:
    @ stringchopper
    The file(s) that need patching are mentioned in the patch, so you don't have to know yourself where they are.
    patch files like these are usually applied from the directory where you build stuff.
    On your system that is probably this folder :   /home/briphi/builds/gcc46/src/gcc-4.6.3/
    for details about the command used to apply the patch, t0m5k1's link above should help.
    Thanks Lone_Wolf for the help.  I'm suffering from information overload at the moment, so (@t0m5k1) even though I found the same results that you found through google, they weren't explicit enough.

  • Error when building programs from AUR

    I had a problem installing screen-git from the AUR.  I kept getting this error message, ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory, when trying to build this package.
    At first I thought it might just be a problem with the screen-git pkgbuild, but I tried to install something else from AUR and got the same message.   I usually install things with Yaourt, so I thought it may be a problem with that.  I tried to manually install something from the AUR and got the same error. It seems to be affecting anything that needs to be built from source, so I'm wondering if it is a problem with my makepkg.conf.
    I couldn't seem to find anything posted in the forums.  Any help will be appreciated.

    I fixed the problem.  It was only affecting packages from a git repository. I checked and for some reason only on one of my computers, git was setup to add dos newline characters.
    With a simple change to my .gitconfig file, changing autocrlf = false, fixed the problem.   Thanks for everyone's help.

  • Error building synfigstudio from AUR

    I managed to install Kdenlive from the AUR using Yaourt but Synfigstudio ends with...
    time.cpp:107: error: 'sscanf' was not declared in this scope
    make[3]: *** [libsynfig_la-time.lo] Error 1
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09/src/synfig'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build synfig package.
    I have no clue what to try now and was hoping for some help/suggestions.
    Thanks
    Edited for typo
    Last edited by addr (2009-05-25 19:15:34)

    Mr.Elendig wrote:
    Garns wrote:
    No idea how to do this with yaourt but why not just:
    download the tar.gz from AUR
    download and extract source with makepkg -o
    edit time.cpp to correct headers
    use makepkg -e to build without overwriting the modified file
    use pacman -U to install the resulting pkg.tar.gz
    You forgot the important "submit patch upstream" step.
    guilty as charged , however I only skipped it because tomk already excluded patching.

  • [Solved] Problem installing et-sdl-sound from AUR

    Hey All,
    Ok now! I know that there are several threads on this forum related to this issue, but the question I have is slightly different and may even sound silly, but I just cannot figure it out.
    I tried installing Wolfenstein: Enemy Territory from AUR. The sound didn't work out-of-the-box. Just as expected because the comments against the package on AUR had warned me so: http://aur.archlinux.org/packages.php?ID=2063
    When I researched a little I found out that, to make sound work, I had to install et-sdl-sound package: http://aur.archlinux.org/packages.php?ID=9777
    So I went ahead and did this:
    1. download the tarball from AUR
    2. tar -zxvf et-sdl-sound.tar.gz
    3. cd et-sdl-sound
    4. makepkg -s
    Now when I do the "makepkg -s" it fails with the error: "ERROR: A failure occured in build()"
    Going by the comments on the package in AUR, adding a line #include <unistd.h> to one of the .cpp file supposedly should fix this error. I did this.
    But when I try to run the command makepkg -s it overwrites the file I just modified. Can someone please tell me how do I overcome this? How do I make makepkg use the .cpp file with the modification that I made?
    Thank you,
    Nachiket
    Last edited by Nachiket (2012-06-12 06:04:37)

    Perhaps makepkg's man page will have an option to not extract source files; use whatever source already exists in the src/ directory
    Last edited by SS4 (2012-06-11 16:14:25)

  • [SOLVED]Whenever I try to install from aur, an error occurs

    Whenever I try to install stuff from aur, this error occurs.
    ~/Downloads/fnfx/PKGBUILD: line 16: make: command not found
    A failure occurred in build()
    What is wrong?
    Last edited by bilgee0629 (2011-10-23 16:51:12)

    You need to install base-devel group.
    https://wiki.archlinux.org/index.php/AUR#Prerequisites

  • [SOLVED] How to install custom kernel from AUR?

    I am trying to install the custom kernel for the Acer Aspire One from AUR. What is the correct way to go about doing this? I pacman -U the .pkg.tar.gz I downloaded and it put a new kernel folder in /usr/src. Do I just copy the old .config file and make?
    Last edited by future stir-fry (2008-12-23 01:26:57)

    zaza224 wrote:
    After installing new kernel with pacman -U you  just need to add a new line to grub menu.lst pointing to it and reboot
    How would you go about doing this in syslinux instead of grub?
    Whoa there, get your shotguns, the zombies are coming!!
    Seriously, welcome to the Arch forums zaza224
    Please familiarize yourself with our forum guidelines, in particular the topic about waking the dead:
    https://wiki.archlinux.org/index.php/Fo … Bumping.22
    Closing.

  • [SOLVED] Cannot build openswan from AUR

    Hello everybody,
    I have an error when I try to upgrade openswan with yaourt/AUR (2.6.24-2 => 2.6.25-1) on a i686 arch install
    This is the error :
    make[3]: Entering directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386/programs/addconn'
    cc -c -fno-strict-aliasing -g -Werror -DKLIPS -DSCANDIR_HAS_CONST -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/pluto -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/addconn/ -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25 -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast -DKLIPS -DNAT_TRAVERSAL -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -DFINALCONFDIR=\"/etc\" -DFINALCONFDDIR=\"/etc/ipsec.d\" -DFINALCONFFILE=\"/etc/ipsec.conf\" -DFINALVARDIR=\"/var\" -Werror /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/addconn/addconn.c
    cc1: warnings being treated as errors
    In file included from /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/addconn/addconn.c:51:0:
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:37:19: error: comparison between 'enum keyword_string_config_field' and 'enum keyword_string_conn_field'
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:38:19: error: comparison between 'enum keyword_numeric_config_field' and 'enum keyword_numeric_conn_field'
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:39:34: error: comparison between 'enum keyword_string_config_field' and 'enum keyword_string_conn_field'
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:40:34: error: comparison between 'enum keyword_numeric_config_field' and 'enum keyword_numeric_conn_field'
    make[3]: *** [addconn.o] Error 1
    make[3]: Leaving directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386/programs/addconn'
    make[2]: *** [programs] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386/programs'
    make[1]: *** [programs] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386'
    make: *** [programs] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build openswan package.
    Error: unable to update openswan
    Following packages have not been installed:
    openswan
    Is a bug with the AUR package or is a problème on my install ?
    Thx for the help.
    Olive
    Last edited by nolive (2010-05-05 06:58:38)

    ok, that's build when I comment this in /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/Makefile.program
    # die if there are any warnings
    ifndef WERROR
    #WERROR:= -Werror
    endif
    And run the compile directly (not with yaourt or pkgbuild) with
    sudo make programs install
    in /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25
    But my ipsec VPN don't work :
    sudo ipsec auto --up toto
    003 ERROR: "toto" #1: sendto on eth0 to xxx.xxx.xxx.xxx:500 failed in main_outI1. Errno 22: Invalid argument
    104 "toto" #1: STATE_MAIN_I1: initiate
    010 "toto" #1: STATE_MAIN_I1: retransmission; will wait 20s for response
    003 ERROR: "toto" #1: sendto on eth0 to xxx.xxx.xxx.xxx:500 failed in EVENT_RETRANSMIT. Errno 22: Invalid argument
    010 "toto" #1: STATE_MAIN_I1: retransmission; will wait 40s for response
    003 ERROR: "toto" #1: sendto on eth0 to xxx.xxx.xxx.xxx:500 failed in EVENT_RETRANSMIT. Errno 22: Invalid argument
    Thank's for your help. I haven't the skills for checking the code.

Maybe you are looking for

  • Letter of Credit Financial Document not getting updated

    Hi, I have create a Letter of Credit Financial Doc thur TCode Vx11n. I create a sales order & assigned the financial document to sales order. In log there is no error. When I create a Billing Doc & Excise Invoice. The Financial Document values remain

  • Problem writing Serial Number programatically and printing report

    Labview 8.5 TS 4.0 I modified the my PreUUT sequnece to call a VI which enters a new Serial Number via a string control. This works fine. The problem is this new SerialNumber does not seem to be accepted by TestStand and therefore does not print the

  • Safari crashes on ios7.0.2 iphone5

    my safari on my iphone5 keeps crashing since my update to ios7.0.2 anyone else having this problem? any ideas anyone? very upsetting

  • DR-8 Dead after flashing to 1.4 firmware

    Flashed my DR-8 to 1.40D firmware yesterdAY.  Today there is no activity during boot up and PC can't find the drive.  Have I trashed the DR-8 or can I recover? Tried reverting back to the 1.30D firmware but DVD flash couldn't find the drive either. H

  • Locked Up Installing Windows 7

    I tried to use a full install 32 bit dvd to install Windows 7 on my vintage 2007 Core 2 Duo iMac AL and am in trouble.  The iMac has SL 10.6.8  installed and a full software update was performed before starting the W7 exercise.  The W7 installation f