Procps header error building conky-cvs

checking proc/procps.h usability... no
checking proc/procps.h presence... no
checking for proc/procps.h... no
checking proc/readproc.h usability... no
checking proc/readproc.h presence... no
checking for proc/readproc.h... no
configure: error: something went wrong when checking for procps, you're probably missing the necessary headers
why's that then?  There are no procps headers on my system - at gentoo they said the error was a configure error:
http://forums.gentoo.org/viewtopic-t-35 … rocps.html
but i'm not much good at trouble shooting configure scripts

Sorry, snowman, I should have checked to see if it had affected the normal build but based on the gentoo forums stuff I just assumed it was a CVS bug.  I looked at procps and wondered if it should include the headers, I guess my  this answers my question.  Thanks for the quick answer snowman

Similar Messages

  • [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)

  • Libgc crashes with 'can't allocate header' error

    We have tried to use libgc (http://developers.sun.com/solaris/articles/libgc.html) on Solaris to solve memory fragmentation problem in our product. It did work well for low volume tests. Memory drop was seen. But when subjected to heavy load, it crashes the server with 'Can't allocate header' error. Do any have an idea on what to do in such situations ?

    Thanks for the explanation of incompatibility between Java GC for C++. Regarding multithreading support, I did mail to Boehm, Hans. The following is the excerpt from his reply:
    "If you are going to try the open source GC, I would first try gc7.2alpha4, which is close to the current CVS version. You would probably need to build it with -DREDIRECT_MALLOC=GCmalloc or --enable-redirect-malloc to allow it to intercept plain malloc calls. This is likely to cause problems for a multithreaded Solaris application; I haven't tried recently."
    Also, We've tried to compile gc6.8 and gc7.1 versions with redirect malloc and enable threads options. There's an explicit check for this in the gc code. If redirect malloc,enable threads are mentioned and if the OS is not Linux, the compilation fails. Multithreaded support with redirect malloc seems to be well tested on Linux and it is not guaranteed on Solaris. The reply from Boehm also confirms it. It would be nice if Solaris releases the latest version gc by resolving the programming interface changes.

  • Header error importing audio file.

    Hey,
    I just imported all of my audio no problem, except the one file that reads header error. This was the only audio portion that the lav mic ran out of battery on and was not able to stop the recording. Im sure it has something to do with that, is there anything I can do to recover the audio?

    I encountered the same error when attempting to import WAV files created in Audacity, which are "WAV (Microsoft) signed 16 bit PCM" output.  I previously used an older/simpler version of Audacity with Captivate 3.0.1 with no issues, importing either WAV or MP3 files recorded in Audacity.
    Other info:
    Captivate: version 4.0.0 (build 1596)
    OS: Windows 7 (64 bit)
    Sound card: Realtek High Definition Audio, driver 8/25/2009
    Sound recorder: Audacity 1.3.11 (stable beta for Win7)
    Output: WAV (Microsoft) signed 16 bit PCM
    I researched other information related to registry/installation issues (for WinXP and Vista) and a few specific sound cards (including Realtek) - the specific fixes recommended don't seem like they would work on a Windows 7 machine... or would they?
    Fix related to Vista machines with Realtek/Sigmatel sound cards, involving replacement of a .dll file.
    http://blogs.adobe.com/captivate/2009/03/audio_play_back_and_usb_mic_is.html
    Using a MS tool to fix a registry problem from installation  (an XP fix that reportedly worked for Vista also):
    http://blogs.adobe.com/captivate/2009/03/adobe_captivate_4_installation.html
    Any suggestions?  I've been researching this problem for 2 days...

  • 5.1 Surround Export from Audition Gives "Header Error" in Premiere

    Hello - I have a finished surround mix that has been exported to 5 mono stems that I need to use for a DVD.  In Audition CC 2014 I created a new multitrack session and selected the, "Surround Stems for Video Master" template.  I verified that all stems are playing on the audio meter and then selected Export / Multitrack Mixdown / Entire Session.  In the export window I selected Wave PCM, 48000 Hz, 5.1, 16 Bit.  The resulting file for the 2:15:00 project is 4.8 GB.  It plays fine in Finder and VLC.  When I try to import the 5.1 Wave file into Premiere CC 2014 I get an error that says, "The file cannot be opened because of a header error."
    In Audition I have RF64 support selected.  Is this possibly a file size issue being over 4 GB?  If I set in and out points in Audition and use the same export settings the file imports into Premiere successfully.  I need to use the full quality of the audio file when I export the Dolby AC3 file from Premiere so I do not want to compress this.  Is there any setting that I can change in Premiere?  Has anyone else had success importing a surround file that is larger than 4GB on a Mac?
    Thank you!
    Specs:  iMac, 3.4 GHz Intel Core i7, latest OS, latest versions of Adobe CC (PP 8.0, Audition 7.0)

    I've had the same issue.  Export audio to a MOV or AVI file format in Audition or audacity.  They are movie containers, but hold audio as well, and will get past the 4gb file size limit.
    Unfortunately, you cannot export back out of Premiere to audition straight out.  You will have to do one of the following to get it to work how you want:
    1. Blade at several points along your initial clips, and then edit in audition (the new spare files will be in place and will work just fine).
    2. Use the MOV or AVI audio to replace the audio in the session once you get there.
    On the send back to premiere, you'll have to conform to MOV or AVI audio PCM.  Its a bit more work than most are used to, as you'd expect it to "know" the file is too big, but it really cannot tell from the container.  If a limit of a file is about an hour of audio at 96k32bit float, then they could hard limit that by seconds count, and switch to using MOV instead, which would still function normally, and they wouldn't have to do anything else.  Or they could add support for W64 and larger formats.

  • Header Error when importing Wav files

    The problem I'm experiencing is that Premiere CS6 will not import my Wav audio files. When I try to import them it gives the following message and fails to import the file:
    "The file cannot be opened because of a header error".
    The original audio file, which opened happily in FCP 7 (I'm migrating the project to Premiere from a previous Final Cut Pro project) is in the following format (as described in the Movie Inspector of QuickTime Player):
    Linear PCM
    16 bit little-endian signed integer
    2 channels
    48000 Hz
    Although the files won't open in Premiere, they will open in Adobe Audition, which gives their bit depth as 32 (it also describes the original format as "16 bit little-endian" - I confess that this technical side of sound files is unclear to me).
    Any suggestions of how I can coax Premiere into importing and opening these files?
    Thanks, Andrew

    Perhaps some of the suggestions in this thread: http://forums.adobe.com/message/4713932#4713932 will be helpful?
    Good luck,
    Hunt

  • Bad Header error importing Audio from Audition to Premiere Pro

    Hey guys,
    I'm not sure if anyone is experiencing a problem like this below, but recently, I have been up in arms trying to export a 90-minute feature film's audio (Ch. 1=Dialogue - Ch. 2=M+E - 5.1 Surround Mix) in a .wav file format, and every time I try to export it out, it PLAYS in Quicktime player, but it WON'T import into Premiere Pro (citing BAD HEADER ERROR) in file.  I basically tried to utilize every file format there is for audio and such, but nothing is working (including .aif, but it kept cutting out at 13mins into the show).  I separated the dialogue music and sfx in 3 submixes, but I needed to combine the Music and Submix into 1 submix to have ONE DIALOGUE Submix, and ONE M+E submix for our distributors.  Any help to fix this would be great. 

    Paul,
    Sorry to hear about the PC -> Mac problem. Old 6.5 Mac Project opened fine in CS2 PC, after I added the file extensions.
    As for the AVI, Curt is correct. There should be a utility for the Mac, like G-Spot, which will tell you everything about your AVI file. Unfortunatly, I do not know if G-Spot is ported for the Mac (www.headbands.com/gspot), so you might need to find similar for you platform. You can then identify the necessary CODEC and install it.
    Last, you should be able to find an edit-shop that has CS3 on PC and get them to Import the old Project, then Export it in CS3, so you can open it on your Mac. If not a commercial shop, then maybe a friend with CS3 on PC? Next best thing might be to find a Mac with Premiere 6/6.5 (last Mac version, prior to CS3 ?) and try that route.
    Good luck,
    Hunt

  • Exports From Audition CC Give "Header Error" in Premiere Pro CS6

    Hello,
    I have finished the audio mixing on a 15 track project in Audition CC. It is very heavy so I had to export all the tracks separately to import them back into the Premiere Pro CS6 movie project. That way I could also do further adjustments in individual tracks later on directly on Premiere, if needed (since mixing isn´t something we´re ever done with).
    I´ve exported them all in wav 9600 Hz 32 bit (Audition doesn´t say whether it´s floating point or not) and also wav 9600 Hz 24 bit. The originals on all the tracks were eitther wav 9600 Hz 24 bit, or wav 9600 Hz 32 bit (converted from 24 bit to aplly declipping and normalization), except 2 tracks with music that had mp3, wav and m4a.
    When importing the exported Audition files back into Premiere all of the 15 tracks, including the ones that didn´t have mp3 and m4a in it, give me the message "The file cannot be opened because of a header error".
    Questions:
    1. What could be wrong?
    2. In case there isn´t a solution, what would be the best lossless formats to try and do the exports for importing into Premiere?
    Thanks a lot.

    I see...
    Trouble is I´ve never had an answer for my posts in the Audition forum (I did originally post this here because I thought it´s more of a Premiere issue, though). I guess Audition just isn´t nearly as widely used as Premiere.
    Also, I have done the same kind of exports for smaller tracks from Audition before and didn´t have an issue importing them into Premiere.
    I find it really troubling that Adobe intends to make Audition a reliable pro audio suite integrated with Premiere and, on top of some weird issues like this one (and such as the 16 bit limit for sending a project from Premiere to Audition, making that integration probably useless for most pro uses), there´s so little support.
    But thanks a lot, anyways!

  • Error building gnomad2, missing libraries?

    Hello!
    Im trying to build the new version of gnomad2, which is a GTK based app for interacting with the Creative zen jukebox I have. I have been using version 2.6.3 for a while, and today they released a new version, 2.7.0. I have build the previous versions of gnomad2 without problems, but when I try to build the 2.7.0, make fails:
    gnomad2.c: In function `scan_jukebox':
    gnomad2.c:264: error: `GNOME_STOCK_BUTTON_CANCEL' undeclared (first use in this function)
    gnomad2.c:264: error: (Each undeclared identifier is reported only once
    gnomad2.c:264: error: for each function it appears in.)
    gnomad2.c:265: warning: assignment makes pointer from integer without a cast
    gnomad2.c:270: error: invalid type argument of `->'
    gnomad2.c:274: error: invalid type argument of `->'
    gnomad2.c: In function `set_jukeboxowner_dialog':
    gnomad2.c:311: error: `GNOME_STOCK_BUTTON_OK' undeclared (first use in this function)
    gnomad2.c:312: error: `GNOME_STOCK_BUTTON_CANCEL' undeclared (first use in this function)
    gnomad2.c:313: warning: assignment makes pointer from integer without a cast
    gnomad2.c:324: error: invalid type argument of `->'
    gnomad2.c:330: error: invalid type argument of `->'
    gnomad2.c: In function `main':
    gnomad2.c:360: error: `GnomeProgram' undeclared (first use in this function)
    gnomad2.c:360: error: `gnomad' undeclared (first use in this function)
    gnomad2.c:389: error: `LIBGNOMEUI_MODULE' undeclared (first use in this function)
    gnomad2.c:390: error: `GNOME_PARAM_POPT_TABLE' undeclared (first use in this function)
    gnomad2.c:391: error: `GNOME_PROGRAM_STANDARD_PROPERTIES' undeclared (first use in this function)
    gnomad2.c:413: warning: assignment makes pointer from integer without a cast
    make[1]: *** [gnomad2.o] Error 1
    make[1]: Leaving directory `/home/krigun/downloads/gnomad2/src/gnomad2-2.7.0/src'
    make: *** [all-recursive] Error 1
    ==> ERROR: Build Failed. Aborting...
    I have checked, I have all the dependecies listed below, but I do not have Gnome installed, I only use KDE.
    Gnomad dependencies:
    Gnomad +
    |
    +- GTK+-2.0 (incl GDK, GLIB)
    |
    +- libgnomeui
    |
    +- libnjb +
    | |
    | +- libusb (optional on *BSD)
    |
    +- libid3tag
    |
    +- GNOME 2.0
    and the PKGBUILD:
    pkgname=gnomad2
    pkgver=2.7.0
    pkgrel=1
    pkgdesc="gnomad2"
    license="GPL"
    depends=('libnjb')
    source=($pkgname-$pkgver.tar.gz)
    #md5sums=('84d738840d7bc56a468f53444a0ec206')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr/bin
    make || return 1
    make DESTDIR=$startdir/pkg install
    Does anybody know what these errors are about? Im not too familiar with the Gnome libraries.. Do I have to install Gnome to be able to make the package?

    you want add this into pacmans path
    Server = ftp://ftp.archlinux.org/tur/hapy
    then
    pacman -S gnomad2
    its so much easier
    but if your current like if you ran pacman -Suy after oct 1 i belive
    then it probably wont work
    mine did till the new upgrades
    ive not been able to build it from source like your doing ive tried many times
    i read some where in the read me files bout jsut adding  modprobe njbfs then mount it like
    a mass storage device im gonna try looking into that today
    i also posted ? to the forum on this

  • Error building schema

    Hi Gurus,
    I am trying to create a simple synchronous BPEL process from which I am invoking a external webservice deployed on a local oc4j container in my laptop.My external webservice operation takes a complex type as input and returns a complex type as output.I have created a partner link for my external webservice and an invoke activity for the calling the partner link.
    When I try to expand the Input/Output variables created for the invoke activity,I get the following error
    Error building schema
    Exception: Connection timed out: connect
    I have the correct proxy settings in my JDeveloper and I am able to access my webservice port from my browser.Please let me know where I am going wrong.
    Thanks In Advance,
    Prasanna

    Hi, just a try:
    "In obsetenv.bat you can specify the proxy to be used for outbound soap/http.
    Make sure it is set if there is a proxy between the bpel server and the webservice you are trying to call."
    In case it works: Thanks to Mark :-)
    Regards,
    Hansi

  • 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

  • Error building executable

    Bonjour à tous,
    Lorsque  je terminais ma semaine hier, j'ai voulu réaliser un dernier test sur un Touch Panel, mais lorsque j'ai voulu construire l'executable sous Labview 2009, celui ci m'a affiché cette erreur :
    Error building executable. Unable to create file
    Quelqu'un saurait d'où vient cette erreur et comment la corriger? Elle est apparue comme ça sans réels changements du code, ce qui d'autant plus étrange!!
    Merci pour vos réponses!

    J'ai ce type d'erreur de temps en temps, pour moi dans 50% des cas, il suffit de quitter LabVIEW, de ré-ouvrir le projet, relancer le build et ça marche.
    Sinon il faut que tu donnes plus de détails...
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • Error building content paths on Primaries - java error

    I am on v10.3.3 (Sles Primes) and I am receiving this error in servers-meesages.log:
    [DEBUG] [12/19/11 2:40:46 PM] [] [Content Web Service] [] [getContentInfoEx: Error building content paths for ca4dde135b3d0c4d699a2722d0d49d6
    [DEBUG] [12/19/11 2:40:46 PM] [] [Content Web Service] [] [java.lang.ArrayIndexOutOfBoundsException
    [DEBUG] [12/19/11 2:40:47 PM] [] [Content Web Service] [] [getContentInfoEx: Error building content paths for 56d095d31efaad80f26e51cc02f9294
    [DEBUG] [12/19/11 2:40:47 PM] [] [Content Web Service] [] [java.lang.ArrayIndexOutOfBoundsException
    [DEBUG] [12/19/11 2:40:47 PM] [] [Content Web Service] [] [getContentInfoEx: Error building content paths for 7549fb68f8256e3ffdd1380c5b4ebc6
    [DEBUG] [12/19/11 2:40:47 PM] [] [Content Web Service] [] [java.lang.ArrayIndexOutOfBoundsException
    This is causing the workstations to hang upon registering. Once they reboot and receive their Closest Server rules the situation improves (still slow).
    [DEBUG] [12/19/2011 13:36:45.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [FindNextContent: Sleeping 3000 ms] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [FindFirstContent()] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ ] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ ] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ Found host lx147.company.net status: Busy] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ Skipping IP address 10.74.5.147, status Busy] [] []
    [DEBUG] [12/19/2011 13:36:48.843] [1788] [ZenworksWindowsService] [41] [] [ConnectMan] [] [ Found host 10.74.5.147 status: Busy] [] []
    Has anyone seen this? Please help.

    pcwoodring,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • 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.

  • "error building executble. unable to create file."

    Hello!
    When I try to run or Build an Pocket PC application i get thes message: "error building executble. unable to create file."
    I have installed:
    LAbview 8
    Microsoft embedded visual c++ 4.0
    Microsoft Pocket PC SDK
    PDA Module 8
    Does anyone have a clue wats wrong?

    The builder is missing the C compiler and the linker from Microsoft for the emulator target.
    On my system they are located in C:\Program Files\Microsoft eMbedded C++ 4.0\EVC\wce420\bin. Check on your computer.
    I couldn't find a place where to set this path (remember: I have 7.1, 8.0 may support this settings, although it's not likely).
    Paolo
    Paolo
    LV 7.0, 7.1, 8.0.1, 2011

Maybe you are looking for

  • Unknown size of image

    Hi I am receiving an image trough a network connection. The image comes in packages containing the RGB's for one line at the time. The height and size of the image is unknown until the last package is received. Each package (image line) received, sha

  • HT5957 iOS 7.0.2 upgrade issue

    After a failed attempt to upgrade to iOS 7.0.2 through iTunes, my iPad 2 is stuck on the screen with the iTunes logo and 30 pin adapter logo.  I have tried to do a hard reset, but the device keeps coming back to the same screen.  Any suggestions?

  • How to open iPad photos on a PC.

    I use an iPad and a PC desktop.  I use Kodak Easyshare software on my PC.  However, my PC cannot open iTHMB photos from my iPad. How can I open them to see them, sort them, and edit them in Kodak Easyshare?

  • Flex3 and cocomo?

    I want to know if Cocomo work with Flex 3 or Flex 4? Thanks Mark

  • Best way to label XLR, TRS, USB, Firewire cables?

    Hi, My masking tape lables get gummy after a while. I don't know if it's the heat coming through the cables or just the unstable nature of the tape in the first place, but it gets all gummy and nasty after several months. I would love to hear from th