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

Similar Messages

  • Error building pkg wepdecrypt

    Hello,
    I am trying to build the pkg wepdecrypt from AUR using ABS. All the dependancies are installed, but during the makepkg I get the following error :
    wepclient.c: In function 'server_connection':
    wepclient.c:121: warning: pointer targets in passing argument 1 of 'inet_addr' differ in signedness
    wepclient.c:123: warning: pointer targets in passing argument 1 of 'gethostbyname' differ in signedness
    gcc -march=i686 -O2 -pipe -c -D__LINUX_WLAN__ -D__I386__ -o md5_digest.o md5_digest.c
    gcc  -o wepdecrypt wepdecrypt.o rc4.o wepfilter.o log.o
            modes.o misc.o md5_digest.o  wepserver.o wepclient.o verify.o keygen.o localkeygen.o -lcrypto -lz -lpcap
    gcc: log.omodes.o: No such file or directory
    make[1]: *** [wepdecrypt] Error 1
    make[1]: Leaving directory `/var/abs/local/wepdecrypt/src/wepdecrypt-0.7/src'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.  Aborting...
    This is the PKGBUILD:
    # Contributor: phloyd <phloyd>
    pkgname=wepdecrypt
    pkgver=0.7
    pkgrel="1"
    pkgdesc="Enhanced version of WepAttack a tool for breaking 802.11 WEP keys"
    url="http://wepdecrypt.sourceforge.net/"
    license="GPL"
    makedepends=('gcc' 'make')
    depends=('bash' 'zlib' 'openssl' 'libpcap' 'fltk')
    source=(http://dl.sourceforge.net/sourceforge/$pkgname/WepDecrypt-$pkgver.tar.gz)
    backup=('etc/wepdecrypt.conf')
    md5sums=('72576cec9af9486bf64124b7aaa79f31')
    sha1sums=('304c14db012392509d3b84d3e8d6c39e8b586fff')
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure
      make || return 1
    INSTDIR=/usr/bin
    mkdir -p $startdir/pkg/$INSTDIR
    mkdir -p $startdir/pkg/etc
    mkdir -p $startdir/pkg/usr/man/man1/
        install -m 755 src/wepdecrypt       $startdir/pkg/$INSTDIR
        install -m 755 run/wepdecrypt_word  $startdir/pkg/$INSTDIR
        install -m 755 run/wepdecrypt_inc   $startdir/pkg/$INSTDIR
        install -m 644 conf/wepdecrypt.conf $startdir/pkg/etc
        install -m 644 doc/wepdecrypt.1.gz  $startdir/pkg/usr/man/man1/
    I would appreciate if someone tries and tell me whats missing or what i am doing wrong....
    Tx,
    B

    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 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 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 synfigstudio from AUR

    I managed to install Kdenlive from the AUR using Yaourt but Synfigstudio ends with...
    time.cpp:107: error: 'sscanf' was not declared in this scope
    make[3]: *** [libsynfig_la-time.lo] Error 1
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09/src/synfig'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build synfig package.
    I have no clue what to try now and was hoping for some help/suggestions.
    Thanks
    Edited for typo
    Last edited by addr (2009-05-25 19:15:34)

    Mr.Elendig wrote:
    Garns wrote:
    No idea how to do this with yaourt but why not just:
    download the tar.gz from AUR
    download and extract source with makepkg -o
    edit time.cpp to correct headers
    use makepkg -e to build without overwriting the modified file
    use pacman -U to install the resulting pkg.tar.gz
    You forgot the important "submit patch upstream" step.
    guilty as charged , however I only skipped it because tomk already excluded patching.

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

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

  • Error build-impl.xml:577:

    i using netbeans 6.8 and while running my program an error "build-impl.xml:577: The module has not been deployed" occured . my web.xml file is shown below
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
        <context-param>
            <param-name>no</param-name>
            <param-value>100203231982381</param-value>
        </context-param>
        <servlet>
            <servlet-name>servlet1</servlet-name>
            <servlet-class>servlet1</servlet-class>
        </servlet>
        <servlet>
            <servlet-name>listener</servlet-name>
            <servlet-class>listener</servlet-class>
        </servlet>
        <servlet-mapping>
            <servlet-name>servlet1</servlet-name>
            <url-pattern>/s1</url-pattern>
        </servlet-mapping>
        <servlet-mapping>
            <servlet-name>listener</servlet-name>
            <url-pattern>/l1</url-pattern>
        </servlet-mapping>
        <listener>
            <listener-class>listener</listener-class>
        </listener>    
        <session-config>
            <session-timeout>
                30
            </session-timeout>
        </session-config>
    </web-app>i m trying to use context parameter in my servlets there are two servlets one is listener.java which implements ServletContextListener another is servlet1.java i dont undertand the error everything is fine in both the files plz help me

    The <servlet-class> tag should contain the fully qualified name of the Servlet eg "com.something.Servlet1"
    If they are in the default package you may want to move them to avoid any unexpected behaviour - link explains:
    http://faq.javaranch.com/java/PackageYourBeans
    m

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

  • Ping TPowa: Error Building kdelibs-3.5.7 at dnssd stage

    I am trying to rebuild kdelibs using makepkg, but I get the following error when it tries to compile dnssd
    Making all in dnssd
    make[2]: Entering directory `/var/abs/extra/kde/kdelibs/src/kdelibs-3.5.7/dnssd'
    /bin/sh ./config.status --recheck
    /bin/sh: ./config.status: No such file or directory
    make[2]: *** [config.status] Error 127
    make[2]: Leaving directory `/var/abs/extra/kde/kdelibs/src/kdelibs-3.5.7/dnssd'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/var/abs/extra/kde/kdelibs/src/kdelibs-3.5.7'
    make: *** [all] Error 2
    ==> ERROR: Build Failed. Aborting...
    I see that in the PKGBUILD, we are trying to replace the default kde dnssd with kdnssd-avahi.   See here
    # Replace dns-sd implementation with avahi implementation
    rm dnssd/*
    cp -r ${startdir}/src/kdnssd-avahi-20060319/* dnssd/
    rm dnssd/configure{,.in}
    sed -i -e 's/kdnssd-avahi/dnssd/g' dnssd/configure.in.in
    sed -i -e 's|ksocketaddress\.h|network/ksocketaddress\.h|' dnssd/publicservice.cpp
    #Needed for updated kdnssd-avahi and inotify patch
    I must be missing something, or maybe this is a bug in kdleibs.  tpowa is listed as the maintainer, so maybe he will see this and can comment.

    Nevermind.  I built the package as root and all seems to be working.  Although, aren't we supposed to able to rebuild every package as a user?

Maybe you are looking for

  • Why does my latest generation ipod nano spontaneously change songs

    Why does my latest generation ipod nano spontaneously change songs and what can I do to control or prevent it?

  • Hyperlink in DIAdem report

    Hi, I am wondering if it is possible to include a hyperlink inside DIAdem report and then, when exporting to PDF, have this hyperlink in the final PDF document. I want to have a summary page with hyperlinks to other documents. Thank you Egor

  • Stopping video component playback

    I have a frame where I have added an flv playback component to play a flv file. Everything plays fine, but when I test the file and navagate away from the frame that the playback component is on, the video continues playing. Is there any way to get t

  • Desktop Software Download...and nothing?

    Hello All, Have just purchased my first BB and went to download the latest desktop software for my Curve 8830, and when my download and installation completes, there is nothing on my computer, anywhere? It goes through the whole process of download a

  • ITunes will not load certain mp3s into my library

    all of the music i have has been tested as working mp3s both on and off the computer; i had a zune for about a year til a rainstorm destroyed it, and the song collection i have plays just as well through winamp/zune/wmp as it did on the zune. however