[SOLVED] conky-lua build fails due to toluapp package issues

I am trying to install conky-lua from AUR on 64 bit Arch and failing miserably.
When running the following:
yaourt -Sy conky-lua
I get the following error:
/usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.2/../../../../lib/libtolua++.a(tolua_is.o): relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.2/../../../../lib/libtolua++.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [libcairo.la] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-mark/aur-conky-lua/conky-lua/src/conky-1.7.2/lua'
make: *** [all-recursive] Error 1
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build conky-lua package.
I have read through what search results I can find on the topic (both here and via google) and have attempted to remedy the situation by adding build options to the toluapp build to provide for the conky-lua build. I have tried this by adding CCFLAGS = '-fPIC' to the scons call in the PKGBUILD file, I have also tried editing the config_linux.py file, which sits along side the main build file, to include the -fPIC switch also, which doesn't work either. i.e. I have this in the config_linux.py now:
CCFLAGS = ['-O2', '-ansi', '-Wall', '-fPIC']
Which doesn't work, it results in:
==> Validating source files with md5sums...
tolua++-1.0.93.tar.bz2 ... Passed
config_linux.py ... FAILED
==> ERROR: One or more files did not pass the validity check!
Error: Makepkg was unable to build toluapp package.
Can someone help me through a build as I have never come across scons before and maybe I am providing directives to the toluapp build incorrectly? I am still thinking in "make" terms...
I NEED lua in conky
Thanks in advance
Regards,
Kaivalagi
Last edited by kaivalagi (2009-11-11 07:32:04)

I was asked by email on what exactly I did to get conky-lua installed and working on 64bit Arch, so I thought I would post my reply below in case it is of help to anyone else. Cheers
Run "yaourt -S conky-lua". Amongst other things this will try to install a dependancy which you need to mess about with, the package you need to edit is "toluapp".
When the "toluapp" package is downloaded by yaourt answer y to the edit question and provide something like gedit or kate as the editor to use
You'll now see the PKGBUILD file in the editor, this doesn't need editing just yet. But if you open file from the editor you'll see the directory thie PKGBUILD is in, and you want to edit the config_linux.py file you'll see there.
You should see this line in the config_linux.py file:
CCFLAGS = ['-O2', '-ansi', '-Wall']
Change it so it is like this:
CCFLAGS = ['-O2', '-ansi', '-Wall', '-fPIC']
Now, back to the PKGBUILD file, you'll see this line:
md5sums=('100aa6907b8108582080b37d79c0afd7' 'bab107cdd2d18d3453a2344341b77c45')
These checksums line up with tarball and config_linux.py files, and this will stop you're edit from working if not amended because the .py file isn't what it should be, we changed it. So run md5sum against the .py file and update the second checksum in the line appropriately.
Carry on with the package installation and conky should have lua support
Last edited by kaivalagi (2010-01-14 08:50:55)

Similar Messages

  • Installation failing due to invalid packages

    During installation of Oracle 10G designer the repository installation fails due to invalid packages. When I examine the packages they are failing to compile based on dependencies on dbms_lock. I am running against a fresh installation of 11g on the database. I verified that the package exists and a public synonym has been created but I cannot see the package from any other user aside from sys. (system cannot see the package).
    Is there anyway I can open up sys.dbms_lock to allow it to be used in compiling these objects?

    How did you create the repository?
    Did you follow the steps of the installation guide?
    In this guide you find the folloiwing statements:
    grant execute on dbms_rls to repos_owner;
    grant execute on dbms_lock to repos_owner;
    grant execute on dbms_pipe to repos_owner;
    grant create table to repos_owner;
    grant create view to repos_owner;
    grant create procedure to repos_owner;
    grant create synonym to repos_owner;
    grant create sequence to repos_owner;
    grant select on sys.v_$nls_parameters to repos_owner with grant option;
    grant select on sys.v_$parameter to repos_owner;
    grant select on dba_rollback_segs to repos_owner;
    grant select on dba_segments to repos_owner;
    grant create any synonym to repos_owner;
    grant drop any synonym to repos_owner;
    In the statement you will see that the dbms_lock package is granted to the repos_owner. (repos_owner is the username of the repository owner, if you installed under a different user use that username)

  • [Solved]conky-lua

    I was trying to install conky-lua when I got this error, and I don't know how to proceed from here.
    Please help.
    Last edited by Laplace_ (2009-12-29 05:15:15)

    http://dpaste.com/138484/ wrote:llua.c:29:21: error: tolua++.h: No such file or directory
    This is because toluapp installs to / instead of /usr.  Change its installation command to this:
    scons prefix="$pkgdir/usr" install
    I've made a comment on the toluapp AUR page regarding this.

  • Archiso build failing due to dbus and dbus-core conflict

    I am trying to build an ISO with archiso (releng), and even after running
    pacman -R dbus
    and
    pacman -Syu
    the build fails with the following error:
    [root@sados releng]# ./build.sh -N SadOS -V 1.0 -L SADOS_1.0 -v build single
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: init
    [mkarchiso] INFO: Architecture: i686
    [mkarchiso] INFO: Working directory: work/i686
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Pacman config file: work/i686/pacman.conf
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: install
    [mkarchiso] INFO: Architecture: i686
    [mkarchiso] INFO: Working directory: work/i686
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Pacman config file: work/i686/pacman.conf
    [mkarchiso] INFO: Packages: memtest86+ mkinitcpio-nfs-utils nbd
    [mkarchiso] INFO: These packages are already installed, skipping.
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: install
    [mkarchiso] INFO: Architecture: i686
    [mkarchiso] INFO: Working directory: work/i686
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Pacman config file: work/i686/pacman.conf
    [mkarchiso] INFO: Packages: arch-install-scripts b43-fwcutter btrfs-progs crda darkhttpd ddrescue dhclient dialog dmraid dnsmasq dnsutils dosfstools elinks ethtool fsarchiver gnu-netcat gptfdisk grml-zsh-config grub-bios haveged hdparm ipw2100-fw ipw2200-fw irssi lftp lilo linux-atm mc mtools nfs-utils nilfs-utils nmap ntfs-3g ntfsprogs ntp openconnect openssh openvpn partclone parted partimage pptpclient rfkill rp-pppoe rsync smartmontools speedtouch sudo tcpdump testdisk usb_modeswitch vpnc wget wireless_tools wpa_actiond wvdial xl2tpd zd1211-firmware zsh abiword abiword-plugins aircrack-ng alsaplayer arch-firefox-search archiso ario audacious audacity aurphan autoconf automake autotrace avogadro-git bash binutils bison bittwist bleachbit blender bluez burp bzip2 ccd2iso ccsm cdrtools chaosreader cheese clonezilla compiz-decorator-gtk compiz-manager compizconfig-backend-gconf conky coreutils cowpatty crashtest cronie cryptsetup dbus ddrescue device-mapper dhcpcd dia dictd diffutils dosbox dosfstools driftnet e2fsprogs ekiga electricsheep elinks emerald-themes ettercap exo fakeroot fcgi festival festival-english festival-us file filesystem filezilla findutils firefox flamerobin flashplugin flex fluidsynth font-bh-ttf foremost fortune-mod frei0r-plugins ftplib fwknop fyre garcon gawk gcc gcc-libs gdm geany geany-plugins gedit gedit-plugins gerix-wifi-cracker-ng gettext ghex gimp gimp-dbp gimp-gap gksu glibc gnofract4d gparted grep grsync grub-bios gthumb gtk-aurora-engine gtk-recordmydesktop gtk2-xfce-engine gtk3-xfce-engine guake gucharmap guifications gvfs-afc gzip hasciicam heirloom-mailx hexcurse htop idesk inetutils inkscape iproute2 iputils irssi java3d jfsutils johnny-git jre7-openjdk kismet less libdvdcss libgoom2 libmysqlclient libtool licenses lighttpd links linux logrotate lvm2 lynx m4 macchanger make makehuman man-db man-pages mandelbulber mdadm menumaker meshlab mktorrent mlocate mpd mplayer mypaint nano ncdu ncftp ncmpcpp netcfg network-manager-applet networkmanager nmap nss-myhostname obconf obkey oblogout obmenu openbox openbox-themes openssh orage os-prober oxygen-gtk2 oxygen-icons p7zip pacman paraview pastebinit patch pciutils pcmciautils perl php php-cgi pidgin pidgin-encryption pidgin-gfire pidgin-hotkeys pidgin-musictracker pidgin-otr pkg-config povray ppp procps-ng projectm psmisc pyqt python-distribute python2-distribute qwt reiserfsprogs ristretto rrdtool rsnapshot rtorrent safecopy screen sed shadow sitecopy skype slim slim-themes smbclient sox spideroak sslsniff sslsniffer steghide stress structuresynth sudo sweethome3d sysfsutils syslinux systemd-sysvcompat tar tcpdump tcpick terminal terminator testdisk texinfo thc-hydra thunar thunar-archive-plugin thunar-media-tags-plugin thunar-volman tightvnc tk tmux tomboy traceroute transmission-cli transmission-gtk ttf-cheapskate ttf-dejavu ttf-droid ttf-freefont ttf-gentium ttf-inconsolata ttf-liberation ttf-linux-libertine tumbler unetbootin unionfs-fuse usbutils util-linux vi videosnarf vim vlc vte3 wget which wicd wireshark-cli wireshark-gtk wtf x11vnc xaos xcursor-bluecurve xcursor-themes xf86-input-evdev xf86-input-joystick xf86-input-keyboard xf86-input-mouse xf86-input-synaptics xf86-input-vmmouse xf86-input-void xf86-input-wacom xf86-video-ark xf86-video-ast xf86-video-ati xf86-video-cirrus xf86-video-dummy xf86-video-fbdev xf86-video-geode xf86-video-glint xf86-video-i128 xf86-video-intel xf86-video-mach64 xf86-video-mga xf86-video-modesetting xf86-video-neomagic xf86-video-nouveau xf86-video-nv xf86-video-openchrome xf86-video-r128 xf86-video-savage xf86-video-siliconmotion xf86-video-sis xf86-video-tdfx xf86-video-trident xf86-video-v4l xf86-video-vesa xf86-video-vmware xf86-video-voodoo xfburn xfce4-appfinder xfce4-artwork xfce4-battery-plugin xfce4-clipman-plugin xfce4-cpufreq-plugin xfce4-cpugraph-plugin xfce4-datetime-plugin xfce4-dict xfce4-diskperf-plugin xfce4-eyes-plugin xfce4-fsguard-plugin xfce4-genmon-plugin xfce4-mailwatch-plugin xfce4-mixer xfce4-mount-plugin xfce4-mpc-plugin xfce4-netload-plugin xfce4-notes-plugin xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-quicklauncher-plugin xfce4-screenshooter xfce4-sensors-plugin xfce4-session xfce4-settings xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-taskmanager xfce4-time-out-plugin xfce4-timer-plugin xfce4-verve-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-xkb-plugin xfconf xfdesktop xfsprogs xfwm4 xfwm4-themes xorg-bdftopcf xorg-docs xorg-font-util xorg-fonts-100dpi xorg-fonts-75dpi xorg-fonts-encodings xorg-iceauth xorg-luit xorg-mkfontdir xorg-mkfontscale xorg-server xorg-sessreg xorg-setxkbmap xorg-smproxy xorg-x11perf xorg-xauth xorg-xbacklight xorg-xcmsdb xorg-xcursorgen xorg-xdpyinfo xorg-xdriinfo xorg-xev xorg-xgamma xorg-xhost xorg-xinput xorg-xkbcomp xorg-xkbevd xorg-xkbutils xorg-xkill xorg-xlsatoms xorg-xlsclients xorg-xmodmap xorg-xpr xorg-xprop xorg-xrandr xorg-xrdb xorg-xrefresh xorg-xset xorg-xsetroot xorg-xvinfo xorg-xwd xorg-xwininfo xorg-xwud xosd xprobe2 xsane xscreensaver youtube-dl
    [mkarchiso] INFO: Installing packages to 'work/i686/root-image/'...
    :: Synchronizing package databases...
    testing is up to date
    core is up to date
    extra is up to date
    community-testing is up to date
    community is up to date
    custom is up to date
    warning: bash-4.2.039-1 is up to date -- skipping
    warning: bzip2-1.0.6-4 is up to date -- skipping
    warning: coreutils-8.20-1 is up to date -- skipping
    warning: cronie-1.4.9-1 is up to date -- skipping
    warning: cryptsetup-1.5.1-1 is up to date -- skipping
    warning: skipping target: ddrescue
    warning: device-mapper-2.02.98-3 is up to date -- skipping
    warning: diffutils-3.2-1 is up to date -- skipping
    warning: skipping target: dosfstools
    warning: e2fsprogs-1.42.6-1 is up to date -- skipping
    warning: skipping target: elinks
    warning: file-5.11-1 is up to date -- skipping
    warning: filesystem-2012.12-1 is up to date -- skipping
    warning: findutils-4.4.2-4 is up to date -- skipping
    warning: gawk-4.0.1-1 is up to date -- skipping
    warning: gcc-libs-4.7.2-2 is up to date -- skipping
    warning: gettext-0.18.1.1-4 is up to date -- skipping
    warning: glibc-2.16.0-5 is up to date -- skipping
    warning: grep-2.14-1 is up to date -- skipping
    warning: skipping target: grub-bios
    warning: gzip-1.5-1 is up to date -- skipping
    warning: heirloom-mailx-12.5-3 is up to date -- skipping
    warning: inetutils-1.9.1-4 is up to date -- skipping
    warning: iproute2-3.6.0-2 is up to date -- skipping
    warning: iputils-20121126-1 is up to date -- skipping
    warning: skipping target: irssi
    warning: jfsutils-1.1.15-3 is up to date -- skipping
    warning: less-451-1 is up to date -- skipping
    warning: licenses-2.9-1 is up to date -- skipping
    warning: linux-3.6.9-1 is up to date -- skipping
    warning: logrotate-3.8.2-2 is up to date -- skipping
    warning: lvm2-2.02.98-3 is up to date -- skipping
    warning: man-db-2.6.3-1 is up to date -- skipping
    warning: man-pages-3.44-1 is up to date -- skipping
    warning: mdadm-3.2.6-1 is up to date -- skipping
    warning: nano-2.2.6-2 is up to date -- skipping
    warning: netcfg-3.0-1 is up to date -- skipping
    warning: skipping target: nmap
    warning: nss-myhostname-0.3-3 is up to date -- skipping
    warning: skipping target: openssh
    warning: pacman-4.0.3-5 is up to date -- skipping
    warning: pciutils-3.1.10-1 is up to date -- skipping
    warning: pcmciautils-018-4 is up to date -- skipping
    warning: perl-5.16.2-1 is up to date -- skipping
    warning: ppp-2.4.5-5 is up to date -- skipping
    warning: procps-ng-3.3.5-1 is up to date -- skipping
    warning: psmisc-22.19-1 is up to date -- skipping
    warning: reiserfsprogs-3.6.21-4 is up to date -- skipping
    warning: sed-4.2.1-4 is up to date -- skipping
    warning: shadow-4.1.5.1-2 is up to date -- skipping
    warning: skipping target: sudo
    warning: sysfsutils-2.1.0-8 is up to date -- skipping
    warning: syslinux-4.06-1 is up to date -- skipping
    warning: systemd-sysvcompat-196-2 is up to date -- skipping
    warning: tar-1.26-2 is up to date -- skipping
    warning: skipping target: tcpdump
    warning: skipping target: testdisk
    warning: texinfo-4.13a-7 is up to date -- skipping
    warning: usbutils-006-1 is up to date -- skipping
    warning: util-linux-2.22.1-3 is up to date -- skipping
    warning: vi-1:050325-3 is up to date -- skipping
    warning: skipping target: wget
    warning: which-2.20-5 is up to date -- skipping
    warning: xfsprogs-3.1.8-2 is up to date -- skipping
    resolving dependencies...
    looking for inter-conflicts...
    :: dbus and dbus-core are in conflict. Remove dbus-core? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: dbus and dbus-core are in conflict
    Help, please? Thanks.

    aesiris wrote:Did you add dbus-core inside releng/packages.* ?
    If yes, remove it and leave only dbus
    No, neither of them were in packages.i686. I even tried adding dbus to that file to see if it would help, but it didn't change the error message.
    It seems like archiso is installing some core files before it installs my custom packages, and maybe that is where the problem lies, but I really have no idea.

  • [SOLVED] cairo-compmgr build fails

    I have an up to date system as of today. When building cario-compmgr (and cario-compmgr-git) from AUR with yaourt I get:
    cairo-compmgr 1:git20111002-4
    ( Unsupported package: Potentially dangerous ! )
    - gtk2>=2.16.0 (already installed)
    - vala>=0.16 (already installed)
    - libsm (already installed)
    - gconf (already installed)
    - gettext (already installed)
    - gtk-doc (already installed)
    - intltool>=0.41 (already installed)
    - git (already installed)
    ==> Connecting to GIT server....
    Cloning into 'cairo-compmgr'...
    ==> GIT checkout done or server timeout
    ==> Starting make...
    Cloning into '/tmp/yaourt-tmp-herman/aur-cairo-compmgr/src/cairo-compmgr-build'...
    done.
    Note: checking out '348f149af30bc829c2100d0e622c5dcaf43925b7'.
    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by performing another checkout.
    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -b with the checkout command again. Example:
    git checkout -b new_branch_name
    HEAD is now at 348f149... [cairo-compmgr] Send ICCM event notification on CCM start/stop (based from Gianpiero patch)
    autoreconf: Entering directory `.'
    autoreconf: running: autopoint --force
    Copying file ABOUT-NLS
    Copying file build/config.rpath
    Copying file build/codeset.m4
    Copying file build/gettext.m4
    Copying file build/glibc2.m4
    Copying file build/glibc21.m4
    Copying file build/iconv.m4
    Copying file build/intdiv0.m4
    Copying file build/intl.m4
    Copying file build/intldir.m4
    Copying file build/intlmacosx.m4
    Copying file build/intmax.m4
    Copying file build/inttypes-pri.m4
    Copying file build/inttypes_h.m4
    Copying file build/lcmessage.m4
    Copying file build/lib-ld.m4
    Copying file build/lib-link.m4
    Copying file build/lib-prefix.m4
    Copying file build/lock.m4
    Copying file build/longlong.m4
    Copying file build/nls.m4
    Copying file build/po.m4
    Copying file build/printf-posix.m4
    Copying file build/progtest.m4
    Copying file build/size_max.m4
    Copying file build/stdint_h.m4
    Copying file build/uintmax_t.m4
    Copying file build/visibility.m4
    Copying file build/wchar_t.m4
    Copying file build/wint_t.m4
    Copying file build/xsize.m4
    Copying file po/Makefile.in.in
    Copying file po/Makevars.template
    Copying file po/Rules-quot
    Copying file po/boldquot.sed
    Copying file po/[email protected]
    Copying file po/[email protected]
    Copying file po/insert-header.sin
    Copying file po/quot.sed
    Copying file po/remove-potcdate.sin
    autoreconf: running: aclocal --force -I build ${ACLOCAL_FLAGS}
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: not using Libtool
    autoreconf: running: /usr/bin/autoconf --force
    autoreconf: running: /usr/bin/autoheader --force
    autoreconf: running: automake --add-missing --copy --force-missing
    configure.ac:38: installing 'build/config.guess'
    configure.ac:38: installing 'build/config.sub'
    configure.ac:18: installing 'build/install-sh'
    configure.ac:18: installing 'build/missing'
    build/debian.am:50: warning: shell dpkg-parsechangelog | grep ^Version | sed 's/.*: //; s/-.*//;': non-POSIX variable name
    build/debian.am:50: (probably a GNU make extension)
    Makefile.am:10: 'build/debian.am' included from here
    data/Makefile.am:21: warning: '%'-style pattern rules are a GNU make extension
    data/Makefile.am:21: warning: wildcard $(top_srcdir: non-POSIX variable name
    data/Makefile.am:21: (probably a GNU make extension)
    gir/Makefile.am:69: warning: '%'-style pattern rules are a GNU make extension
    lib/Makefile.am:124: warning: filter %.vala,$(libccm_timeline_la_SOURCES: non-POSIX variable name
    lib/Makefile.am:124: (probably a GNU make extension)
    lib/Makefile.am:124: warning: filter %.vala,$(libccm_watch_la_SOURCES: non-POSIX variable name
    lib/Makefile.am:124: (probably a GNU make extension)
    lib/Makefile.am:94: error: Libtool library used but 'LIBTOOL' is undefined
    lib/Makefile.am:94: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    lib/Makefile.am:94: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    lib/Makefile.am:94: If 'LT_INIT' is in 'configure.ac', make sure
    lib/Makefile.am:94: its definition is in aclocal's search path.
    lib/Makefile.am: installing 'build/depcomp'
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/automate/Makefile.am:15: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/automate/Makefile.am:15: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/automate/Makefile.am:15: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/automate/Makefile.am:15: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/automate/Makefile.am:15: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/automate/Makefile.am:15: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/automate/Makefile.am:15: 'build/plugin.am' included from here
    plugins/automate/Makefile.am:17: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/automate/Makefile.am:17: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/automate/Makefile.am:17: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/automate/Makefile.am:17: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/automate/Makefile.am:17: its definition is in aclocal's search path.
    build/plugin.am:11: warning: 'VALAFLAGS' is a user variable, you should not override it;
    build/plugin.am:11: use 'AM_VALAFLAGS' instead
    plugins/automate/Makefile.am:15: 'build/plugin.am' included from here
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/clone/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/clone/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/clone/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/clone/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/clone/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/clone/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/clone/Makefile.am:7: 'build/plugin.am' included from here
    plugins/clone/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/clone/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/clone/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/clone/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/clone/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:11: warning: 'VALAFLAGS' is a user variable, you should not override it;
    build/plugin.am:11: use 'AM_VALAFLAGS' instead
    plugins/clone/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/decoration/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/decoration/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/decoration/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/decoration/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/decoration/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/decoration/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/decoration/Makefile.am:7: 'build/plugin.am' included from here
    plugins/decoration/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/decoration/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/decoration/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/decoration/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/decoration/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/fade/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/fade/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/fade/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/fade/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/fade/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/fade/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/fade/Makefile.am:7: 'build/plugin.am' included from here
    plugins/fade/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/fade/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/fade/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/fade/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/fade/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/freeze/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/freeze/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/freeze/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/freeze/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/freeze/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/freeze/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/freeze/Makefile.am:7: 'build/plugin.am' included from here
    plugins/freeze/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/freeze/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/freeze/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/freeze/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/freeze/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/magnifier/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/magnifier/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/magnifier/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/magnifier/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/magnifier/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/magnifier/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/magnifier/Makefile.am:7: 'build/plugin.am' included from here
    plugins/magnifier/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/magnifier/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/magnifier/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/magnifier/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/magnifier/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/menu-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/menu-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/menu-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/menu-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/menu-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/menu-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/menu-animation/Makefile.am:7: 'build/plugin.am' included from here
    plugins/menu-animation/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/menu-animation/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/menu-animation/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/menu-animation/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/menu-animation/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/mosaic/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/mosaic/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/mosaic/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/mosaic/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/mosaic/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/mosaic/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/mosaic/Makefile.am:7: 'build/plugin.am' included from here
    plugins/mosaic/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/mosaic/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/mosaic/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/mosaic/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/mosaic/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:11: warning: 'VALAFLAGS' is a user variable, you should not override it;
    build/plugin.am:11: use 'AM_VALAFLAGS' instead
    plugins/mosaic/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/opacity/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/opacity/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/opacity/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/opacity/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/opacity/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/opacity/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/opacity/Makefile.am:7: 'build/plugin.am' included from here
    plugins/opacity/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/opacity/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/opacity/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/opacity/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/opacity/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/perf/Makefile.am:8: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/perf/Makefile.am:8: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/perf/Makefile.am:8: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/perf/Makefile.am:8: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/perf/Makefile.am:8: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/perf/Makefile.am:8: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/perf/Makefile.am:8: 'build/plugin.am' included from here
    plugins/perf/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/perf/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/perf/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/perf/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/perf/Makefile.am:10: its definition is in aclocal's search path.
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/shadow/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/shadow/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/shadow/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/shadow/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/shadow/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/shadow/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/shadow/Makefile.am:7: 'build/plugin.am' included from here
    plugins/shadow/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/shadow/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/shadow/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/shadow/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/shadow/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/snapshot/Makefile.am:9: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/snapshot/Makefile.am:9: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/snapshot/Makefile.am:9: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/snapshot/Makefile.am:9: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/snapshot/Makefile.am:9: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/snapshot/Makefile.am:9: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/snapshot/Makefile.am:9: 'build/plugin.am' included from here
    plugins/snapshot/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/snapshot/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/snapshot/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/snapshot/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/snapshot/Makefile.am:11: its definition is in aclocal's search path.
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/vala-test/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/vala-test/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/vala-test/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/vala-test/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/vala-test/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/vala-test/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/vala-test/Makefile.am:7: 'build/plugin.am' included from here
    plugins/vala-test/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/vala-test/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/vala-test/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/vala-test/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/vala-test/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:11: warning: 'VALAFLAGS' is a user variable, you should not override it;
    build/plugin.am:11: use 'AM_VALAFLAGS' instead
    plugins/vala-test/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: '%'-style pattern rules are a GNU make extension
    plugins/window-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:22: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:22: (probably a GNU make extension)
    plugins/window-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: '%'-style pattern rules are a GNU make extension
    plugins/window-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:29: warning: wildcard $(top_srcdir: non-POSIX variable name
    build/plugin.am:29: (probably a GNU make extension)
    plugins/window-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:36: warning: '%'-style pattern rules are a GNU make extension
    plugins/window-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:55: warning: filter %.vala,$(PLUGIN_SOURCES: non-POSIX variable name
    build/plugin.am:55: (probably a GNU make extension)
    plugins/window-animation/Makefile.am:7: 'build/plugin.am' included from here
    build/plugin.am:64: warning: subst -,_,$(PLUGIN: non-POSIX variable name
    build/plugin.am:64: (probably a GNU make extension)
    plugins/window-animation/Makefile.am:7: 'build/plugin.am' included from here
    plugins/window-animation/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
    plugins/window-animation/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    plugins/window-animation/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    plugins/window-animation/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure
    plugins/window-animation/Makefile.am:9: its definition is in aclocal's search path.
    build/plugin.am:11: warning: 'VALAFLAGS' is a user variable, you should not override it;
    build/plugin.am:11: use 'AM_VALAFLAGS' instead
    plugins/window-animation/Makefile.am:7: 'build/plugin.am' included from here
    autoreconf: automake failed with exit status: 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    cairo-compmgr
    I don't have a clue what's wrong here and I'm also failing to build the aur/vala-git package to maybe solve this issue. Is this a bug report candidate?
    Last edited by hesse (2012-06-16 16:55:31)

    It looks like all the errors stem from LIBTOOL being undefined.  This should give you something to google on.  It *may* be as simple as adding
    LIBTOOL=/usr/bin/libtool
    to the Makefile(s).  But the proper solution would be to fix the autoconf/autotools input file that sets this.  As I have never had a need for those tools, I don't know much about their workings.
    I also wanted to suggest that xcompmgr may do what you need.  There are many bells and whistles that it lacks, but some of the core functionality of cairo-compmgr is duplicated in a very lightweight package.

  • [SOLVED] Conky lua problem (transparency)

    Hi,
    I'm trying to transfer my conky from Ubuntu to Arch: below is a screenshot of the Ubuntu version (what it should look like).  On Arch I have a solid black background.   If it's relevant, I'm running Archbang rather than pure Arch, so with Openbox.
    My main issue at the moment is the semi-transparency (and I'd like to have the rounded corners too).   I understand that conky 1.8.0 can do transparency, but only with a compositor, and I'd rather keep my system as light as possible.  So I've replaced my conky with 1.7.2 conky-lua from AUR and (don't know if this was necessary) installed cairo and lua from the repos.   Unfortunately the lua script I used on Ubuntu isn't working; when I run conky in the terminal I get the message ".conkyrc: 121: config file error".  At lines 120 and 121 I have my
    lua_load ~/scripts/draw_bg.lua
            lua_draw_hook_pre
    My .conkyrc and lua script are below.  Thanks for looking!
    # conky configuration
    # edited by Mark Buck (Kaivalagi) <[email protected]>
    # set to yes if you want Conky to be forked in the background
    background no
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    #font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    # Use Xft?
    use_xft yes
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=9
    # Text alpha when using Xft
    xftalpha 0.8
    # Update interval in seconds
    update_interval 1.0
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    # Minimum size of text area
    minimum_size 200 700
    maximum_width 200
    # Draw shades?
    draw_shades yes
    # Draw outlines?
    draw_outline no
    # Draw borders around text
    draw_borders no
    draw_graph_borders yes
    # Stippled borders?
    stippled_borders 8
    # border margins
    border_inner_margin 2
    border_outer_margin 2
    # border width
    border_width 1
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color white
    # own window options
    own_window yes
    own_window_type desktop
    #own_window_hints undecorated,skip_taskbar
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 5
    gap_y 35
    # Subtract file system buffers from used memory?
    no_buffers yes
    # set to yes if you want all text to be in uppercase
    uppercase no
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer right
    # colours
    color1 white
    # light blue
    color2 6892C6
    color3 6892C6
    # green
    color4 78BF39
    # red
    color5 CC0000
    color6 88ff88
    text_buffer_size 2048
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    # stuff after 'TEXT' will be formatted on screen
    lua_load ~/scripts/draw_bg.lua
    lua_draw_hook_pre
    TEXT
    ${offset -5}${font StyleBats:style=CleanCut:size=12}q ${voffset -2}${font Bitstream Vera Sans Mono:style=Bold:size=11}Weather${font} ${hr}${color1}
    ${execpi 1800 conkyForecast --location=MZXX0003 --template=/home/mark/conky/conkyForecast.template}
    ${goto 25}${color1}${font Bitstream Vera Sans Mono:size=14}${execi 1800 conkyForecast --location=MZXX0003 --datatype=CT}${font}
    ${goto 20}${font ConkyWeather:style=Bold:size=30}${execi 1800 conkyForecast --location=MZXX0003 --datatype=WF} ${goto 120}${font ConkyWindNESW:size=30}${execi 1800 conkyForecast --location=MZXX0003 --datatype=BS}${font}
    ${goto 10}${execi 1800 conkyForecast --location=MZXX0003 --datatype=HT --centeredwidth=4}/${execi 1800 conkyForecast --location=MZXX0003 --datatype=LT --centeredwidth=4} ${goto 100}${execi 1800 conkyForecast --location=MZXX0003 --datatype=WS --imperial} - ${execi 1800 conkyForecast --location=MZXX0003 --datatype=WD}
    $if_mpd_playing${offset -5}${font StyleBats:style=CleanCut:size=12}q ${voffset -2}${font Bitstream Vera Sans Mono:style=Bold:size=11}Music${font} ${hr}${color1}
    ${font Bitstream Vera Sans:size=9}${color2}MPD:${color6} $mpd_status
    ${color}${texeci 10 /home/mark/conky/composer.sh}
    ${font Bitstream Vera Sans:size=9}$color$mpd_artist
    ${font Bitstream Vera Sans:size=9}$mpd_album
    ${font Bitstream Vera Sans:size=9}$mpd_title
    ${color #ccddff} ${mpd_bar 5, 100}
    $endif
    ${offset -5}${font StyleBats:style=CleanCut:size=12}q ${voffset -2}${font Bitstream Vera Sans Mono:style=Bold:size=11}${color1}System${font} ${hr}${color1}
    ${color2}CPU Temp: ${color}${acpitemp}${color}°${font Bitstream Vera Sans Mono:size=9}
    $color2}CPU1: $color${cpu cpu1}% ${cpubar cpu1 4,65}${font Bitstream Vera Sans Mono:size=9}
    $color2}CPU2: $color${cpu cpu2}% ${cpubar cpu2 4,65}${font Bitstream Vera Sans Mono:size=9}
    ${color2}RAM:$color $mem/$memmax
    ${color2}Root: $color${fs_used /}/${fs_size /}${font Bitstream Vera Sans Mono:size=9}
    ${color2}Home: $color${fs_used /home/}/${fs_size /home/}${font Bitstream Vera Sans Mono:size=9}
    ${color2}Today:${color6}${execi 10 vnstat -i eth0 | grep "today" | awk '{print $5 $6}'}${goto 120}${color1}${execi 10 vnstat -i eth0 | grep "today" | awk '{print $8 $9}'}
    ${color2}Week: ${color6}${execi 10 vnstat -i eth0 -w | grep "current week" | awk '{print $6 $7}'}${goto 120}${color1}${execi 10 vnstat -i eth0 -w | grep "current week" | awk '{print $9 $10}'}
    ${color2}Month: ${color6}${execi 10 vnstat -i eth0 -m | grep "`date +"%b '%y"`" | awk '{print $6 $7}'}${goto 120}${color1}${execi 10 vnstat -i eth0 -m | grep "`date +"%b '%y"`" | awk '{print $9 $10}'}${font}
    ${color2}Battery:$color ${color red}${battery_bar 4,50 BAT0}
    Background by londonali1010 (2009)
    This script draws a background to the Conky window. It covers the whole of the Conky window, but you can specify rounded corners, if you wish.
    To call this script in Conky, use (assuming you have saved this script to ~/scripts/):
    lua_load ~/scripts/draw_bg.lua
    lua_draw_hook_pre
    Changelog:
    + v1.0 -- Original release (07.10.2009)
    -- Change these settings to affect your background.
    -- "corner_r" is the radius, in pixels, of the rounded corners. If you don't want rounded corners, use 0.
    corner_r=15
    -- Set the colour and transparency (alpha) of your background.
    bg_colour=0x000000
    bg_alpha=0.4
    require 'cairo'
    function rgb_to_r_g_b(colour,alpha)
    return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
    end
    function conky_draw_bg()
    if conky_window==nil then return end
    local w=conky_window.width
    local h=conky_window.height
    local cs=cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, w, h)
    cr=cairo_create(cs)
    cairo_move_to(cr,corner_r,0)
    cairo_line_to(cr,w-corner_r,0)
    cairo_curve_to(cr,w,0,w,0,w,corner_r)
    cairo_line_to(cr,w,h-corner_r)
    cairo_curve_to(cr,w,h,w,h,w-corner_r,h)
    cairo_line_to(cr,corner_r,h)
    cairo_curve_to(cr,0,h,0,h,0,h-corner_r)
    cairo_line_to(cr,0,corner_r)
    cairo_curve_to(cr,0,0,0,0,corner_r,0)
    cairo_close_path(cr)
    cairo_set_source_rgba(cr,rgb_to_r_g_b(bg_colour,bg_alpha))
    cairo_fill(cr)
    end
    Last edited by Henry Flower (2010-04-13 04:54:08)

    The error in line 121 is because of lua_draw_hook_pre command must have a function name. In your file, it would be:
    lua_draw_hook_pre draw_bg
    To get the transparency put the command:
    own_window_transparent yes
    I have tried this in an AwesomeWM, with conky 1.8.0 compiled with lua support, and without compositing.

  • [solved] glib-git build fails with gdbus-codegen/python error

    Has anyone succeeded to install glib-git lately? For me, the build fails with the following error:
    Making all in tests
    make[4]: Entering directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/tests'
    GEN gdbus-test-codegen-generated.c
    Traceback (most recent call last):
    File "../../gio/gdbus-codegen/codegen_main.py", line 200, in <module>
    codegen_main()
    File "../../gio/gdbus-codegen/codegen_main.py", line 171, in codegen_main
    parsed_ifaces = parser.parse_dbus_xml(xml_data)
    File "/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/gdbus-codegen/parser.py", line 289, in parse_dbus_xml
    parser = DBusXMLParser(xml_data)
    File "/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/gdbus-codegen/parser.py", line 57, in __init__
    self._parser.Parse(xml_data)
    File "/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/gdbus-codegen/parser.py", line 155, in handle_start_element
    if attrs.has_key('name') and self.doc_comment_last_symbol == attrs['name']:
    AttributeError: 'dict' object has no attribute 'has_key'
    make[4]: *** [gdbus-test-codegen-generated.c] Error 1
    make[4]: Leaving directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio/tests'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build/gio'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/clyde-carlos/glib-git/glib-git/src/glib-build'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    It is not the PKGBUILD's fault, apparently, as the same error occurs when I autogen-configure-make manually. So is there something wrong with my system, the python setup maybe? (I tried manually replacing "python" by "python2.7" in the Makefile – no success.) Or is it an upstream bug, maybe related to this bug? Is there anything I can do?
    Sorry if the answer is obvious, but I really do not feel like I understand this python stuff properly. Also, sorry for duplicating my AUR comments – it was only today that I figured I might get more response in the forum.
    Last edited by Franek (2011-08-23 13:33:23)

    Don't panic, I don't. Just did not have time before now.
    EDIT: Done. I am still throwing in the towel, though. I was trying to make a gtkmm-git PKGBUILD, because I need the latest gtkmm for development. However for gtkmm-git I needed gtk-git, for which I needed glib-git and pango-git. I successfully (at least it appears so) managed to install glib-git and pango-git, but now I get a linker error with gtk-git and will not spend another day looking for its source. I will just wait until gtkmm-3.1 is released.
    EDIT 2: Alright, it appears there must have been something wrong with my "successfull" installs as well, as I just started a gtk app (Balsa) and it did not have any font, just rectangles for letters. Replacing glib-git and pango-git with their stable counterparts turned everything right again.
    Last edited by Franek (2011-08-23 20:46:47)

  • [solved] buzztard-svn build fails.

    Can you help me figure out why the build fails for buzztard-svn?
    I'm new at building and all that.
    Here's the output during installation from AUR using packer:
    http://pastie.org/2168781
    Notice in particular at the end these lines:
    make[4]: Entering directory `/tmp/packerbuild-0/buzztard-svn/buzztard-svn/src/buzztard-build/src/ui/edit'
    Makefile:928: *** missing separator. Stop.
    make[4]: Leaving directory `/tmp/packerbuild-0/buzztard-svn/buzztard-svn/src/buzztard-build/src/ui/edit'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/tmp/packerbuild-0/buzztard-svn/buzztard-svn/src/buzztard-build/src/ui'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/tmp/packerbuild-0/buzztard-svn/buzztard-svn/src/buzztard-build/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/packerbuild-0/buzztard-svn/buzztard-svn/src/buzztard-build'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    The build failed.
    Is this a packaging error or an error upstream?
    Last edited by trusktr (2011-09-05 23:52:03)

    trusktr wrote:Yeah, most definitely! I can't wait for VSTs to work. I'm pretty sure there will be a machine for that soon. You can generate many many different types of sounds with the current synthesizer machines. You can also load samples into the sample machine. Buzztard is definitely progressing faster than before now!  I think that the power to control sounds precisely with Buzztard's machines will set it apart from Renoise. I'd imagine it will be like Reason soon (but with a whole different interface).  The backend for the sound is written in gstreamer (which I'm sure you've probably heard of). Its open source of course, and the project is hosted on sourceforge currently so feel free to join and help make it better by contributing code, or just writing suggestions! Definitely try the latest from SVN, not the stable (both in AUR), as it has much more improvements and machines. 0.6.0 will be out soon.
    I think what will separate it from apps like Renoise, is the modular, pluggable interface - taken from Buzz. I've always enjoyed that interface, and work flow. Ya, the synthesis in buzztard is fairly flexible, but it would still be nice to have more As far as samples, buzztard ported Matilde tracker, right? i know that Neil has a port, so i would kind of expect to see the same in buzztard. I know Matilde tracker like the back of my hand - i still know all of the effects commands, even after years and years of not using buzz. lol.
    it does look like there is a lot more actively this year in Buzztard development. I think i will build it from svn and have a look, when i get home from work
    thanks for the info.
    cheerz

  • [Solved] Cairo-Dock Build Failed

    Im trying to get cairo-dock up and running but keep getting the message that the build has failed. Tried both manual and with yaourt with same results.
    Im still wet behind the ears with this kinda thing so any help would be much appreciated.
    Thanks
    ==> Making package: cairo-dock 1.6.3.1-1 i686 (Wed Jan 21 17:26:27 GMT 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found cairo-dock-1.6.3.1.tar.bz2 in build dir
    ==> Validating source files with md5sums...
    cairo-dock-1.6.3.1.tar.bz2 ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f cairo-dock-1.6.3.1.tar.bz2
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal --force
    autoreconf: configure.ac: tracing
    autoreconf: running: libtoolize --force
    libtoolize: putting auxiliary files in `.'.
    libtoolize: linking file `./ltmain.sh'
    libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
    libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
    libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
    autoreconf: running: /usr/bin/autoconf --force
    autoreconf: running: /usr/bin/autoheader --force
    autoreconf: running: automake --add-missing --force-missing
    autoreconf: Leaving directory `.'
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking whether NLS is requested... yes
    checking for intltool >= 0.35.0... 0.40.5 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for XML::Parser... ok
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for ANSI C header files... (cached) yes
    checking math.h usability... yes
    checking math.h presence... yes
    checking for math.h... yes
    checking for stdlib.h... (cached) yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for PACKAGE... yes
    checking for XEXTEND... yes
    checking for GLITZ... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating cairo-dock.pc
    config.status: WARNING: 'cairo-dock.pc.in' seems to ignore the --datarootdir setting
    config.status: creating src/Makefile
    config.status: creating po/Makefile.in
    config.status: creating data/Makefile
    config.status: creating data/cairo-dock.conf
    config.status: creating data/main-dock.conf
    config.status: creating data/default-theme/Makefile
    config.status: creating data/default-theme/launchers/Makefile
    config.status: creating data/default-theme/icons/Makefile
    config.status: creating data/gauges/Makefile
    config.status: creating data/gauges/radium/Makefile
    config.status: creating data/gauges/radium-fuel/Makefile
    config.status: creating data/gauges/battery/Makefile
    config.status: creating data/gauges/old-square/Makefile
    config.status: creating data/gauges/turbo-night/Makefile
    config.status: creating data/gauges/turbo-night-fuel/Makefile
    config.status: creating data/gauges/turbo-night-dual/Makefile
    config.status: creating data/gauges/rainbow/Makefile
    config.status: creating data/gauges/tomato/Makefile
    config.status: creating data/gauges/Circle/Makefile
    config.status: creating data/emblems/Makefile
    config.status: creating data/explosion/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing default-1 commands
    config.status: executing po/stamp-it commands
    # INTLTOOL_MAKEFILE
    Cairo-Dock will be compiled with the following options :
    * Use X Extensions : yes
    * Hardware Acceleration : yes
    make all-recursive
    make[1]: Entering directory `/home/andy/cairo-dock/src/cairo-dock-1.6.3.1'
    Making all in .
    make[2]: Entering directory `/home/andy/cairo-dock/src/cairo-dock-1.6.3.1'
    make[2]: Leaving directory `/home/andy/cairo-dock/src/cairo-dock-1.6.3.1'
    Making all in src
    make[2]: Entering directory `/home/andy/cairo-dock/src/cairo-dock-1.6.3.1/src'
    Making all in .
    make[3]: Entering directory `/home/andy/cairo-dock/src/cairo-dock-1.6.3.1/src'
    gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -DHAVE_GLITZ="1" -DHAVE_XEXTEND="1" -DCAIRO_DOCK_SHARE_DATA_DIR=\""/usr/share/cairo-dock"\" -DCAIRO_DOCK_SHARE_THEMES_DIR=\""/usr/share/cairo-dock/themes"\" -DCAIRO_DOCK_MODULES_DIR=\""/usr/lib/cairo-dock"\" -DCAIRO_DOCK_CONF_FILE=\""cairo-dock.conf"\" -DCAIRO_DOCK_EASY_CONF_FILE=\""cairo-dock_easy.conf"\" -DCAIRO_DOCK_LAUNCHER_CONF_FILE=\""launcher.conf"\" -DCAIRO_DOCK_CONTAINER_CONF_FILE=\""container.conf"\" -DCAIRO_DOCK_SEPARATOR_CONF_FILE=\""separator.conf"\" -DCAIRO_DOCK_THEME_CONF_FILE=\""themes.conf"\" -DCAIRO_DOCK_MAIN_DOCK_CONF_FILE=\""main-dock.conf"\" -DCAIRO_DOCK_DEFAULT_ICON_NAME=\""default-icon.svg"\" -DCAIRO_DOCK_DEFAULT_INDICATOR_NAME=\""default-indicator.png"\" -DCAIRO_DOCK_DEFAULT_DROP_INDICATOR_NAME=\""default-drop-indicator.svg"\" -DCAIRO_DOCK_VERSION=\""1.6.3.1"\" -DCAIRO_DOCK_LOCALE_DIR=\""/usr/share/locale"\" -DCAIRO_DOCK_GETTEXT_PACKAGE=\""cairo-dock"\" -DCAIRO_DOCK_ICON=\""cairo-dock.svg"\" -DCAIRO_DOCK_LOGO=\""cairo-dock-logo.png"\" -std=c99 -O3 -g -ggdb -Wno-unused-parameter -march=i686 -mtune=generic -O2 -pipe -MT cairo_dock-cairo-dock-callbacks.o -MD -MP -MF .deps/cairo_dock-cairo-dock-callbacks.Tpo -c -o cairo_dock-cairo-dock-callbacks.o `test -f 'cairo-dock-callbacks.c' || echo './'`cairo-dock-callbacks.c
    cairo-dock-callbacks.c:24:25: error: cairo-glitz.h: No such file or directory
    cairo-dock-icons.h:335: warning: inline function 'cairo_dock_update_removing_inserting_icon' declared but never defined
    make[3]: *** [cairo_dock-cairo-dock-callbacks.o] Error 1
    make[3]: Leaving directory `/home/andy/cairo-dock/src/cairo-dock-1.6.3.1/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/andy/cairo-dock/src/cairo-dock-1.6.3.1/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/andy/cairo-dock/src/cairo-dock-1.6.3.1'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Last edited by Andy Mack (2009-01-21 20:21:01)

    When I yaourt cairo-dock it comes with the wglitz package, but from what I understand you have to get cairo-dock and cairo-dock-plugins, but when I build cairo-dock-plugins it fails while building it
    applet-mixer.c:286: error: too many arguments to function 'cairo_dock_build_dialog'
    and it stops right after that, any thoughs?
    Last edited by SiegeMachine (2009-03-26 01:42:38)

  • Build failed due to - org/apache/xml/dtm/ObjectFactory$ConfigurationError

    Hi,
    Webcenter spaces deployment fails with the following error:
    BUILD FAILED
    weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 7 failed: [Deployer:149026]redeploy application webcenter on WLS_Spaces.
    Target state: redeploy failed on Server WLS_Spaces
    java.lang.NoClassDefFoundError: org/apache/xml/dtm/ObjectFactory$ConfigurationError
    I am using JDev 11.1.1.3.0 with webcenter extension. Does any other extension is required to rectify this ?
    Thanks & Regards.

    I'v placed the xsltc.jar into the location specified C:\Oracle\Middleware\jdeveloper\ant\lib
    But still it is not working and I am getting this error , don't know why. I am using Jdeveloper 11g 11.1.1.3.0.
    I am trying to build the extend webcenter spaces sample from Oracle.com website
    The stack trace is like ....
    BUILD FAILED
    weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 58 failed: [Deployer:149026]redeploy application webcenter on WLS_Spaces.
    Target state: redeploy failed on Server WLS_Spaces
    java.lang.NoClassDefFoundError: org/apache/xml/dtm/ObjectFactory$ConfigurationError
         at weblogic.Deployer.run(Deployer.java:72)
         at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
         at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:357)
         at org.apache.tools.ant.Target.performTasks(Target.java:385)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
         at org.apache.tools.ant.Main.runBuild(Main.java:758)
         at org.apache.tools.ant.Main.startAnt(Main.java:217)
         at org.apache.tools.ant.Main.start(Main.java:179)
         at org.apache.tools.ant.Main.main(Main.java:268)
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Task 58 failed: [Deployer:149026]redeploy application webcenter on WLS_Spaces.
    Target state: redeploy failed on Server WLS_Spaces
    java.lang.NoClassDefFoundError: org/apache/xml/dtm/ObjectFactory$ConfigurationError
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.report(Jsr88Operation.java:542)
         at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:140)
         at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
         at weblogic.utils.compiler.Tool.run(Tool.java:158)
         at weblogic.utils.compiler.Tool.run(Tool.java:115)
         at weblogic.Deployer.run(Deployer.java:70)
         ... 23 more
    Total time: 25 seconds

  • [SOLVED] Xorg launch fails due to synaptics protocol issue

    Hey gang!
    So this is an issue which first appeared after a recent pacman -Syu. I had gone too long without one and so many many packages were upgraded.
    I first tried rolling back the kernel but when that didn't help I resolved to get it working with the newest packages. I am on a macbook pro. I tried installing the xf86-input-mtrack-git package from the AUR but this just caused xorg errors in addition to the others. I am using the fx86-input-synaptics package from the standard repos which, as I said, worked for me in the past.
    Here are some files I think are relevent:
    Xorg.0.log (contains output from one failed Xorg launch):
    [ 2522.432]
    X.Org X Server 1.11.2
    Release Date: 2011-11-04
    [ 2522.433] X Protocol Version 11, Revision 0
    [ 2522.433] Build Operating System: Linux 3.1.1-1-ARCH x86_64
    [ 2522.433] Current Operating System: Linux myhost 3.1.5-1-ARCH #1 SMP PREEMPT Sat Dec 10 14:43:09 CET 2011 x86_64
    [ 2522.433] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/sda4 ro nomodeset
    [ 2522.433] Build Date: 16 November 2011 11:24:04AM
    [ 2522.433]
    [ 2522.433] Current version of pixman: 0.24.0
    [ 2522.433] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2522.433] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2522.433] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 13 23:14:33 2011
    [ 2522.433] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2522.433] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2522.434] (==) ServerLayout "Layout0"
    [ 2522.434] (**) |-->Screen "Screen0" (0)
    [ 2522.434] (**) | |-->Monitor "Monitor0"
    [ 2522.434] (**) | |-->Device "Device0"
    [ 2522.434] (**) |-->Input Device "Mouse0"
    [ 2522.434] (**) |-->Input Device "Keyboard0"
    [ 2522.434] (**) |-->Input Device "SynapticsTouchpad"
    [ 2522.434] (**) Option "Xinerama" "on"
    [ 2522.434] (==) Automatically adding devices
    [ 2522.434] (==) Automatically enabling devices
    [ 2522.434] (**) Xinerama: enabled
    [ 2522.434] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2522.434] Entry deleted from font path.
    [ 2522.434] (**) FontPath set to:
    /usr/share/fonts/local,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2522.434] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2522.434] (**) Extension "Composite" is disabled
    [ 2522.434] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 2522.434] (WW) Disabling Mouse0
    [ 2522.434] (WW) Disabling Keyboard0
    [ 2522.434] (II) Loader magic: 0x7ccae0
    [ 2522.434] (II) Module ABI versions:
    [ 2522.434] X.Org ANSI C Emulation: 0.4
    [ 2522.434] X.Org Video Driver: 11.0
    [ 2522.434] X.Org XInput driver : 13.0
    [ 2522.434] X.Org Server Extension : 6.0
    [ 2522.435] (--) PCI:*(0:2:0:0) 10de:0647:106b:00bc rev 161, Mem @ 0xe4000000/16777216, 0xc0000000/268435456, 0xe2000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 2522.435] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2522.435] (II) "extmod" will be loaded by default.
    [ 2522.435] (II) "dbe" will be loaded by default.
    [ 2522.435] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 2522.435] (II) "record" will be loaded by default.
    [ 2522.435] (II) "dri" will be loaded by default.
    [ 2522.435] (II) "dri2" will be loaded by default.
    [ 2522.435] (II) LoadModule: "synaptics"
    [ 2522.435] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2522.436] (II) Module synaptics: vendor="X.Org Foundation"
    [ 2522.436] compiled for 1.11.0, module version = 1.5.0
    [ 2522.436] Module class: X.Org XInput Driver
    [ 2522.436] ABI class: X.Org XInput driver, version 13.0
    [ 2522.436] (II) LoadModule: "glx"
    [ 2522.436] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2522.448] (II) Module glx: vendor="NVIDIA Corporation"
    [ 2522.448] compiled for 4.0.2, module version = 1.0.0
    [ 2522.448] Module class: X.Org Server Extension
    [ 2522.448] (II) NVIDIA GLX Module 290.10 Wed Nov 16 18:01:24 PST 2011
    [ 2522.448] (II) Loading extension GLX
    [ 2522.448] (II) LoadModule: "extmod"
    [ 2522.448] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 2522.448] (II) Module extmod: vendor="X.Org Foundation"
    [ 2522.448] compiled for 1.11.2, module version = 1.0.0
    [ 2522.448] Module class: X.Org Server Extension
    [ 2522.448] ABI class: X.Org Server Extension, version 6.0
    [ 2522.448] (II) Loading extension MIT-SCREEN-SAVER
    [ 2522.448] (II) Loading extension XFree86-VidModeExtension
    [ 2522.448] (II) Loading extension XFree86-DGA
    [ 2522.448] (II) Loading extension DPMS
    [ 2522.448] (II) Loading extension XVideo
    [ 2522.448] (II) Loading extension XVideo-MotionCompensation
    [ 2522.448] (II) Loading extension X-Resource
    [ 2522.448] (II) LoadModule: "dbe"
    [ 2522.449] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 2522.449] (II) Module dbe: vendor="X.Org Foundation"
    [ 2522.449] compiled for 1.11.2, module version = 1.0.0
    [ 2522.449] Module class: X.Org Server Extension
    [ 2522.449] ABI class: X.Org Server Extension, version 6.0
    [ 2522.449] (II) Loading extension DOUBLE-BUFFER
    [ 2522.449] (II) LoadModule: "record"
    [ 2522.449] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 2522.449] (II) Module record: vendor="X.Org Foundation"
    [ 2522.449] compiled for 1.11.2, module version = 1.13.0
    [ 2522.449] Module class: X.Org Server Extension
    [ 2522.449] ABI class: X.Org Server Extension, version 6.0
    [ 2522.449] (II) Loading extension RECORD
    [ 2522.449] (II) LoadModule: "dri"
    [ 2522.449] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2522.449] (II) Module dri: vendor="X.Org Foundation"
    [ 2522.449] compiled for 1.11.2, module version = 1.0.0
    [ 2522.449] ABI class: X.Org Server Extension, version 6.0
    [ 2522.449] (II) Loading extension XFree86-DRI
    [ 2522.449] (II) LoadModule: "dri2"
    [ 2522.449] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2522.449] (II) Module dri2: vendor="X.Org Foundation"
    [ 2522.449] compiled for 1.11.2, module version = 1.2.0
    [ 2522.449] ABI class: X.Org Server Extension, version 6.0
    [ 2522.449] (II) Loading extension DRI2
    [ 2522.449] (II) LoadModule: "nvidia"
    [ 2522.449] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2522.450] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2522.450] compiled for 4.0.2, module version = 1.0.0
    [ 2522.450] Module class: X.Org Video Driver
    [ 2522.450] (II) LoadModule: "synaptics"
    [ 2522.450] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2522.450] (II) Module synaptics: vendor="X.Org Foundation"
    [ 2522.450] compiled for 1.11.0, module version = 1.5.0
    [ 2522.450] Module class: X.Org XInput Driver
    [ 2522.450] ABI class: X.Org XInput driver, version 13.0
    [ 2522.450] (II) NVIDIA dlloader X Driver 290.10 Wed Nov 16 17:41:10 PST 2011
    [ 2522.450] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2522.450] (--) using VT number 7
    [ 2522.453] (II) Loading sub module "fb"
    [ 2522.453] (II) LoadModule: "fb"
    [ 2522.453] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2522.453] (II) Module fb: vendor="X.Org Foundation"
    [ 2522.453] compiled for 1.11.2, module version = 1.0.0
    [ 2522.453] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2522.453] (II) Loading sub module "wfb"
    [ 2522.453] (II) LoadModule: "wfb"
    [ 2522.453] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2522.453] (II) Module wfb: vendor="X.Org Foundation"
    [ 2522.453] compiled for 1.11.2, module version = 1.0.0
    [ 2522.453] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2522.453] (II) Loading sub module "ramdac"
    [ 2522.453] (II) LoadModule: "ramdac"
    [ 2522.453] (II) Module "ramdac" already built-in
    [ 2522.453] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
    [ 2522.453] (WW) NVIDIA: X server.
    [ 2522.453] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2522.453] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2522.453] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2522.453] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 2522.453] (==) NVIDIA(0): RGB weight 888
    [ 2522.453] (==) NVIDIA(0): Default visual is TrueColor
    [ 2522.453] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2522.453] (**) NVIDIA(0): Enabling 2D acceleration
    [ 2523.806] (II) NVIDIA(GPU-0): Display (Apple Color LCD (DFP-0)) does not support NVIDIA 3D
    [ 2523.806] (II) NVIDIA(GPU-0): Vision stereo.
    [ 2523.808] (II) NVIDIA(0): NVIDIA GPU GeForce 9600M GT (G96) at PCI:2:0:0 (GPU-0)
    [ 2523.809] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 2523.809] (--) NVIDIA(0): VideoBIOS: 62.94.58.00.17
    [ 2523.809] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 2523.809] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 2523.809] (--) NVIDIA(0): Connected display device(s) on GeForce 9600M GT at PCI:2:0:0
    [ 2523.809] (--) NVIDIA(0): Apple Color LCD (DFP-0)
    [ 2523.809] (--) NVIDIA(0): Apple Color LCD (DFP-0): 330.0 MHz maximum pixel clock
    [ 2523.809] (--) NVIDIA(0): Apple Color LCD (DFP-0): Internal Dual Link LVDS
    [ 2523.811] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
    [ 2523.811] (**) NVIDIA(0): enabled on all display devices.
    [ 2523.849] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 2523.849] (==) NVIDIA(0):
    [ 2523.849] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 2523.849] (==) NVIDIA(0): will be used as the requested mode.
    [ 2523.849] (==) NVIDIA(0):
    [ 2523.849] (II) NVIDIA(0): Validated modes:
    [ 2523.849] (II) NVIDIA(0): "nvidia-auto-select"
    [ 2523.849] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 2524.909] (--) NVIDIA(0): DPI set to (110, 108); computed from "UseEdidDpi" X config
    [ 2524.909] (--) NVIDIA(0): option
    [ 2524.909] (--) Depth 24 pixmap format is 32 bpp
    [ 2524.909] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 2524.916] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 2524.916] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 2524.916] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 2524.916] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 2524.916] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 2524.916] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 2524.916] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 2524.916] (II) NVIDIA(0): Config Options in the README.
    [ 2524.918] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 2525.208] (II) Loading extension NV-GLX
    [ 2525.246] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 2525.246] (==) NVIDIA(0): Backing store disabled
    [ 2525.246] (==) NVIDIA(0): Silken mouse enabled
    [ 2525.247] (**) NVIDIA(0): DPMS enabled
    [ 2525.247] (II) Loading extension NV-CONTROL
    [ 2525.247] (II) Loading sub module "dri2"
    [ 2525.248] (II) LoadModule: "dri2"
    [ 2525.248] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2525.248] (II) Module dri2: vendor="X.Org Foundation"
    [ 2525.248] compiled for 1.11.2, module version = 1.2.0
    [ 2525.248] ABI class: X.Org Server Extension, version 6.0
    [ 2525.248] (II) NVIDIA(0): [DRI2] Setup complete
    [ 2525.248] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 2525.248] (==) RandR enabled
    [ 2525.248] (II) Initializing built-in extension Generic Event Extension
    [ 2525.248] (II) Initializing built-in extension SHAPE
    [ 2525.248] (II) Initializing built-in extension MIT-SHM
    [ 2525.248] (II) Initializing built-in extension XInputExtension
    [ 2525.248] (II) Initializing built-in extension XTEST
    [ 2525.248] (II) Initializing built-in extension BIG-REQUESTS
    [ 2525.248] (II) Initializing built-in extension SYNC
    [ 2525.248] (II) Initializing built-in extension XKEYBOARD
    [ 2525.248] (II) Initializing built-in extension XC-MISC
    [ 2525.248] (II) Initializing built-in extension SECURITY
    [ 2525.248] (II) Initializing built-in extension XINERAMA
    [ 2525.248] (II) Initializing built-in extension XFIXES
    [ 2525.248] (II) Initializing built-in extension RENDER
    [ 2525.248] (II) Initializing built-in extension RANDR
    [ 2525.248] (II) Initializing built-in extension COMPOSITE
    [ 2525.248] (II) Initializing built-in extension DAMAGE
    [ 2525.248] (II) Initializing extension GLX
    [ 2525.341] (II) Using input driver 'synaptics' for 'SynapticsTouchpad'
    [ 2525.341] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2525.341] (**) Option "AlwaysCore" "true"
    [ 2525.341] (**) Option "SendCoreEvents"
    [ 2525.341] (**) SynapticsTouchpad: always reports core events
    [ 2525.696] (--) synaptics: SynapticsTouchpad: auto-dev sets device to /dev/input/event6
    [ 2525.803] (**) Option "Device" "/dev/input/event6"
    [ 2525.909] (--) synaptics: SynapticsTouchpad: x-axis range 0 - 1280
    [ 2525.909] (--) synaptics: SynapticsTouchpad: y-axis range 0 - 800
    [ 2525.909] (--) synaptics: SynapticsTouchpad: pressure range 0 - 256
    [ 2525.909] (--) synaptics: SynapticsTouchpad: finger width range 0 - 0
    [ 2525.909] (--) synaptics: SynapticsTouchpad: buttons: left double triple
    [ 2525.909] (--) synaptics: SynapticsTouchpad: Vendor 0x5ac Product 0x236
    [ 2525.909] (**) Option "SHMConfig" "true"
    [ 2525.909] (**) Option "VertTwoFingerScroll" "true"
    [ 2525.909] (**) Option "HorizTwoFingerScroll" "true"
    [ 2525.909] (**) Option "TapButton1" "1"
    [ 2525.909] (**) Option "TapButton2" "3"
    [ 2525.910] (**) Option "TapButton3" "2"
    [ 2525.910] (**) Option "ClickFinger1" "1"
    [ 2525.910] (**) Option "ClickFinger2" "3"
    [ 2525.910] (**) Option "ClickFinger3" "2"
    [ 2525.999] (--) synaptics: SynapticsTouchpad: touchpad found
    [ 2525.999] (**) SynapticsTouchpad: always reports core events
    [ 2526.106] (II) XINPUT: Adding extended input device "SynapticsTouchpad" (type: TOUCHPAD, id 6)
    [ 2526.106] (**) synaptics: SynapticsTouchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 2526.106] (**) synaptics: SynapticsTouchpad: MaxSpeed is now 1.75
    [ 2526.106] (**) synaptics: SynapticsTouchpad: AccelFactor is now 0.133
    [ 2526.106] (**) SynapticsTouchpad: (accel) keeping acceleration scheme 1
    [ 2526.106] (**) SynapticsTouchpad: (accel) acceleration profile 1
    [ 2526.106] (**) SynapticsTouchpad: (accel) acceleration factor: 2.000
    [ 2526.106] (**) SynapticsTouchpad: (accel) acceleration threshold: 4
    [ 2526.111] (--) synaptics: SynapticsTouchpad: touchpad found
    [ 2526.113] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 2526.113] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2526.113] (II) LoadModule: "evdev"
    [ 2526.113] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2526.113] (II) Module evdev: vendor="X.Org Foundation"
    [ 2526.113] compiled for 1.10.99.902, module version = 2.6.0
    [ 2526.113] Module class: X.Org XInput Driver
    [ 2526.113] ABI class: X.Org XInput driver, version 13.0
    [ 2526.113] (II) Using input driver 'evdev' for 'Power Button'
    [ 2526.113] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2526.113] (**) Power Button: always reports core events
    [ 2526.113] (**) Power Button: Device: "/dev/input/event3"
    [ 2526.113] (--) Power Button: Found keys
    [ 2526.113] (II) Power Button: Configuring as keyboard
    [ 2526.113] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 2526.113] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 2526.113] (**) Option "xkb_rules" "evdev"
    [ 2526.113] (**) Option "xkb_model" "evdev"
    [ 2526.113] (**) Option "xkb_layout" "us"
    [ 2526.135] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 2526.135] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2526.135] (II) Using input driver 'evdev' for 'Power Button'
    [ 2526.135] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2526.135] (**) Power Button: always reports core events
    [ 2526.135] (**) Power Button: Device: "/dev/input/event1"
    [ 2526.135] (--) Power Button: Found keys
    [ 2526.135] (II) Power Button: Configuring as keyboard
    [ 2526.135] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 2526.135] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 2526.135] (**) Option "xkb_rules" "evdev"
    [ 2526.135] (**) Option "xkb_model" "evdev"
    [ 2526.135] (**) Option "xkb_layout" "us"
    [ 2526.135] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 2526.135] (II) No input driver/identifier specified (ignoring)
    [ 2526.135] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 2526.135] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 2526.135] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 2526.135] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2526.135] (**) Sleep Button: always reports core events
    [ 2526.135] (**) Sleep Button: Device: "/dev/input/event2"
    [ 2526.135] (--) Sleep Button: Found keys
    [ 2526.135] (II) Sleep Button: Configuring as keyboard
    [ 2526.135] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [ 2526.135] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 2526.135] (**) Option "xkb_rules" "evdev"
    [ 2526.135] (**) Option "xkb_model" "evdev"
    [ 2526.135] (**) Option "xkb_layout" "us"
    [ 2526.136] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event8)
    [ 2526.136] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
    [ 2526.136] (II) Using input driver 'evdev' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
    [ 2526.136] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2526.136] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
    [ 2526.136] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Device: "/dev/input/event8"
    [ 2526.136] (--) Apple Inc. Apple Internal Keyboard / Trackpad: Found keys
    [ 2526.136] (II) Apple Inc. Apple Internal Keyboard / Trackpad: Configuring as keyboard
    [ 2526.136] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.0/input/input8/event8"
    [ 2526.136] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 10)
    [ 2526.136] (**) Option "xkb_rules" "evdev"
    [ 2526.136] (**) Option "xkb_model" "evdev"
    [ 2526.136] (**) Option "xkb_layout" "us"
    [ 2526.136] (II) config/udev: Adding input device bcm5974 (/dev/input/event6)
    [ 2526.136] (**) bcm5974: Applying InputClass "evdev touchpad catchall"
    [ 2526.136] (**) bcm5974: Applying InputClass "touchpad catchall"
    [ 2526.136] (II) Using input driver 'synaptics' for 'bcm5974'
    [ 2526.136] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2526.136] (**) bcm5974: always reports core events
    [ 2526.137] (**) Option "Device" "/dev/input/event6"
    [ 2526.149] (EE) synaptics: bcm5974: Synaptics driver unable to detect protocol
    [ 2526.149] (EE) PreInit returned 11 for "bcm5974"
    [ 2526.149] (II) UnloadModule: "synaptics"
    [ 2526.149] (II) Unloading synaptics
    [ 2526.150] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse0)
    [ 2526.150] (II) No input driver/identifier specified (ignoring)
    [ 2526.150] (II) config/udev: Adding input device Built-in iSight (/dev/input/event7)
    [ 2526.150] (**) Built-in iSight: Applying InputClass "evdev keyboard catchall"
    [ 2526.150] (II) Using input driver 'evdev' for 'Built-in iSight'
    [ 2526.150] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2526.150] (**) Built-in iSight: always reports core events
    [ 2526.150] (**) Built-in iSight: Device: "/dev/input/event7"
    [ 2526.150] (--) Built-in iSight: Found keys
    [ 2526.150] (II) Built-in iSight: Configuring as keyboard
    [ 2526.150] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.1/usb1/1-4/1-4:1.0/input/input7/event7"
    [ 2526.150] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD, id 11)
    [ 2526.150] (**) Option "xkb_rules" "evdev"
    [ 2526.150] (**) Option "xkb_model" "evdev"
    [ 2526.150] (**) Option "xkb_layout" "us"
    [ 2526.150] (II) config/udev: Adding input device applesmc (/dev/input/event5)
    [ 2526.150] (II) No input driver/identifier specified (ignoring)
    [ 2526.151] (II) config/udev: Adding input device applesmc (/dev/input/js0)
    [ 2526.151] (II) No input driver/identifier specified (ignoring)
    [ 2526.151] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 2526.151] (II) No input driver/identifier specified (ignoring)
    [ 2526.356] (II) UnloadModule: "synaptics"
    [ 2526.356] (II) Unloading synaptics
    [ 2526.463] (II) Power Button: Close
    [ 2526.463] (II) UnloadModule: "evdev"
    [ 2526.463] (II) Unloading evdev
    [ 2526.569] (II) Power Button: Close
    [ 2526.569] (II) UnloadModule: "evdev"
    [ 2526.569] (II) Unloading evdev
    [ 2526.676] (II) Sleep Button: Close
    [ 2526.676] (II) UnloadModule: "evdev"
    [ 2526.676] (II) Unloading evdev
    [ 2526.729] (II) Apple Inc. Apple Internal Keyboard / Trackpad: Close
    [ 2526.729] (II) UnloadModule: "evdev"
    [ 2526.729] (II) Unloading evdev
    [ 2526.836] (II) Built-in iSight: Close
    [ 2526.836] (II) UnloadModule: "evdev"
    [ 2526.836] (II) Unloading evdev
    [ 2528.554] Server terminated successfully (0). Closing log file.
    xorg.conf:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 260.19.21 (buildmeister@builder101) Thu Nov 4 21:47:28 PDT 2010
    #Section "InputDevice"
    # generated from default
    # Identifier "Mouse0"
    # Driver "mouse"
    # Option "Protocol" "auto"
    # Option "Device" "/dev/psaux"
    # Option "Emulate3Buttons" "no"
    # Option "ZAxisMapping" "4 5"
    #EndSection
    Section "ServerLayout"
    # InputDevice "Mouse0" "CorePointer"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "SynapticsTouchpad" "SendCoreEvents"
    Option "Xinerama" "on"
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    Load "synaptics"
    Load "glx"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "SynapticsTouchpad"
    Driver "synaptics"
    Option "AlwaysCore" "true"
    # Option "Device" "/dev/input/mice"
    # Option "Protocol" "auto-dev"
    Option "SHMConfig" "true"
    Option "VertTwoFingerScroll" "true"
    Option "HorizTwoFingerScroll" "true"
    Option "TapButton1" "1"
    Option "TapButton2" "3"
    Option "TapButton3" "2"
    Option "ClickFinger1" "1"
    Option "ClickFinger2" "3"
    Option "ClickFinger3" "2"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    xorg.conf.d/10-synaptics.conf:
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    I realize that there are a few lines commented out in xorg.conf referring to the synaptics protocol which would seem relevant to this issue. I have tried uncommenting each of them separately and together but still the problem continues.
    I have searched  the wiki and forums and came up empty handed. Any help would be most appreciated. Thanks for your time!
    Last edited by ennui (2011-12-15 13:25:58)

    Well found all the modules but now I get errors which seem to be because I have KMS disabled. I guess nouveau needs KMS but I seem to remember having it on prevented me from being able to boot up into linux on this macbook in the past.... Here is the error
    [ 426.178]
    X.Org X Server 1.11.2
    Release Date: 2011-11-04
    [ 426.178] X Protocol Version 11, Revision 0
    [ 426.178] Build Operating System: Linux 3.1.1-1-ARCH x86_64
    [ 426.178] Current Operating System: Linux myhost 3.1.5-1-ARCH #1 SMP PREEMPT Sat Dec 10 14:43:09 CET 2011 x86_64
    [ 426.178] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/sda4 ro nomodeset
    [ 426.178] Build Date: 16 November 2011 11:24:04AM
    [ 426.178]
    [ 426.178] Current version of pixman: 0.24.0
    [ 426.178] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 426.178] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 426.178] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 14 08:21:45 2011
    [ 426.178] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 426.179] (==) No Layout section. Using the first Screen section.
    [ 426.179] (==) No screen section available. Using defaults.
    [ 426.179] (**) |-->Screen "Default Screen Section" (0)
    [ 426.179] (**) | |-->Monitor "<default monitor>"
    [ 426.179] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 426.179] (==) Automatically adding devices
    [ 426.179] (==) Automatically enabling devices
    [ 426.179] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 426.179] Entry deleted from font path.
    [ 426.179] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 426.179] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 426.179] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 426.179] (II) Loader magic: 0x7ccae0
    [ 426.179] (II) Module ABI versions:
    [ 426.179] X.Org ANSI C Emulation: 0.4
    [ 426.179] X.Org Video Driver: 11.0
    [ 426.179] X.Org XInput driver : 13.0
    [ 426.179] X.Org Server Extension : 6.0
    [ 426.180] (--) PCI:*(0:2:0:0) 10de:0647:106b:00bc rev 161, Mem @ 0xe4000000/16777216, 0xc0000000/268435456, 0xe2000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 426.180] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 426.180] (II) LoadModule: "extmod"
    [ 426.180] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 426.180] (II) Module extmod: vendor="X.Org Foundation"
    [ 426.180] compiled for 1.11.2, module version = 1.0.0
    [ 426.180] Module class: X.Org Server Extension
    [ 426.180] ABI class: X.Org Server Extension, version 6.0
    [ 426.180] (II) Loading extension MIT-SCREEN-SAVER
    [ 426.180] (II) Loading extension XFree86-VidModeExtension
    [ 426.180] (II) Loading extension XFree86-DGA
    [ 426.180] (II) Loading extension DPMS
    [ 426.180] (II) Loading extension XVideo
    [ 426.180] (II) Loading extension XVideo-MotionCompensation
    [ 426.180] (II) Loading extension X-Resource
    [ 426.180] (II) LoadModule: "dbe"
    [ 426.181] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 426.181] (II) Module dbe: vendor="X.Org Foundation"
    [ 426.181] compiled for 1.11.2, module version = 1.0.0
    [ 426.181] Module class: X.Org Server Extension
    [ 426.181] ABI class: X.Org Server Extension, version 6.0
    [ 426.181] (II) Loading extension DOUBLE-BUFFER
    [ 426.181] (II) LoadModule: "glx"
    [ 426.181] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 426.193] (II) Module glx: vendor="NVIDIA Corporation"
    [ 426.193] compiled for 4.0.2, module version = 1.0.0
    [ 426.193] Module class: X.Org Server Extension
    [ 426.193] (II) NVIDIA GLX Module 290.10 Wed Nov 16 18:01:24 PST 2011
    [ 426.193] (II) Loading extension GLX
    [ 426.193] (II) LoadModule: "record"
    [ 426.193] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 426.193] (II) Module record: vendor="X.Org Foundation"
    [ 426.193] compiled for 1.11.2, module version = 1.13.0
    [ 426.194] Module class: X.Org Server Extension
    [ 426.194] ABI class: X.Org Server Extension, version 6.0
    [ 426.194] (II) Loading extension RECORD
    [ 426.194] (II) LoadModule: "dri"
    [ 426.194] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 426.194] (II) Module dri: vendor="X.Org Foundation"
    [ 426.194] compiled for 1.11.2, module version = 1.0.0
    [ 426.194] ABI class: X.Org Server Extension, version 6.0
    [ 426.194] (II) Loading extension XFree86-DRI
    [ 426.194] (II) LoadModule: "dri2"
    [ 426.194] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 426.194] (II) Module dri2: vendor="X.Org Foundation"
    [ 426.194] compiled for 1.11.2, module version = 1.2.0
    [ 426.194] ABI class: X.Org Server Extension, version 6.0
    [ 426.194] (II) Loading extension DRI2
    [ 426.194] (==) Matched nouveau as autoconfigured driver 0
    [ 426.194] (==) Matched nv as autoconfigured driver 1
    [ 426.194] (==) Matched nvidia as autoconfigured driver 2
    [ 426.194] (==) Matched vesa as autoconfigured driver 3
    [ 426.194] (==) Matched fbdev as autoconfigured driver 4
    [ 426.194] (==) Assigned the driver to the xf86ConfigLayout
    [ 426.194] (II) LoadModule: "nouveau"
    [ 426.194] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 426.194] (II) Module nouveau: vendor="X.Org Foundation"
    [ 426.194] compiled for 1.11.0, module version = 0.0.16
    [ 426.194] Module class: X.Org Video Driver
    [ 426.194] ABI class: X.Org Video Driver, version 11.0
    [ 426.194] (II) LoadModule: "nv"
    [ 426.194] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
    [ 426.194] (II) Module nv: vendor="X.Org Foundation"
    [ 426.194] compiled for 1.11.0, module version = 2.1.18
    [ 426.194] Module class: X.Org Video Driver
    [ 426.194] ABI class: X.Org Video Driver, version 11.0
    [ 426.194] (II) LoadModule: "nvidia"
    [ 426.194] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 426.195] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 426.195] compiled for 4.0.2, module version = 1.0.0
    [ 426.195] Module class: X.Org Video Driver
    [ 426.195] (II) LoadModule: "vesa"
    [ 426.195] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 426.195] (II) Module vesa: vendor="X.Org Foundation"
    [ 426.195] compiled for 1.11.1, module version = 2.3.0
    [ 426.195] Module class: X.Org Video Driver
    [ 426.195] ABI class: X.Org Video Driver, version 11.0
    [ 426.195] (II) LoadModule: "fbdev"
    [ 426.195] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 426.195] (II) Module fbdev: vendor="X.Org Foundation"
    [ 426.195] compiled for 1.10.99.902, module version = 0.4.2
    [ 426.195] ABI class: X.Org Video Driver, version 11.0
    [ 426.195] (II) NOUVEAU driver
    [ 426.195] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 426.195] RIVA TNT (NV04)
    [ 426.195] RIVA TNT2 (NV05)
    [ 426.195] GeForce 256 (NV10)
    [ 426.195] GeForce 2 (NV11, NV15)
    [ 426.196] GeForce 4MX (NV17, NV18)
    [ 426.196] GeForce 3 (NV20)
    [ 426.196] GeForce 4Ti (NV25, NV28)
    [ 426.196] GeForce FX (NV3x)
    [ 426.196] GeForce 6 (NV4x)
    [ 426.196] GeForce 7 (G7x)
    [ 426.196] GeForce 8 (G8x)
    [ 426.196] GeForce GTX 200 (NVA0)
    [ 426.196] GeForce GTX 400 (NVC0)
    [ 426.196] (II) NOUVEAU driver
    [ 426.196] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 426.196] RIVA TNT (NV04)
    [ 426.196] RIVA TNT2 (NV05)
    [ 426.196] GeForce 256 (NV10)
    [ 426.196] GeForce 2 (NV11, NV15)
    [ 426.196] GeForce 4MX (NV17, NV18)
    [ 426.196] GeForce 3 (NV20)
    [ 426.196] GeForce 4Ti (NV25, NV28)
    [ 426.196] GeForce FX (NV3x)
    [ 426.196] GeForce 6 (NV4x)
    [ 426.196] GeForce 7 (G7x)
    [ 426.196] GeForce 8 (G8x)
    [ 426.196] GeForce GTX 200 (NVA0)
    [ 426.196] GeForce GTX 400 (NVC0)
    [ 426.196] (II) NVIDIA dlloader X Driver 290.10 Wed Nov 16 17:41:10 PST 2011
    [ 426.196] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 426.196] (II) VESA: driver for VESA chipsets: vesa
    [ 426.196] (II) FBDEV: driver for framebuffer: fbdev
    [ 426.196] (--) using VT number 7
    [ 426.199] drmOpenDevice: node name is /dev/dri/card0
    [ 426.205] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 426.205] drmOpenDevice: node name is /dev/dri/card0
    [ 426.210] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.210] drmOpenDevice: node name is /dev/dri/card1
    [ 426.215] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.215] drmOpenDevice: node name is /dev/dri/card2
    [ 426.220] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.220] drmOpenDevice: node name is /dev/dri/card3
    [ 426.225] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.225] drmOpenDevice: node name is /dev/dri/card4
    [ 426.230] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.230] drmOpenDevice: node name is /dev/dri/card5
    [ 426.235] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.235] drmOpenDevice: node name is /dev/dri/card6
    [ 426.240] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.240] drmOpenDevice: node name is /dev/dri/card7
    [ 426.245] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.245] drmOpenDevice: node name is /dev/dri/card8
    [ 426.250] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.250] drmOpenDevice: node name is /dev/dri/card9
    [ 426.255] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.255] drmOpenDevice: node name is /dev/dri/card10
    [ 426.260] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.260] drmOpenDevice: node name is /dev/dri/card11
    [ 426.265] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.265] drmOpenDevice: node name is /dev/dri/card12
    [ 426.270] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.270] drmOpenDevice: node name is /dev/dri/card13
    [ 426.275] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.275] drmOpenDevice: node name is /dev/dri/card14
    [ 426.280] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.280] drmOpenDevice: node name is /dev/dri/card15
    [ 426.285] drmOpenByBusid: drmOpenMinor returns -1
    [ 426.285] drmOpenDevice: node name is /dev/dri/card0
    [ 426.291] drmOpenDevice: node name is /dev/dri/card0
    [ 426.296] drmOpenDevice: node name is /dev/dri/card1
    [ 426.301] drmOpenDevice: node name is /dev/dri/card2
    [ 426.305] drmOpenDevice: node name is /dev/dri/card3
    [ 426.309] drmOpenDevice: node name is /dev/dri/card4
    [ 426.313] drmOpenDevice: node name is /dev/dri/card5
    [ 426.318] drmOpenDevice: node name is /dev/dri/card6
    [ 426.323] drmOpenDevice: node name is /dev/dri/card7
    [ 426.328] drmOpenDevice: node name is /dev/dri/card8
    [ 426.333] drmOpenDevice: node name is /dev/dri/card9
    [ 426.338] drmOpenDevice: node name is /dev/dri/card10
    [ 426.343] drmOpenDevice: node name is /dev/dri/card11
    [ 426.348] drmOpenDevice: node name is /dev/dri/card12
    [ 426.352] drmOpenDevice: node name is /dev/dri/card13
    [ 426.357] drmOpenDevice: node name is /dev/dri/card14
    [ 426.362] drmOpenDevice: node name is /dev/dri/card15
    [ 426.367] (EE) [drm] failed to open device
    [ 426.367] (II) Loading sub module "fb"
    [ 426.367] (II) LoadModule: "fb"
    [ 426.368] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 426.368] (II) Module fb: vendor="X.Org Foundation"
    [ 426.368] compiled for 1.11.2, module version = 1.0.0
    [ 426.368] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 426.368] (II) Loading sub module "wfb"
    [ 426.368] (II) LoadModule: "wfb"
    [ 426.368] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 426.368] (II) Module wfb: vendor="X.Org Foundation"
    [ 426.368] compiled for 1.11.2, module version = 1.0.0
    [ 426.368] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 426.368] (II) Loading sub module "ramdac"
    [ 426.368] (II) LoadModule: "ramdac"
    [ 426.368] (II) Module "ramdac" already built-in
    [ 426.368] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 426.368] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 426.368] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 426.368] (WW) Falling back to old probe method for vesa
    [ 426.368] (WW) Falling back to old probe method for fbdev
    [ 426.368] (II) Loading sub module "fbdevhw"
    [ 426.368] (II) LoadModule: "fbdevhw"
    [ 426.368] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 426.368] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 426.368] compiled for 1.11.2, module version = 0.0.2
    [ 426.368] ABI class: X.Org Video Driver, version 11.0
    [ 426.368] (EE) open /dev/fb0: No such file or directory
    [ 426.369] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 426.369] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 426.369] (==) NVIDIA(0): RGB weight 888
    [ 426.369] (==) NVIDIA(0): Default visual is TrueColor
    [ 426.369] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 426.369] (**) NVIDIA(0): Enabling 2D acceleration
    [ 427.694] (II) NVIDIA(GPU-0): Display (Apple Color LCD (DFP-0)) does not support NVIDIA 3D
    [ 427.694] (II) NVIDIA(GPU-0): Vision stereo.
    [ 427.696] (II) NVIDIA(0): NVIDIA GPU GeForce 9600M GT (G96) at PCI:2:0:0 (GPU-0)
    [ 427.696] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 427.696] (--) NVIDIA(0): VideoBIOS: 62.94.58.00.17
    [ 427.696] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 427.696] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 427.696] (--) NVIDIA(0): Connected display device(s) on GeForce 9600M GT at PCI:2:0:0
    [ 427.696] (--) NVIDIA(0): Apple Color LCD (DFP-0)
    [ 427.696] (--) NVIDIA(0): Apple Color LCD (DFP-0): 330.0 MHz maximum pixel clock
    [ 427.696] (--) NVIDIA(0): Apple Color LCD (DFP-0): Internal Dual Link LVDS
    [ 427.698] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
    [ 427.698] (**) NVIDIA(0): enabled on all display devices.
    [ 427.736] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 427.736] (==) NVIDIA(0):
    [ 427.736] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 427.736] (==) NVIDIA(0): will be used as the requested mode.
    [ 427.736] (==) NVIDIA(0):
    [ 427.736] (II) NVIDIA(0): Validated modes:
    [ 427.736] (II) NVIDIA(0): "nvidia-auto-select"
    [ 427.736] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 428.784] (--) NVIDIA(0): DPI set to (110, 108); computed from "UseEdidDpi" X config
    [ 428.784] (--) NVIDIA(0): option
    [ 428.784] (II) UnloadModule: "nv"
    [ 428.784] (II) Unloading nv
    [ 428.784] (II) UnloadModule: "vesa"
    [ 428.784] (II) Unloading vesa
    [ 428.784] (II) UnloadModule: "fbdev"
    [ 428.784] (II) Unloading fbdev
    [ 428.784] (II) UnloadModule: "fbdevhw"
    [ 428.784] (II) Unloading fbdevhw
    [ 428.784] (--) Depth 24 pixmap format is 32 bpp
    [ 428.784] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 428.790] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 428.790] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 428.790] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 428.790] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 428.791] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 428.791] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 428.791] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 428.791] (II) NVIDIA(0): Config Options in the README.
    [ 428.793] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 429.088] (II) Loading extension NV-GLX
    [ 429.126] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 429.126] (==) NVIDIA(0): Backing store disabled
    [ 429.126] (==) NVIDIA(0): Silken mouse enabled
    [ 429.127] (==) NVIDIA(0): DPMS enabled
    [ 429.127] (II) Loading extension NV-CONTROL
    [ 429.128] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "CRT", but no
    [ 429.128] (WW) NVIDIA(0): such display device could be found, or all display devices
    [ 429.128] (WW) NVIDIA(0): by that name are currently unavailable.
    [ 429.128] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
    [ 429.128] (WW) NVIDIA(0): display device could be found, or all display devices by
    [ 429.128] (WW) NVIDIA(0): that name are currently unavailable.
    [ 429.128] (II) Loading extension XINERAMA
    [ 429.128] (II) Loading sub module "dri2"
    [ 429.128] (II) LoadModule: "dri2"
    [ 429.128] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 429.128] (II) Module dri2: vendor="X.Org Foundation"
    [ 429.128] compiled for 1.11.2, module version = 1.2.0
    [ 429.128] ABI class: X.Org Server Extension, version 6.0
    [ 429.128] (II) NVIDIA(0): [DRI2] Setup complete
    [ 429.128] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 429.128] (==) RandR enabled
    [ 429.128] (II) Initializing built-in extension Generic Event Extension
    [ 429.128] (II) Initializing built-in extension SHAPE
    [ 429.128] (II) Initializing built-in extension MIT-SHM
    [ 429.128] (II) Initializing built-in extension XInputExtension
    [ 429.128] (II) Initializing built-in extension XTEST
    [ 429.128] (II) Initializing built-in extension BIG-REQUESTS
    [ 429.128] (II) Initializing built-in extension SYNC
    [ 429.128] (II) Initializing built-in extension XKEYBOARD
    [ 429.128] (II) Initializing built-in extension XC-MISC
    [ 429.128] (II) Initializing built-in extension SECURITY
    [ 429.128] (II) Initializing built-in extension XINERAMA
    [ 429.128] (II) Initializing built-in extension XFIXES
    [ 429.128] (II) Initializing built-in extension RENDER
    [ 429.128] (II) Initializing built-in extension RANDR
    [ 429.128] (II) Initializing built-in extension COMPOSITE
    [ 429.128] (II) Initializing built-in extension DAMAGE
    [ 429.129] (II) Initializing extension GLX
    [ 429.223] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 429.223] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 429.223] (II) LoadModule: "evdev"
    [ 429.223] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 429.223] (II) Module evdev: vendor="X.Org Foundation"
    [ 429.223] compiled for 1.10.99.902, module version = 2.6.0
    [ 429.223] Module class: X.Org XInput Driver
    [ 429.223] ABI class: X.Org XInput driver, version 13.0
    [ 429.223] (II) Using input driver 'evdev' for 'Power Button'
    [ 429.223] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 429.223] (**) Power Button: always reports core events
    [ 429.223] (**) Power Button: Device: "/dev/input/event3"
    [ 429.223] (--) Power Button: Found keys
    [ 429.223] (II) Power Button: Configuring as keyboard
    [ 429.223] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 429.223] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 429.223] (**) Option "xkb_rules" "evdev"
    [ 429.223] (**) Option "xkb_model" "evdev"
    [ 429.223] (**) Option "xkb_layout" "us"
    [ 429.245] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 429.245] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 429.245] (II) Using input driver 'evdev' for 'Power Button'
    [ 429.245] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 429.245] (**) Power Button: always reports core events
    [ 429.245] (**) Power Button: Device: "/dev/input/event1"
    [ 429.245] (--) Power Button: Found keys
    [ 429.245] (II) Power Button: Configuring as keyboard
    [ 429.245] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 429.245] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 429.245] (**) Option "xkb_rules" "evdev"
    [ 429.245] (**) Option "xkb_model" "evdev"
    [ 429.245] (**) Option "xkb_layout" "us"
    [ 429.245] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 429.245] (II) No input driver/identifier specified (ignoring)
    [ 429.245] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 429.245] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 429.245] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 429.245] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 429.245] (**) Sleep Button: always reports core events
    [ 429.245] (**) Sleep Button: Device: "/dev/input/event2"
    [ 429.245] (--) Sleep Button: Found keys
    [ 429.245] (II) Sleep Button: Configuring as keyboard
    [ 429.245] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [ 429.245] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 429.245] (**) Option "xkb_rules" "evdev"
    [ 429.245] (**) Option "xkb_model" "evdev"
    [ 429.245] (**) Option "xkb_layout" "us"
    [ 429.246] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event8)
    [ 429.246] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
    [ 429.246] (II) Using input driver 'evdev' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
    [ 429.246] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 429.246] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
    [ 429.246] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Device: "/dev/input/event8"
    [ 429.246] (--) Apple Inc. Apple Internal Keyboard / Trackpad: Found keys
    [ 429.246] (II) Apple Inc. Apple Internal Keyboard / Trackpad: Configuring as keyboard
    [ 429.246] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.0/input/input8/event8"
    [ 429.246] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 9)
    [ 429.246] (**) Option "xkb_rules" "evdev"
    [ 429.246] (**) Option "xkb_model" "evdev"
    [ 429.246] (**) Option "xkb_layout" "us"
    [ 429.246] (II) config/udev: Adding input device bcm5974 (/dev/input/event7)
    [ 429.246] (**) bcm5974: Applying InputClass "evdev touchpad catchall"
    [ 429.246] (**) bcm5974: Applying InputClass "touchpad catchall"
    [ 429.246] (II) LoadModule: "synaptics"
    [ 429.247] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 429.247] (II) Module synaptics: vendor="X.Org Foundation"
    [ 429.247] compiled for 1.11.0, module version = 1.5.0
    [ 429.247] Module class: X.Org XInput Driver
    [ 429.247] ABI class: X.Org XInput driver, version 13.0
    [ 429.247] (II) Using input driver 'synaptics' for 'bcm5974'
    [ 429.247] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 429.247] (**) bcm5974: always reports core events
    [ 429.247] (**) Option "Device" "/dev/input/event7"
    [ 429.360] (--) synaptics: bcm5974: x-axis range 0 - 1280
    [ 429.360] (--) synaptics: bcm5974: y-axis range 0 - 800
    [ 429.360] (--) synaptics: bcm5974: pressure range 0 - 256
    [ 429.360] (--) synaptics: bcm5974: finger width range 0 - 0
    [ 429.360] (--) synaptics: bcm5974: buttons: left double triple
    [ 429.360] (--) synaptics: bcm5974: Vendor 0x5ac Product 0x236
    [ 429.360] (**) Option "TapButton1" "1"
    [ 429.360] (**) Option "TapButton2" "2"
    [ 429.360] (**) Option "TapButton3" "3"
    [ 429.443] (--) synaptics: bcm5974: touchpad found
    [ 429.443] (**) bcm5974: always reports core events
    [ 429.530] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.2/input/input7/event7"
    [ 429.530] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 10)
    [ 429.530] (**) synaptics: bcm5974: (accel) MinSpeed is now constant deceleration 2.5
    [ 429.530] (**) synaptics: bcm5974: MaxSpeed is now 1.75
    [ 429.530] (**) synaptics: bcm5974: AccelFactor is now 0.133
    [ 429.530] (**) bcm5974: (accel) keeping acceleration scheme 1
    [ 429.530] (**) bcm5974: (accel) acceleration profile 1
    [ 429.530] (**) bcm5974: (accel) acceleration factor: 2.000
    [ 429.530] (**) bcm5974: (accel) acceleration threshold: 4
    [ 429.534] (--) synaptics: bcm5974: touchpad found
    [ 429.535] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse0)
    [ 429.535] (II) No input driver/identifier specified (ignoring)
    [ 429.535] (II) config/udev: Adding input device Built-in iSight (/dev/input/event6)
    [ 429.535] (**) Built-in iSight: Applying InputClass "evdev keyboard catchall"
    [ 429.535] (II) Using input driver 'evdev' for 'Built-in iSight'
    [ 429.535] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 429.535] (**) Built-in iSight: always reports core events
    [ 429.535] (**) Built-in iSight: Device: "/dev/input/event6"
    [ 429.535] (--) Built-in iSight: Found keys
    [ 429.535] (II) Built-in iSight: Configuring as keyboard
    [ 429.535] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.1/usb1/1-4/1-4:1.0/input/input6/event6"
    [ 429.535] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD, id 11)
    [ 429.535] (**) Option "xkb_rules" "evdev"
    [ 429.535] (**) Option "xkb_model" "evdev"
    [ 429.535] (**) Option "xkb_layout" "us"
    [ 429.535] (II) config/udev: Adding input device applesmc (/dev/input/event5)
    [ 429.535] (II) No input driver/identifier specified (ignoring)
    [ 429.536] (II) config/udev: Adding input device applesmc (/dev/input/js0)
    [ 429.536] (II) No input driver/identifier specified (ignoring)
    [ 429.536] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 429.536] (II) No input driver/identifier specified (ignoring)
    [ 429.566] (II) Power Button: Close
    [ 429.566] (II) UnloadModule: "evdev"
    [ 429.566] (II) Unloading evdev
    [ 429.630] (II) Power Button: Close
    [ 429.630] (II) UnloadModule: "evdev"
    [ 429.630] (II) Unloading evdev
    [ 429.736] (II) Sleep Button: Close
    [ 429.736] (II) UnloadModule: "evdev"
    [ 429.736] (II) Unloading evdev
    [ 429.790] (II) Apple Inc. Apple Internal Keyboard / Trackpad: Close
    [ 429.790] (II) UnloadModule: "evdev"
    [ 429.790] (II) Unloading evdev
    [ 429.986] (II) UnloadModule: "synaptics"
    [ 429.986] (II) Unloading synaptics
    [ 430.093] (II) Built-in iSight: Close
    [ 430.093] (II) UnloadModule: "evdev"
    [ 430.093] (II) Unloading evdev
    [ 431.814] Server terminated successfully (0). Closing log file.
    Now if I'm not mistaken I can use nvidia drivers rather than nouvea correct? It must me something in one of my /xorg.conf.d configs that is asking xorg to use nouvea yes? I suppose it back to digging

  • [SOLVED] vala-git build fails -- autoconf problems?

    My system is up to date as of today and I have the regular extra/vala 0.16.0-1 installed. When building aur/vala-git with yaourt I get this:
    ==> Starting build...
    Cloning into '/tmp/yaourt-tmp-herman/aur-vala-git/src/vala-build'...
    done.
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal -I m4
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: not using Libtool
    autoreconf: running: /usr/bin/autoconf
    configure.ac:25: error: possibly undefined macro: AC_DISABLE_STATIC
    If this token and others are legitimate, please use m4_pattern_allow.
    See the Autoconf documentation.
    configure.ac:26: error: possibly undefined macro: AC_PROG_LIBTOOL
    autoreconf: /usr/bin/autoconf failed with exit status: 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build vala-git.
    ==> Restart building vala-git ? [y/N]
    ==> ---------------------------------
    ==>
    ==> WARNING: Following packages have not been installed:
    vala-git
    The reason I want to install it is that cario-compmgr is also failing to build. Do I need to tweak some PKGBUILD settings or the .install here? These files seems fine. Appreciate your time.
    Solution: install the WHOLE base-devel package
    Last edited by hesse (2012-06-16 22:32:42)

    Don't panic, I don't. Just did not have time before now.
    EDIT: Done. I am still throwing in the towel, though. I was trying to make a gtkmm-git PKGBUILD, because I need the latest gtkmm for development. However for gtkmm-git I needed gtk-git, for which I needed glib-git and pango-git. I successfully (at least it appears so) managed to install glib-git and pango-git, but now I get a linker error with gtk-git and will not spend another day looking for its source. I will just wait until gtkmm-3.1 is released.
    EDIT 2: Alright, it appears there must have been something wrong with my "successfull" installs as well, as I just started a gtk app (Balsa) and it did not have any font, just rectangles for letters. Replacing glib-git and pango-git with their stable counterparts turned everything right again.
    Last edited by Franek (2011-08-23 20:46:47)

  • DC Build failed due to used WD Components

    Hello All,
    I have used few web dynpro components in "used web dynpro components" in my DC. When I build the DC, it gives me the following error
         [wdgen] ERROR: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to parse XML document containing VMO=com.pg.dc_utils.components.buyercodesearchcomp.BuyerCodeSearchComp., C:/Documents and Settings/283818/.dtc/0/t/CA1424309DCE741FB83B7DE1E71CAA69/gen_wdp/configuration/Components/com.pg.dc_oachanges.components.oachangescomp.OAChangesComp/OAChangesComp.xml
    As soon as I remove the used web dynpro components, the rrror goes off and the DC builds fine. I want to use those WD Components in my DC
    How do I resolve this ?
    Regards
    Mrinalini

    Some one resolved this problem as given in this link. But I don understand exactly what he/she did. Please read the following post to get an idea of the problem
    Urgent : Generation of file "application".xml fails and deploys aborted
    It talks about adding views in the views list and in the components list . How do we do that ?
    Regards
    Mrinalini

  • [SOLVED] multipath-tools build fails because file is not a directory

    Hi all,
    I'm trying to build the multipath-tools-git AUR package (I'm playing around with virtualization, and need the kpartx tool). I tried building, and got this output:
    (NOTE: /home/gregory/AUR PACKAGES is symlinked to /mnt/STORAGE/AUR PACKAGES, which shows up in this build. I tried building without using the symlink, and it didn't change anything.)
    [gregory@whitcomb multipath-tools-git]$ makepkg -s
    ==> Making package: multipath-tools-git 1295.81895af-1 (Sat Sep 7 16:50:52 EDT 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Updating multipath-tools-git git repo...
    Fetching origin
    ==> Validating source files with md5sums...
    multipath-tools-git ... Skipped
    ==> Extracting sources...
    -> Creating working copy of git repo...
    Cloning into 'multipath-tools-git'...
    done.
    ==> Starting pkgver()...
    ==> Starting prepare()...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath'
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o memory.o memory.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o parser.o parser.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o vector.o vector.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o devmapper.o devmapper.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o callout.o callout.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o hwtable.o hwtable.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o blacklist.o blacklist.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o util.o util.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o dmparser.o dmparser.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o config.o config.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o structs.o structs.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o discovery.o discovery.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o propsel.o propsel.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o dict.o dict.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o pgpolicies.o pgpolicies.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o debug.o debug.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o regex.o regex.c
    regex.c: In function ‘re_match_2’:
    regex.c:3297:17: warning: variable ‘sdummy’ set but not used [-Wunused-but-set-variable]
    const char *sdummy;
    ^
    regex.c:3296:20: warning: variable ‘pdummy’ set but not used [-Wunused-but-set-variable]
    unsigned char *pdummy;
    ^
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o defaults.o defaults.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o uevent.o uevent.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o switchgroup.o switchgroup.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o uxsock.o uxsock.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o print.o print.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o alias.o alias.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o log_pthread.o log_pthread.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o log.o log.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o configure.o configure.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o structs_vec.o structs_vec.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o sysfs.o sysfs.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o prio.o prio.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o checkers.o checkers.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o lock.o lock.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o waiter.o waiter.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o file.o file.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o wwids.o wwids.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o prioritizers/alua_rtpg.o prioritizers/alua_rtpg.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -Wl,-soname=libmultipath.so.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -o libmultipath.so.0 memory.o parser.o vector.o devmapper.o callout.o hwtable.o blacklist.o util.o dmparser.o config.o structs.o discovery.o propsel.o dict.o pgpolicies.o debug.o regex.o defaults.o uevent.o switchgroup.o uxsock.o print.o alias.o log_pthread.o log.o configure.o structs_vec.o sysfs.o prio.o checkers.o lock.o waiter.o file.o wwids.o prioritizers/alua_rtpg.o -lpthread -ldl -ldevmapper -ludev
    ln -sf libmultipath.so.0 libmultipath.so
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath'
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath/prioritizers'
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o random.o random.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libpriorandom.so random.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o const.o const.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libprioconst.so const.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o hp_sw.o hp_sw.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libpriohp_sw.so hp_sw.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o emc.o emc.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libprioemc.so emc.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o rdac.o rdac.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libpriordac.so rdac.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o alua.o alua.c
    alua.c: In function ‘get_alua_info’:
    alua.c:58:6: warning: variable ‘aas’ set but not used [-Wunused-but-set-variable]
    int aas;
    ^
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libprioalua.so alua.o alua_rtpg.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o ontap.o ontap.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libprioontap.so ontap.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o datacore.o datacore.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libpriodatacore.so datacore.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o hds.o hds.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libpriohds.so hds.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o weightedpath.o weightedpath.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libprioweightedpath.so weightedpath.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o iet.o iet.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libprioiet.so iet.o
    rm random.o weightedpath.o ontap.o hp_sw.o hds.o rdac.o const.o datacore.o emc.o iet.o
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath/prioritizers'
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath/checkers'
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o libsg.o libsg.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o cciss_tur.o cciss_tur.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libcheckcciss_tur.so libsg.o cciss_tur.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o readsector0.o readsector0.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libcheckreadsector0.so libsg.o readsector0.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o tur.o tur.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libchecktur.so libsg.o tur.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o directio.o directio.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libcheckdirectio.so libsg.o directio.o -laio
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o emc_clariion.o emc_clariion.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libcheckemc_clariion.so libsg.o emc_clariion.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o hp_sw.o hp_sw.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libcheckhp_sw.so libsg.o hp_sw.o
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I.. -c -o rdac.o rdac.c
    cc -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libcheckrdac.so libsg.o rdac.o
    rm tur.o hp_sw.o rdac.o readsector0.o cciss_tur.o emc_clariion.o
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath/checkers'
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmpathpersist'
    cc -Wall -fPIC -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist *.c
    cc -shared -lpthread -ldevmapper -ldl -L../libmultipath -lmultipath -Wl,-soname=libmpathpersist.so.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist -o libmpathpersist.so.0 mpath_persist.o mpath_updatepr.o mpath_pr_ioctl.o
    ln -s libmpathpersist.so.0 libmpathpersist.so
    /usr/bin/gzip -9 -c mpath_persistent_reserve_in.3 > mpath_persistent_reserve_in.3.gz
    /usr/bin/gzip -9 -c mpath_persistent_reserve_out.3 > mpath_persistent_reserve_out.3.gz
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmpathpersist'
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/multipath'
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -c -o main.o main.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath main.o -o multipath -Wl,-O1,--sort-common,--as-needed,-z,relro -lpthread -ldevmapper -ldl -L../libmultipath -lmultipath -ludev
    /usr/bin/gzip -9 -c multipath.8 > multipath.8.gz
    /usr/bin/gzip -9 -c multipath.conf.5 > multipath.conf.5.gz
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/multipath'
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/multipathd'
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist -c -o main.o main.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist -c -o pidfile.o pidfile.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist -c -o uxlsnr.o uxlsnr.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist -c -o uxclnt.o uxclnt.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist -c -o cli.o cli.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist -c -o cli_handlers.o cli_handlers.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist main.o pidfile.o uxlsnr.o uxclnt.o cli.o cli_handlers.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lpthread -ldevmapper -lreadline -ludev -ldl -L../libmultipath -lmultipath -L../libmpathpersist -lmpathpersist -o multipathd
    /usr/bin/gzip -9 -c multipathd.8 > multipathd.8.gz
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/multipathd'
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/mpathpersist'
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist -c -o main.o main.c
    cc -g main.o -o mpathpersist -Wl,-O1,--sort-common,--as-needed,-z,relro -lpthread -ldevmapper -L../libmpathpersist -lmpathpersist -L../libmultipath -lmultipath -ludev -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I../libmultipath -I../libmpathpersist
    /usr/bin/gzip -9 -c mpathpersist.8 > mpathpersist.8.gz
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/mpathpersist'
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/kpartx'
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o bsd.o bsd.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o dos.o dos.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o kpartx.o kpartx.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o solaris.o solaris.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o unixware.o unixware.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o dasd.o dasd.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o sun.o sun.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o gpt.o gpt.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o mac.o mac.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o ps3.o ps3.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o crc32.o crc32.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o lopart.o lopart.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o xstrncpy.o xstrncpy.c
    cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"usr/lib64\" -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -c -o devmapper.o devmapper.c
    cc bsd.o dos.o kpartx.o solaris.o unixware.o dasd.o sun.o gpt.o mac.o ps3.o crc32.o lopart.o xstrncpy.o devmapper.o -o kpartx -ldevmapper
    /usr/bin/gzip -9 -c kpartx.8 > kpartx.8.gz
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/kpartx'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath'
    install -d /home/gregory/AUR packages/multipath-tools-git/pkg/multipath-tools-git//usr/lib
    install -m 755 libmultipath.so.0 /home/gregory/AUR packages/multipath-tools-git/pkg/multipath-tools-git//usr/lib/libmultipath.so.0
    install: target ‘packages/multipath-tools-git/pkg/multipath-tools-git//usr/lib/libmultipath.so.0’ is not a directory
    make[1]: *** [install] Error 1
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath'
    make: *** [recurse_install] Error 2
    ==> ERROR: A failure occurred in package().
    Aborting...
    [gregory@whitcomb multipath-tools-git]$
    I noticed there was a typo from the line:
    install: target ‘packages/multipath-tools-git/pkg/multipath-tools-git//usr/lib/libmultipath.so.0’ is not a directory
    with the duplicated slash, so I edited the package() section of the PKGBUILD to remove the duplicated slash
    make LIB="/usr/lib" DESTDIR="${pkgdir}" install
    to
    make LIB="usr/lib" DESTDIR="${pkgdir}" install
    However, rebuilding the package caused the same error to occur (only relevant part shown)
    ==> Starting package()...
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath'
    install -d /home/gregory/AUR packages/multipath-tools-git/pkg/multipath-tools-git/usr/lib
    install -m 755 libmultipath.so.0 /home/gregory/AUR packages/multipath-tools-git/pkg/multipath-tools-git/usr/lib/libmultipath.so.0
    install: target ‘packages/multipath-tools-git/pkg/multipath-tools-git/usr/lib/libmultipath.so.0’ is not a directory
    make[1]: *** [install] Error 1
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools-git/src/multipath-tools-git/libmultipath'
    make: *** [recurse_install] Error 2
    ==> ERROR: A failure occurred in package().
    Aborting...
    So that couldn't have been the problem. There doesn't seem to be any indication on the AUR page that someone else ran into this problem. I also checked the upstream site as well as the mailing lists, and didn't see anything resembling my problem.
    Just to make sure that I hadn't downloaded some bad build from git, I also tried installing the multipath-tools package from the AUR, since that should have at least worked for the packager. However, I got the exact same (albeit sooner cause it didn't have to download git sources):
    ==> Starting package()...
    make[1]: Entering directory `/mnt/STORAGE/AUR packages/multipath-tools/src/libmultipath'
    install -d /mnt/STORAGE/AUR packages/multipath-tools/pkg/multipath-tools/usr/lib
    install -m 755 libmultipath.so.0 /mnt/STORAGE/AUR packages/multipath-tools/pkg/multipath-tools/usr/lib/libmultipath.so.0
    install: target ‘packages/multipath-tools/pkg/multipath-tools/usr/lib/libmultipath.so.0’ is not a directory
    make[1]: *** [install] Error 1
    make[1]: Leaving directory `/mnt/STORAGE/AUR packages/multipath-tools/src/libmultipath'
    make: *** [recurse_install] Error 2
    ==> ERROR: A failure occurred in package().
    Aborting...
    I'm guessing there's probably some configuration issue with my machine causing this problem, but I have no idea where it would come from. If anybody else has any other ideas on how to proceed, I'd be really appreciative. And if any more information is needed, let me know! Thanks!
    Last edited by cactaur (2013-09-08 05:23:36)

    Of course, soon after I post this, I stumble upon the solution. It turns out that having a path with a space in it can cause certain packages to bug out while building. I changed the "AUR Packages" folder to "AUR-packages", and then it built successfully. Guess that's something to look out for.

  • App builder fails due to undefined target

    I have generated a build in LV8.5.  I get an error when you try to run the install.  Says that the target is undefined.  I have (I think) defined it like i always did in the past (recent upgrade from 8.2).  I am fouled somehow and cannot find why.  I can send the whole project to someone for evaluation.
    Thanks
    Jim Stevens
    Menard Engine Group

    Hi,
    Yes, the app runs fine after the build.  The application build seems to finish OK as well.  Just when you run the install setup do you get the error.  I hopefully have attached a shot of the error.
    The app was done originally in 8.5 (is a new project).  We have done several applications in the past with sucess.  I think this is the first time in 8.5.  In 8.2 we did several.
    J. Stevens
    Menard Engine Group
    Attachments:
    error.jpg ‏17 KB

Maybe you are looking for

  • Problem with JDialogs and Threads

    Hi. I'm new to this forum and I hope I'm not asking a repeat question. I didn't find what I needed after a quick search of existing topics. I have this problem with creating a new JDialog from within a thread. I have a class which extends JDialog and

  • Icon not showing to open Photoshop?

    I HAVE paid to download the Lightroom and photoshop, i have downloaded lightroom fine. it says photoshop is update but does not appear in my application how do i open this?

  • Reg batch determination for recoveries

    Dear all, During a process we get some recoveries and we accumulate all thses recoveries using backflush, after getting 5 or 6 batches when we want to issue these instead of fresh material in process order we want system to automaticlly select the ba

  • Printing of transparent image in background for Smartforms

    Hi, Please help me in printing the graphics/image (already uploaded in SE78) as a background picture with a condition that is i want to print it when certain condition is been satisfied. Thanks.

  • Soft proofing for online printing - CS5

    After using PSE since V1 and LR since it was beta I've added CS5 and I'm a bit overwhelmed.  Right now I'm trying to set up CS5 to soft proof for online printing.  I read a bunch of online tutorials including Dry Creek Photo's, then downloaded and in