Error building jack [FIXED]

I'm trying to build jack-audio-connection-kit from source to enable support for freebob, but the build keeps failing with undefined references because its looking for libFLAC.so.7
I have flac-1.1.4-1 installed. 
Here's the relevant output from 'make':
/usr/bin/ld: warning: libFLAC.so.7, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_seek_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_process_interleaved'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_get_resolved_state_string'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_write_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_delete'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_process_single'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_client_data'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_get_decode_position'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_write_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_error_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_init'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__StreamDecoderErrorStatusString'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_client_data'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_metadata_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_sample_rate'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_finish'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_eof_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_init'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_length_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_bits_per_sample'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_new'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_seek_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_tell_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_set_read_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_channels'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_finish'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_seek_absolute'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_new'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_tell_callback'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_process_until_end_of_metadata'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_get_state'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../lib/libsndfile.so: undefined reference to `FLAC__seekable_stream_decoder_delete'
collect2: ld returned 1 exit status
make[2]: *** [jackrec] Error 1
make[2]: Leaving directory `/var/abs/local/jack-audio-connection-kit-svn/src/jack/example-clients'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/jack-audio-connection-kit-svn/src/jack'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...
I have libFLAC.so.8, and I've tried symlinking it to libFLAC.so.7, but no luck.  That kills the first warning line, but everything else is the same.
Any ideas?
Last edited by brucebertrand (2007-03-21 05:56:18)

well...looks like I didn't have libsndfile installed.

Similar Messages

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

  • Solaris adapter: Error building user.

    Hello!
    We are using our IDM to manage users in Solaris Zones. This worked fine, but after moving some zones to a new system, the IDM says it does not find the users any more. When I do a "Accounts / Load from resource", I get the following error for many users:
    Error extracting account 'nobody': com.waveset.adapter.exception.ContinuableIteratorException: Error building user.Does anyone know how to fix this error?
    TIA
    Stephan

    Problem solved: I forgot to change the profile for the user which changes accounts on the system. After editing /etc/user_attr all works fine now.

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

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

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

  • What is "Internal Muxer Error" - How to fix it???

    I'm trying to burn a simple/basic project: 5 short films (one 15min, the others under 4min) that I put into a template - and I have no additional menus save the first. I have no transistions or anything else complicated. Just the menu and the movies.
    Here's the backstory: I had built this same project before, successfully burned at least 10 DVD's of it, and then moved it from my hard drive to my external hard drive. When I went back later to burn some more, I re-connected the assets with the project and tried to burn again - only to get this "Internal Muxer Error" that stops the building/formatting. I went through all the preferences and all other options - I retraced my steps as best I could, to no avail. So I resorted to moving my assets back onto my hard drive and I re-created my project from scratch.
    And I'm still getting this "Internal Muxer Error" in the "build" stage of the burn process - even though I did the same things to this new project that I had done when I first started.
    What is this error and how can it be fixed? I noticed a thread about the error below, but I didn't understand a thing in that discussion. And my project is different from that one because I am not using multiple angles or anything spiffy. I think I'm making about the most basic project you can come up with.
    Any help/suggestions are greatly appreciated. Thank you so much in advance.

    Building Project Short Films
    9/7/05 11:32:18 PM
    Build Folder /Users/danielbell/Desktop/Short Films 2003-2005
    Starting DVD Build SHORT_FILMS...
    Compiler Initializing...
    Precompiling Project SHORT_FILMS
    Compiling VMG Information...
    Created 7 PGCs in VTSM1
    Created 5 PGCs in VTSM2
    Created 5 PGCs in VTSM3
    Created 5 PGCs in VTSM4
    Created 5 PGCs in VTSM5
    Created 8 PGCs in VMG.
    1 Menu(s) will be created...
    Compiling Menu PGCs...
    Compiling Menu#1 (Menu 1)...
    Rendering Menu:Menu 1,Language:1...
    Writing VIDEO_TS.VOB
    Compiling Menu PGCs...
    Writing VTS020.VOB
    Compiling Menu PGCs...
    Writing VTS030.VOB
    Compiling Menu PGCs...
    Writing VTS040.VOB
    Compiling Menu PGCs...
    Writing VTS050.VOB
    5 VTSs and 5 Titles will be created...
    Compiling VTS#1 (Outlook)...
    Muxing VTS011.VOB
    Internal Muxer Error
    Build cancelled
    thanks!

  • A better way of building the fixed-length String

    I created the following code to build a fixed length string. I checked other posts for the same topic, but I found mine is better. The code below converts a double numeric value to a fixed length string with padding of white spaces (or other types):
    Line 15 initializes the char array to while space; line 13 creates a character array; lines 17, 18 copy the array created in line 13 to the one initialized in line 15.
    Any comment is welcomed.
    1. import java.text.*;
    2.
    3. public class jformat {
    4.
    5. public static void main(String[] args) {
    6.
    7. char[] fb=new char[14];
    8. char[] tb;
    9. int c, f;
    10. DecimalFormat fmt=new DecimalFormat("########0.00");
    11. double dbl=12345.66;
    12.
    13. tb=fmt.format(dbl).toCharArray();
    14.
    15. for(c=0; c<fb.length; c++) fb[c]=' ';// this line is not required in JDK 1.5
    16.
    17. for(c=tb.length-1, f=fb.length-1; c>=0; c--, f--){
    18.     fb[f]=tb[c];
    19. }
    20. System.out.println(new String(fb));
    21.
    22. }
    23.
    24. }

    Here's a couple of alternatives. One uses a StringBuffer and the second, for Java 5 only, uses the Formatter capabilities.
    import java.text.DecimalFormat;
    public class jformat
        public static void main(String[] args)
            int fieldSize = 14;
            double dbl = 12345.66;
            String dblString = new DecimalFormat("0.00").format(dbl);
            StringBuffer sb = new StringBuffer();
            for (int j = 0; j < fieldSize - dblString.length(); j++)
                sb = sb.append(' ');
            System.out.println(sb.append(dblString).toString());
             *  The above code works in Java versions 1.3, 1.4, and 1.5.
             *  However, 1.5 provides the Formatter class, and the single
             *  line below can replace the preceeding code.
            System.out.printf("%14.2f%n", dbl);
    }

  • FTXP-error-Domain MWART fixed value  does not exist- Message no. F4341

    Hi,
    I am trying to created a new record for a tax code, and i get this error
    Domain MWART fixed value  does not exist
    Message no. F4341
    I looked up OB40, and not sure how to fix this. Do you know how to check the tax codes? How to validate OB40?
    Thanks.

    Hello,
    Please follow this procedure for the input tax codes which experience
    the error F4341:
    1) Go to SE16 and enter table T007A
    2) Hit enter and in the next screen choose the following parameters
       and enter values that represent the tax code for input tax which are
       encountering the problem.
       KALSM (tax procedure)
       MWSKZ (tax code)
    3) Click on the "execute" button.
    4) Take special attention to column MWART which represents tax type.
       This should only have a value "V" to represent input tax (or "A" if
       output tax).
    5) The cause of the error F4 341 is when this column does not contain
       any value or is blank.  Which means that there is no defined tax type
       "A" or "V" maintained in customizing.
    6) To correct this you should maintain the value again via FTXP for the
       corresponding tax codes and complete all the customizing settings
       relating to tax on sales and purchases thereunder. Afterwhich you
       should no longer experience the error message.
    Regards,
    REnan

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

  • Error building PKG grub-reiser4

    helo,
       I have this error building makepkg in grub-reiser4 aur package
    makepkg
    ./PKGBUILD: line 12: syntax error near unexpected token `)'
    ./PKGBUILD: line 12: `           '4876f193005df5fca8ca9647729d1e23')'
    ==> Making package: grub 0.97-2 (Sun Dec 10 08:48:50 CET 2006)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==>     Using local copy of grub-0.97-reiser4-20050808.tar.gz
    ==>     Found menu.lst in build dir
    ==>     Found install-grub in build dir
    ==> WARNING: MD5sums are missing or incomplete.  Cannot verify source integrity.
    ==> Extracting Sources...
    ==>     tar --use-compress-program=gzip -xf grub-0.97-reiser4-20050808.tar.gz
    ==> Starting build()...
    /usr/bin/makepkg: line 637: build: command not found
    ==> ERROR: Build Failed.  Aborting...
    what is ?
    thankyou

    thankyou and sorry for my error
    but when installed I run:
    grub-install /dev/hda
        GNU GRUB  version 0.97  (640K lower / 3072K upper memory)
    [ Minimal BASH-like line editing is supported.  For the first word, TAB
       lists possible command completions.  Anywhere else TAB lists the possible
       completions of a device/filename. ]
    grub> root (hd1,4)
    Filesystem type is reiserfs, partition type 0x83
    grub> setup  --stage2=/boot/grub/stage2 --prefix=/boot/grub (hd0)
    Checking if "/boot/grub/stage1" exists... yes
    Checking if "/boot/grub/stage2" exists... yes
    Checking if "/boot/grub/reiserfs_stage1_5" exists... yes
    Running "embed /boot/grub/reiserfs_stage1_5 (hd0)"...  18 sectors are embedded.
    succeeded
    Running "install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) (hd0)1+18 p (hd1,4)/boot/grub/stage /boot/grub/menu.lst"... failed
    Error 15: File not found
    grub> quit
    this I view in my /boot/grub
    default        iso9660_stage1_5  minix_stage1_5     stage2_eltorito
    device.map     jfs_stage1_5      reiser4_stage1_5   ufs2_stage1_5
    e2fs_stage1_5  menu.lst          reiserfs_stage1_5  vstafs_stage1_5
    fat_stage1_5   menu.lst.old      stage1             xfs_stage1_5
    ffs_stage1_5   menu.lst.pacnew   stage2

  • Error building DC - Updated

    Error building a DC.
    I have a DC named "ext_xl" which is of type "External Library".
    I copied 3 Jar files:- Jexcel-install.jar, Jexcel.jar, jxl.jar into the library folder of this DC. Further I created two Public parts one for API and the other for SDA named:
    1. XL_API_PP
    2. XL_SDA_PP
    I built this DC "ext_xl".
    I have a report DC (cdts_ab) and a selection screen DC (sel_ab). The selection component in the Selectionscreen DC is used in the report DC via Used DC.
    When I add the above mentioned PP "XL_API_PP" to the Used DC part of "cdts_ab" and try to buid it, it gives me following error log:
    26-Aug-2006 10:37:46 /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: cdts_ab: Build failed for com.rel/cdts_ab(MyComponents) in variant "default": [Error]   Generation failed!
    Build log -
    Development Component Build (2006-08-26 10:37:39)
      Component name: cdts_ab
      Component vendor: com.rel
      SC compartment: MyComponents
      Configuration: LocalDevelopment
      Location: local
      Source code location: Administrator@infpw01589
      DC root folder: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\com.rel\cdts_ab\_comp\
      DC type: Web Dynpro
      Host: infpw01589
    DC Model check:
              [dcmake] All used DCs are available locally
              [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/cmi"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/logging"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
              [dcmake] validating dependency to  public part "SelectOptionComp_PP" of DC "com.rel/sel_ab"
              [dcmake] validating dependency to  public part "SelectOptionTypes_PP" of DC "com.rel/sel_ab"
              [dcmake] validating dependency to  public part "XL_API_PP" of DC "com.ash/ext_xl"
              [dcmake] DC model check OK
    Start build plugin:
              [dcmake] using build plugin: sap.com/tc/bi/bp/webDynpro
              [dcmake] starting build plugin from : C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.tc.ap\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\
    [wdgen] [Info]    Generating configuration/Components/com.rel.cmet.components.contdailytscomp.ContDailyReptComp/ContDailyReptComp.xml
    [System.err] [Invoked from  com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:153)]
    [System.err] com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to parse XML document containing MRO=com.rel.cmet.components.seloptcomp.SelectOptionsComp.
    [System.err]      at com.sap.tc.webdynpro.repository.xml.XMLLayerDataParserWriter.startParsing(XMLLayerDataParserWriter.java:190)
    [System.err]      at com.sap.tc.webdynpro.repository.xml.XMLPersistence.readRepositoryObject(XMLPersistence.java:331)
    (ProgmodelRepositoryGenerator.java:297)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (4 seconds)
    Ant runtime 6.266 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2006-08-26 10:37:46 GMT
    Total build plugin runtime: 6.781 seconds
    Build finished with ERROR
    Message was edited by: Ashwin Bhat

    Could not find a solution. Built new dc.

Maybe you are looking for