Runit-run-git fails to build

Pl. chec
==> Making package: runit-run-git 20120925-1 (Tue Sep 25 22:57:24 UTC 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found COPYRIGHT
==> Validating source files with md5sums...
COPYRIGHT ... Passed
==> Extracting Sources...
==> Starting build()...
==> Connecting to GIT server....
Cloning into 'runit-run'...
remote: Counting objects: 48, done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 48 (delta 8), reused 33 (delta 1)
Receiving objects: 100% (48/48), 7.77 KiB, done.
Resolving deltas: 100% (8/8), done.
==> GIT checkout done or server timeout
==> Starting package()...
install: cannot stat ‘etc/runit/1’: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
The build failed.

Post this on https://aur.archlinux.org/packages/antimony-git/
Have you tried https://aur.archlinux.org/packages/antimony/ ?

Similar Messages

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • Run report from Reports Builder

    I have Developer Suite installed on my XP desktop. We have Oracle Reports Server up and running on an application server.
    How can I run a report in Reports Builder. Is it somehow supposed to connect to the Reports server, or just run locally?
    What do I need to configure/setup?
    Thanks!

    I'm trying to run from within Reports Builder, but it does not work. That is why I thought it would have to somehow "see" the reports server on the application server.
    I have a .rdf that compiles with no errors after connecting to the DB. I have the local OC4J started, and I can see that it is working from a web browser. In Reports Builder when I click on Program > Run Web Layout or Paper Layout, I get the following error:
    MSG-1000: ERROR Report Server Configuration - report terminated.
    REP-770: Before form trigger failed.

  • Carriage returns causes enclosed VBScript to run and fail to complete

    I am finding a weird problem.
    I have my autosequence file working perfectly without any errors but the same VBscript file when enclosed runs and fails to complete I am unable to figure what is wrong.
    I am using �vbCRLF� to read/write from INI files into the script files. Other than this I dont use any cariage returns. When Iopen my Script files in other editors like Notepad etc, I am able to find a small square kind of a character. Is there some unseen Carriage Returns (CRs) or Line Feeds (LFs) or some combination due to which I am facing this.
    (I am using DIAdem 9)
    Can anyone please help me out with this immediately.
    Thanks in advance,
    Wating for your quick response.

    Hello, I'm searching through the Diadem Forum and I didn't find something that I could use.
    I have to exchange text information between to programs (DIAdem and CatmanProfessional).
    My initial idea is to create INI file to acomplish this. Catman has a function to read or write quite easily describing the SECTIONS and KEYS of this INI file.
    However I can't see something on Diadem Script. It onlys read or write Text files... And then I must extract the key values cutting and finding one by one.
    I saw that Labview has an open VI to treat this, is there nothing similar for DIAdem?

  • Oracle report runs correctly via report builder but call report via form with parameters skips one of the plsql formula

    Hello everybody,
    I created a oracle report i.e Bank Book having banks transactions receipts and payments and opening balance w.e.f 01-jul-2014. parameters are bank code, from_date and to_date. opening balance calculates (return ope from table bankinfo +total receipts-total payments). reports runs correctly via report builder. balances are ok. but the problem is when i run this report via oracle form opening balance return only ope from table bankinfo and skips total receipts-total payments.....
    i dont think so why this happend at all. some body help me...
    thanks
    Abdul Salam

    Hi ,
    This community is to discuss Oracle Application Server specific issues, you can post this query in for better response:
    Oracle Reports (MOSC)
    Regards,
    Prakash.

  • Run report thru form builder

    hi
    I have a table
    EMP(empname varchar2(30),
    empno varchar2(20),
    add1 varchar2(60),
    add2 varchar2(60),
    sal number(10,2),
    comm number(10,2)
    i want create a report and
    parameter form and run it thru form builder
    can it possible i select column name in parameter as a list and report
    show data only these column
    if any solution plz help me
    with thanx

    I think you can achieve this as follows:
    set up a new parameter, say P_FIELD, with initial value of empname
    in your data model have an sql something like
    Select
    P_FIELD as field1 from EMP
    pass the column name to P_FIELD and the report will return that column

  • What is correct way to run python script in build phases

    in xcode 4.6  build phases i have added a run script
        python build.py
        exit
    when i build project it never finishes it keep on saying running custom shell script
    what is correct way to run python script in build phases ?

    /usr/bin/python build.py
    exit
    still the issue remians.

  • [SOLVED] makepkg fails when building libdivecomputer-git from AUR.

    I'm not sure where to start debugging this failure as I'm a newb when it comes to compiling packages.
    Can anyone point me in the right direction?
    [dan@arch libdivecomputer-git]$ makepkg -s PKGBUILD
    ==> Determining latest git revision...
    -> Version found: 20120714
    ==> Making package: libdivecomputer-git 20120714-1 (Sat Jul 14 13:43:22 EST 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Starting build()...
    ==> Connecting to GIT server....
    Cloning into 'libdivecomputer'...
    remote: Counting objects: 3995, done.
    remote: Compressing objects: 100% (1563/1563), done.
    remote: Total 3995 (delta 3240), reused 2983 (delta 2429)
    Receiving objects: 100% (3995/3995), 739.19 KiB | 59 KiB/s, done.
    Resolving deltas: 100% (3240/3240), done.
    ==> GIT checkout done or server timeout
    ==> Starting make...
    Cloning into '/home/dan/libdivecomputer-git/src/libdivecomputer-build'...
    done.
    libtoolize: putting auxiliary files in `.'.
    libtoolize: copying file `./ltmain.sh'
    libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
    libtoolize: copying file `m4/libtool.m4'
    libtoolize: copying file `m4/ltoptions.m4'
    libtoolize: copying file `m4/ltsugar.m4'
    libtoolize: copying file `m4/ltversion.m4'
    libtoolize: copying file `m4/lt~obsolete.m4'
    configure.ac:25: installing './config.guess'
    configure.ac:25: installing './config.sub'
    configure.ac:21: installing './install-sh'
    configure.ac:21: installing './missing'
    examples/Makefile.am: installing './depcomp'
    automake: warnings are treated as errors
    /usr/share/automake-1.12/am/ltlibrary.am: warning: 'libdivecomputer.la': linking libtool libraries using a non-POSIX
    /usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
    src/Makefile.am:4: while processing Libtool library 'libdivecomputer.la'
    autoreconf: automake failed with exit status: 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by bergersau (2012-07-18 03:57:09)

    You may want to notify the maintainer by posting a comment on https://aur.archlinux.org/packages.php?ID=52648

  • Error: Acquire running lock failed: 256 with HA after upgr. to 2.1.5

    Hello,
    after upgrading the 2 servers in server pool from 2.1.2 to 2.1.5 using yum, all vms throw:
    Error: Acquire running lock failed: 256
    when trying to start them. HA-infrastructure-check works well from OVMM 2.1.2 (not upgraded yet) and if we disable HA for the server pool, the vms come up. Shared storage is on NFS
    We have the following in /var/log/xen/xend.log:
    [2009-06-26 14:52:21 2649] DEBUG (XendDomainInfo:87) XendDomainInfo.create(['vm', ['name', '470_vm215'], ['memory', '1024'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', 1], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['uuid', '14205f6a-12cc-42da-a32e-06f30b6288d4'], ['bootloader', '/usr/bin/pygrub'], ['bootloader_args', '-q'], ['image', ['linux']], ['device', ['vbd', ['uname', 'file:/OVS/running_pool/470_vm215/system.img'], ['dev', 'sda'], ['mode', 'w']]], ['device', ['vif', ['bridge', 'xenbr0'], ['mac', '00:16:3E:32:CD:FC'], ['type', 'netfront']]], ['device', ['vkbd']], ['device', ['vfb', ['vncunused', '1'], ['vncpasswd', 'XXXXXXXX'], ['vnclisten', '0.0.0.0'], ['type', 'vnc'], ['display', 'localhost:11.0'], ['xauthority', '/root/.Xauthority']]]])
    [2009-06-26 14:52:21 2649] ERROR (XendDomainInfo:452) VM start failed
    Traceback (most recent call last):
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 430, in start
    self.acquire_running_lock();
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2891, in acquire_running_lock
    raise XendError('Acquire running lock failed: %s' % status)
    XendError: Acquire running lock failed: 256
    [2009-06-26 14:52:21 2649] DEBUG (XendDomainInfo:1881) XendDomainInfo.destroy: domid=None
    [2009-06-26 14:52:21 2649] ERROR (XendDomainInfo:92) Domain construction failed
    Traceback (most recent call last):
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 90, in create
    vm.start()
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 430, in start
    self.acquire_running_lock();
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2891, in acquire_running_lock
    raise XendError('Acquire running lock failed: %s' % status)
    XendError: Acquire running lock failed: 256
    [2009-06-26 14:52:21 2649] DEBUG (XendDomainInfo:1881) XendDomainInfo.destroy: domid=None
    and in /var/log/xen/xend-debug.log:
    ha_set_dlm_lock ['14205f6a-12cc-42da-a32e-06f30b6288d4', '470_vm215'] =>
    failed: <Exception: create lock('/dlm/ovm/4205f6a12cc42daa32e06f30b6288d4') failed. <OSError: [Errno 26] Text file busy: '/dlm/ovm/4205f6a12cc42daa32e06f30b6288d4'>
    StackTrace:
    File "/opt/ovs-agent-2.2/OVSXHA.py", line 371, in ha_set_dlm_lock
    fd = os.open(lock_path, os.O_CREAT | os.O_NONBLOCK)
    >
    StackTrace:
    File "/opt/ovs-agent-2.2/OVSXHA.py", line 379, in ha_set_dlm_lock
    raise Exception("create lock('%s') failed. %s" % (lock_path, errmsg))
    Any ideas?
    Thanks, Olaf

    suk wrote:
    1. To delete the database, which database are you referring to? I'm referring to the ovs-agent database:
    1. Stop the agent: # /etc/init.d/ovs-agent stop 2. Delete the database: # rm -f /etc/ovs-agent/db 3. Start the agent: # /etc/init.d/ovs-agent start If you have Oracle VM Manager v2.1.5 (which you should have upgraded before your servers, btw), you can now try using the "Restore" option for the server pool. Click on the Server Pool in the manager and hit "Restore" -- this will send the configuration data back down to the agents in the pool. Alternatively, you may need to de-register the servers in your pool and re-register them.
    2. To re-imported the guests, how?In Oracle VM Manager -- if you recreate the pool, you have the option of "Importing" both VM Templates and VM Guests. Deleting the pool in the Manager does not delete your guests as long as you ensure that you DO NOT select "Remove Working Directories".

  • MessageDrivenHome::run: dequeue FAILED

    Hi All,
    Good Morning,
    The Scenario is sth like that Servlet is Posting a message, Message Driven Bean receiving a Message over Oracle Application Server 10.1.1.2 where. Using OracleAs JMS provider. JNDI look up part is fine. may have I some insight on this error.
    What ever message is sent by serrvlet is available with Queue but MBD is unavailable to receive the message. It seems OnMessage() is method is not fired. And getting the following message in lof file.
    Auto-deploying JMSTest10MDB.jar... done.
    JMSTes10Web: jsp: init
    JMSTes10Web: Started
    MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receiveMessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
    MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receive
    MessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
    MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receive
    MessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
    MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receive
    MessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
    MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receive
    MessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
    05/06/13 13:52:13 Started
    05/06/13 13:52:13 JMSTes10Web: Stopped
    05/06/13 13:52:13 JMSTes10Web: jsp: init
    05/06/13 13:52:13 JMSTes10Web: Started
    05/06/13 13:52:54 JMSTes10Web: JMSTestServlet: init
    05/06/13 13:52:54 JMSTes10Web: Stopped
    Awaiting for prompt reply.
    Thanks and Regards
    Sunil Kumar Gupta

    Are you using OC4J JMS or Oracle JMS (OJMS)? The difference is that the OC4J JMS is in-memory (not persistent by default), and uses a property file for configuration. OJMS 'hooks' into the Oracle Database Advanced Queueing (AQ). If you are using OJMS, the dequeueing error could be caused by a broken AQ on the database. I've seen this a couple of times after database upgrades, where the catpatch.sql was not run after the patch. Also, in both cases, check that you have used the correct way to do your JNDI lookup to get the providers.
    Hope this helps,
    Bastiaan

  • MCB2300 Run Debug Failed

     Can you tell me what the following error message means
    uVision status : Run/Debug failed
    Detail: [UVSC_DBG_START_EXECUTION, MSG: 0x2002, STATUS: 0xB] (11)
    Thanks,
    Richard

    "Operation not possible when target is executing"
    However, the code may be returned in response to many UVSOCK messages.
    Perhaps you got the mesage when you tryed to debug an application while another was already in progress, but LabVIEW sends messages in proper order (e.g. stop debug, exit debug, enter debug, etc.).
    I am wandering what version are you using?

  • Running msiexec failed with return code 1619: While running SOFTWARE PROVISIONING MGR 1.0

    Hello All SAP Basis Guys,
    Running msiexec failed with return code 1619: getting this error
    While running SOFTWARE PROVISIONING MGR 1.0 (for Windows Server on IA32 32bit ) for renaming (Domain name change) the SAP ECC 6.0 server on top of Windows Server 2003 x86 which is a 32 bit OS.
    I am using the SAPCAR (for Windows Server on IA32 32bit ) to extract .SAR
    can anyone please help me with this ?
    List of attached for your reference.
    1. Available versions of SPWM for windows in marketplace.
    2. Window version details of KC1GSCSAP6 server (GS1 system).
    3. Error screen while running SWPM
    Thanks,
    John

    Issue has been resolved, its a bug in SWPM tool.
    Problem:
    SAPCAR is extrating the "sapmmcx86u.msi" under the folder DBINDEP.
    But while running the tool, system is trying to open "sapmmcx86u.msi" from the path "common\install" folder.
    Solution:
    After you received the error, copy path "sapmmcx86u.msi" to "common\install" folder and you will be good.

  • Click-2-run configuration failed

    I was downloading an Adobe Flash Player update and it downloaded a bunch of other junk (something like Optimizer Pro Plus). Now my Microsoft Office programs won't open.  I get a "click-2-run configuration failed" message.

    Maurine1 wrote:
    I was downloading an Adobe Flash Player update and it downloaded a bunch of other junk (something like Optimizer Pro Plus). Now my Microsoft Office programs won't open.  I get a "click-2-run configuration failed" message.
    Whatever you downloaded wasn't Flash Player, and it DIDN'T come from Adobe.
    The ONLY things that are EVER bundled with any freeware downloads from Adobe are:
    McAfee Security Scan
    Norton Security Scan
    Google Chrome & Toolbar
    Lightroom 5 (Mac only)
    You were tricked into downloading an illegal fake with malware. You need to uninstall whatever it was that you downloaded and run a thorough system scan to remove the other junk it put on.

  • Running form from Forms Builder with IE

    Forms 11.1.1.4, IE 8, Windows 7 64-bit.
    1. Running form from Forms Builder with IE results in Page cannot be displayed. My Java console doesn't even appear so it's not getting to the servlet part.
    2. Running same form stand-alone in IE works fine. The URLs are identical (I've cut/pasted them)
    3. Running same form from Forms Builder with Firefox works fine. The only change I made was to the runtime preference for the browser location.
    Seems like this has to be something to do with the browser configuration that only occurs from Forms Builder. What could it be?

    I'm not sure about the specifics of your configuration but I suspect the answer is in formsweb.cfg (and the associated .env file).
    I think that generally the configuration that runs for formbuilder is the "default" whereas you could be specifying a different
    one on the url not going through formbuilder. (but if you're using em then it's really hard to know what's going on since it seems
    to not write changes back to the config and env files until it is stopped. This caused me many days of confusion until I figured it out and
    that's why I would highly advise never using it to modify .config or env settings.)
    check what jre is installed in ie (tools, manage addons, there is on my machine:
    java 2 plugin ssv helper and JQSIEStartDetectorImpl browser helper object.
    Not sure which one or both is necessary.
    Have your url be a trusted site, unblock it from popup blockage, and most of all stare at your formsweb.cfg default section. It would help
    if you specified what was in the url. do you have config=X in there?
    Edited by: lake on Jul 23, 2011 12:21 PM

  • Error: Acquire running lock failed: 256

    Can anyone help me? I did everthing that documentation says,but can't start my Virtual Machine .The error below picks up
    Error: Acquire running lock failed: 256

    VM server and VM manager both on virtual box
    Oracle VM 3.1.1

Maybe you are looking for

  • Media Encoder CC crashes while working on queued H264 files.

    While I am editing my videos I send them to Adobe Media Encoder CC as H264 for youtube.  Even with only encoder running windows 7 crashes with the blue screen.  This is the only program that causes this.  I was looking to uninstall this program and i

  • Memory on hard drive

    I have taken out all of my photos on iPhoto and put them in a folder in the hard drive. My question is: Will this free up memory on my computer or does it still take up space since it is on the hard drive? I also backed up the photos on a CD but am r

  • ITunes nickname already in use - error

    When I sign on to Apple online (such as this support site) it shows my correct public nickname.  However, when I try to change my nickname in the iTunes for Windows software client, I get an error that my nickname is already being used.  I am singed

  • How can I get my desktop display to go to 1440*900?thanks[solved]

    I am using KDE 4,My problem is I can't set my graphics display to 1440*900 In my searching I've found this on the Ubuntu forum, which seems to be my issue. It doesn't matter what I set up in xorg.conf file, it ignores it. It references a file called

  • 'Read JPEG File.vi' does not seem to work on PXI with real-time OS

    I am trying to read a jpeg file on a PXI system with LabVIEW real-time on it. To test I created a very simple VI (attached) with only 4 objects: 'Path' --> 'Read JPEG File.vi' --> 'Draw Flattened Pixmap.vi' --> 'Picture'. This VI works fine on my Win