[SOLVED] Errors building archiso i686 within x86_64

[EDIT]
"Solved" this by using arch32-light instead.
=======
Hello -
I'm trying to build an i686 archiso livecd within an x86_64 environment and I'm getting errors.
Here's the command sequence I'm using:
(as root)
pacman -S devtools --noconfirm --needed
linux32 mkarchroot /tmp/somedir base
linux32 mkarchroot -r bash /tmp/somedir
pacman -S git squashfs-tools syslinux devtools cdrkit make nbd mkinitcpio-nfs-utils
At this point pacman throws an error - wrong architecture. I can correct this by running pacman -Syy - the packages will then install.
Next command sequence:
cd /tmp
git clone git://projects.archlinux.org/archiso.git
I then get an error that says "/usr/bin/git command not found (or something along those lines!)
But git is installed and available on that path.
I'm sure I'm doing something really basic & stupid but I don't know what it is - can anyone suggest the solution?
Last edited by clearloon (2011-03-28 12:18:58)

Thanks dpreilan - always good to get someone else's experience.
I also had problems using arch32 - as it turns out, you need to use the command "linux32" in front of anythjing outside the chroot. That's probably obviuos to someone more experienced than me but it wasn't apparent from any of the instructions I found online.
Figured it out in the end though!

Similar Messages

  • [SOLVED] Error building cairo-dock-plugin package

    I have awn right now, but I hear cairo-dock is more customizable, yet that much harder to set up and it shows.  when I yaourt-S cairo-dock it gets all the dependants such as cairo-wglitz, then I yaourt -S cairo-dock-plugins and it gets to building then I get this:
    ==> cairo-dock-plugins dependencies:
    - cairo-dock (package that provides cairo-dock already installed)
    - libxxf86vm (already installed)
    - vte (already installed)
    - alsa-lib (already installed)
    - autoconf (already installed)
    - automake (already installed)
    - intltool (already installed)
    - pkgconfig (already installed)
    - libtool (already installed)
    - perlxml (already installed)
    just to prove I have everything. Yaourt goes into building and I end up with:
    applet-mixer.c: In function 'mixer_show_hide_dialog':
    applet-mixer.c:286: warning: passing argument 1 of 'cairo_dock_build_dialog' from incompatible pointer type
    applet-mixer.c:286: error: too many arguments to function 'cairo_dock_build_dialog'
    make[3]: *** [libcd_AlsaMixer_la-applet-mixer.lo] Error 1
    make[3]: Leaving directory `/tmp/yaourt-tmp-siegemachine/aur-cairo-dock-plugins/cairo-dock-plugins/src/cairo-dock-plugins-1.6.3.1/alsaMixer/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-siegemachine/aur-cairo-dock-plugins/cairo-dock-plugins/src/cairo-dock-plugins-1.6.3.1/alsaMixer'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-siegemachine/aur-cairo-dock-plugins/cairo-dock-plugins/src/cairo-dock-plugins-1.6.3.1'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
        Aborting...
    Error: Makepkg was unable to build cairo-dock-plugins package.
    Something to do with 'too many arguments' for the 'cairo_dock_build_dialog' ?
    Last edited by SiegeMachine (2009-03-28 08:15:10)

    [siegemachine@localhost /]$ yaourt -R cairo-dock-plugins
    cairo-dock-plugins not found, searching for group...
    error: 'cairo-dock-plugins': not found in local db
    [siegemachine@localhost /]$ yaourt -R cairo-dock
    cairo-dock not found, searching for group...
    error: 'cairo-dock': not found in local db
    [siegemachine@localhost /]$
    So I can't figure out if I do or don't have cairo-dock haha, maybe that could be the problem?
    [siegemachine@localhost /]$ yaourt -Ql cairo-dock
    error: package "cairo-dock" not found
    When I yaourt -S cairo-dock itself it seems to install that all just fine, but for some reason I apparently don't have it right after, any ideas?

  • [SOLVED] Error building conky 1.8.0 from ABS

    Hello,
    Since conky 1.8.1 has a bug with fonts, I'm trying to build conky 1.8.0. I got the PKGBUILD from the ABS and modified it to install 1.8.0. I also had to include a fix for curl, found here:
    http://aur.archlinux.org/packages.php?ID=31589.
    However, during make I get the following error:
    make[2]: Er hoeft niets gedaan te worden voor 'install-exec-am'.
    make[2]: Er hoeft niets gedaan te worden voor 'install-data-am'.
    make[2]: Map '/home/jente/packages/Arch/conky 1.8.0/src/conky-1.8.0' wordt verlaten
    make[1]: Map '/home/jente/packages/Arch/conky 1.8.0/src/conky-1.8.0' wordt verlaten
    make: *** [install-recursive] Fout 1
    ==> ERROR: A failure occurred in package().
    Aborting...
    It says that "nothing has to be done for..."
    Here's my PKGBUILD:
    pkgname=conky
    pkgver=1.8.0
    pkgrel=3
    pkgdesc='An advanced, highly configurable system monitor for X based on torsmo'
    arch=('i686' 'x86_64')
    url='http://conky.sourceforge.net/'
    license=('custom')
    replaces=('torsmo')
    makedepends=('pkg-config')
    depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 'libxdamage' 'imlib2')
    backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
    source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
    'current-power.patch')
    md5sums=('3fcc5bc005c6c046587134cdb9fdadfa'
    'eec51b5ccd242ed95b3b0a0fdd3252f8')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    patch -p1 < ../current-power.patch # See FS#21984
    sed -i '
    /#include <curl\/types.h>/ c\
    //#include <curl/types.h>' src/eve.c
    sed -i '
    /#include <curl\/types.h>/ c\
    //#include <curl/types.h>' src/ccurl_thread.c
    ./configure \
    --prefix=/usr \
    --sysconfdir=/etc \
    --enable-ibm \
    --enable-curl \
    --enable-rss \
    --enable-weather-xoap \
    --enable-imlib2 \
    --disable-lua \
    --enable-wlan \
    make
    package() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make DESTDIR="${pkgdir}" install
    install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    Last edited by Unia (2011-08-18 10:33:56)

    I will try to built again and post the full output!
    EDIT: Here you go:
    ┌─[jente@lappy conky 1.8.0][17:07:13]
    └─■ LC_ALL=C makepkg -si
    ==> Making package: conky 1.8.0-3 (Wed Aug 17 17:07:24 CEST 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found conky-1.8.0.tar.gz
    -> Found current-power.patch
    ==> Validating source files with md5sums...
    conky-1.8.0.tar.gz ... Passed
    current-power.patch ... Passed
    ==> Extracting Sources...
    -> Extracting conky-1.8.0.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    patching file src/linux.c
    Hunk #1 succeeded at 1654 (offset -17 lines).
    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 for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    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 for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    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
    configure: WARNING: Libtool does not cope well with whitespace in `pwd`
    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 -m elf_x86_64) 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... yes
    checking whether gcc and cc understand -c and -o together... yes
    checking for pkg-config... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.19... yes
    checking for fopencookie... yes
    checking for funopen... no
    checking for X11... yes
    checking for Imlib2... yes
    checking iwlib.h usability... yes
    checking iwlib.h presence... yes
    checking for iwlib.h... yes
    checking for iw_sockets_open in -liw... yes
    checking for getnameinfo... yes
    checking netdb.h usability... yes
    checking netdb.h presence... yes
    checking for netdb.h... yes
    checking netinet/in.h usability... yes
    checking netinet/in.h presence... yes
    checking for netinet/in.h... yes
    checking netinet/tcp.h usability... yes
    checking netinet/tcp.h presence... yes
    checking for netinet/tcp.h... yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking arpa/inet.h usability... yes
    checking arpa/inet.h presence... yes
    checking for arpa/inet.h... yes
    checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
    checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
    checking for shared library run path origin... done
    checking for iconv... yes
    checking for working iconv... yes
    checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
    checking for Xext... yes
    checking for XDamage... yes
    checking for Xft... yes
    checking for GLib2... yes
    checking for libcurl... yes
    checking for libxml2... yes
    checking alsa/asoundlib.h usability... yes
    checking alsa/asoundlib.h presence... yes
    checking for alsa/asoundlib.h... yes
    checking for snd_pcm_open in -lasound... yes
    checking signal.h usability... yes
    checking signal.h presence... yes
    checking for signal.h... yes
    checking for unistd.h... (cached) yes
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking for sys/stat.h... (cached) yes
    checking linux/soundcard.h usability... yes
    checking linux/soundcard.h presence... yes
    checking for linux/soundcard.h... yes
    checking for alsa/asoundlib.h... (cached) yes
    checking dirent.h usability... yes
    checking dirent.h presence... yes
    checking for dirent.h... yes
    checking mcheck.h usability... yes
    checking mcheck.h presence... yes
    checking for mcheck.h... yes
    checking sys/statfs.h usability... yes
    checking sys/statfs.h presence... yes
    checking for sys/statfs.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking semaphore.h usability... yes
    checking semaphore.h presence... yes
    checking for semaphore.h... yes
    checking assert.h usability... yes
    checking assert.h presence... yes
    checking for assert.h... yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking for sys/mount.h... yes
    checking sys/inotify.h usability... yes
    checking sys/inotify.h presence... yes
    checking for sys/inotify.h... yes
    checking for calloc... yes
    checking for malloc... yes
    checking for free... yes
    checking for popen... yes
    checking for sysinfo... yes
    checking for getloadavg... yes
    checking for memrchr... yes
    checking for strndup... yes
    checking for gethostbyname_r... yes
    checking for library containing clock_gettime... -lrt
    checking for struct statfs.f_fstypename... no
    checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking for db2x_xsltproc... no
    checking for db2x_manxml... no
    checking for xsltproc... xsltproc
    checking if /usr/bin/ld -m elf_x86_64 accepts -O1... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating data/Makefile
    config.status: creating doc/Makefile
    config.status: creating src/Makefile
    config.status: creating src/build.h
    config.status: creating lua/Makefile
    config.status: creating src/config.h
    config.status: src/config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    conky 1.8.0 configured successfully:
    Installing into: /usr
    System config dir: /etc
    C compiler flags: -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -W
    Libraries: -liw -lncurses -lm -lX11 -lImlib2 -lXext -lXdamage -lXfixes -lXft -lglib-2.0 -lcurl -lxml2 -lasound -lrt
    Linker flags: -Wl,-O1
    * X11:
    X11 support: yes
    XDamage support: yes
    XDBE support: yes
    Xft support: yes
    ARGB support yes
    * Music detection:
    Audacious: no
    BMPx: no
    MPD: yes
    MOC: yes
    XMMS2: no
    * General:
    math: yes
    hddtemp: yes
    portmon: yes
    RSS: yes
    Curl: yes
    Weather
    METAR: yes
    XOAP: yes
    wireless: yes
    IBM: yes
    nvidia: no
    eve-online: no
    config-output: yes
    Imlib2: yes
    ALSA mixer: yes
    apcupsd: yes
    I/O stats: yes
    * Lua (no) bindings:
    Cairo: no
    Imlib2: no
    Making all in src
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    make all-am
    make[2]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -MT conky-linux.o -MD -MP -MF .deps/conky-linux.Tpo -c -o conky-linux.o `test -f 'linux.c' || echo './'`linux.c
    linux.c: In function 'update_net_stats':
    linux.c:345:12: warning: variable 'has_bitrate' set but not used [-Wunused-but-set-variable]
    linux.c: In function 'is_disk':
    linux.c:2287:18: warning: 'dev_last' may be used uninitialized in this function [-Wuninitialized]
    mv -f .deps/conky-linux.Tpo .deps/conky-linux.Po
    gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -MT conky-ccurl_thread.o -MD -MP -MF .deps/conky-ccurl_thread.Tpo -c -o conky-ccurl_thread.o `test -f 'ccurl_thread.c' || echo './'`ccurl_thread.c
    mv -f .deps/conky-ccurl_thread.Tpo .deps/conky-ccurl_thread.Po
    gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -MT conky-conky.o -MD -MP -MF .deps/conky-conky.Tpo -c -o conky-conky.o `test -f 'conky.c' || echo './'`conky.c
    conky.c: In function 'generate_text_internal':
    conky.c:761:19: warning: variable 'needed' set but not used [-Wunused-but-set-variable]
    conky.c: In function 'draw_each_line_inner':
    conky.c:3099:13: warning: 'font_h' may be used uninitialized in this function [-Wuninitialized]
    mv -f .deps/conky-conky.Tpo .deps/conky-conky.Po
    gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/etc/conky/conky.conf\" -DPACKAGE_LIBDIR=\"/usr/lib/conky\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -MT conky-core.o -MD -MP -MF .deps/conky-core.Tpo -c -o conky-core.o `test -f 'core.c' || echo './'`core.c
    mv -f .deps/conky-core.Tpo .deps/conky-core.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -lpthread -lm -Wl,--hash-style=gnu -Wl,--as-needed -o conky conky-conf_cookie.o conky-ibm.o conky-smapi.o conky-mpd.o conky-libmpdclient.o conky-moc.o conky-linux.o conky-top.o conky-users.o conky-sony.o conky-i8k.o conky-libtcp-portmon.o conky-tcp-portmon.o conky-x11.o conky-fonts.o conky-hddtemp.o conky-ccurl_thread.o conky-rss.o conky-prss.o conky-weather.o conky-imlib2.o conky-apcupsd.o conky-iconv_tools.o conky-colours.o conky-combine.o conky-common.o conky-conky.o conky-core.o conky-diskio.o conky-entropy.o conky-exec.o conky-fs.o conky-mail.o conky-mixer.o conky-net_stat.o conky-template.o conky-timed_thread.o conky-mboxscan.o conky-read_tcp.o conky-scroll.o conky-specials.o conky-tailhead.o conky-temphelper.o conky-text_object.o conky-timeinfo.o conky-algebra.o conky-proc.o conky-user.o -liw -lncurses -lm -lX11 -lImlib2 -lXext -lXdamage -lXfixes -lXft -lglib-2.0 -lcurl -lxml2 -lasound -lrt
    libtool: link: gcc -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o conky conky-conf_cookie.o conky-ibm.o conky-smapi.o conky-mpd.o conky-libmpdclient.o conky-moc.o conky-linux.o conky-top.o conky-users.o conky-sony.o conky-i8k.o conky-libtcp-portmon.o conky-tcp-portmon.o conky-x11.o conky-fonts.o conky-hddtemp.o conky-ccurl_thread.o conky-rss.o conky-prss.o conky-weather.o conky-imlib2.o conky-apcupsd.o conky-iconv_tools.o conky-colours.o conky-combine.o conky-common.o conky-conky.o conky-core.o conky-diskio.o conky-entropy.o conky-exec.o conky-fs.o conky-mail.o conky-mixer.o conky-net_stat.o conky-template.o conky-timed_thread.o conky-mboxscan.o conky-read_tcp.o conky-scroll.o conky-specials.o conky-tailhead.o conky-temphelper.o conky-text_object.o conky-timeinfo.o conky-algebra.o conky-proc.o conky-user.o -lpthread -liw -lncurses -lm -lX11 -lImlib2 -lXext -lXdamage -lXfixes -lXft -lglib-2.0 -lcurl -lxml2 -lasound -lrt
    make[2]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    Making all in doc
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/doc'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/doc'
    Making all in lua
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    make all-am
    make[2]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    Making all in data
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/data'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/data'
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0'
    make[1]: Nothing to be done for `all-am'.
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    Making install in src
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    make install-am
    make[2]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    make[3]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    test -z "/usr/bin" || /bin/mkdir -p "/home/jente/packages/arch/conky 1.8.0/pkg/usr/bin"
    /bin/sh ../libtool --mode=install /bin/install -c conky '/home/jente/packages/arch/conky 1.8.0/pkg/usr/bin'
    libtool: install: /bin/install -c conky /home/jente/packages/arch/conky 1.8.0/pkg/usr/bin/conky
    /bin/install: target `1.8.0/pkg/usr/bin/conky' is not a directory
    make[3]: *** [install-binPROGRAMS] Error 1
    make[3]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    make[2]: *** [install-am] Error 2
    make[2]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/src'
    Making install in doc
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/doc'
    make[2]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/doc'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/jente/packages/arch/conky 1.8.0/pkg/usr/share/man/man1"
    /bin/install -c -m 644 conky.1 '/home/jente/packages/arch/conky 1.8.0/pkg/usr/share/man/man1'
    make[2]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/doc'
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/doc'
    Making install in lua
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    make install-am
    make[2]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    make[3]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    test -z "/usr/lib/conky" || /bin/mkdir -p "/home/jente/packages/arch/conky 1.8.0/pkg/usr/lib/conky"
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    make[2]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/lua'
    Making install in data
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/data'
    make[2]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/data'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/etc/conky" || /bin/mkdir -p "/home/jente/packages/arch/conky 1.8.0/pkg/etc/conky"
    /bin/install -c -m 644 conky.conf conky_no_x11.conf '/home/jente/packages/arch/conky 1.8.0/pkg/etc/conky'
    make[2]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/data'
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0/data'
    make[1]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0'
    make[2]: Entering directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0'
    make[1]: Leaving directory `/home/jente/packages/arch/conky 1.8.0/src/conky-1.8.0'
    make: *** [install-recursive] Error 1
    ==> ERROR: A failure occurred in package().
    Aborting...
    Last edited by Unia (2011-08-17 15:08:43)

  • [SOLVED] Error building firefox-aurora from heftig's repository

    I'm currently using the aurora package from heftig's repository at : http://pkgbuild.com/~heftig/aurora/ . No troubles with that so far in the time I've been using it (1-2 days).
    Sometimes I like to rebuild certain packages to get a bit more of performance (don't expecting a huge increase) but this time I can't manage to build this one.
    At some point after spending an hour or so building I get this error and makepkg finishes without building it:
    http://www.pastie.org/2106870
    I have no clue on what does trigger that error and the only thing I can think so far is if there is some kind of script that is somehow tailored to the server where usually the aurora package is build and that is making it fail on my laptop.
    Does anyone experience this or have any clue on what could be causing this error?
    Thank you in advance for your help
    EDIT:
    Building the package in a clean chroot worked. Makes me think about the hosts config file on my system may have some problem. Anyway, solved.
    Last edited by ethail (2011-06-23 23:42:25)

    Ok, i tried to use wiki and build firefox with kde patches and pgo from  AUR repository.
    I followed the instructions form wiki page you kindly provided, but every time i get:
    ==> ERROR: 'pacman' failed to install missing dependencies.
    i think it's complaining  about missing kmozillahelper which is available only in AUR. However i found another repository that includes kmozillahelper package -> no result. Can you give me an advise please?
    Last edited by irrlicht (2011-06-30 23:06:17)

  • [SOLVED] Error building vanilla kernel for PS3

    I installed all the base packages for ArchPPC and have chrooted into it. I downloaded/uncompressed kernel 2.6.24 from kernel.org and ran `cp arch/powerpc/configs/ps3_defconfig .config`. The first time, I went straight to make after that. That gave me the error "linux-2.6.24/scripts/gcc-version.sh: line 26: printf: #: invalid number". So I ran pacman -Sy gcc3, then edited my Makefile setting HOSTCC=gcc-3.3, HOSTCXX=g++-3.3, and CC=gcc-3.3.
    Now when I run make (after doing make clean) the first error I get is:
    include/asm/mmu-hash64.h:437: error: `SID_SHIFT' undeclared (first use in this function)
    Any ideas?
    Last edited by Erroneous (2008-03-07 21:51:51)

    You need a ppc64 cross-compiler to build a ps3 kernel. You can use the crosstool pkgbuilds from here: http://kth5.telekommunisten.net/archlinux/crosstools/
    All you need to do is to replace the 32 bit ppc targets with powerpc64-unknown-linux-gnu and it should build fine.

  • [Solved] Error building perl-test-mock-lwp-dispatch

    Hi, I want to install the git version of youtube-viewer but I get the following error with one of its dependecies (perl-test-mock-lwp-dispatch):
    Test Summary Report
    t/incorrect_usage.t (Wstat: 512 Tests: 0 Failed: 0)
    Non-zero exit status: 2
    Parse errors: Bad plan. You planned 5 tests but ran 0.
    Files=11, Tests=39, 1 wallclock secs ( 0.07 usr 0.00 sys + 0.62 cusr 0.03 csys = 0.72 CPU)
    Result: FAIL
    Failed 1/11 test programs. 0/39 subtests failed.
    Makefile:854: recipe for target 'test_dynamic' failed
    make: *** [test_dynamic] Error 255
    And perl-test-mock-lwp-dispatch also fails to build because it's a dependency of the previous package:
    ==> Missing dependencies:
    -> perl-test-mock-lwp-dispatch>=0.02
    ==> ERROR: Could not resolve all dependencies.
    ==> ERROR: the build failed
    -> Status failed (2): perl-test-mock-lwp-dispatch perl-lwp-useragent-cached
    Dependencies for `youtube-viewer-git' are not met, not building...
    Last edited by Mercader1902 (2015-04-25 09:03:21)

    I think perl-appconfig is a dependecy.
    I made the installation following the instructions from the git page after installing cpan and now I can also install it directly from AUR.

  • [solved] error building fluxbox from PKGBUILD

    I should preface my post with this note:  this is the first time I've run abs, so I may be doing something wrong.
    After running abs, I went into extra/x11/fluxbox and ran makepkg --asroot
    It ran through the configure script, but when it started to compile, it exited with the error:
    main.cc: In function 'void showInfo(std::ostream&)':
    main.cc:71: error: 'strlen' was not declared in this scope
    Without much hope, I added "#include <string.h>" to main.cc.  Much to my surprise, I could then run make and it compiled successfully.
    Out of curiosity, I downloaded the source to fluxbox in another dir and tried to compile it... same problem.
    So my questions are:
    - is this really such a simple and obvious bug in fluxbox's source?
    - how did the binary package get built for the arch repos when the PKGBUILD doesn't patch it?
    - or am I just missing something that would make it compile as-is?
    Last edited by TheAmigo (2008-04-16 17:50:03)

    One would expect.
    I did a bit of searching before resorting to patching the source...
    Config instructions - no mention of such a feature
    Release notes - no mention of such a feature
    Changelog - no mention of such a feature
    I found the hints for patching in this fluxbox-wiki page.  Which is for 0.9.14 and need some minor adjustments for 1.0.0:
    --- src/Window.cc.orig 2007-09-09 10:46:50.000000000 -0500
    +++ src/Window.cc 2008-04-15 18:26:39.000000000 -0500
    @@ -3963,6 +3963,7 @@
    CommandRef raise_and_focus_cmd(new WindowCmd(*this, &FluxboxWindow::raiseAndFocus));
    CommandRef stick_cmd(new WindowCmd(*this, &FluxboxWindow::stick));
    CommandRef show_menu_cmd(new WindowCmd(*this, &FluxboxWindow::popupMenu));
    + CommandRef maximize_cmd(new WindowCmd(*this, &FluxboxWindow::maximizeFull));
    typedef FbTk::Resource<vector<WinButton::Type> > WinButtonsResource;
    @@ -4021,7 +4022,7 @@
    // setup titlebar
    frame().setOnClickTitlebar(raise_and_focus_cmd, 1, false, true); // on press with button 1
    - frame().setOnClickTitlebar(shade_cmd, 1, true); // doubleclick with button 1
    + frame().setOnClickTitlebar(maximize_cmd, 1, true); // doubleclick with button 1
    frame().setOnClickTitlebar(show_menu_cmd, 3); // on release with button 3
    frame().setOnClickTitlebar(lower_cmd, 2); // on release with button 2
    It's a frustratingly small patch for something that should arguably be a feature (granted, it's hard to argue for more config options in a WM whose goal is to be small).
    I suppose the counter-argument for submitting this is:  how many AUR packages should there be?  one for every possible combination of desirable features that aren't configurable?
    Maybe it's better if I just make notes in the Arch wiki on how to patch it.  I'm still trying to get a feel for the Arch community, so I don't know the best way to go with this.

  • Building i686 under x86_64 error

    Have tried arch wiki guide on building i686 under x86_64 but am getting this error
    --2014-08-26 17:01:13-- https://aur.archlinux.org/packages/br/broadcom-wl/broadcom-wl.tar.gz
    Resolving aur.archlinux.org (aur.archlinux.org)... 5.9.250.164, 2a01:4f8:160:3033::2
    Connecting to aur.archlinux.org (aur.archlinux.org)|5.9.250.164|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 2528 (2.5K) [application/x-gzip]
    Saving to: ‘STDOUT’
    100%[==============================================================================================>] 2,528 --.-K/s in 0s
    2014-08-26 17:01:13 (725 MB/s) - written to stdout [2528/2528]
    ==> Making package: broadcom-wl 6.30.223.248-1 (Tue 26 Aug 17:01:13 BST 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    ==> ERROR: Unknown download protocol: http
    My makepkg.i686.conf looks like this
    CARCH="i686"
    CHOST="i686-pc-linux-gnu"
    CFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
    CXXFLAGS="${CFLAGS}"
    BUILDENV=(fakeroot !distcc color !ccache check !sign)
    An am using this command
    linux32 makepkg -src --config /etc/makepkg.i686.conf
    Would very much like to build i686 packages for my laptop under x86_64 (desktop is much faster) not sure what the problem is?

    YW.  I wrote ccm to minimize the number of commands I needed for building.  I find the local repo within the chroot very handy as well.  Lemme know how you like it.
    EDIT:
    Last edited by graysky (2014-08-27 19:00:53)

  • [SOLVED]Building in a Clean Chroot error: Build failed, check ~/build

    Hello everyone
    I am trying to build qt4 and qtwebkit in clean chroot but when I run makechrootpkg (according to DeveloperWiki:Building in a Clean Chroot) I get an error message:
    $ sudo makechrootpkg -c -r /home/zuargo/chroot/
    ==> Creating clean working copy...done
    ==> ERROR: Build failed, check /home/zuargo/chroot/zuargo/build
    As you see chroot directory is contained in my home folder.
    I have checked /home/zuargo/chroot/zuargo/build and I see just the PKGBUILD and another random file (it depends on the package to build). No useful information.
    I have made twice the chroot directory and in both times I get the same error.
    Does somebody have any idea on how to solve this trouble or how to get information related to the error?
    Thanks in advance
    Last edited by zuargo (2013-04-19 14:12:53)

    Thank you
    I have new information.
    Searching for information on the forum (this one) I have found this thread: https://bbs.archlinux.org/viewtopic.php?pid=1260353
    The user that started the topic, had (or have) a very similar issue. At the first post, he says has fixed the problem by downgrading the package devtools to the version 20120720. So then, I did the same thing.
    I had installed devtools 20130408 and in the cache of Pacman, I have the version 20130127, 20130122, 20121115, 20121027, 20121013, 20120720 of this package. I have downgraded to all these versions of devtools, one by one. In some cases, after downgrading and by creating the chroot directory I got errors, either with the package systemd or with the package filesystem. In the first case, the error did not affect the creation fo the chroot directory. In the second case (with filesystem), creating the directory was not successful, getting an error message (see below).
    I proceed to list each devtool package (its version) and the error I have got, when I tried to create the chroot directory:
    > devtools-20120720-1-any.pkg.tar.xz
    systemd's error:
    ( 38/130) installing systemd                                               [##########################################] 100%
    Initializing machine ID from random generator.
    ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
    :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
       bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    Also an error with lacale-gen:
    chroot: failed to run command '/usr/sbin/locale-gen': No such file or directory
    Creating chroot directory successful
    No error by building packages with makechrootpkg into the chroot directory.
    > devtools-20121013-1-any.pkg.tar.xz
    filesystem's error:
    (  4/130) installing filesystem                                            [##########################################] 100%
    error: could not rename /home/zuargo/chroot/root/etc/resolv.conf to /home/zuargo/chroot/root/etc/resolv.conf.pacorig (Device or resource busy)
    error: problem occurred while installing filesystem
    error: could not commit transaction
    error: failed to commit transaction (transaction aborted)
    Errors occurred, no packages were upgraded.
    ==> ERROR: Failed to install packages to new root
    ==> ERROR: Failed to install all packages
    Creating chroot directory was not successful
    > devtools-20121027-1-any.pkg.tar.xz
    filesystem's error:
    (  4/130) installing filesystem                                            [##########################################] 100%
    error: could not rename /home/zuargo/chroot/root/etc/resolv.conf to /home/zuargo/chroot/root/etc/resolv.conf.pacorig (Device or resource busy)
    error: problem occurred while installing filesystem
    error: could not commit transaction
    error: failed to commit transaction (transaction aborted)
    Errors occurred, no packages were upgraded.
    ==> ERROR: Failed to install packages to new root
    ==> ERROR: Failed to install all packages
    Creating chroot directory was not successful
    > devtools-20121115-1-any.pkg.tar.xz
    filesystem's error:
    (  4/130) installing filesystem                                            [##########################################] 100%
    error: could not rename /home/zuargo/chroot/root/etc/resolv.conf to /home/zuargo/chroot/root/etc/resolv.conf.pacorig (Device or resource busy)
    error: problem occurred while installing filesystem
    error: could not commit transaction
    error: failed to commit transaction (transaction aborted)
    Errors occurred, no packages were upgraded.
    ==> ERROR: Failed to install packages to new root
    ==> ERROR: Failed to install all packages
    Creating chroot directory was not successful
    > devtools-20130122-1-any.pkg.tar.xz
    systemd's error:
    ( 38/130) installing systemd                                               [##########################################] 100%
    Initializing machine ID from random generator.
    ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
    :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
       bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    Error by building packages with makechrootpkg into the chroot directory:
    ==> Creating clean working copy...done
    ==> ERROR: Build failed, check /home/zuargo/chroot/zuargo/build
    > devtools-20130127-1-any.pkg.tar.xz
    systemd's error:
    ( 38/130) installing systemd                                               [##########################################] 100%
    Initializing machine ID from random generator.
    ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
    :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
       bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    Error by building packages with makechrootpkg into the chroot directory:
    ==> Creating clean working copy...done
    ==> ERROR: Build failed, check /home/zuargo/chroot/zuargo/build
    > devtools-20130408-1-any.pkg.tar.xz
    systemd's error:
    ( 38/130) installing systemd                                               [##########################################] 100%
    Initializing machine ID from random generator.
    ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
    :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
       bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    Error by building packages with makechrootpkg into the chroot directory:
    ==> Creating clean working copy...done
    ==> ERROR: Build failed, check /home/zuargo/chroot/zuargo/build
    As see, the only one package that allows me to build into chroot directory with no errors is devtools-20120720.
    Now I can build packages into a clean chroot directory. But I can't update devtools.

  • [solved] vim build failed

    Hi
    I am trying to build vim because the version in the repo lacks a couple of options I need (x11...). The build fails without a clear error message, below are the last lines before the makepkg -s fails:
    patching file src/cleanlint.vim
    Reversed (or previously applied) patch detected! Skipping patch.
    1 out of 1 hunk ignored -- saving rejects to file src/cleanlint.vim.rej
    patching file src/diff.c
    patching file src/edit.c
    patching file src/ex_cmds.c
    patching file src/ex_cmds2.c
    patching file src/ex_docmd.c
    patching file src/proto/ex_cmds.pro
    patching file src/proto/spell.pro
    patching file src/quickfix.c
    patching file src/spell.c
    patching file src/structs.h
    patching file src/term.h
    patching file src/vim.h
    patching file src/version.c
    ==> ERROR: Build Failed.
    Aborting...
    If the reason is the failed patch is there a way to correct things manually?
    This it the (slightly modified) PKGBUILD I am using:
    # $Id: PKGBUILD 53395 2009-09-30 20:20:00Z francois $
    # Maintainer: tobias [ tobias at archlinux org ]
    pkgname=vim
    _srcver=7.2
    _patchlevel=267
    pkgver=${_srcver}.${_patchlevel}
    pkgrel=1
    pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
    arch=(i686 x86_64)
    license=('custom:vim')
    url="http://www.vim.org"
    depends=('gpm' 'coreutils')
    makedepends=('wget' 'sed' 'grep' 'gettext' 'perl')
    optdepends=('perl: the runtime provides a view useful perl scripts')
    backup=(etc/vimrc)
    install=${pkgname}.install
    # we need the extra-stuff to get all patches applied smoothly
    source=(ftp://ftp.vim.org/pub/vim/unix/vim-${_srcver}.tar.bz2 \
    ftp://ftp.vim.org/pub/vim/extra/vim-${_srcver}-extra.tar.gz \
    ftp://ftp.vim.org/pub/vim/extra/vim-${_srcver}-lang.tar.gz \
    fetch_patches.sh fetch_runtime.sh vimrc archlinux.vim)
    md5sums=('f0901284b338e448bfd79ccca0041254' '35e04482f07c57221c9a751aaa3b8dac' \
    'd8884786979e0e520c112faf2e176f05' '6d7e8d7868e8bfaa9a5880cd9c439320' \
    '45c1c3c6aff7de0d8fc2a9d8cd5cec7d' '29125bedc96f2a58c772ee0455a333bc' \
    '10353a61aadc3f276692d0e17db1478e')
    build()
    _versiondir="vim"$(echo ${_srcver} | sed "s/\.//")
    # pull in patches from vim.org (or the src cache alternatively)
    . ${srcdir}/fetch_patches.sh
    . ${srcdir}/fetch_runtime.sh
    get_patches || return 1
    cd ${srcdir}/${_versiondir}
    sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' src/feature.h
    sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' src/feature.h
    # build party
    ./configure --prefix=/usr --localstatedir=/var/lib/vim --mandir=/usr/share/man \
    --with-compiledby=Arian --with-features=huge \
    --enable-gpm --enable-acl --with-x=yes \
    --enable-multibyte --enable-cscope \
    --enable-perlinterp --enable-pythoninterpr \
    --enable-fontset
    #--with-global-runtime=/usr/share/vim --with-vim-name=vim \
    make || return 1
    make VIMRCLOC=/etc DESTDIR=${pkgdir} install
    cd ${pkgdir}/usr/bin
    rm ex view # provided by (n)vi in core
    mv vim vim-normal # we create a vim-symlink on post_install
    ln -sf vim-normal vim
    # ... make g* related symlinks point directly to the actual binary
    ln -sf vim-normal rview
    ln -sf vim-normal rvim
    ln -sf vim-normal vimdiff
    # delete some manpages
    find ${pkgdir}/usr/share/man -type d -name 'man1' 2> /dev/null | \
    while read mandir; do
    cd ${mandir}
    rm -f ex.1 view.1 # provided by (n)vi
    rm -f evim.1 # this does not make sense in the console version
    done
    _runtimedir="${pkgdir}/usr/share/vim/${_versiondir}/"
    update_runtime
    cd ${srcdir}/${_versiondir}
    install -Dm644 ${srcdir}/vimrc ${pkgdir}/etc/vimrc
    install -Dm644 ${srcdir}/archlinux.vim \
    ${pkgdir}/usr/share/vim/vimfiles/archlinux.vim
    install -dm755 ${pkgdir}/usr/share/licenses/vim
    cd ${pkgdir}/usr/share/licenses/vim
    ln -s ../../vim/${_versiondir}/doc/uganda.txt license.txt
    Any help appreciated.
    Last edited by akuschki (2009-10-22 16:43:34)

    thanks, that solved it. Sorry I didn't try that obvious solution myself, I didn't realise that installing gvim would also change the features of the console vim version. I thought those two packages are independent.
    Cheers

  • [SOLVED] Trouble Building Xorg-Server 1.6.1-1 (Modified PKGBUILD)

    ever since the release of xorg-server 1.5.3, i've been using a modified
    PKGBUILD to build xorg-server sans hal and dbus.  (not gonna try
    justifying it again; that'd just lead to yet another flame war.)
    i've never had a problem until the 1.6.1-1 PKGBUILD, which adds the lines:
    libtoolize --force || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    after applying patches and before running the configure.  these added lines produce:
    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.
    hw/dmx/doc/Makefile.am:24: BUILD_LINUXDOC does not appear in AM_CONDITIONAL
    hw/dmx/doc/Makefile.am:27: BUILD_PDFDOC does not appear in AM_CONDITIONAL
    hw/xfree86/doc/sgml/Makefile.am:24: BUILD_LINUXDOC does not appear in
    AM_CONDITIONAL
    hw/xfree86/doc/sgml/Makefile.am:27: BUILD_PDFDOC does not appear in
    AM_CONDITIONAL
    ==> ERROR: Build Failed.
    Aborting...
    my modified PKGBUILD is build.  please note that i *have* tried
    reverting my changes (the commented patches), to no avail.
    as i'm pretty clueless vis-a-vis makefiles and the autoconf system,
    could somehow point me in the direction of a fix?
    many thanks,
    kludge
    # $Id: PKGBUILD 21903 2008-12-17 20:32:54Z jgc $
    # Maintainer: Alexander Baldeck <[email protected]>
    # Contributor: Jan de Groot <[email protected]>
    pkgname=xorg-server
    pkgver=1.6.1
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libgl' 'libxfont>=1.4.0' 'openssl>=0.9.8j' 'libpciaccess>=0.10.5' 'libxv>=1.0.4' 'pixman>=0.14.0' 'xcursor-themes' 'xkeyboard-config>=1.5' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 'diffutils')
    makedepends=('libx11>=1.2' 'mesa>=7.4' 'xf86driproto>=2.0.4' 'xtrans>=1.2.3' 'libxkbfile>=1.0.5' 'randrproto>=1.3.0' 'renderproto>=0.9.3' 'xcmiscproto>=1.1.2' 'bigreqsproto>=1.0.2' 'resourceproto>=1.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'scrnsaverproto>=1.1.0' 'libxinerama>=1.0.3' 'xf86dgaproto>=2.0.3' 'recordproto>=1.13.2' 'libgl>=7.4' 'glproto>=1.4.9')
    #optdepends=( 'xf86-input-evdev: to provide input device hotplugging'
    # 'hal>=0.5.11: to provide input devices for hotplugging' )
    options=('!libtool')
    provides=('x-server' ) # 'xorg-server')
    conflicts=('catalyst-utils<=9.2')
    groups=('xorg')
    install=xorg-server.install
    source=(${url}/releases/individual/xserver/${pkgname}-${pkgver}.tar.bz2
    xorg-redhat-die-ugly-pattern-die-die-die.patch
    hal-wait.patch)
    md5sums=('ed0878bf32a24d4948c3b8a122a39eff'
    '1a336eb22e27cbf443ec5a2ecddfa93c'
    'f16d2caef84e1a9c4075b6c5e145512d')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    # Get rid of the ugly pattern
    patch -Np3 -i "${srcdir}/xorg-redhat-die-ugly-pattern-die-die-die.patch" || return 1
    # Fix dbus config path - removed b/c no dbus config'd
    # sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    # Revert waiting for hal, assume hal won't show up when initial connect fails
    # commented out b/c no hal config'd
    # patch -R -Np1 -i "${srcdir}/hal-wait.patch" || return 1
    libtoolize --force || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    # --enable-config-{dbus,hal} switched to --disable
    # to disable hotplugging and dependencies
    ./configure --prefix=/usr \
    --enable-ipv6 \
    --enable-dri \
    --disable-dmx \
    --enable-xvfb \
    --enable-xnest \
    --enable-composite \
    --enable-xcsecurity \
    --enable-xorg \
    --enable-xephyr \
    --enable-glx-tls \
    --enable-kdrive \
    --enable-install-setuid \
    --disable-config-hal \
    --disable-config-dbus \
    --enable-record \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    --with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf "${pkgdir}/var/log" || return 1
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    # Needed for non-mesa drivers, libgl will restore it
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    Last edited by kludge (2009-05-01 17:25:39)

    Not any help to your error but have you tried the one in aur with disabled dbus and hal?
    I've been using it for a week or so with no problems and it built fine.
    http://aur.archlinux.org/packages.php?ID=23750

  • Error building xombrero 1.6.3-1

    Hi,
    I'm trying to build xombrero 1.6.3.-1 from AUR:
    https://aur.archlinux.org/packages/xombrero/
    I'm getting the following error building the package:
    $ makepkg -s
    ==> Making package: xombrero 1.6.3-1 (Fri Oct 11 09:51:42 CEST 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found xombrero-1.6.3.tgz
    -> Found LICENSE
    ==> Validating source files with md5sums...
    xombrero-1.6.3.tgz ... Passed
    LICENSE ... Passed
    ==> Extracting sources...
    -> Extracting xombrero-1.6.3.tgz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    ~/builds/xombrero/src/build-gtk2/xombrero-1.6.3 ~/builds/xombrero/src
    make: Entering directory `/home/rodrigo/builds/xombrero/src/build-gtk2/xombrero-1.6.3/linux'
    perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \
    ../autoscroll.js > javascript.h
    nroff -c -Tascii -mandoc ../xombrero.1 | \
    perl ../ascii2txt.pl | \
    perl ../txt2tooltip.pl > tooltip.h
    Generating ../about.o.depend
    In file included from ../about.c:23:0:
    ../xombrero.h:296:25: error: missing binary operator before token "("
    #if WEBKIT_CHECK_VERSION(1, 5, 0)
    ^
    ../about.c:1983:23: error: missing binary operator before token "("
    #if GLIB_CHECK_VERSION(2, 32, 0)
    ^
    cc -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/include/gtk-2.0 -O2 -Wall -ggdb3 -D_GNU_SOURCE -I. -I.. -o ../about.o -c ../about.c
    In file included from /usr/include/gtk-2.0/gdk/gdk.h:32:0,
    from /usr/include/gtk-2.0/gtk/gtk.h:32,
    from ../xombrero.h:94,
    from ../about.c:23:
    /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:21: fatal error: gio/gio.h: No such file or directory
    #include <gio/gio.h>
    ^
    compilation terminated.
    make: *** [../about.o] Error 1
    make: Leaving directory `/home/rodrigo/builds/xombrero/src/build-gtk2/xombrero-1.6.3/linux'
    ==> ERROR: A failure occurred in build().
    Aborting...
    I don't know what I'm missing. I was able to build xombrero last week in another PC with arch. My current system is upgraded:
    Linux 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:40:32 CEST 2013 i686 GNU/Linux
    I though that installing thg gnutls library would solve the problem, but unfortunately the error persists after gnutls installation
    $ pacman -Ss gnutls
    extra/gnutls 3.2.4-1 [Installiert]
    A library which provides a secure layer over a reliable transport layer
    extra/libtasn1 3.3-1 [Installiert]
    The ASN.1 library used in GNUTLS
    community/python2-gnutls 1.2.4-2
    Python wrapper for the GNUTLS library
    Thanks in advance
    Last edited by cortezthekiller (2013-10-11 08:35:05)

    I've edit the former post to write the error messages in English.
    Yes, glib2 is installed, as well as the dependencies mentioned in the aur:
        desktop-file-utils
        libbsd
        webkitgtk3
    It seems that the updated PKGBUILD in the comments is just aimed to create two sepparate packages for xombrero & xombrero3. I'll try it, but I don't think this will fix my problem. As a said, I was able to build xombrero in another Pc a few days ago.

  • [SOLVED] Cannot install skype on Arch x86_64 system

    Hello i am a newbie here and i am looking for you help ... here what i got after
    " sudo pacman -S skype"
    1st attempt
    ============
    sudo pacman -S skype
    resolving dependencies...
    warning: cannot resolve "lib32-alsa-lib", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-e2fsprogs", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-fontconfig", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-freetype2", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-glib2", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxi", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxrandr", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxrender", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxss", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxv", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-openssl", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-pcre", a dependency of "bin32-skype-staticqt"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    bin32-skype-staticqt
    Do you want to skip the above package for this upgrade? [y/N] y
    looking for inter-conflicts...
    there is nothing to do
    2nd attempt
    ============
    sudo pacman -S skype
    resolving dependencies...
    warning: cannot resolve "lib32-alsa-lib", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-e2fsprogs", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-fontconfig", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-freetype2", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-glib2", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxi", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxrandr", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxrender", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxss", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxv", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-openssl", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-pcre", a dependency of "bin32-skype-staticqt"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    bin32-skype-staticqt
    Do you want to skip the above package for this upgrade? [y/N] n
    error: failed to prepare transaction (could not satisfy dependencies)
    :: bin32-skype-staticqt: requires lib32-alsa-lib
    :: bin32-skype-staticqt: requires lib32-e2fsprogs
    :: bin32-skype-staticqt: requires lib32-fontconfig
    :: bin32-skype-staticqt: requires lib32-freetype2
    :: bin32-skype-staticqt: requires lib32-glib2
    :: bin32-skype-staticqt: requires lib32-libxi
    :: bin32-skype-staticqt: requires lib32-libxrandr
    :: bin32-skype-staticqt: requires lib32-libxrender
    :: bin32-skype-staticqt: requires lib32-libxss
    :: bin32-skype-staticqt: requires lib32-libxv
    :: bin32-skype-staticqt: requires lib32-openssl
    :: bin32-skype-staticqt: requires lib32-pcre
    Last edited by hael (2011-12-28 18:02:54)

    karol wrote:
    I don't know what the deal with bin32-skype-staticqt is - it's in the AUR [1], so pacman should be installing skype from multilib repo [2]. Have you enabled some unofficial repo with precompiled bin32-skype-staticqt?
    Post your pacman.conf.
    [1] https://aur.archlinux.org/packages.php?ID=49522
    [2] http://www.archlinux.org/packages/multi … _64/skype/
    thank you Karol
    here the output of
    cat /etc/pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    #[multilib]
    Include = /etc/pacman.d/mirrorlist
    #pacman -S gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-glibc
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    [archlinuxfr]
    Server = http://repo.archlinux.fr/$arch
    [archstuff]
    # AUR's most voted and many bin32-* and lib32-* packages.
    Server = http://archstuff.vs169092.vserver.de/$arch
    #[cake]
    # Crapkit, dbus, hal, etc. stripped packages compatible with Arch Linux (from
    # http://hereticlinux.org/).
    #Server = http://hereticlinux.org/repo/cake/$arch
    [pfkernel]
    # Kernel packages: generic i686 and x86_64, optimized P3, P4, K7, Atom,
    # Pentium-M, K8, Core2
    # nvidia-pf, squid3, arora-git, nvidia-utils-beta
    Server = http://dl.dropbox.com/u/11734958/$arch
    [kde4-eyecandy-64]
    # Useful and beautiful plasmoids and themes for KDE4.
    Server = http://archlinuxgr.tiven.org/kde4-eyecandy/$arch
    [compiz-fusion]
    # compiz-fusion-git
    Server = http://compiz.dreamz-box.de/$arch
    [nightly]
    # Nightly builds of some packages from the AUR.
    # Repo-Tracker: http://tracker.kromonos.net/projects/show/nightlyarch
    Server = http://files.shadowice.org/nightly/$arch
    [zen]
    # Various and zengeist' AUR packages.
    Server = http://zloduch.cz/archlinux/$arch
    [studioidefix]
    # Precompiled boxee packages.
    Server = http://studioidefix.googlecode.com/hg/repo/$arch
    [pyropeter]
    # My AUR packages: http://aur.archlinux.org/packages.php?SeB=m&K=pyropeter
    Server = http://keks.selfip.org/arch/pyropeter
    #[kdemod-core]
    #Server = http://chakra-project.org/repo/core/x86_64
    #[kdemod-extragear]
    #Server = http://chakra-project.org/repo/extragear/x86_64
    Last edited by hael (2011-12-28 17:12:36)

  • [SOLVED] IceMC Building

    Hey, after installing IceWM I realised I had to configure it and attempted to install IceCC from the AUR, which then wanted IceMC. I have all the dependencies for it, but it fails to build, looking like some kind of error with Qt, any help is appreciated. Here's what happens when  I attempt to build:
    [matt@Misuzu ~]$ makepkg
    ==> Making package: icemc 2.1-1 (Sun Jan 20 19:08:12 WST 2008)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found icemc-2.1.tar.bz2 in build dir
    ==> Validating source files with md5sums...
    icemc-2.1.tar.bz2 ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f icemc-2.1.tar.bz2
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -D_REENTRANT -Wall -W -DVERSION="2.1" -DPREFIX="/usr/local" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -I. -I. -o icemc.o icemc.cpp
    icemc.cpp:24:20: error: qaccel.h: No such file or directory
    In file included from icemc.cpp:27:
    icemc.h:22:18: error: qapp.h: No such file or directory
    icemc.h:26:24: error: qpopupmenu.h: No such file or directory
    icemc.h:33:21: error: qmsgbox.h: No such file or directory
    In file included from icemc.cpp:28:
    qcentralwidget.h:24:19: error: qdict.h: No such file or directory
    qcentralwidget.h:25:25: error: qvaluestack.h: No such file or directory
    In file included from icemc.cpp:27:
    icemc.h:101: error: ISO C++ forbids declaration of 'QPopupMenu' with no type
    icemc.h:101: error: expected ';' before '*' token
    icemc.h:103: error: ISO C++ forbids declaration of 'QPopupMenu' with no type
    icemc.h:103: error: expected ';' before '*' token
    icemc.h:105: error: ISO C++ forbids declaration of 'QPopupMenu' with no type
    icemc.h:105: error: expected ';' before '*' token
    icemc.h:107: error: ISO C++ forbids declaration of 'QPopupMenu' with no type
    icemc.h:107: error: expected ';' before '*' token
    In file included from icemc.cpp:28:
    qcentralwidget.h:42: error: expected class-name before '{' token
    qcentralwidget.h: In constructor 'IceListViewItem::IceListViewItem(IceListViewItem*, IceListViewItem*, QString, QString, QString, QString, QString, QString, QString, QString)':
    qcentralwidget.h:49: error: class 'IceListViewItem' does not have any field named 'QListViewItem'
    qcentralwidget.h: In constructor 'IceListViewItem::IceListViewItem(QListView*, QString, QString, QString, QString, QString, QString, QString, QString)':
    qcentralwidget.h:58: error: class 'IceListViewItem' does not have any field named 'QListViewItem'
    qcentralwidget.h: At global scope:
    qcentralwidget.h:192: error: ISO C++ forbids declaration of 'QDict' with no type
    qcentralwidget.h:192: error: expected ';' before '<' token
    qcentralwidget.h:197: error: ISO C++ forbids declaration of 'QValueStack' with no type
    qcentralwidget.h:197: error: expected ';' before '<' token
    qcentralwidget.h:249: error: 'QListViewItem' has not been declared
    qcentralwidget.h: In member function 'void QCentralWidget::loadMainMenuFromFile(QString&)':
    qcentralwidget.h:291: error: 'stEditedFiles' was not declared in this scope
    qcentralwidget.h: In member function 'void QCentralWidget::saveMenuAs(QString&)':
    qcentralwidget.h:299: error: 'stEditedFiles' was not declared in this scope
    icemc.cpp: In constructor 'IcemcApp::IcemcApp()':
    icemc.cpp:39: error: expected `)' before numeric constant
    icemc.cpp:49: error: 'homeDirPath' is not a member of 'QDir'
    icemc.cpp:54: error: 'qApp' was not declared in this scope
    icemc.cpp:59: error: 'setCaption' was not declared in this scope
    icemc.cpp:62: error: 'class QAction' has no member named 'setOn'
    icemc.cpp:63: error: 'class QAction' has no member named 'setOn'
    icemc.cpp: In member function 'void IcemcApp::initActions()':
    icemc.cpp:79: error: 'QAccel' has not been declared
    icemc.cpp:85: error: 'QAccel' has not been declared
    icemc.cpp:90: error: no matching function for call to 'QAction::QAction(QString, QString, int, IcemcApp* const)'
    /usr/include/QtGui/qaction.h:206: note: candidates are: QAction::QAction(const QAction&)
    /usr/include/QtGui/qaction.h:182: note: QAction::QAction(QActionPrivate&, QObject*)
    /usr/include/QtGui/qaction.h:85: note: QAction::QAction(const QIcon&, const QString&, QObject*)
    /usr/include/QtGui/qaction.h:84: note: QAction::QAction(const QString&, QObject*)
    /usr/include/QtGui/qaction.h:83: note: QAction::QAction(QObject*)
    icemc.cpp:96: error: 'QAccel' has not been declared
    icemc.cpp:102: error: 'QAccel' has not been declared
    icemc.cpp:108: error: 'QAccel' has not been declared
    icemc.cpp:114: error: 'QAccel' has not been declared
    icemc.cpp:120: error: 'QAccel' has not been declared
    icemc.cpp:125: error: no matching function for call to 'QAction::QAction(QString, QString, int, IcemcApp* const, int, bool)'
    /usr/include/QtGui/qaction.h:206: note: candidates are: QAction::QAction(const QAction&)
    /usr/include/QtGui/qaction.h:182: note: QAction::QAction(QActionPrivate&, QObject*)
    /usr/include/QtGui/qaction.h:85: note: QAction::QAction(const QIcon&, const QString&, QObject*)
    /usr/include/QtGui/qaction.h:84: note: QAction::QAction(const QString&, QObject*)
    /usr/include/QtGui/qaction.h:83: note: QAction::QAction(QObject*)
    icemc.cpp:130: error: no matching function for call to 'QAction::QAction(QString, QString, int, IcemcApp* const, int, bool)'
    /usr/include/QtGui/qaction.h:206: note: candidates are: QAction::QAction(const QAction&)
    /usr/include/QtGui/qaction.h:182: note: QAction::QAction(QActionPrivate&, QObject*)
    /usr/include/QtGui/qaction.h:85: note: QAction::QAction(const QIcon&, const QString&, QObject*)
    /usr/include/QtGui/qaction.h:84: note: QAction::QAction(const QString&, QObject*)
    /usr/include/QtGui/qaction.h:83: note: QAction::QAction(QObject*)
    icemc.cpp:135: error: no matching function for call to 'QAction::QAction(QString, QString, int, IcemcApp* const)'
    /usr/include/QtGui/qaction.h:206: note: candidates are: QAction::QAction(const QAction&)
    /usr/include/QtGui/qaction.h:182: note: QAction::QAction(QActionPrivate&, QObject*)
    /usr/include/QtGui/qaction.h:85: note: QAction::QAction(const QIcon&, const QString&, QObject*)
    /usr/include/QtGui/qaction.h:84: note: QAction::QAction(const QString&, QObject*)
    /usr/include/QtGui/qaction.h:83: note: QAction::QAction(QObject*)
    icemc.cpp: In member function 'void IcemcApp::initMenuBar()':
    icemc.cpp:148: error: 'fileMenu' was not declared in this scope
    icemc.cpp:148: error: expected type-specifier before 'QPopupMenu'
    icemc.cpp:148: error: expected `;' before 'QPopupMenu'
    icemc.cpp:149: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:151: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:152: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:154: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:156: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:158: error: 'editMenu' was not declared in this scope
    icemc.cpp:158: error: expected type-specifier before 'QPopupMenu'
    icemc.cpp:158: error: expected `;' before 'QPopupMenu'
    icemc.cpp:159: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:160: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:161: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:165: error: 'viewMenu' was not declared in this scope
    icemc.cpp:165: error: expected type-specifier before 'QPopupMenu'
    icemc.cpp:165: error: expected `;' before 'QPopupMenu'
    icemc.cpp:167: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:168: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:172: error: 'helpMenu' was not declared in this scope
    icemc.cpp:172: error: expected type-specifier before 'QPopupMenu'
    icemc.cpp:172: error: expected `;' before 'QPopupMenu'
    icemc.cpp:173: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:177: error: 'class QMenuBar' has no member named 'insertItem'
    icemc.cpp:178: error: 'class QMenuBar' has no member named 'insertItem'
    icemc.cpp:179: error: 'class QMenuBar' has no member named 'insertItem'
    icemc.cpp:180: error: no matching function for call to 'QMenuBar::insertSeparator()'
    /usr/include/QtGui/qmenubar.h:78: note: candidates are: QAction* QMenuBar::insertSeparator(QAction*)
    icemc.cpp:181: error: 'class QMenuBar' has no member named 'insertItem'
    icemc.cpp: In member function 'void IcemcApp::initToolBar()':
    icemc.cpp:188: error: no matching function for call to 'QToolBar::QToolBar(IcemcApp* const, const char [16])'
    /usr/include/QtGui/qtoolbar.h:159: note: candidates are: QToolBar::QToolBar(const QToolBar&)
    /usr/include/QtGui/qtoolbar.h:76: note: QToolBar::QToolBar(QWidget*)
    /usr/include/QtGui/qtoolbar.h:75: note: QToolBar::QToolBar(const QString&, QWidget*)
    icemc.cpp:189: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:190: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:191: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:193: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:194: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:195: error: 'class QAction' has no member named 'addTo'
    icemc.cpp:197: error: 'whatsThisButton' is not a member of 'QWhatsThis'
    icemc.cpp:199: error: 'class QAction' has no member named 'addTo'
    icemc.cpp: In member function 'void IcemcApp::slotFileOpen()':
    icemc.cpp:208: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp:210: error: no matching function for call to 'QFileDialog::getOpenFileName(QString&, int, IcemcApp* const)'
    /usr/include/QtGui/qfiledialog.h:172: note: candidates are: static QString QFileDialog::getOpenFileName(QWidget*, const QString&, const QString&, const QString&, QString*, QFlags<QFileDialog::Option>)
    icemc.cpp:213: error: 'setCaption' was not declared in this scope
    icemc.cpp:216: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp:222: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp: In member function 'void IcemcApp::slotFileSave()':
    icemc.cpp:228: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp:232: error: 'setCaption' was not declared in this scope
    icemc.cpp:238: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp: In member function 'void IcemcApp::slotFileSaveAs()':
    icemc.cpp:243: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp:244: error: no matching function for call to 'QFileDialog::getSaveFileName(QString&, int, IcemcApp* const)'
    /usr/include/QtGui/qfiledialog.h:179: note: candidates are: static QString QFileDialog::getSaveFileName(QWidget*, const QString&, const QString&, const QString&, QString*, QFlags<QFileDialog::Option>)
    icemc.cpp:248: error: 'setCaption' was not declared in this scope
    icemc.cpp:253: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp:255: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp: In member function 'void IcemcApp::slotFileQuit()':
    icemc.cpp:260: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp:264: error: 'qApp' was not declared in this scope
    icemc.cpp:265: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp: In member function 'void IcemcApp::slotViewToolBar(bool)':
    icemc.cpp:270: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp:283: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp: In member function 'void IcemcApp::slotViewStatusBar(bool)':
    icemc.cpp:288: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp:301: error: 'class QStatusBar' has no member named 'message'
    icemc.cpp: In member function 'void IcemcApp::slotHelpAbout()':
    icemc.cpp:307: error: expected `)' before numeric constant
    icemc.cpp: In member function 'void IcemcApp::contentChanged()':
    icemc.cpp:324: error: 'setCaption' was not declared in this scope
    icemc.cpp: In member function 'void IcemcApp::menuFileChanged(const QString&)':
    icemc.cpp:336: error: 'setCaption' was not declared in this scope
    make: *** [icemc.o] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    [matt@Misuzu ~]$
    Apologies for the large paste.
    E~http://a240.ac-images.myspacecdn.com/images01/83/l_6582617c1dd5972f777eccc7c723750f.jpg
    Last edited by Emess (2008-01-21 07:39:37)

    Yes, I do. I finally sorted out the problem, and that was that the PKGBUILD was pointed at qt, which for me was using qt4. After editing it, I still had compile errors because the source was old, but after some patching it all works and I'm happily in IceWM.
    Thanks,
    E~

  • Error building stand alone applicatio​n, with LV.7.01

    Hi to all....
    I always get this pop up error (see picture attached) when trying to build a Stand alone application. I got the full version of Labview 7.01 and the Application builder also. the runtime engine is also 7.01.
    Regards
    HFZ.
    HFZ
    Solved!
    Go to Solution.
    Attachments:
    Error Building App.JPG ‏51 KB

    Hi GardW
    All comm. problem are handeled.
    The problem was based on the destinations for the .VI's.
    Labview 7.1 isn't so got to manage these. It's something the user got to be carefully about.
    Allmost solved. But now can't get the default 'labview Icon' to my finnished Application.  You know... when you make a stand alone application..
    then somewhere under the building process... you can choose if you want your own Icon added as the application starter icon! If you don't  choose any.. Labview makes the Labview Icon as your application starter Icon.
    And that is my problem now. Any ideas???
    Thanks for trying to help , i appriceate it !!
    Regards HFZ
    HFZ

Maybe you are looking for

  • BPM Error: Message has error status on outbd. side

    Hi, BPM overview: Receive Step -> Transformation Step (1) -> Send Step ASYNC (1) -> Send Step SYNC (1) -> Transformation Step (2) -> Container Operarion Step (1) -> ... Error Message in SXMB_MONI: Message has error status on outbd. side - <Trace leve

  • Variable list of parameters in PL/SQL functions

    As I know, PL/SQL decode function can be called with variable number of parameters: decode (a, b, c); decode (a, b, c, d, e); decode (a, b, c, d, e, f, g); How is is possible to implement a PL/SQL procedure or function like decode, which is usable wi

  • What channels come with the DTA HD boxes

    ...and no one at COMCAST can tell you what channels come with the DTA HD boxes.  All they do is send you a link to sign in...typical COMCAST

  • How to make restriction for the description of value in the transformation

    one infoobject AAAA which has value T001, T002, T003... the description of value T001 - Heywemay T002 - Heyrtya T003 - Tyuatyew I need to make routine in the transformation, when the description of value that contains "Hey", then we need to load it i

  • Talent Management - TM - Trex 7.1 - Delta Indexing

    luke.....are you out there?? congrats on your blog being featured right on the SDN homepage... very nice... http://scn.sap.com/community/erp/hcm/blog/2010/09/20/setting-up-netweaver-embedded-search-trex-for-sap-ehp4-talent-management and congrats to