[SOLVED] cocos2d-x - missing glfw2

==> Making package: cocos2d-x-2 2.1.5-1 (Sun May 11 02:49:29 ICT 2014)
==> Checking runtime dependencies...
==> Missing dependencies:
-> glfw2
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
Error: glfw2 -> I have dowloaded from
https://aur.archlinux.org/packages/glfw2/
Result: Everything untils like above!
Last edited by luckybc (2014-09-14 04:51:26)

Yes, I've  built and installed glfw2.
And now I have a problem with debian package manager:
[luckybc@gatemen cocos2d-x-2.1.5]$ chmod +x install-deps-linux.sh
[luckybc@gatemen cocos2d-x-2.1.5]$ ./install-deps-linux.sh
Checking for missing packages ...
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
./install-deps-linux.sh: line 19: dpkg-query: command not found
Missing packages: libx11-dev libxmu-dev libglu1-mesa-dev libgl2ps-dev libxi-dev libglfw-dev g++ libzip-dev libcurl4-gnutls-dev libfontconfig1-dev libsqlite3-dev libglew*-dev .
You may be asked for your password for package installation.
sudo: apt-get: command not found
Errors:  
1) sudo: apt-get: command not found
------------> It's from Debian
2) When I tried to make and installed dpkg
[luckybc@gatemen dpkg]$ makepkg PKGBUILD
==> Making package: dpkg 1.16.12-1 (Sun May 11 15:33:39 ICT 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
-> perl-io-string
-> perl-timedate
==> ERROR: Could not resolve all dependencies.
Errors: Where are the following missed dependecies ?:
---------------> perl-io-string
---------------> perl-timedate
Last edited by luckybc (2014-05-11 08:43:21)

Similar Messages

  • [Solved] Virtualbox-source missing /usr/bin/vboxbuild

    New virtualbox source missing /usr/bin/vboxbuild
    i cant load my vboxdrv module & i also cant build vboxdrv module
    new vbox-source 4.1.18-3 (2012-07-24) dont have vboxbuild script
    anyone also have problem with this issue?
    btw i use ck-kernel
    Last edited by dhiika (2012-07-25 01:19:27)

    xzy3186 wrote:
    gbc921 wrote:
    I'm also using the linux-ck from AUR and I could not load vboxdrv even after the "# dkms setup vboxhost/4.1.18"
    It has compiled fine, but when I do "$ sudo rc.d start dkms" it gives me this:
    :: Starting Dynamic Kernel Module System [BUSY] Error! Could not locate dkms.conf file.
    File: does not exist.
    ERROR: could not insert 'vboxdrv': Exec format error
    ERROR: could not insert 'vboxnetadp': Exec format error
    ERROR: could not insert 'vboxnetflt': Exec format error
    ERROR: could not insert 'vboxpci': Exec format error
    If I try to compile it again then:
    $ sudo dkms install vboxhost/4.1.18
    Module vboxhost/4.1.18 already installed on kernel 3.4.6-2-ck/x86_64
    I have installed these packages:
          community/virtualbox 4.1.18-4
          community/virtualbox-additions 4.1.18-1
          community/virtualbox-modules 4.1.18-4
          community/virtualbox-source 4.1.18-4
          aur/virtualbox-hook 1.0-3
    Sincerely,
    The same problem here. I compiled virtualbox-source 4.1.18-4 with "dkms install" under linux-ck-3.4.6-2 but had "ERROR: could not insert 'vboxdrv': Exec format error" whilie trying to modprobe.
    Solved:According to https://bbs.archlinux.org/viewtopic.php?id=145925, I should delete "old" vboxdrv generated by vboxbuild.
    Yeah! Removing the modules from /usr/lib/extramodules... and doing a depmod worked fine!
    Thanks!

  • [SOLVED] Wine is missing from the repos

    Hi fellows, recently I have installed wine in a computer, just a week later I tried to install it on another and it's missing from the repos.
    wine-mono and winetricks are still there, though.
    Last edited by fernando_costa (2014-03-18 17:23:02)

    WorMzy wrote:
    karol wrote:
    mzneverdies wrote:remember to install lib32-packages (for example, lib32-nvidia-utils if you own an nvidia)
    Is running 'pacman -Syu' after enabling [multilib] enough?
    I'm not sure why you would think that. -Syu updates the packages already installed, it won't install new packages -- unless an updated package requires one, of course.
    fernando_costa: Glad you got it sorted. Please mark your thread as solved by modifying the topic title.
    If you add a new repo it updates the sync database.  From there you install from the new repo.
    Last edited by nomorewindows (2014-03-18 17:14:00)

  • [solved] nautilus and missing thumbnail

    hi to everybody,
    i have a little problem: i can't have working thumbnail preview of video file
    pdfs and images works
    i try to fix the issue with this script:
    #!/bin/bash
    VIDEO_EXTENSIONS="video@flv video@webm video@mkv video@mp4 video@mpeg \
    video@avi video@ogg video@quicktime video@x-avi video@x-flv video@x-mp4 \
    video@x-mpeg video@x-webm video@x-mkv application@x-extension-webm \
    video@x-matroska video@x-ms-wmv video@x-msvideo video@x-msvideo@avi \
    video@x-theora@ogg video@x-theora@ogv video@x-ms-asf video@x-m4v"
    THUMBNAIL_COMMAND="/usr/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10"
    for i in $VIDEO_EXTENSIONS; do
    gconftool-2 -s "/desktop/gnome/thumbnailers/$i/command" -t string "$THUMBNAIL_COMMAND"
    gconftool-2 -s "/desktop/gnome/thumbnailers/$i/enable" -t boolean 'true'
    done
    but anything is changed .....
    any tips ? i need help !
    thanks
    EDIT: i have latest software from repo (not testing s) also ffmpegthumbnailer and tumbler
    Last edited by nTia89 (2011-08-19 16:25:56)

    solved with an AUR package:
    https://aur.archlinux.org/packages.php?ID=49555
    installed, rebooted and nautilus magically have video thumbnail..... gnome3 isn't enough mature

  • [SOLVED] Bitstream Vera missing characters under Qt

    Hey everyone!
    I've installed some KDE apps (including the whole KDE on my smaller desktop), and I've met a strange and very annoying glitch. Under every Qt app the letters used in the hungarian language (ő,ű) show up as rectangles when I'm using the Bitstream Vera fonts.
    On the other hand, these fonts work fine under GTK2, under gedit for example.
    What could be wrong here? Have I missed an option regarding my locale, fonts or something?
    BTW, my LANG variable is set to "hu_HU".
    Thanks for the help!

    You also might wanna look at the DejaVu Fonts:
    http://dejavu.sourceforge.net/wiki/index.php/Main_Page
    though they address mainly the Chech and Polish language. I dunno if
    Hungarian is covered in Iso8859-2? which is I think the target of DejaVu.
    -neri
    ----------------------------------EDIT---------------------------
    some people might find that useful
    http://dejavu.sourceforge.net/wiki/inde … erivatives

  • SOLVED: "AuthenticationSupport service missing. Cannot authenticate request."

    A customer was installing CQ5 on a Red Hat Linux environment, and getting the following error displaying in the browser.
    AuthenticationSupport service missing. Cannot authenticate request.
    We checked the Felix Console, and all bundles were installed correctly.
    We did however find the following message in the error log:
    20.06.2012 10:49:26.689 *ERROR* [FelixStartLevel] org.apache.jackrabbit.core.RepositoryImpl failed to start Repository: Unable to register data store in cluster. javax.jcr.RepositoryException: Unable to register data store in cluster.
    Caused by: java.net.UnknownHostException: {server name}: {server name}
    This was not a clustered instance.
    On closer inspection, the error was caused by an incorrect IP address entry for {server name} in the hostnames file
    Tim Goodman

    Hello Mkiti,
        I take a look there and my host file only contains comments :s
        Heres the content:
    # Copyright (c) 1993-2009 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    # localhost name resolution is handled within DNS itself.
    #    127.0.0.1       localhost
    #    ::1             localhost
        The error only happen after I install the CQ5 update fix, from package share. I just renamed the crx-quickstart folder, the CQ create a new one and works, but my projects still in the old quickstart :s Is there a way to physically copy these projects, maybe?

  • [Solved] Gnome Integration Missing In Chromium 35

    Hello all,
    With the newly released Chromium 35, it seems that Gnome integration is missing.
    Specifically, it does not recognize gnome in the Gnome extensions site via the plugin that was available in version 34.
    Anything can be done about it?
    Thanks, Adam.
    http://i.imgur.com/hj7RKqP.png
    http://i.imgur.com/R1OQMor.png
    Moderator Edit [ewaller] Converted over sized imaged to url links
    * EDIT *
    Issue due to Chrome 35 no longer supporting the NPAPI plugin architecture.
    Last edited by adam777 (2014-05-21 12:58:32)

    decryptedepsilon wrote:Also, if anyone is using Hangouts extension, do they experience gnome-shell crashes on starting Hangouts? I have them. Also happens with Cinnamon so it must be gnome-shell related. Chromium 35 added something which doesn't play well with gnome-shell yet.
    I use the hangouts extension (a lot!) and google-chrome beta which is currently on version 36+ but have no crashes. Nor did I have any crashes for the months when google-chrome beta was on any of the many 35 versions. [Actually, I had a few gnome-shell crashes over a few days when gnome-shell first moved to version 3.12+ but discovered it due to the skype extension which I removed and have not see one since].

  • How to solve Caller 70 Missing-Processing overdue

    Hi Folks,
    Plz tell me how to rectify Processing overdue error which i m getting during data loading from PSA to Data Target.
    Thanks
    Ranjan Singh

    Hi,
    processing time for loading is too long.
    You can manually book data if all records from source system has arrived into PSA. Just right click on the data packet that was not updated and select "Manual Update".
    See the below links.
    Short dump in the Warehouse Caller 70" is missing
    collor 70 missing
    Error :Processing is overdue
    GTR

  • [SOLVED]Pacman systemd missing file

    Everytime when I run pacman I get this error:
    error: could not open file /var/lib/pacman/local/systemd-217-8/desc: No such file or directory
    I think i messed up something when upgrading system.
    Can you help me to solve this issue?
    Thanks
    Last edited by Arch3R (2014-11-29 19:14:08)

    Just reinstall systemd:
    pacman -S systemd
    select yes if it prompts due to it already being installed.
    You might also want to run `pacman -Qk` to see if any other packages have been damaged.
    EDIT: I just did some silly trial and error and deleted that file from my system (probably would have been smarter to move/rename it).  Reinstalling systemd failed due to a conflicting file error as all the files for the package are there, but the pacman database doesn't realize they belong to that package.  In this case I used --force with the single specific package:
    pacman -S --force systemd
    Note that this use of --force is an apparent necessity to fix this specific problem.  This does not support using it when uncertain why something fails - I knew why it was failing.
    Last edited by Trilby (2014-11-29 19:01:55)

  • [solved] Rebuild virtualbox - missing dependecies

    Hi
    I'm trying to rebuild virtualbox from source, but I run into some trouble with a three dependecies.
    # makepkg -s
    ==> Making package: virtualbox 4.3.6-1 (Fri Dec 27 14:13:39 CET 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: dev86
    error: target not found: gcc-multilib
    error: target not found: lib32-glibc
    ==> ERROR: 'pacman' failed to install missing dependencies.
    The problem is that I can't find these three targets anywhere? I see that they are marked by (make) in the repository: https://www.archlinux.org/packages/mult … _64/dev86/ Does this mean anything special? How do I install these packages?
    ty!
    Last edited by utvk (2013-12-27 13:32:36)

    utvk wrote:I see that they are marked by (make) in the repository
    They are marked with (make) because they are makedepends.
    PS: Here is some info about multilib
    Last edited by progandy (2013-12-27 14:09:24)

  • [SOLVED]pacman files missing ?

    Dear archlinux community,
    i decided to give arch a try as my linux server os, however i've run into the following issue when attempting to install samba:
    [silver@silver-pi ~]$ sudo pacman -S samba avahi
    [sudo] password for silver:
    resolving dependencies...
    looking for inter-conflicts...
    Packages (23): cifs-utils-6.1-1 gamin-0.1.10-7 gnutls-3.2.3-1 iniparser-3.1-3 ldb-1.1.16-1 libaio-0.3.109-6
    libcap-ng-0.7.3-1 libcups-1.6.3-1 libjpeg-turbo-1.3.0-2 libpng-1.6.3-1 libtasn1-3.3-1 libtiff-4.0.3-2
    libwbclient-4.0.9-1 nettle-2.7.1-1 p11-kit-0.18.4-1 python2-2.7.5-1 smbclient-4.0.9-1 sqlite-3.7.17-2
    talloc-2.0.8-1 tdb-1.2.12-1 tevent-0.9.18-1.1 avahi-0.6.31-10 samba-4.0.9-1
    Total Download Size: 0.78 MiB
    Total Installed Size: 121.99 MiB
    :: Proceed with installation? [Y/n] y
    :: Retrieving packages ...
    error: failed retrieving file 'libtiff-4.0.3-2-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
    warning: failed to retrieve some files
    error: failed to commit transaction (download library error)
    Errors occurred, no packages were upgraded.
    [silver@silver-pi ~]$
    it seems like some files are dead and need replacing, in the mean while how should i go around the issue?
    Last edited by SilverOne (2013-08-22 23:05:33)

    WonderWoofy wrote:You need to update your machine (which in the process will update your databases).
    Dear WonderWoofy,
    well that fixed it, what a shame
    thank you for your quick reply!
    Best Regards,
    SilverOne

  • [SOLVED] MPD is missing some directories/files.

    Using MPD with Sonata for my music library, as I always have. I returned to Arch yesterday after a short Ubuntu vacation, and got everything set up the way I like it, except MPD is giving me some hassle.
    I have a music library sorted by folders in the following way: /music/artist/year- albumtitle. In sonata, It displays the MPD DB as a filesystem view, but omits a handful of artist names. They exist, and they play JUST FINE in VLC (And in MPD/Sonata on Ubuntu, for that matter). So, I've deleted the db, re-created it, checked all my paths, nothing looks supect.
    Any ideas?
    Last edited by Kyle Carter (2009-04-29 20:07:43)

    hmmm so i had it right all along eh? hehe, anyways...
    odd that chown -R didn't work; but, if you don't have permission to play it in mpd then you don't have permission to chown it either, you did do sudo chown right?
    also, i find this little snippet useful for those cases
    #!/bin/bash
    # fixit
    # recursively fix dir/file permissions on a given directory
    # usage ./fixit /path/to/Music
    if [ -d $1 ]; then
    find $1 -name '*' -exec chown me:me {} \; \
    -type d -exec chmod 755 {} \; \
    -type f -exec chmod 644 {} \;
    else
    echo "$1 is not a directory."
    fi
    exit 0
    edited: thanks procyon
    Last edited by brisbin33 (2009-04-29 21:40:51)

  • [SOLVED] Neverwinter Nights missing shared library / audio

    I cannot run Neverwinter Nights, having followed the instructions here: http://nwn.bioware.com/downloads/linuxclient.html.
    $ ./nwmain
    ./nwmain: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
    $ ldd ./nwmain
    linux-gate.so.1 => (0xf76ed000)
    libm.so.6 => /usr/lib32/libm.so.6 (0xf76ab000)
    libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7691000)
    libGL.so.1 => not found
    libGLU.so.1 => not found
    libmss.so.6 => not found
    libSDL-1.2.so.0 => not found
    libc.so.6 => /usr/lib32/libc.so.6 (0xf7544000)
    /lib/ld-linux.so.2 (0xf76ee000)
    I'm using the proprietary ATI drivers, fglrx, and have had other games such as OpenArena running pretty perfectly.
    The shared libraries do exist:
    $ ls /usr/lib/ | grep libGL
    libGL.so
    libGL.so.1
    libGL.so.1.2
    libGLU.so
    libGLU.so.1
    libGLU.so.1.3.070900
    libGLw.so
    libGLw.so.1
    libGLw.so.1.0.0
    Could the error I'm getting be because I'm running x86_64?
    Last edited by privateabstract (2011-01-09 19:43:34)

    Okay, I think I'm almost there.
    $ ldd ./nwmain
    linux-gate.so.1 => (0xf779f000)
    libm.so.6 => /usr/lib32/libm.so.6 (0xf775c000)
    libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7742000)
    libGL.so.1 => /usr/lib32/libGL.so.1 (0xf7664000)
    libGLU.so.1 => /usr/lib32/libGLU.so.1 (0xf75f9000)
    libmss.so.6 => not found
    libSDL-1.2.so.0 => not found
    libc.so.6 => /usr/lib32/libc.so.6 (0xf74ac000)
    /lib/ld-linux.so.2 (0xf77a0000)
    libXext.so.6 => /usr/lib32/libXext.so.6 (0xf749e000)
    libatiuki.so.1 => /usr/lib32/libatiuki.so.1 (0xf7496000)
    libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf747b000)
    libdl.so.2 => /usr/lib32/libdl.so.2 (0xf7477000)
    libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7388000)
    libX11.so.6 => /usr/lib32/libX11.so.6 (0xf726d000)
    libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf7255000)
    libXau.so.6 => /usr/lib32/libXau.so.6 (0xf7251000)
    libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf724c000)
    $ ./nwmain
    ./nwmain: error while loading shared libraries: libmss.so.6: cannot open shared object file: No such file or directory

  • [SOLVED] Buttons are missing in the titlebar with gtk-window-decorator

    Hi, everyone.
    Recently, I'd tried compiz as WM with gnome 3 in fallback mode. All work quiet good, but there is one thing, that slightly discourages me. I use gtk-window-decorator for frames and titlebar and the results are strange. Title bar is drawn with squared left and rounded right corners. Moreover, no buttons are shown on it. "Menu" and "Minimize" buttons are here, but invisible (they are working and corresponding tooltips are shown when I hover mouse over their position); "Maximize" and "Close" buttons are absent. All this buttons are turned on in metacity properties.
    When I turn off metacity theme support for gtk-window-decorator, all buttons are here, but decorator in this mode is quiet dumb...
    So, have you any suggestions on how to get those buttons back?
    Last edited by zhuk_av (2011-06-19 17:58:06)

    I'm having this problem under Ubuntu, but not with my Compiz (also 0.9.4) setup with GNOME 3 on Arch. I switched to Emerald on my Ubuntu install as a temporary workaround.
    Thinking about it, I think I still had the gnome-desktop2 package installed when I built compiz-core, I wonder if that has anything to do with it. Optional GNOME support is omitted in compiz-core if you upgraded to GNOME 3, because gnome-window-settings-2.0 (from the GNOME 2 gnome-control-center package I think) and gnome-desktop-2.0 are absent.
    Last edited by rufflove (2011-06-13 21:21:02)

  • [SOLVED] xev is missing on reinstall?

    Hello folks,
    I noticed on a reinstall lastnight that 'xev' isn't installed when I installed the various Xorg packages I use. I had a friend run pacman -Qo /usr/bin/xev on his install that has xev, but pacman doesn't know which package it belongs to.
    Anyone know what package it is in? I've tried searching the forums, but I seem to fail at searching.
    TIA,
    Chad
    Last edited by dwi (2009-05-07 15:27:34)

    You need to install extra/xorg-utils for xev.  On another note, if you want to know which package contains a file, check out pkgfile in community/pkgtools.
    Last edited by rson451 (2009-05-07 14:47:20)

Maybe you are looking for

  • Office 2013 hangs when saving files to local profile locations on Windows 2012 server

    We installed Office 2013 a few weeks ago instead of Office 2003 on a Windows 2012 standard terminal server. We installed the last updates and Office is up-to-date now, but we experience problems with saving word, excel and powerpoint documents when w

  • Problem using iframe in portal

    Hi, I've used iframe in oracle portal. In a jsp, i gave the link as <iframe src ="<%=actionURL%>" width="50%"></iframe> There the actionURL will take the action to another jsp.Its like a jsp having another jsp. But there I need to fetch some values f

  • Urgent help is needed

    Hi coders, Please read out, compile and check out the source given below . import javax.swing.table.AbstractTableModel; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.util.*; import java.io.*; class PATIENT implements S

  • Weird attribute validation error

    Hi! I'm trying to get an XML message to validate in Spring WS. I have the following XML Schema: <?xml version="1.0" encoding="UTF-8"?> <xs:schema version="1.0"            xmlns:xs="http://www.w3.org/2001/XMLSchema"            elementFormDefault="qual

  • Lost everything on memmory card

    Hi I lost all my media on my memmory card. Blackberry curve 8520. How can I get my images and music back