Klibc doesn't build: The 'linux' symlink is missing

Klibc 1.5.14 doesn't compile giving this error immediately after patching
The 'linux' symlink is missing; it should point to a kernel tree
configured for the i386 architecture.
make: *** [linux] Error 1
Should I file a bug report or is there anything I'm missing?

New version (1.5.15) gives the same error.

Similar Messages

  • Flex doesn't build the project anymore?

    Hello Forum
    I restarted my computer and the flex project this morning and when I try to debug the application I get a plain error message.  It launches the web url in debug mode but no page appears.  MAMP is running...  If I look in the project folder there is no html file anymore?  Any ideas what could have happend?
    Where do I setup the export properties for the html file?  (sort of like Publish properties in Flash CS4?)
    Thank you
    sk

    Shut down eclipse then clean your project in my case that usually 
    solves that kind of errors
    Sincerely,
    Michael
    El 21/04/2009, a las 11:01, "stephan.k" <[email protected]> escribió:
    >
    the error says: 'An Internal Error has occured'
    >

  • Dock / Stacks doesn't build preview thumbnails

    Sometimes (totally random, impossible to reproduce) on computer startup, the Dock doesn't build the preview thumbnails for the items stored in the Stacks (Documents and Downloads stacks). There are very few items in there: few folders with no special icons in Documents and 2 files; both files are the standard PDF files (About Stacks.pdf and About Downloads.pdf), there are no additional files that might require or use a 3rd party preview plugin.
    The dock is located on the right side of the screen (obviously, vertical position), maximization effect is enabled. If the preview is not built, I only get the standard pdf icon.
    A fix is to restart the Dock (killall -HUP Dock), that makes the Dock rebuild the preview thumbnails.
    Once the bug is 'started' (at least one thumbnail isn't rebuilt), it keeps behaving like this all the time (all restarts), but the issue applies to different thumbnails.
    Is this a known bug or am I the only one affected? I don't seem to find any other relevant topics in here.

    Hi and welcome to  Discussions,
    I have the same problem from time to time and it's also absolutely random which icons get a preview and which don't. I believe it's more likely to happen when you click on the folders right after a reboot, but this could just be coincidence. You're not alone and this is simply a bug, I think.
    Björn
    PS: You can leave feedback over here: http://www.apple.com/feedback/macosx.html

  • MY CONVERTED DOCUMENT DOESN'T LOOK THE SAME

    WHEN I CONVERTED THE DOCUMENT ..IT DOESN'T LOOK THE SAME.. MISSING LETTERS.. ODD CHARACTERS ETC

    Converted from what to what?  Using what software?
    P.S. please don't post in all-caps; it is very difficult to read!

  • AIA CRMOD Build error - antfetch doesn't support the "antfile" attribute

    Hi.
    I am trying to build the CRMOD PIP under Linux, and I am getting the following ANT error:
    antfetch doesn't support the "antfile" attribute
    The build actually completes without any errors being posted on the screen, but the log file of the job, has this message within it, as well as a BUILD failure emanating from within the AIAInstallDriver.xml file.
    Does anyone know how to get around this issue ? The verision of ANT that we are using, is from the Weblogic Server envrionment.
    Thanks.

    I seriously hope that they don't expect us to use nightly builds of Netbeans 7.1 when the official final version of JavaFX 2.0 is released because of this issue.
    Their should be an update to Netbeans 7.0.1 upon JavaFX 2.0 final release. C'mon Oracle! You can do better than that!

  • CRMOD PIP Build Error - antfetch doesn't support the antfile attribute

    Hi.
    I am trying to build the CRMOD PIP under Linux, and I am getting the following ANT error:
    antfetch doesn't support the "antfile" attribute
    The build actually completes without any errors being posted on the screen, but the log file of the job, has this message within it, as well as a BUILD failure emanating from within the AIAInstallDriver.xml file.
    Does anyone know how to get around this issue ? The verision of ANT that we are using, is from the Weblogic Server envrionment.
    Thanks.

    I seriously hope that they don't expect us to use nightly builds of Netbeans 7.1 when the official final version of JavaFX 2.0 is released because of this issue.
    Their should be an update to Netbeans 7.0.1 upon JavaFX 2.0 final release. C'mon Oracle! You can do better than that!

  • [Solved]The linux kernel with build in bootloader?

    First of let me apologize if I'm making no sense at all. This isn't really my area of expertise.
    I just recently stumbled upon some rather interesting "news" about the linux kernel developers working to implement a an EFI/GTP (I think) bootloader in the kernel it self. I would very much like to know if this is actually true, I'd like to learn more and follow the development, but I haven't been able to find any relevant information, appart from the incomplete mailing list I stumbled upon.
    I suspect that I'm simply using the wrong search parameters. Again, it's not like I know too much about what I'm doing.
    In any case, if you have even the slightest idea what I'm talking about, please do guide me in the right direction.
    Best regards.
    Last edited by zacariaz (2012-03-01 20:02:04)

    Gusar wrote:
    litemotiv wrote:I was mainly thinking about a way to boot straight into Arch from rEFIt without chainloading grub/syslinux first.
    Thanks to the info and links the.ridikulus.rat provided, I've now learned a bit more about this stuff (I'm probably still missing a lot ). Basically, rEFIt is a manager that launches bootloaders. With EFI_STUB, the kernel is it's own bootloader, so what you say is indeed possible - start linux from rEFIt without going through grub/syslinux. Well, it would be possible if there wasn't for one huge problem - rEFIt doesn't allow passing options, which is needed in this case. But that's where rEFIt's fork (rEFInd) comes into play.
    Further, there are patches on the kernel mailing list that will make it possible for an EFI_STUB kernel to read options from a file. Then not even rEFInd will be needed. Strictly speaking it isn't needed even now, but you need to type the options manually on the efi shell, which isn't very convenient. Fun stuff all this, innit? . It's a whole new crazy world.
    Cool, thanks for the pro-active research!

  • Flash Builder doesn't rebuild the project everytime I modify the code

    Hi,
    Flash Builder doesn't rebuild the project everytime I modify the code.
    I find myself chasing ghosts when trying to debug my project. Flash Builder 4.0 doesn't rebuild my project after every change I make.
    The "Project - Build Automatically" is of course selected. To make sure the problem is real I ran "Project - Build All" several times. Nothing helped.
    For example, I am using a boolean constant to select different code in an if block. Even if I change the value of the boolean, When I debug the code, I see that the constant's value doesn't change. Only If I log out login again, FB will rebuild my code.
    This happens too many times and it is very confusing to debug, when you don't know if the result now is with or without your changes.
    It also affects the following:
    - breakpoints that are set or disabled are not taken into account and the debugger will skip them even if they are set or stop on them if they are disabled.
    - the debugger stops the debug on empty lines, if those lines previously contained code.
    - When I comment out the declaration of variables. Eclipse doesn't recognize them and doesn't show any hint on them when you hold the CTRL key and hover over, but while in debug mode, when you hover over the variable instance, its shows a value for it.
    Thanks for your help.
    Bye,
    RaamEE-IL

    The problem is with the SDK settings selected for the Compiler.
    Try going to 'Project' > 'Properties' > 'ActionScript Compiler'.
    Now, in the 'Flex SDK section', try changing the SDK. Click on 'Apply'.
    This will force FB to rebuild all settings for the project.
    You can try again. FB should now have started compiling with latest code changes again.
    Please Note: This is not a permanent fix though!
    In case the problem re-occurs, you'll need to again perform the steps mentioned above to get FB back on track.

  • I'm a linux user (mint 9) and installed FF4. When I try to bookmark a new page it doesn't give the Usual dialog to add the bookmark- it gives an empty shell of a small window that should be there.

    I'm a linux user (mint 9) and installed FF4. When I try to bookmark a new page it doesn't give the Usual dialog to add the bookmark- it gives an empty shell of a small window that should be there. this shall seems to point at the little star, but it's totally empty.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Can you build an Labview app on windows and run it on the Linux Runtime Engine?

    Our developers work on windows workstations but we would like to convert our test stands to linux. Can we run the apps they develop on Linux with the Linux Runtime?

    No. VIs developed on Windows will run in the LabVIEW Linux development (assuming no Windows specific functions like ActiveX and DLL calls) but in order to run a built application on Linux you will need to rebuild them with the Linux application builder.

  • IP Pool doesn't apply the DNS configuration to Linux based vm

    Hi,
    Under scvmm 2012r2, I created a IP Pool in my virtual switch as follow :
    IP subnet : 192.168.1.0/24 (192.168.1.100 to 192.168.1.200)
    Gateway : 192.168.1.1
    DNS : 192.168.1.2, 192.168.1.3
    Then I created some templates using the IP Pool. From these templates, when I created a Windows vm, all is OK. When i created a Linux based vm like RHEL6, only the IP address and gateway were applied. The DNS setting was missing in the new created
    vm.
    Thanks for your help !
    zt

    Hello,
    Here is the output of resolv.conf :
    # Generated by NetworkManager
    # No nameservers found; try putting DNS servers into your
    # ifcfg files in /etc/sysconfig/network-scripts like so:
    # DNS1=xxx.xxx.xxx.xxx
    # DNS2=xxx.xxx.xxx.xxx
    # DOMAIN=lab.foo.com bar.foo.com
    Output of the log :
    2014-04-09T08:25:31,619Z Trace      [scx.vmmguestagent.osspecializationreader:427:1589:140519122646816] DNS Search Suffix read as: test.com
    2014-04-09T08:26:34,209Z Trace      [scx.vmmguestagent.osspecializationreader:427:1623:139799840220960] DNS Search Suffix read as: test.com
    2014-04-09T08:26:38,234Z Info       [scx.vmmguestagent.osconfigurator.networkconfigurator:235:1623:139799840220960] Shell Command:/opt/microsoft/scvmmguestagent/bin/cfgnetadapter  macaddress=00:1D:D8:B7:1C:20 ipv4addresstype=static
    ipv4address=192.168.1.133/24 ipv6addresstype=dhcp gateways=192.168.1.1, nameservers=192.168.1.2,192.168.1.3, dnssearchsuffix=test.com,
    Thanks
    zt

  • Triggers doesn't work on Linux

    Does anybody know why triggers doesn't work on Linux machine? Forms are developed in WIN2k and triggers works there fine. When the forms are transferred to linux triggers doesn't work anymore.
    I use Oracle 9i database and Forms 9i and Linux Redhat Advanced Server.

    Forms are compiled on Linux either by opening them in the builder and hitting compile or by using the compiler from the command line:
    Use the script $ORACLE_HOME/bin/f90genm.sh (or f60genm.sh if this is 6i).
    So if you are developing on Windows and running in Linux, you woudl FTP the FMB, MMB and PLL files to the Linux box and compile using f90genm.

  • Report Builder on Linux?

    Hi Everyone,
    Is it possible to run a version of Oracle report builder in linux? Currently right now I am running Reports 6i in Windows XP. I've found a way to run all my other apps in linux and have switched over except for a couple of Oracle apps. The main ones being Reports and Workflow Builder.
    I remember there was a way to run Forms builder in Solaris not sure if there was a same version like that for Reports builder.
    Thanks.

    hi ,
    The oracle report builder will work on linux operating system also.

  • How to start Oracle Report Builder in Linux

    Hi all
    Can someone please help by telling how can i start Oracle Report Builder in Linux????
    Thank you and best regards to all

    Hello,
    there should be a script rwbuilder.sh
    in ORACLE_HOME/bin for 10.1.2.
    in ORACLE_INSTANCE/config/reports/bin for 11g
    Of course, you need to have a "X Display Server " up and running and the variable DISPLAY must be set to this "X Display Server "
    Example :
    export DISPLAY=123.456.789.12:0
    $ORACLE_HOME/bin/rwbuilder.sh
    Regards

  • When will Creative recognize the linux opportuni

    Just bought a Zen Touch. Pretty nice device, but where
    is the linux commitment?
    Why am I forced to use an OS(M$), that has nothing to
    do with the MP3-Player to operate it's
    Although I'm already use kzenexplorer, libnjb I definetly
    would like to see firmware/bugfix and development support
    from Creative for non M$ OSes.
    Cheers,
    origin_de

    Thanks PeeBee and penguinking3,
    I actually use libnjb and kzenexplorer on SuSE 9.3.
    The point I wanted to make is
    a) that libnjb is reverse engineered without the help
    of Creative.
    b) that firmware updates take into account that there are
    other OSes and therefore should provide bug fixing and
    feature enhancements without being forced to use M$.
    c) that the linux opportunity is there for Creative
    to also differeciate themselves.
    HP recognized it with their printers as lots of others did, too.
    It just needs to open up the protocol for Creative to
    leverage this market for almost no additional cost, as the
    linux community is going to develop it's own management software.
    The argument of cost over M$ doesn't get any better the
    more often it is being used.
    I strongly hope that some Creative representati'ves read this
    here, too and take hopefully take action.
    origin_de

Maybe you are looking for

  • Enterprise Manager in 9.2.0.3

    I've installed Oracle 9.2.0.1 on Windows and patched it to 9.2.0.3. I'm trying to start the Enterprise Manager service, but keep getting a message that it starts and then stops. The log file indicates a missing java class. Is there any way around thi

  • Query String parameter with # in its value

    Hi, When I send a parameter in a query string with value that has the hash symbol (i.e #) that parameter when fetched returns null. Why so? Eg : Page 1 : String strTest = "1#2"; <a href="test.jsp?test=<%=strTest%>">Page 2: test.jsp String strTest=req

  • Class versions are incompatible (linkage error)

    Hi All, I New to SAP XI and i've been working on java mapping, i Used RAD 6.0 for generation of class files, i imported the generated files into Integration builder. but when i execute the scenario i'm getting this error "Class versions are incompati

  • Please add a "CC 2014 compatible" filter to the add-ons browser

    Hi, Now that almost all existing extensions are incompatible with PS CC 2014 (thanks a lot for this strange move), it would be useful to add a corresponding filter in the add-ons browser. Currently, you can only discover that an extension is not comp

  • Is it possible to change the new Chromium tray icon?

    It's not that big of a deal but I'd like to replace it so it fits in with the rest of my icons.  Anybody have any luck changing it yet?