Lib32-gcc-libs not found

Im triying to install AdobeAir from AUR. When the instalation finish, yaourt prints a dependcy unsolved. THis dependency package is lib32-gcc-libs.
If i try to install with pacman, i recive this :
[rabanomen@borneo] [~]  sudo pacman -S lib32-gcc-libs
paquete lib32-gcc-libs no encontrado, buscando un grupo...
error: 'lib32-gcc-libs': no fue encontrado en la lista de paquetes
My system is up'to date  and i have the full official mirrorlist .

sorry, i forgot translate it .
It says ' not found , searching group' ' was not found in the package list'
I'll search it in the community mirrors.
Thanks

Similar Messages

  • Gcc: command not found problem

    Hi,
    i just full installed cygwin 1.5.5-1 'cause i need to comiple and build a dll so i need to use gcc but in response to this command:
    gcc helloworld.cpp
    i get:
    bash: gcc: command not found
    Is that a windows xp problem or do i have to somehow configure cygwin? I read all the manuals i found but couldn't help.
    Best regards
    Nereida

    Depending on the way you install cygwin, the start for setup.exe is different.
    I will explain the way starting from web:
    http://www.cygwin.com/setup.exe
    You have to choose
    1) Install from Internet
    2) your directory for cygwin like: "D:\Programme\cygwin"
    and the install for all or just for you
    3) choose a local package directory like "D:\Programme\cygwin"
    4) choose the settings to access the web like "Use IE5 Settings"
    5) choose the nearest you download server
    !!! and now the interesting Selection starts: !!!
    A tree of packages is listed you have to click at 6. line (+Devel) at the word Default
    +Devel # Default
    Default should changed to:
    +Devel #  Install
    ...this is already your developer-pack within gcc
    but further you have to go to Libs (line 12) and now click to the '+' -sign:
    + Libs # Default
    The lib tree should now opened.
    go up to the 5. last line at the 6. column "Package" you should read w32api: Win32 API header and library ...
    look back to column 3 "New" there stands Skip click on it [as long] that you see the version number (2.5-1) or any better
    It should help but it is not necessary to click on
    + Doc # Default (line 7)
    so that it changes to
    + Doc # Install.
    so now you can finish your installation!
    I hope it helps
    mike

  • C:\lib not found after run asant

    I found result that was C:\lib not found. After run asant build the exercise date and bookstore, I can see the result C:\lib not found in dos prompt.Why? What lib I need ? It worked for hello1 and hello3.I think I installed the javahome and j2ee home probably.If someone know,Could you show me the right way?
    After I run like.. asant build.xml .. the result was build.xml file doesnt exit in this project.
    Show me the right way pls.
    Thanks

    try specifying the j2ee.home explicitly in examples/common/build.properties:
    for example:
    j2ee.home=H:\Sun\\AppServer

  • -bash: gcc: command not found - Mavericks

    I have installed Xcode 5 and Command line tools when I try to use gcc command it says:
    -bash: gcc: command not found
    http://cl.ly/image/3m2U1N0q1B2l
    Can anyone recommend any solutions, please?
    Thanks

    gcc is in /usr/bin so I would start by looking at my path and seeing if /use/bin is in it.
    Also try typing /usr/bin/gcc and see what response you get.

  • Gcc: command not found

    I am trying to compile a simple hello world type command line program.
    When I type gcc hello.c -o hello i get:
    -bash: gcc: command not found
    I am running OS X ver. 10.7.3
    I have Xcode 4.3.2 installed
    And yes, I'm completely new to Mac.
    Any and all advise will be greatly appreciated.
    Newbie signing out....
    Bobby

    Hi Keith, thank you for your quick response.
    I installed Xcode via app store and do not recall
    anything about the command line options. So I'm
    going to guess I didn't install them. Is there a setting
    to apply this in Xcode? Any direction you can give
    is really appreciated.
    Regards
    Bobby

  • Why wlserver_10.3\server\lib not found?

    Hello, I was following a cue card in Jdev to install the database schema when I got this error:
    BUILD FAILED
    C:\Documents and Settings\hb\My Documents\Downloads\FusionOrderDemo_R1PS3\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    C:\Documents and Settings\hb\My Documents\Downloads\FusionOrderDemo_R1PS3\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    C:\Documents and Settings\hb\My Documents\Downloads\FusionOrderDemo_R1PS3\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    C:\Documents and Settings\hb\My Documents\Downloads\FusionOrderDemo_R1PS3\Infrastructure\DBSchema\build.xml:28: C:\Oracle\Middleware\jdeveloper\wlserver_10.3\server\lib not found.
    Line 28 is this:
    <sql driver="${jdbc.driver}" url="${jdbc.url}" userid="@{username}"
    password="@{password}" classpathref="oracle.jdbc.path"
    src="@{script}" onerror="@{onerror}"/>
    So does this mean the JDBC driver path is incorrect? I have installed the whole JDev suite and Oracle 10g XE, so I guess the driver is not missing? How can I check this? Thank you.

    Out of the box, build.properties doesn't have those entries. I have followed these cue card steps before, on another machine, and it worked right out of the box. Does this have anything to do with the environment variables like ORACLE_HOME, ...?
    Here's build.properties:
    # Base Directory for library lookup
    jdeveloper.home=C:/Oracle/Middleware/jdeveloper/jdeveloper
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:oracle:thin:@localhost
    jdbc.port=1521
    jdbc.sid=XE
    # Information about the default setup for the demo user.
    db.adminUser=system
    db.demoUser=FOD
    db.demoUser.password=fusion
    db.demoUser.tablespace=USERS
    db.demoUser.tempTablespace=TEMP

  • Asant command ..error C:\lib not found

    I am using asant command compile and copy my files(servlets) ...but for some reason I am getting an error that says C::\lib not found can anyone tell me why I am getting this error

    You need to set the j2ee.home property as described in the About chapter:
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/About.html#wp63740
    -Ian Evans
    Sun Microsystems
    J2EE Tutorial Team

  • Asant build(E:\lib not found)

    hello guys
    I have set my j2ee.home=C:\\Sun\\AppServer=${j2ee.home}
    in build.properties of my tutorial example under E:\j2eetutorial14\examples\common
    but there is still that problem
    Build failed
    file: E:/j2eetutorial14/examples/web/hello2/build.xml:53: E:\lib not found
    what is happen!
    thank you guys!

    Could you post your build.properties as it looks like you might not be setting j2ee.home correctly...
    you do not need ${j2ee.home} at the end of the line.
    The settings should be
    j2ee.home=c:\\sun\appserver

  • Gcc-multilib not found

    Hello,
    I want to upgrade my system but it fails for two packages from aur lib32-avahi and lib32-libtasn1 because they need the dependency gcc-multilib which I cannot find.
    $ yaourt -Syu --aur
    :: Synchronising package databases...
    ==> Software upgrade (new version) :
    aur/lib32-avahi 0.6.25-3.1 -> 0.6.30-2
    aur/lib32-libtasn1 2.6-1 -> 2.9-1
    ==> lib32-avahi dependencies:
    - expat (already installed)
    - lib32-glib2 (already installed)
    - lib32-dbus-core (already installed)
    - lib32-libcap (already installed)
    - lib32-libdaemon (building from AUR)
    - lib32-gdbm (building from AUR)
    ==> Continue building lib32-avahi ? [Y/n]
    ==> -------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for lib32-avahi:
    ==> lib32-gdbm dependencies:
    - lib32-glibc (already installed)
    - gdbm>=1.8.3 (already installed)
    - gcc-multilib (building from AUR)
    ==> Continue building lib32-gdbm ? [Y/n]
    ==> ------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for lib32-gdbm:
    error: target not found: gcc-multilib
    ==> Restart building lib32-gdbm ? [y/N]
    ==> -----------------------------------
    Same for lib32-libtasn
    any idea ?
    Thank you
    By the way, is there a way to know if these two packages are a dependency of another one or something ? Because I don't remember why I installed it...
    Last edited by martvefun (2011-05-22 08:20:11)

    Thank you it seems to work.
    I've lots of conflict like
    :: binutils-multilib and binutils are in conflict. Remove binutils?
    :: gcc-libs-multilib and gcc-libs are in conflict. Remove gcc-libs?
    :: gcc-multilib and gcc are in conflict. Remove gcc?
    Can I do that safely ?
    So if I understand all the packages in multilib repo are to compile 32 packages in 64 bit system. I don't need to do it now so maybe I can just remove these packages...
    Last edited by martvefun (2011-05-22 09:23:33)

  • Slim needs gcc-libs not gcc has dep

    I just found out that slim needs gcc for a 57kb file. This file is in gcc which is 23mb. I just want know why this one file is not gcc-libs instead gcc. This is so people how don't need gcc will need to install it in order to get slim to work.
    Just my 2 cents to help make arch more customable in size of MB.
    PS With gcc install, base-devel group only takes 2.6MB more of space. I just had to give you the idea.
    Last edited by godane (2008-10-17 12:23:37)

    I think then slim just needs to be updated.
    [root@arch-live arch]# ldd /usr/bin/slim
    linux-gate.so.1 => (0xb7f09000)
    libXft.so.2 => /usr/lib/libXft.so.2 (0xb7edb000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb7dec000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7d68000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7d60000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7d35000)
    libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7d0e000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb7cf9000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7cc7000)
    libXmu.so.6 => /usr/lib/libXmu.so.6 (0xb7cb2000)
    libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7c92000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7ba2000)
    libm.so.6 => /lib/libm.so.6 (0xb7b7c000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7b6e000)
    libc.so.6 => /lib/libc.so.6 (0xb7a2c000)
    libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7a2a000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7a12000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7a0e000)
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb79ed000)
    libXt.so.6 => /usr/lib/libXt.so.6 (0xb799e000)
    libSM.so.6 => /usr/lib/libSM.so.6 (0xb7996000)
    libICE.so.6 => /usr/lib/libICE.so.6 (0xb797f000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0xb7971000)
    /lib/ld-linux.so.2 (0xb7f0a000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0xb796d000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7968000)
    libuuid.so.1 => /lib/libuuid.so.1 (0xb7964000)
    This is after i remove gcc. So i think slim just needs to update with gcc-libs dep instead of gcc dep.

  • Bash: gcc command not found

    hi,
    I keep on getting this error message. I have installed xcode 3.2
    and it did not solve the problem.
    please help asap.
    Thanks

    I just fell on this forum, I have the same problem: I found gcc: it appears it has been moved during installation of developer tools to the location: /Developer/usr/bin, (from /usr/bin) so I tried to launch gcc by typing the whole path /Developer/usr/bin/gcc, with a source file.c. gcc works now this way, but the trouble is that it doesn't find the #include files, which have probably also been moved in some directory in /Developer/... I also tried by adding the line export PATH=$PATH:/Developer/usr/bin to the file ~/.profile. That cures the necessity to write the whole path for gcc, but not the not finding of the #include. By the way, working in C through Xcode works properly.

  • MSMQ BC - Error while Startup- Native Lib not found

    Hello forum,
    I try to get the MSMQ BC running at our sparc/solaris hostet Glassfish
    MSMQ BC needs a native dll "msmqbcjni.dll" to run.
    But no matter how I place this file and set glassfish's native_lib_path.
    The start of the component fails with the error "msmqbcjni" not found.
    I managed to start MSMQ BC at my wintel machine without any problem.
    Is it possible to run MSMQ BC at sparc/solaris? Isn't "msmqbcjni" a native wintel dll? So how should it run at sparc?
    Maybe I am wrong. (I hope so ;-)) It would be very useful to interact with MSMQ for us.
    Any suggests or experience with it?
    Thank you
    Marco
    p.s. The screencast tutorials placed with several projects are often not really helpful. A simple demo app would help to make much things easier to understand.

    They've probably hung your post on the "RTFM" wall of fame... ;)
    Section 8 of the MSMQBC manual, published Nov. 2006:
    Great Joke! And where can I find this Magic Document?
    I am not the type of person who is too lazy to search.
    But I cannot find such a document.
    If you look at [http://wiki.open-esb.java.net/Wiki.jsp?page=MSMQBC]
    the only described limitation is..
    Limitations
    HTTP Support- MSMQ Version 3.0 provides HTTP Protocol, this is used to send messages to respective destination queues but we cannot receive message using HTTP. For more information please go through MSMQ HTTP Support

  • OELinux 5.3 and 11g ASM install nees rare lib not found

    after installed correct libraries for 32 bit 5.e OELinux on a quad core core 2 duo I get the following error
    when trying to manually load ocssd.bin deamon
    this lib is not available on net and seems very rare.
    root@localhost /# /app/oracle/product/11.1.0/db_1/bin/ocssd.bin
    /app/oracle/product/11.1.0/db_1/bin/ocssd.bin: error while loading shared libraries: libhasgen11.so: cannot open shared object file: No such file or directory
    I have already installed a 11g database on this machine then added asm packages.
    oracleasm-2.6.18-128.1.1.el5-2.0.5-1.el5.i686
    oracleasmlib-2.0.3-1.el5.i386
    oracleasm-support-2.1.2-1.el5.i386

    switched to ASM forum

  • Where have lib32-libxxf86vm lib32-gcc-libs and wine gone?

    Im just installed 64bit arch, as i couldnt get gpu folding to with with ubuntu, i had arch 64bit workin a few months ago no problems,
    this install, i cannot install wine or the foldingathome-gpu-nvidia packages because they have missing dependencies,
    any one else having htis problem know a work around?
    thanks, Mark

    Do you have multilib enabled?
    http://www.archlinux.org/news/true-mult … ux-x86_64/
    edit: too slow
    Last edited by skunktrader (2010-10-19 22:15:56)

  • Oracle10g 32bit lib files not found during Install

    Hi All,
    During my installation of Oracle 10g on HP-UX11.11, I have found that Installer could not found required 32bit lib files in ORAHOME/lib32
    folder.But I have completed all the prerequisit tasks as per the Oracle manual.
    1)ORAHOME/lib32/libocci.sl.10.1 not found
    2)ORAHOME/lib32/libhsdb.sl not found
    3)ORAHOME/lib32/libttsh10.sl
    4)ORAHOME/lib32/libxml10.a not found
    also other ".mk" files in sysman/lib32 not found.
    can anybody advice me what may be the possible errors for this.
    Regards,
    Abhinav

    Hi Gustavo,
    I have downloaded the Oracle 10g software from Oracle website. .cpio files are copied on my hard disc. I have extracted .cpio files i.e Disk1 & Disk2.
    I have installed all the patches+java 1.4 patches+ June03GOLDQPACK+XMotifDev
    I have not installed HP C,C++-ANSI compiler.
    This is the scenario. still having errors for 32 bit libs. OUI says 32bit libs not found
    in /ORAHOME/lib32 folder.
    Regards,
    Abhinav

Maybe you are looking for

  • Bleed Areas and PDF Export

    I set my book up in indesign and have all the bleed areas marked out.  When i export to a pdf it comes out fine, but when i export to a pdf  using the documents bleed settings i get an issue. On the two pages facing each other the inside edge of each

  • Collabd.notifications errors in lion

    I get heaps of errors in lion server. one that pops up every few seconds is the following: Seems like the code or my DB table is wrong? 03.02.12 08:00:02,573 collabd: [PGCConnection:122 1cba20 +0ms] Error in TXN: Error executing query [UPDATE notific

  • Salary Calculation/Load

    Hi, We are using System 11, version 1.1.1, and I have a quick question regarding a salary member. In workforce, this member is stored and has a member formula. I don't want it dynamic since I have a calc script that specifies the order for the accoun

  • Page not found for: Oracle10g Objects for OLE Documentation

    I just open "Oracle Objects for OLE Documentation" on http://www.oracle.com/technology/docs/tech/windows/ole/index.html, but can not open "Oracle10g Objects for OLE Documentation" with link http://www.oracle.com/technology/pls/db10g/db10g.to_toc?path

  • Applying a specific crossfade across duplicated clips

    I think I'm probably missing something but I've reviewed the manual and can't find it. I have done a crossfade between two clips (which are actually the same clip/file) I have duplicated this clip 30 times and need to apply this same crossfade at the