[Solved] checking for makeinfo... no

I'm trying to install stumpwm-git but it complain about installing makeinfo. I have other packages like automake installed and I tried reinstalling my kernel-headers, but I don't know how to install makeinfo.
Last edited by shadeheim (2007-10-28 12:06:08)

make-info is in AUR. Hope this helps:
http://aur.archlinux.org/packages.php?d … ns=&SeB=nd

Similar Messages

  • [SOLVED] Check for old configuration files and directories in ~/

    Hello,
    Since I started with Arch I tried and uninstalled a few programs and would like to check for possible left overs in ~/
    I tried the "lostfiles" script, but it does not seem to check the home directory. Then I followed this: https://wiki.archlinux.org/index.php/Pa … ny_package - But using the suggested alias in my bash, it gives me the below:
    $ pacman-disowned-files
    [sudo] password for [my user]:
    bash: -path: command not found
    bash: /root: Is a directory
    bash: -print: command not found
    What am I doing wrong?
    Regards
    Martin
    Last edited by onslow77 (2015-02-04 23:52:44)

    Hello,
    ohh, I see, I need to do this (in directory where I put the script)
    sh pacman-disowned -files > test.txt
    That solved the usage of the commands, but it does not however list files [in the test.txt file] that do not belong to any package in my ~/ directory (I put a dummy file in my ~/ to see if it got noticed) - but it did not. So how can I list files and directories in my ~/ directory that is not put there by any package that currently is installed?
    Regards
    Martin
    Last edited by onslow77 (2015-02-04 22:49:11)

  • [SOLVED] Check for Dependencies

    Hey, I'm trying to write a script that'll check for dependencies to install and build something. I can check to see if the file exists but that seems kind of brute force. I'm trying to use
    pacman -Q
    but I can't get it quite right.
    Example:
    DEPS="python2-setuptools git curl wget"
    if ( sudo pacman -Q $DEPS >/dev/null ) ; then
    echo "Deps not installed, installing now"
    sudo pacman -S $DEPS
    else
    echo "Dependencies met."
    fi
    But this always returns that DEPS aren't installed and prompts to reinstall.
    Last edited by 0X1A (2013-10-03 18:55:03)

    kaszak696 wrote:
    Direct fix of your code would look like this:
    #!/bin/bash
    DEPS="python2-setuptools git curl wget"
    pacman -Q $DEPS &> /dev/null
    if [ $? -ne 0 ] ; then
    echo "Deps not installed, installing now"
    sudo pacman -S $DEPS
    else
    echo "Dependencies met."
    fi
    , but as pointed above, it's not the best approach, what exactly are you trying to accomplish?
    This works, but still prompts for re-installation. I'm just trying to see if the user has those packages installed and if not then install them.

  • When i connect my ipad2 to iTune, it show "iTunes could not check for an update to the carrier settings for your iPad. An unknown error occured (1651)". What should i do to solve this problem? My iTune version is 10.1.4.10 and my ipad is 4.3.5.

    When i connect my ipad2 to iTune, it show "iTunes could not check for an update to the carrier settings for your iPad. An unknown error occured (1651)". What should i do to solve this problem? My iTune version is 10.1.4.10 and my ipad is 4.3.5.

    If you have iOS 7.1 then you must be a developer, so you should be posting in the developer forums : https://devforums.apple.com/index.jspa

  • My MacKeeper says iPhoto is out of date.  When I try to update the App Store says I need IOS 10.9 or later.  I have 10.7.5 and when I check for updates my Mac says the software is up to date.  How do I solve this problem??

    My MacKeeper says iPhoto is out of date.  When I try to update it, the App Store says I need IOS 10.9 or later.  I have 10.7.5 and when I check for updates my Mac says the OS software is up to date.  How do I solve this problem??

    1. First step to solving the Problem: Trash MacKeeper. It's a pile of trash that does far more harm to your computer than good.
    https://discussions.apple.com/docs/DOC-3691
    2. What version of iPhoto do you have? (iPhoto Menu -> About iPhoto)

  • (solved)-Windows update cannot currently check for updates, because the service is not running. You may need to restart your computer

    (solved)-Windows update cannot currently check for updates, because the service is not running. You may need to restart your computer
    Hetti Arachchige V Aravinda | Network Administrator (B.Sc, MCP, MCTS, MCSA, MCSE, MCITP, CCNA, CEH, MBCS)| http://www.windowstechinfo.com |

    Hi,
    Glad to see your problem resolved, Hope your experience is helpful with others.
    Roger Lu
    TechNet Community Support

  • Spell checker for KWrite doesn't work [SOLVED]

    How do I enable spell checking for the KDE editors, i.e. KWrite, Kate, etc?  I've installed aspell via pacman, it's in /usr/bin which is in my PATH.  In KWrite's Settings>Configure Editor>Plugins, there is an option "KTextEditor KDataTool Plugin: Enable data tools like thesaurus and spell check (if installed)" which I've checked.  In another distro, that's how I enabled spell checking with aspell, i.e. by checking this box for the spell check plugin.  But in Arch this doesn't seem to be sufficient.  When I try to spell check a document in KWrite, I get this error:
    "The spelling program could not be started. Please make sure you have set the correct spelling program and that it is properly configured and in your PATH."
    What else do I need to do?
    Robert
    EDIT: Sorry, searching this forum for "spellcheck" hadn't yielded any solution but after I posted this I also searched for "spell AND check" and found the solution: I had neglected to pick Aspell as the client for spell checking in Control Center>KDE Components>Spell Checker.
    Last edited by RobF (2007-06-10 18:10:36)

    [skottish@localhost ~]$ grep -i spell ~/.kde/share/config/*
    /home/skottish/.kde/share/config/kdeglobals:[KSpell]
    /home/skottish/.kde/share/config/kdeglobals:KSpell_Client=1
    /home/skottish/.kde/share/config/kdeglobals:KSpell_DictFromList=1
    /home/skottish/.kde/share/config/kdeglobals:KSpell_Dictionary=
    /home/skottish/.kde/share/config/kdeglobals:KSpell_Encoding=0
    /home/skottish/.kde/share/config/kdeglobals:KSpell_NoRootAffix=0
    /home/skottish/.kde/share/config/kdeglobals:KSpell_RunTogether=0
    /home/skottish/.kde/share/config/kdeglobals418fla.new:[KSpell]
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_Client=1
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_DictFromList=1
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_Dictionary=
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_Encoding=0
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_NoRootAffix=0
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_RunTogether=0
    /home/skottish/.kde/share/config/kdictrc:Strategies=Spell Check,Exact,Prefix
    /home/skottish/.kde/share/config/kofficerc:[Spelling]
    /home/skottish/.kde/share/config/kookarc:[ocrSpellSettings]
    /home/skottish/.kde/share/config/kookarc:ocrKSpellEnabled=true
    /home/skottish/.kde/share/config/kwordrc:[Spelling]

  • Won't stop checking for mail!!! *fixed but not solved*

    Hey all, my iPod touch is stuck in a weird way. It's working fine in every aspect except it will not stop "checking for mail". It's been in that mode for about 10 hours now, it isn't' receiving mail, just got the little spinning wheel and saying "checking for mail". I even have the wi-fi turned off!
    It appears to be wearing my battering down much faster and I have tried everything I can think of, connected it to my mac, synced content, turned off wi-fi.
    Does anyone know of anything else I can do?
    Thanks in advance,
    Stephen
    EDIT: Forget it, tried turning it off and on and that fixed it. Sorry I didn't try that first...
    Still have no idea why it happened though...
    Message was edited by: halcyonseven

    Thanks so much for your reply!
    I should have also mentioned that I've deleted the account, did a reset, and even a restore (at apple's suggestion) and nothing has helped.  I just finished reentering all the account info after the restore and it still has the "checking for mail wheel spinning". I have 15 iPads in this office and haven't had an issue with any of them expect this one.
    It also has the "Load More Messages..." 29 messages total, 0 unread - at the bottom of the inbox, but it won't let me select it or "load" any more messages.  It does send and receive emails just fine though.  Slow, but fine.
    Any other thoughts?!

  • [solved] pacman 4 hangs after "checking for file conflicts"

    Like others, I removed yaourt and package-query because they conflicted with pacman4... not worried about that, I'll reinstall them later.
    I put the new pacman.conf in place (my old one wasn't really customized).  I left SigLevel = Never.
    Now, I can run pacman -Sy fine, but if I try to install anything, I it just hangs:
    sudo pacman -S audacity
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): audacity-1.3.14-2
    Total Download Size: 3.21 MiB
    Total Installed Size: 15.29 MiB
    Net Upgrade Size: -0.00 MiB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    audacity-1.3.14-2-x86_64 3.2 MiB 1397K/s 00:02 [###########################] 100%
    (1/1) checking package integrity [###########################] 100%
    (1/1) loading package files [###########################] 100%
    (1/1) checking for file conflicts [###########################] 100%
    I've waited up to 20 or 30 minutes and nothing happens.  It's not just audacity, any package I try to install does this.
    Suggestions?
    Last edited by TheAmigo (2012-01-17 18:55:38)

    With --debug switch it prints:
    checking for file conflicts...
    debug: looking for file conflicts
    debug: searching for file conflicts: coreutils
    debug: searching for filesystem conflicts: coreutils
    debug: searching for file conflicts: ethtool
    debug: searching for filesystem conflicts: ethtool
    debug: searching for file conflicts: fail2ban
    debug: searching for filesystem conflicts: fail2ban
    debug: searching for file conflicts: gpgme
    debug: searching for filesystem conflicts: gpgme
    debug: searching for file conflicts: vim-runtime
    debug: searching for filesystem conflicts: vim-runtime
    debug: searching for file conflicts: gvim
    debug: searching for filesystem conflicts: gvim
    debug: searching for file conflicts: hdparm
    debug: searching for filesystem conflicts: hdparm
    debug: searching for file conflicts: inetutils
    debug: searching for filesystem conflicts: inetutils
    debug: searching for file conflicts: lib32-glibc
    debug: searching for filesystem conflicts: lib32-glibc
    debug: searching for file conflicts: lib32-gcc-libs
    debug: searching for filesystem conflicts: lib32-gcc-libs
    debug: searching for file conflicts: lib32-glib2
    debug: searching for filesystem conflicts: lib32-glib2
    debug: searching for file conflicts: lib32-gdk-pixbuf2
    debug: searching for filesystem conflicts: lib32-gdk-pixbuf2
    debug: searching for file conflicts: lib32-pango
    debug: searching for filesystem conflicts: lib32-pango
    debug: searching for file conflicts: lib32-gtk2
    debug: searching for filesystem conflicts: lib32-gtk2
    debug: searching for file conflicts: linux
    debug: searching for filesystem conflicts: linux
    debug: searching for file conflicts: nspluginwrapper
    debug: searching for filesystem conflicts: nspluginwrapper
    debug: searching for file conflicts: nvidia
    debug: searching for filesystem conflicts: nvidia
    debug: searching for file conflicts: qtwebkit
    debug: searching for filesystem conflicts: qtwebkit
    debug: searching for file conflicts: rpcbind
    debug: searching for filesystem conflicts: rpcbind
    debug: searching for file conflicts: unrar
    debug: searching for filesystem conflicts: unrar
    debug: searching for file conflicts: xscreensaver
    debug: searching for filesystem conflicts: xscreensaver
    checking available disk space...
    debug: checking available disk space
    Without the --debug switch
    Proceed with installation? [Y/n]
    (21/21) checking package integrity [############################] 100%
    (21/21) loading package files [############################] 100%
    (21/21) checking for file conflicts [############################] 100%
    Note that the 'checking available disk space...' is not printed without the --debug option although it doesn't look like being 'debug output'.
    I don't see much disk activity after that and the pacman process uses no CPU time and the process status goes to D in `ps` (man ps says: D: Uninterruptible sleep (usually IO)).
    Last edited by drrossum (2012-01-18 21:58:28)

  • [solved] "pacman -Syu" hangs after "checking for file conflicts"

    This is my third attempt.  I let it run yesterday for 20 hours on the theory that maybe it was actually doing something.  It always completes "checking for file conflicts" but never goes any further.
    Does anyone have any suggestions how to get it to continue?
    [ken@xxxxx ~]$ sudo pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra 1421.6 KiB 2.03M/s 00:01 [######################] 100%
    community 1775.0 KiB 3.00M/s 00:01 [######################] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (27): binutils-2.23-1 coreutils-8.20-1 cryptsetup-1.5.1-1
    device-mapper-2.02.98-1 emacs-24.2-2 filesystem-2012.10-2
    firefox-16.0.2-1 gcc-4.7.2-2 gcc-libs-4.7.2-2 glibc-2.16.0-5
    hwids-20121022-1 imagemagick-6.8.0.3-1 libidn-1.25-1
    libwbclient-3.6.9-1 linux-api-headers-3.6.3-1 lvm2-2.02.98-1
    mkinitcpio-0.11.0-1 nspr-4.9.3-1 nss-3.14-1
    nss-myhostname-0.3-3 smbclient-3.6.9-1 systemd-195-2
    thunderbird-16.0.2-1 tzdata-2012h-1 util-linux-2.22.1-2
    wget-1.14-2 xulrunner-16.0.2-1
    Total Download Size: 47.80 MiB
    Total Installed Size: 550.57 MiB
    Net Upgrade Size: 6.43 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    libwbclient-3.6.9-1... 19.5 KiB 407K/s 00:00 [######################] 100%
    smbclient-3.6.9-1-x... 7.9 MiB 2.71M/s 00:03 [######################] 100%
    thunderbird-16.0.2-... 17.1 MiB 2.92M/s 00:06 [######################] 100%
    xulrunner-16.0.2-1-... 22.9 MiB 2.92M/s 00:08 [######################] 100%
    (27/27) checking package integrity [######################] 100%
    (27/27) loading package files [######################] 100%
    (27/27) checking for file conflicts [######################] 100%
    Last edited by KenJackson (2012-10-30 14:25:05)

    Allan wrote:Can you run with --debug?
    OK.  That garnered an additional piece of info.  Here's the end of the long output:
    debug: searching for filesystem conflicts: wget
    debug: searching for file conflicts: xulrunner
    debug: searching for filesystem conflicts: xulrunner
    checking available disk space...
    debug: checking available disk space
    Disk space?  I think I have enough disk space.
    [ken@xxxxx ~]$ df
    Filesystem Size Used Avail Use% Mounted on
    rootfs 47G 11G 34G 25% /
    dev 2.0G 0 2.0G 0% /dev
    run 2.0G 292K 2.0G 1% /run
    /dev/sda3 47G 11G 34G 25% /
    shm 2.0G 140K 2.0G 1% /dev/shm
    /dev/sda1 99M 21M 74M 22% /boot
    /dev/sda4 72G 1.9G 66G 3% /home
    Is disk space really the problem?  Or is that just where it hung?

  • Check for empty visa resource?

    When I am developing the VI at my desk and not a the test station PC, the VISA resource name is empty.
    Once the VI is moved to the test station PC, the user can select a VXI board.
    How do I make sure the user has selected a VISA resource before continuing?
    I can wire a Comparision to check for Empty String, and that works. But is there any method that I should use?
    Solved!
    Go to Solution.

    Additionally, you can limit the selectable items by interface type. Right-click VISA Resource Name Control and select I/O Name Filtering.
    National Instruments
    Product Support Engineer

  • FireFox 3.6.8 & ThunderBird 3.1.2 check for updates never connects, nor does plug-in update or get plug-ins

    FireFox 3.6.8 & ThunderBird 3.1.2 check for updates never connects, nor does plug-in update or get plug-ins
    I am doing several re-installs.
    I installed FireFox 3.6.8 and ThunderBird 3.1.2 on a fresh install of Windows XP Home SP3 x32.
    All Windows updates and IE8, etc were done first after the WinXP install.
    IE8 works fine.
    Firefox can connect to the internet to view webpages, but NOT do a check for a newer version.
    (by going, on the main menu at the top, to Help --> Check for updates...)
    Neither can Tbird.
    See screenshots below.
    Neither Tbird nor Firefox will complete the add-ons check nor updates nor 'Browse All Add-ons' feature.
    (by going, on the main menu at the top, to Tools --> Add-ons --> Get Add-ons {upper left} or Find Updates {lower right for any of the selections})
    Another computer, same 'build' (different hardware, but WinXP SP3, etc) using a connection from the same router going out to the internet works fine, so it is not an overall connection problem outside of the individually affected computer.
    There is not yet any anti-virus nor firewall, etc installed that could be blocking things, except for Windows built in firewall, and there is no blocking action showing. Disabling it did not solve the issue.
    6 hours of searching has not found an answer. Trying some of the search results just to see has not proven to be successful.
    Thanks.

    dianej,
    Try this, go to tools, add-ons, extensions. if you have more than one (the latest) Java consoles, uninstall them. You only need the latest console and it should match the Java Platform in Plugins.
    I had a VERY similar problem displaying weatherunderground. It would not display the pages correctly and I would get pages of errors that stated
    "window.addEvent is not a function" I spent the last two hours fixing this problem. All I did was remove the 6.0.18, 6.0.19, 6.0.20 Java consoles from my 3.6.8 Firefox. After a FF restart, no more errors.
    There should be more information in FF when you update Java. No one tells you that you should go in and delete the older consoles.
    Good luck
    Mick

  • I can't seem to download anything on my iTunes when I use Check for available downloads. I have preorders that I can't download cos it just says 'iTunes store temporarily unavailable' even tho when I actually go on iTunes itself it work fine..

    I've been in contact with Apple support team regarding this issue. I have about 9 items available for download(preorders mostly) but it's not listed under download. When I click on Check for available download, a message with 'iTunes temporarily unavailable' appears but when I go to the iTunes store itself, its working just fine. I've already been charged twice for the same movie which Apple have kindly refunded me for one of them but I still haven't managed to download that movie yet. Apple says its a problem with my computer and given me all sort of ways to rectify the issue and still no hope. Everything else seems to work just fine including the actual iTunes store, wifi syncing and cable syncing etc. Can somebody help me with this if you know how to solve this problem or if you've had the same issue now or before?
    I am using the latest Software updates on my iTunes and these 9 items were purchased whilst on this new updates

    Launch iTunes on your computer.
    From the menu bar click iTunes > Preferences then select the Advanced tab.
    Click Reset warnings and Reset cache
    Click OK.
    Restart your computer, launch iTunes.
    Click Store > Check for Available Downloads...

  • Itunes could not check for an update to the carrier settings for your iphone. An unknown error occur (-50)

    Have problem with "Check for Updates" for iTunes or accessing iTunes stores.  Called Apple support locally in Singapore who couldnt help resolve the problem and was directed to helpdesk in Norway but after hours on the phone, they still could not solve the problem.  They are also referring solutions from iTunes support FAQs to go through the problem I encountered.  In the end, they said will escalate the matter to next level and will contact me back but they never did.  Other error message include "A program caused iTunes to stop working..."
    I am using a SONY Vaio with Windows 8.  Current iTunes version is 11.1.3.8.  Disappointed with Apple Support.  I was able to do backup with itunes though.  Appreciate anyone who encountered similar problem to share the solution.  Thanks.

    I got the same error but I think I know what's wrong with my situation. My iPhone 4 is programmed for a CDMA carrier that Apple doesn't support. I have limited ability with the phone... but I still love it.

  • How do I allow offline use AND check for updates if online?

    I am actually not sure if this is a bug or not, as the behavior changed when I updated from 1.6u20 to u21. I have an application in a single JAR, and a JNLP file. I am testing with Windows 7 64-bit (with both the 32- and 64-bit version of the JVM installed, 1.6u20-b06 on both). The application cache is enabled. Here is my JNLP file:
    <?xml version="1.0" encoding="us-ascii"?>
    <jnlp
      spec="6.0+"
      codebase="http://hidden"
      href="Librarian.jnlp">
      <information>
        <title>Librarian</title>
        <vendor>Vendor</vendor>
        <homepage href="http://hidden"/>
        <description>Description.</description>
        <offline-allowed/>
        <shortcut online="false">
          <desktop/>
          <menu submenu="Vendor"/>
        </shortcut>
        <icon href="Librarian.gif"/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se version="1.6+"/>
        <jar href="Librarian.jar" main="true"/>
      </resources>
      <application-desc main-class="com.vendor.apps.librarian.Librarian"/>
    </jnlp>I am observing the following behavior wrt updates and allow-offline:
    When allow-offline is present:
    - JWS does not download updates to the JAR file when the desktop link is clicked.
    - The application can run when I disable the network connection.
    - The "-offline" switch is passed to javaw in the desktop shortcut.
    When allow-offline is not present:
    - JWS does download JAR updates when the desktop link is clicked.
    - The application can not run when I disable the network connection (HostNotFoundException).
    - The "-offline" switch is not passed to javaw in the desktop shortcut.
    What I want to happen is for JWS to check for updates if it can, and if it times out, instead of barfing, just go ahead and run the cached version. What I can get right now is either no updates + offline allowed, or updates + offline disallowed. However, I can obtain the behavior I want if I specify allow-offline then hand-edit the desktop shortcut and remove "-offline":
    When allow-offline is present but I remove "-offline" from the desktop shortcut:
    - JWS does download updates to the JAR file.
    - The application can run when I disable the network connection, after a short timeout.
    Now, I was under the impression that this behavior is the intended behavior of allow-offline: attempt to download update, on error, silently start the cached version instead. This does not seem to be the case. I actually wonder if this is a bug, as with 1.6u20, it seemed to download JAR updates just fine when allow-offline was specified (I had issues when the cache was disabled with 1.6u20, and so I moved to u21).
    How can I make this work the way I want without having to hand edit the desktop shortcut?
    Is this a bug, or am I misconfiguring (OED says this is a real word!) the application?
    Is there something else I have to do to indicate that the JAR is updated besides just uploading a new version to the server?
    It should be noted that I am not doing any web page magic here, I'm testing by simply downloading the JNLP file off the server and opening it. This is actually my first JWS experience and I haven't gotten to properly embedding it in a web page yet. I do not know if this is significant or not.
    Thanks!
    M

    Well, I solved that quick. I've been staring at it for over an hour but it popped out at me as soon as I looked at my JNLP file in my post here (guess it's the red text, heh).
    All I need to do is set online="true" in the shortcut, and also specify allow-offline, and all works exactly as I want it to. :-)
    Perhaps it was a bug in u20 that was causing it to check for updates anyways even with an offline shortcut... I'm not sure, and I don't have it in me to test it any more at the moment.
    Thanks,
    M

Maybe you are looking for

  • Can not view primary layout

    I am using Robohelp HTML X5 build 584, with windows XP and IE6. I have used robohelp inthe past to generate web pages with help info which all worked well. I recently added new pages to the project and now it is not working. In the meantime I have tr

  • Line item wise Qty in Handling Unit Management

    Dear All, I am working and testing Handling Unit Management. As per the client requirement, he wants Multilevel Packaging (Manually) for materials as- E.g. 100 Pieces will be packed in 1 Small Carton.        100 Small Cartons will be packed in 1 Big

  • I am at a loss please advise

    Herewith an outline of the problem. Used my Mini as usual in the morning, hit work for a few hours then woke her from sleep to check mail. Upon Mail launch i noticed the mail view had changed.....fiddled a little but mail froze. Did a system re-start

  • TS2529 How to reboot iphone 4s

    Hello everyone, I have a iPhone 4s for a year. While I was texting with my friend today and I realized the battery nearly died.  At the time I sent the last text, the battery died. It seems normal. However, once I turned it back on, it has a symbol o

  • ATI w/ HDTV

    Im looking into purchasing a LCD HDTV roughly 32inch in size for my macpro to use both in windows and osx. I was wondering if anyone had any good tips on picking one and what i should look for as resolutions will be a tad picky, i tried a 32inch hdtv