Makepkg fatal error: dbus/dbus.h: No such file or directory

Hello everyone.
I downloaded lxappearance2-git from AUR and I tried to makepkg but got the following error at the end of the making procedure:
lxappearance.c:37:23: fatal error: dbus/dbus.h: No such file or directory
I inspected the generated makefiles and none of them has an include path for gcc to /usr/include/dbus-1.0/dbus.
Maybe this is the problem? Or what else.
Thanks

Oh yea I had two lxappearnce packages to be downloaded i was looking at the wrong one because the dependancy of the one is the other. My bad, gonna check the comments now.
Sorry about crossposting wasn't sure about the nature of the question, its not gonna happen again. Feel free to delete the newbie one I guess
Edit: Hmm to my understanding this is an issue to be solved. Since I know where the dbus library is located, isn't there a way to tell the build where it is? I went through some files like "configure" but there are a little bit complicated for me
Last edited by Crone (2012-03-29 23:23:08)

Similar Messages

  • Tar/write.c:49:28: error: ext2fs/ext2_fs.h: No such file or directory

    Ok, I'm stuck.  I'm trying to compile libarchive-1.3.1 ona a system and I get this error.  I've tried this and that, but no luck ... anything obvious I need to install?  Think there may be a broken symlink somewhere perhaps?
    h-3.2# make
    make all-am
    make[1]: Entering directory `/media/cf/depends/libarchive-1.3.1'
    if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./libarchive -g -O2 -MT tar/bsdtar-write.o -MD -MP -MF "tar/.deps/bsdtar-write.Tpo" -c -o tar/bsdtar-write.o `test -f 'tar/write.c' || echo './'`tar/write.c; \
    then mv -f "tar/.deps/bsdtar-write.Tpo" "tar/.deps/bsdtar-write.Po"; else rm -f "tar/.deps/bsdtar-write.Tpo"; exit 1; fi
    tar/write.c:49:28: error: ext2fs/ext2_fs.h: No such file or directory
    tar/write.c: In function 'write_hierarchy':
    tar/write.c:599: error: 'EXT2_IOC_GETFLAGS' undeclared (first use in this function)
    tar/write.c:599: error: (Each undeclared identifier is reported only once
    tar/write.c:599: error: for each function it appears in.)
    tar/write.c:601: error: 'EXT2_NODUMP_FL' undeclared (first use in this function)
    tar/write.c: In function 'write_entry':
    tar/write.c:742: error: 'EXT2_IOC_GETFLAGS' undeclared (first use in this function)
    make[1]: *** [tar/bsdtar-write.o] Error 1
    make[1]: Leaving directory `/media/cf/depends/libarchive-1.3.1'
    make: *** [all] Error 2

    I've looked into Oracle Database 10g Express Edition (Universal), a .deb file, found no occi.h but did find lots of .so files (linux shared libraries). I'll try and adapt my code and Netbeans/g++ to that and see if it works...
    I can't really install it since my 4GB computer is x64 and my i386 "only" has 186RAM... Enterprise Linux Release 5 Media Pack for x86 64 (64 bit) is 5.1GB+updates (~5GB each)... Not gonna waste my time installing that just for a project.
    I sense i'm missing something obvious... although there's nothing obvious about *.oracle.com... information company they say? ;)

  • Error X11/Xlib.h: No such file or directory

    I'm trying to compile some C-code using gcc, and I keep getting the following error: "X11/Xlib.h: No such file or directory". I know that I need to "somehow" identify the Path information for these X11 lib's, etc, but I do not know HOW to do that. I tried adding path definitions to my .profile file - did not work. I have X11 installed, and supposedly I installed the SDK. Can anyone help me with this

    If you're not sure if you have the SDKs, can you confirm you have the files under /Developer? Check for /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/X11
    I don't remember having to do anything special to get gcc to find these files.
    From what I've noted, the usual trigger seems to be that the X11SDK.pkg package wasn't installed.
    Typical PATH export is:
    export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
    If you're working with Fink, there's a call to the following needed:
    . /sw/bin/init.sh
    See http://finkproject.org/doc/users-guide/install.php
    But I'd first make sure the X11 SDK was installed. I'd guess that is missing.

  • [SOLVED] Error : sys\stat.h: No such file or directory

    I get "...sys\stat.h: No such file or directory" error when compiling a simple C program. i have been searching for a while on web and see people writing "# pacman -S base-devel" i have that already and some more packages like glib ...
    These are the includes i am using :
    #include <stdio.h>
    #include <stdlib.h>
    #include <io.h>
    #include <fcntl.h>
    #include <sys\stat.h>
    // here is when i use the libraries sys/stats.h
    struct stat stbuf;
    stat(argv[2], &stbuf);
    int infSize = stbuf.size;
    This is the output of the command "gcc -o copy copy.c" :
    copy.c:3:16: error: io.h: No such file or directory
    copy.c:5:22: error: sys\stat.h: No such file or directory
    copy.c: In function 'main':
    copy.c:35: error: storage size of 'stbuf' isn't known
    Either i am missing any package needed or the gcc compiler is missing any lib directory. But i dont know which one is it.
    Any ideas are apreciated. Thanks you
    EDIT : The error was actually on #Include <io.h> , but i dunno why it conflicted with #include <sys\stat.h>.
    Anyway Problem Solved.
    Last edited by puzzled (2008-10-05 17:07:03)

    If you're not sure if you have the SDKs, can you confirm you have the files under /Developer? Check for /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/X11
    I don't remember having to do anything special to get gcc to find these files.
    From what I've noted, the usual trigger seems to be that the X11SDK.pkg package wasn't installed.
    Typical PATH export is:
    export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
    If you're working with Fink, there's a call to the following needed:
    . /sw/bin/init.sh
    See http://finkproject.org/doc/users-guide/install.php
    But I'd first make sure the X11 SDK was installed. I'd guess that is missing.

  • [SOLVED!] makepkg won't "make" (cd: src: no such file or directory)

    Here is an install log:
    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 for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-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
    checking for a BSD-compatible install... /bin/install -c
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... 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 ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) 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...
    extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
    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 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... no
    checking if /usr/bin/ld 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.7.2 configured successfully:
    Installing into: /usr
    System config dir: /etc
    C compiler flags: -Wall -W
    Libraries: -lm -lasound -lrt
    Linker flags: -Wl,-O1
    * X11:
    X11 support: no
    XDamage support: no
    XDBE support: no
    Xft support: no
    * Music detection:
    Audacious: no
    BMPx: no
    MPD: yes
    MOC: yes
    XMMS2: no
    * General:
    OpenMP:
    math: yes
    hddtemp: no
    portmon: no
    RSS: no
    Curl: no
    Weather
    METAR: no
    XOAP: no
    wireless: no
    IBM: no
    nvidia: no
    eve-online: no
    config-output: yes
    Imlib2: no
    ALSA mixer: yes
    apcupsd: yes
    I/O stats: yes
    * Lua (no) bindings:
    Cairo: no
    Imlib2: no
    Making all in src
    /bin/sh: line 17: cd: src: No such file or directory
    make: *** [all-recursive] Error 1
    A couple of months ago I stumbled upon this problem, but handfixed all entrances in Makefiles recursively, changing explicitly '/bin/sh' on '/bin/bash' (although, /bin/sh is a link on /bin/bash). Now I had do deploy archlinux on another machine and here's the problem, again.
    Last edited by cra (2009-10-27 12:43:53)

    Ok, I rm'ed the src and pkg subdirectories for package cairo-lcd, here's what I have:
    (Actually, no specific options for makepkg)
    [cra@cratop 07:47:47 ~/downloads/cairo-lcd]
    $ ls
    PKGBUILD cairo-1.8.8.tar.gz lcd-filter.patch
    [cra@cratop 07:48:46 ~/downloads/cairo-lcd]
    $ makepkg
    ==> Making package: cairo-lcd 1.8.8-1 i686 (Wed Oct 21 07:48:50 MSD 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found cairo-1.8.8.tar.gz in build dir
    -> Found lcd-filter.patch in build dir
    ==> Validating source files with md5sums...
    cairo-1.8.8.tar.gz ... Passed
    lcd-filter.patch ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f "cairo-1.8.8.tar.gz"
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file doc/public/cairo-sections.txt
    Hunk #1 succeeded at 326 (offset 7 lines).
    patching file src/cairo-font-options.c
    patching file src/cairo-ft-font.c
    Hunk #2 succeeded at 742 (offset 3 lines).
    Hunk #3 succeeded at 1034 (offset 3 lines).
    Hunk #4 succeeded at 1091 (offset 3 lines).
    Hunk #5 succeeded at 1103 (offset 3 lines).
    Hunk #6 succeeded at 1124 (offset 3 lines).
    Hunk #7 succeeded at 1162 (offset 3 lines).
    Hunk #8 succeeded at 1225 (offset 3 lines).
    Hunk #9 succeeded at 1252 (offset 3 lines).
    Hunk #10 succeeded at 1500 (offset 3 lines).
    Hunk #11 succeeded at 1542 (offset 3 lines).
    Hunk #12 succeeded at 1578 (offset 3 lines).
    Hunk #13 succeeded at 1697 (offset 3 lines).
    Hunk #14 succeeded at 1726 (offset 3 lines).
    Hunk #15 succeeded at 2695 (offset 25 lines).
    patching file src/cairo-types-private.h
    Hunk #1 succeeded at 116 (offset 8 lines).
    patching file src/cairo-xlib-screen.c
    Hunk #1 succeeded at 143 with fuzz 1 (offset 11 lines).
    Hunk #2 succeeded at 159 (offset 11 lines).
    Hunk #3 succeeded at 257 (offset 11 lines).
    Hunk #4 succeeded at 287 (offset 11 lines).
    patching file src/cairo.h
    Hunk #1 succeeded at 1046 (offset 78 lines).
    Hunk #2 succeeded at 1171 (offset 78 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 build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for bash... /bin/bash
    checking if dolt supports this host... yes, replacing libtool
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking whether to build gtk-doc documentation... no
    checking for gtkdoc-check... no
    checking for find... /usr/bin/find
    checking for xargs... /usr/bin/xargs
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether g++ accepts -g... (cached) yes
    checking dependency style of g++... (cached) gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC -DPIC
    checking if g++ PIC flag -fPIC -DPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking if g++ supports -c -o file.o... (cached) yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether gcc and cc understand -c and -o together... yes
    checking for inline... inline
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking whether byte ordering is bigendian... no
    checking whether float word ordering is bigendian... no
    checking for native atomic primitives... Intel
    checking whether atomic ops require a memory barrier... no
    checking for native Win32... no
    checking for Sun Solaris (non-POSIX ctime_r)... no
    checking for cos in -lm... yes
    checking for sched_yield in -lrt... yes
    checking for stdint.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking sys/int_types.h usability... no
    checking sys/int_types.h presence... no
    checking for sys/int_types.h... no
    checking for uint64_t... yes
    checking for uint128_t... no
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking for unistd.h... (cached) yes
    checking signal.h usability... yes
    checking signal.h presence... yes
    checking for signal.h... yes
    checking for sys/stat.h... (cached) yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking sys/poll.h usability... yes
    checking sys/poll.h presence... yes
    checking for sys/poll.h... yes
    checking sys/un.h usability... yes
    checking sys/un.h presence... yes
    checking for sys/un.h... yes
    checking sched.h usability... yes
    checking sched.h presence... yes
    checking for sched.h... yes
    checking for sched_getaffinity... yes
    checking fenv.h usability... yes
    checking fenv.h presence... yes
    checking for fenv.h... yes
    checking for feenableexcept... yes
    checking for fedisableexcept... yes
    checking libgen.h usability... yes
    checking libgen.h presence... yes
    checking for libgen.h... yes
    checking byteswap.h usability... yes
    checking byteswap.h presence... yes
    checking for byteswap.h... yes
    checking for signal.h... (cached) yes
    checking setjmp.h usability... yes
    checking setjmp.h presence... yes
    checking for setjmp.h... yes
    checking for vasnprintf... no
    checking for link... yes
    checking for ctime_r... yes
    checking for drand48... yes
    checking for flockfile... yes
    checking windows.h usability... no
    checking windows.h presence... no
    checking for windows.h... no
    checking for supported warning flags...
    checking whether gcc supports -Wall... yes
    checking whether gcc supports -Wextra... yes
    checking whether gcc supports -Wsign-compare... yes
    checking whether gcc supports -Werror-implicit-function-declaration... yes
    checking whether gcc supports -Wpointer-arith... yes
    checking whether gcc supports -Wwrite-strings... yes
    checking whether gcc supports -Wstrict-prototypes... yes
    checking whether gcc supports -Wmissing-prototypes... yes
    checking whether gcc supports -Wmissing-declarations... yes
    checking whether gcc supports -Wnested-externs... yes
    checking whether gcc supports -Wpacked... yes
    checking whether gcc supports -Wswitch-enum... yes
    checking whether gcc supports -Wmissing-format-attribute... yes
    checking whether gcc supports -Wstrict-aliasing=2... yes
    checking whether gcc supports -Winit-self... yes
    checking whether gcc supports -Wunsafe-loop-optimizations... yes
    checking whether gcc supports -Wdeclaration-after-statement... yes
    checking whether gcc supports -Wold-style-definition... yes
    checking whether gcc supports -Wno-missing-field-initializers... yes
    checking whether gcc supports -Wno-unused-parameter... yes
    checking whether gcc supports -Wno-attributes... yes
    checking whether gcc supports -Wno-long-long... yes
    checking whether gcc supports -Winline... yes
    checking whether gcc supports -fno-strict-aliasing... yes
    checking whether gcc supports -fno-common... yes
    checking whether gcc supports -Wp,-D_FORTIFY_SOURCE=2... yes
    checking which warning flags were supported... -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2
    checking how to enable unused result warnings... __attribute__((__warn_unused_result__))
    checking how to allow undefined symbols in shared libraries used by test suite... checking whether gcc supports -Wl,--allow-shlib-undefined... yes
    -Wl,--allow-shlib-undefined
    checking for VALGRIND... no
    no
    checking for compress in -lz... yes
    checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking for X... libraries , headers
    checking for cairo's Xlib surface backend feature...
    checking for xlib... yes
    checking whether cairo's Xlib surface backend feature could be enabled... yes
    checking for cairo's Xlib Xrender surface backend feature...
    checking for xlib_xrender... yes
    checking whether cairo's Xlib Xrender surface backend feature could be enabled... yes
    checking for cairo's XCB surface backend feature...
    checking for xcb... yes
    checking whether cairo's XCB surface backend feature could be enabled... yes
    checking for cairo's Quartz surface backend feature...
    checking ApplicationServices/ApplicationServices.h usability... no
    checking ApplicationServices/ApplicationServices.h presence... no
    checking for ApplicationServices/ApplicationServices.h... no
    checking CoreGraphics/CoreGraphics.h usability... no
    checking CoreGraphics/CoreGraphics.h presence... no
    checking for CoreGraphics/CoreGraphics.h... no
    checking whether cairo's Quartz surface backend feature could be enabled... no (requires CoreGraphics framework)
    checking for cairo's Quartz font backend feature...
    checking whether cairo's Quartz font backend feature could be enabled... no (requires CoreGraphics framework)
    checking for cairo's Microsoft Windows surface backend feature...
    checking whether cairo's Microsoft Windows surface backend feature could be enabled... no (requires a Win32 platform)
    checking for cairo's Microsoft Windows font backend feature...
    checking whether cairo's Microsoft Windows font backend feature could be enabled... no (requires a Win32 platform)
    checking for cairo's PNG functions feature...
    checking for png... yes
    checking whether cairo's PNG functions feature could be enabled... yes
    checking for cairo's FreeType font backend feature...
    checking for FONTCONFIG... yes
    checking for FcFini... yes
    checking for FREETYPE... yes
    checking whether cairo's FreeType font backend feature could be enabled... yes
    checking for FT_Bitmap_Size.y_ppem... yes
    checking for FT_GlyphSlot_Embolden... yes
    checking for FT_Load_Sfnt_Table... yes
    checking for FT_Library_SetLcdFilter... yes
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking for cairo's PostScript surface backend feature...
    checking whether cairo's PostScript surface backend feature could be enabled... yes
    checking for gs... gs
    checking for LIBSPECTRE... yes
    checking for cairo's PDF surface backend feature...
    checking whether cairo's PDF surface backend feature could be enabled... yes
    checking for POPPLER... yes
    checking for poppler_page_render... yes
    checking for cairo's SVG surface backend feature...
    checking whether cairo's SVG surface backend feature could be enabled... yes
    checking for LIBRSVG... yes
    checking for rsvg_pixbuf_from_file... yes
    checking for cairo's image surface backend feature...
    checking for pixman... yes
    checking whether cairo's image surface backend feature could be enabled... yes
    checking for cairo's user font backend feature...
    checking whether cairo's user font backend feature could be enabled... yes
    checking for gtk... yes
    configure: creating ./config.status
    config.status: creating src/cairo.pc
    config.status: creating cairo-uninstalled.pc
    config.status: creating src/cairo-xlib.pc
    config.status: creating cairo-xlib-uninstalled.pc
    config.status: creating src/cairo-xlib-xrender.pc
    config.status: creating cairo-xlib-xrender-uninstalled.pc
    config.status: creating src/cairo-xcb.pc
    config.status: creating cairo-xcb-uninstalled.pc
    config.status: creating src/cairo-png.pc
    config.status: creating cairo-png-uninstalled.pc
    config.status: creating src/cairo-ft.pc
    config.status: creating cairo-ft-uninstalled.pc
    config.status: creating src/cairo-ps.pc
    config.status: creating cairo-ps-uninstalled.pc
    config.status: creating src/cairo-pdf.pc
    config.status: creating cairo-pdf-uninstalled.pc
    config.status: creating src/cairo-svg.pc
    config.status: creating cairo-svg-uninstalled.pc
    config.status: creating Makefile
    config.status: creating boilerplate/Makefile
    config.status: creating src/Makefile
    config.status: creating test/Makefile
    config.status: creating test/pdiff/Makefile
    config.status: creating perf/Makefile
    config.status: creating util/Makefile
    config.status: creating doc/Makefile
    config.status: creating doc/public/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing ./build/Makefile.win32.features commands
    config.status: creating ./build/Makefile.win32.features
    config.status: ./build/Makefile.win32.features is unchanged
    config.status: executing ./src/Makefile.am.features commands
    config.status: creating ./src/Makefile.am.features
    config.status: ./src/Makefile.am.features is unchanged
    config.status: executing ./src/Makefile.win32.features commands
    config.status: creating ./src/Makefile.win32.features
    config.status: ./src/Makefile.win32.features is unchanged
    config.status: executing ./boilerplate/Makefile.am.features commands
    config.status: creating ./boilerplate/Makefile.am.features
    config.status: ./boilerplate/Makefile.am.features is unchanged
    config.status: executing ./boilerplate/Makefile.win32.features commands
    config.status: creating ./boilerplate/Makefile.win32.features
    config.status: ./boilerplate/Makefile.win32.features is unchanged
    config.status: executing src/cairo-features.h commands
    config.status: creating src/cairo-features.h
    config.status: executing ./src/cairo-supported-features.h commands
    config.status: creating ./src/cairo-supported-features.h
    config.status: ./src/cairo-supported-features.h is unchanged
    config.status: executing ./build/Makefile.win32.features-h commands
    config.status: creating ./build/Makefile.win32.features-h
    config.status: ./build/Makefile.win32.features-h is unchanged
    cairo (version 1.8.8 [release]) will be compiled with:
    The following surface backends:
    Image: yes (always builtin)
    Xlib: yes
    Xlib Xrender: yes
    Quartz: no (requires CoreGraphics framework)
    Quartz-image: no (disabled, use --enable-quartz-image to enable)
    XCB: yes
    Win32: no (requires a Win32 platform)
    OS2: no (disabled, use --enable-os2 to enable)
    PostScript: yes
    PDF: yes
    SVG: yes
    glitz: no (disabled, use --enable-glitz to enable)
    BeOS: no (disabled, use --enable-beos to enable)
    DirectFB: no (disabled, use --enable-directfb to enable)
    The following font backends:
    User: yes (always builtin)
    FreeType: yes
    Win32: no (requires a Win32 platform)
    Quartz: no (requires CoreGraphics framework)
    The following functions:
    PNG functions: yes
    And the following internal features:
    gcov support: no
    test surfaces: no (disabled, use --enable-test-surfaces to enable)
    ps testing: yes
    pdf testing: yes
    svg testing: yes
    --- The XCB surface backend feature is still under active development and is
    --- included in this release only as a preview. It does NOT fully work yet
    --- and incompatible changes may yet be made to XCB surface backend specific
    --- API.
    make all-recursive
    make[1]: Entering directory `/home/cra/downloads/cairo-lcd/src/cairo-1.8.8'
    Making all in src
    /bin/sh: line 17: cd: src: No such file or directory
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/cra/downloads/cairo-lcd/src/cairo-1.8.8'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    [cra@cratop 07:49:13 ~/downloads/cairo-lcd]
    $

  • Error creating moint point: No such file or directory

    I get this message in x86-64 version of Arch. Even uder root so that's not a problem with user settings. Is there something I forgot to install or set?
    I have gvfs, thunar-volman. .xinitrc is as follows:
    export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
    export DE=xfce
    exec ck-launch-session dbus-launch --exit-with-session startxfce4

    Hi
    I get this message when i connect my ext hard or flash memory.why? please help me
    Here are fdisk:
    Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x99901768
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
    /dev/sda2          206848   143362047    71577600    7  HPFS/NTFS/exFAT
    /dev/sda3       143362048   182432127    19535040   83  Linux
    /dev/sda4       182432128   976773167   397170520    5  Extended
    /dev/sda5       182432191   190239717     3903763+  82  Linux swap / Solaris
    /dev/sda6       190239781   976773167   393266693+  83  Linux
    Disk /dev/sdd: 500.1 GB, 500107862016 bytes, 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x62e315ca
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdd1              63   976768064   488384001    c  W95 FAT32 (LBA)
    Last edited by proserpine (2013-05-21 08:26:15)

  • Ld.so.1: oracle sid : fatal: libjox8.so: open failed: No such file or direc

    RDBMS Version: 8.1.7.4
    Operating System and Version: trusted solaris intel 8
    Error Number (if applicable):
    Product (i.e. SQL*Loader, Import, etc.): installation of patch set 8.1.7.4
    Product Version: 8.1.7.4
    ld.so.1: oracle&lt;sid&gt;: fatal: libjox8.so: open failed: No such file or directory
    I get this error when connecting to with SQLPLUS to Oracle.
    I have reordered paths in LD_LIBRARY_PATH
    so $ORACLE_HOME/lib is before /usr/lib
    and recompiled make -f ins_rdbms.mk install
    and make -f ins_rdbms.mk ioracle
    I can only connect as oracle in the install group
    I have found some posts the suggest changing mode of the oracle executable. but that doesn't seem to help.
    I have tried to $ORACLE_HOME/bin/relink all
    but that didn't help either.
    Please advise.

    According to the following docs, you should not get this error when you apply Patch 8904424 so I would suggest you log a SR.
    Patch 8557019: make: Fatal error: Command failed for target `dejvm'0.1.2/lib32/WS6U1/crti.o: open failed: No such file or directory (Doc ID 1291895.1)
    make: *** [dejvm] Error 1 While Applying 8557019 For Forms Upgrade Doc 437878.1 (Doc ID 1543498.1)
    Thanks,
    Hussein

  • Disk Utility error: "No such file or directory."

    I'm trying to copy a DVD I made in iDVD. What I've always done in the past is to open Disk Utility, put the DVD in the optical drive, select "Images...New...Image From [optical drive]". But today when I do this I get an error message that says "No such file or directory."
    I've tried selecting the drive ("2.0 GB PIONEER DVD-R...") and selecting the DVD ("CFTPRODUCTDEMO").
    The DVD plays in DVD Player no problems. I have 11 GB free on my hard drive. I'm using a new Pioneer DVR-111D external optical drive (the internal 106D won't read DVDs it makes).
    What's wrong?

    Hey,
    Im having the same exact problem.
    Toast even says it has a medium error with this drive.
    I cant burn with toast and it wont play other DVD-R movies
    that I have burnt on other systems.
    What is the fix?

  • Error when compiling: "asm/errno.h: No such file or directory"

    Ok, so I've got this error while compiling some app written in C:
    In file included from /usr/include/bits/errno.h:25,
    from /usr/include/errno.h:36,
    from /usr/include/python2.6/Python.h:40,
    from config.c:18:
    /usr/include/linux/errno.h:4:23: error: asm/errno.h: No such file or directory
    make: *** [config.o] Error 1
    I've tried to google it, people said I needed to make some symlinks, but it didn't work. I've also tried update (pacman -Syu), but that didn't help as well. Do you have any solutions?
    Thanks

    Thanks,
    I was searching for a soltion like GCC Path and something with include or something but this worked instead..:)

  • Xmlparser.parse error: No such file or directory

    Hello,
    Please forgive me if this has already been answered, but I did quite a bit of searching and could not find any resolved threads on this matter.
    I'm getting the following error from my call to xmlparser.parse(parser, Path || File);
    ERROR at line 1:
    ORA-20100: Error occurred while parsing: No such file or directory
    ORA-06512: at "SYS.XMLPARSER", line 22
    ORA-06512: at "SYS.XMLPARSER", line 79
    ORA-06512: at "MyProcedure", line 219
    ORA-06512: at line 1
    Now, I've seen that sometimes this can be caused because of a missing dtd, so I've set the following:
    xmlparser.setValidationMode(parser, FALSE);
    Moreover, I can access the same file with a call to:
    utl_file.fopen(Path, File, 'r');
    What can I begin to do to try and solve this?
    Thanks,
    Ryan

    Oh - I think this is the problem:
    http://www.lc.leidenuniv.nl/awcourse/oracle/appdev.920/a96621/adx20ppl.htm#1005695
    Argument Description: 'dir'
    "should be specified as a complete path name" - I was using a directory alias

  • [SOLVED] /usr/bin/env: No such file or directory

    Hi,
    I've tried to install a couple packages from the AUR, but when I run "makepkg -s", I get this error:
    /usr/bin/env: No such file or directory
    make: *** [install] Error 127
    ==> ERROR: A failure occurred in package().
        Aborting...
    I'm sorry if this is something terribly simple, but I can't find any mention of /usr/bin/env anywhere.
    I have coreutils installed, which I believe env is part of.
    Thank you for any help!
    Last edited by dluco (2013-09-24 01:37:11)

    The /usr/bin/env is provided by the coreutils package. 
    You didn't run into issues when there was the move from /bin, /sbin, /usr/sbin → /usr/bin ?  This happened back in the beginning of June!  You need to read the front page news.
    If this is the case, I am venturing to guess that your system is probably not actually up to date, and even that you might have been doing partial updates for some time now…
    Edit: Check /bin, /sbin, and /usr/sbin and see if they are symlinks pointing to /usr/bin.  If they are, you apparently made it through that update unscathed.  If they are not, well…
    Last edited by WonderWoofy (2013-09-23 16:25:19)

  • Getting "Warning: The file upload failed.No such file or directory." while trying to upload image using af:inputFile

    Hi,
    I have a <af:inputFile> component which will upload only image file and render  the corresponding image...
    It work with normal application deployed on weblogic server however when i use same taskflow as a part of human task in SOA BPM worklist...
    I get this warning message "Warning: The file upload failed.No such file or directory." for certain files where as it works for certain image files.
    And in BPM whenever i upload PNG file it throws this error.
    Please help.

    For some files like Images with .png extensions it gives following error :
    java.io.IOException: No such file or directory
      at java.io.UnixFileSystem.createFileExclusively(Native Method)
      at java.io.File.checkAndCreate(File.java:1705)
      at java.io.File.createTempFile0(File.java:1726)
      at java.io.File.createTempFile(File.java:1803)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl._createOutputStream(UploadedFileImpl.java:284)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl.loadFile(UploadedFileImpl.java:208)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl._processFile(CompositeUploadedFileProcessorImpl.java:344)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl.processFile(CompositeUploadedFileProcessorImpl.java:95)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl._doUploadFile(FileUploadConfiguratorImpl.java:329)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:162)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:610)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:216)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:155)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • Compile fail under linux ! oci.h: No such file or directory

    I want to transplant an Win32 OCI program to Linux.When i compile the program under Linux, the gcc returns the error information 'oci.h: No such file or directory '.
    Where can i find the OCI libs and includes under Linux/Unix?

    and I suggest you should use $ORACLE_HOME/rdbms/demo/demo_rdbms.mk to build oci applications. Instructions are there in the same file.

  • Operating system message: No such file or directory in DMS while archivng.

    Dear Team,
    While i am trying to make the archiving i am getting the error "
    Operating system message: No such file or directory" in DMS. I cross checked all the forums and made the settings as suggested still i am not able to resolve this. In fact it is working fine in my development system but not executing in Quality server.
    Please do the needful.
    Regards,
    Banu

    Hi Bhanu,
    Check with technical details like archive directory ,customising settings on sara .   I think so u made transport archive setting TR into quality server ?. On some repository the changes won't happen with imported TR on target system. Please cross check and do manually on quality server. My guess problem with OAC0 , OACT . 
    Regards,
    chandu

  • Fatal error C1083: Cannot open type library file: '..\..\bin\TsAdpApi.tlb': No such file or directory

    Hi Folks:
    I am doing one Dll file for TestStand , and got an error : d:\teststand3.5\teststand 3.5\examples\modaldialogs\mfc\tsapivc.h(18) : fatal error C1083: Cannot open type library file: '..\..\bin\TsAdpApi.tlb': No such file or directory
    Could anyone help me out of that ??
    Thanks in advance !

    This type library for the adapter API is embedded in the teapi.dll. If you are using Visual Studio.NET, there is an attribute called tlbid that you can use with the #import directive in order to import that embedded library (see the MSDN documentation for more details). For example:
    #import tlbid(2)
    In VC++ 6.0, there is no way to import embedded type libraries. Therefore, you must use the attached type library file (.tlb) with the #import directive. For example:
    #import "TsAdpApi.tlb"

Maybe you are looking for

  • Duplicate software componentn in Integration Repository

    Hi Experts, I have a scenario here in which I was trying to move my objects in Integration Repository from dev to prod by simply exporting it. I have done exporting all objects by choosing " All objects of Individual Namespaces ". Now, my problem is

  • How to remove the "Sign Out" in OBIEE 11g?

    How to remove or hide the "Sign Out" option from Dashboard in OBIEE 11g? Edited by: Siva Prasad on Jul 6, 2011 6:20 AM

  • CS4 install- win32version.rc missing in CS4 AE SDK zip file

    Hello, Copied down the CS4 AE SDK to Windows, and everything looks fine except CCU project is missing a "win32version.rc" file. Linker errors are telling me its missing About(), DoClickRect(), and DoClick() functions. Figured maybe I'd install CS3 an

  • Recomendations on how to deploy Adobe updates in a corporate enviroment

    I am sure this has been asked but I couldn't find anything We have many computers on a corporate network that are running Adobe Acrobat (6, 7, 8, & 9).  I am looking for an effective way to update all of my adobe versions with the latest patches on a

  • COR1/2/3 process header screen exit

    Hi, The task is to add an additional tab strip with additional data in process order header - COR1, COR2, COR3 Is there a way to do that without modifying standard screen? Some screen exits? I wasnt able to find any regards, Jurijs