Missing asm/page.h

I'm trying to compile a piece of hardware that requires asm/page.h. That header is in neither /usr/include/asm nor /usr/include/asm-generic.

`pacman -S linux-headers`

Similar Messages

  • Where can I get help re: a file missing from Pages in iCloud?

    Where can I get help re: a file missing from Pages in iCloud?

    If the file was also on a mac, then there was a local copy of the file in ~/Library/Mobile Documents.  If you use Time Machine or any other backup program on your computer, then try restoring the file(s).  Similarly the same thing would be done on a PC, but I'm not sure where the icloud local copies are kept.

  • Report Viewer WebPart in SPD - Missing required page header

    Hi,
    I seem to be getting the following error when adding the Report Viewer webpart to a minimal masterpage in SPD:
    Error Rendering Control  - Unnamed 1 Missing Required Page Header
    If I create a page through the IE browser on the SharePoint then I can add the Report Viewer webpart. However when I then go to view that page in SPD - again I get the above message.
    This is truely irritating ....
    Thanks - Steve

    Looks like a bug in sharepoint or some other design-time quirk in SPD. The code in the report viewer webpart (v11.0) that throws the exception is:
    public static void RegisterCss(Page page)
    if (page.Header == null)
    throw new Exception("Missing required page header");
    HtmlLink child = new HtmlLink {
    Href = StyleSheetLink
    child.Attributes.Add("rel", "stylesheet");
    child.Attributes.Add("type", "text/css");
    page.Header.Controls.Add(child);
    ...so it appears that SPD is not fully instantiating the master page, or otherwise partially executing it. The Header property on Page should be populated with a HtmlHead instance, which is a reference to the head tag in the master page (which must have
    runat=server on it.) For me, the master page is fine -- this is why it still works when adding it via the web ui directly in the browser. When it's put through the design-time grinder in SPD, this property is null. I would presume that this is either a bug
    in the webpart, or a failing in SPD.
    I'm running sharepoint server 2010/sp2 and SPD 2010/sp2/x86, for what it's worth.

  • Problem with ASM page in OEM

    I created an ASM instance manually. Then I created a database using ASM with DBCA. The installation was good, only I ignored a msgbox about user/password of ASM.
    When I enter to Oracle Enterprise Manager from browser, it seems to work well, but when I click to link ASM page(general section) appears a Actual status is DOWN. I cant see any info about ASM. I checked the alerts an appers the next message: "Failed to connect to the ASM instance. ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach)".
    If I use sqlplus to connect to ASM instance, it works very good. ALso, I created an tablespace on diskgroup.
    Any ideas in order to see the ASM info in the OEM?
    ******* version
    The version of linux database is:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    ********listener
    [oracle@localhost admin]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 15-JUL-2009 22:08:20
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 15-JUL-2009 21:26:22
    Uptime 0 days 0 hr. 41 min. 57 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
    Services Summary...
    Service "+ASM" has 2 instance(s).
    Instance "+ASM", status UNKNOWN, has 1 handler(s) for this service...
    Instance "+ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "+ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "dbsasm" has 1 instance(s).
    Instance "dbsasm", status READY, has 1 handler(s) for this service...
    Service "dbsasmXDB" has 1 instance(s).
    Instance "dbsasm", status READY, has 1 handler(s) for this service...
    Service "dbsasm_XPT" has 1 instance(s).
    Instance "dbsasm", status READY, has 1 handler(s) for this service...
    The command completed successfully

    I can't seem to recall now but there is a way out to add the ASM instance as a target in the targets.xml file using emca command. Let me see if I can pull out the notes.
    Aman....

  • Share via email function missing in Pages

    I use the share via email function 100+ times a day. I'm a power user with it and my business work efficiency depends on it as most of my clients work with MS Office.
    Now that share via email function is completely missing in Page 5.5 (Yosemite). Did they remove it!?!?!?
    Now have to export as a Word Doc, save it, open email and attach it. Very frustrating.
    I use a 2010 Macbook Pro with everything up to date on it. I have not upgraded to iCloud Drive, as I want to manually retrieve all my iPad documents and back it up before activating that feature.
    Any insights?
    Thanks,
    Lisa Ann

    Hello LisiAnni,
    The Share feature was not removed. It is located in the toolbar and looks like a box with an arrow pointing up next to the tips button. Take a look at the links below for how to do this and if you are missing that button, you can add it back by following the second article.
    Send a copy of a document
    http://help.apple.com/pages/mac/5.5/#/tan5394fbf0f
    Customize the toolbar
    http://help.apple.com/pages/mac/5.5/#/tanafa2f718a
    Regards,
    -Norm G. 

  • Gcc errors. Where is asm/page.h?

    Hi,
    I'm trying to compile some code using gcc. The code does include asm/page.h but I don't have thad header in /usr/include/asm or asm-generic. Linux headers are installed.
    x.c:30:22: fatal error: asm/page.h: No such file or directory
    #include <asm/page.h>
    ^
    compilation terminated.
    Any idea how to fix this?
    Last edited by Truc (2014-09-24 14:15:29)

    Indeed Marcel-. I edited my post also included error message.
    ▶ ls /usr/include/asm-generic/
    auxvec.h int-ll64.h mman.h sembuf.h signal.h termbits.h
    bitsperlong.h ioctl.h msgbuf.h setup.h socket.h termios.h
    errno-base.h ioctls.h param.h shmbuf.h sockios.h types.h
    errno.h ipcbuf.h poll.h shmparam.h stat.h ucontext.h
    fcntl.h kvm_para.h posix_types.h siginfo.h statfs.h unistd.h
    int-l64.h mman-common.h resource.h signal-defs.h swab.h
    ▶ ls /usr/include/asm
    a.out.h hyperv.h msr-index.h processor-flags.h socket.h unistd_32.h
    auxvec.h ioctl.h msr.h ptrace-abi.h sockios.h unistd_64.h
    bitsperlong.h ioctls.h mtrr.h ptrace.h stat.h unistd_x32.h
    boot.h ipcbuf.h param.h resource.h statfs.h vm86.h
    bootparam.h ist.h perf_regs.h sembuf.h svm.h vmx.h
    byteorder.h kvm.h poll.h setup.h swab.h vsyscall.h
    debugreg.h kvm_para.h posix_types.h shmbuf.h termbits.h
    e820.h ldt.h posix_types_32.h sigcontext.h termios.h
    errno.h mce.h posix_types_64.h sigcontext32.h types.h
    fcntl.h mman.h posix_types_x32.h siginfo.h ucontext.h
    hw_breakpoint.h msgbuf.h prctl.h signal.h unistd.h

  • I miss some pages from My Notes APP duaring backup

    I miss some pages from my NOTES APP during backup

    Hi laurenfrommotown!
    I feel like the best option for you now will be to restore from any backups you may have in order to get that note back onto your iPhone. We have an article that talks about backups and how to restore from one, and it can be found right here:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/ht1766
    Keep in mind that if the note is stored on a sync server, such as Gmail or Yahoo!, it is likely to not be stored in the backup, and therefore, might not appear back onto your phone. Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • HT4059 my ibook is missing several pages from every other chapter?!?!? what can be done to resolve this issue or refund my purchase?!?!

    my ibook is missing several pages from every other chapter?!?!? what can be done to resolve this issue or refund my purchase?!?!
    nina manning
    <Edited by Host>

    Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store.
    By the way, I strongly recommend not posting your phone number or other personal information in these forums, or any other forum open to other users. It could lead to serious privacy issues.
    Regards.

  • "index.xml" missing in Pages document

    I had made some changes to a Pages file, as chose "Save As..." to keep the original document intact. I got the spinning beachball and after waiting for several minutes had to Force Quit. Now when I try to open the new document it tells me the file is invalid and the index.xml file is missing. Looking at the package contents I can only see the audio, video, and images from the document. Is there anyway to recover my text changes?

    The file may not be gone, but you may have lost links to the images.
    To recover the file:
    REMOVE THE PAGES "WRAPPER"
    Press the [control] key and click on the hosed file.
    Scroll to Get Info and select it
    In the Name & Extenstion box, delete the ".pages" extension so that "myfilename.pages" reads "myfilename" and press [Enter].
    Don't worry about the "will open in another application" warning. We'll put the extension back when we're done. Click [Okay] at the confirmation dialog.
    The file is now displayed as what it is, a folder containing multiple files.
    CORRECT THE PROBLEM
    Next open the folder "myfilename" and browse to the index.xml file.
    In my case, the offending issue was that the index file had been renamed to "index(xxxxx).xml.gz" by my syncing software. The icon identified the file as a gzip archive, so I simply edited the filename to read: "index.xml.gz" (without quotation marks).
    Presuming the author of the previous post is correct and your file is no longer gzipped, you'll need to get a archive utility. Stuffit Standard has a 30-day free trial and is available at
    http://www.stuffit.com/cgi-bin/stuffit_loginpage.cgi?standardmac
    Other utilities, freeware, shareware and commercial, are available as well. Download one and Gzip the file and delete (or move) the unarchived "index.xml" file out of the "myfilename" folder. (Note that there are MANY different achive formats. I don't know if any will work other than the gzip that I found mine in.)
    PUT THE FOLDER BACK IN THE "WRAPPER"
    Back in the File Info dialog, click in the Name & Extenstion box, add the ".pages" extension after the last letter of "myfilename" so that it reads "myfilename.pages" and press [Enter].
    Double-click you reconstructed Pages document. If you get a warning your only option at this point is to click [Continue]. At least you still have the text and layout. The only thing I've lost in the past is the images. You can relink them to their boxes.
    Hope this works!
    G4 800; Mac Mini Mac OS X (10.4)
    G4 800   Mac OS X (10.3.9)  

  • Missing templates (Pages and Keynote)

    Could anyone please help answer if templates were removed and are not included in the most recent versions of Pages 5.1 and Keynote 6.1?   
    Specifically:  
    1) Did Pages 5.0 have a template for "Grove Surfboards?"
    2) Did Keynote 6.0 have a template for a presentation titled, "The History of Pigments?"
    I recently upgraded from Pages 4.3 to 5.1 and Keynote 5.3 to 6.1, and unfortunately, I am worried that I missed out on the above creative templates.
    Any helpy clarifying would be much appreciated.
    Thank you,
    Kim

    Apple has helped you to “miss out.” Pages v5+ has dropped several templates from your Pages v4.3 experience, due primarily to about 100+ missing features and functionality in the application that adversely affect those former templates.
    Recommendation. Pages ’09 v4.3 remains in /Applications/iWork folder. Use it to great productivity until Apple restores missing functionality to Pages v5+.

  • PageLayout Icon missing in Page tab

    HI,
    I have Publishing Infrastructure feature enabled (at the site collection level) and Server Publishing enabled (at the site level).
    I am not able to see the page lay out icon in my page tab to change my page layout
    Am I missing something?
    Please help me out thank you
    Neel

    I'm not sure - I see it in my environment, which is SharePoint Server 2010 Enterprise RTM with all Publishing features turned on.  Where is the page that you are editing?  Is it in a pages library?SharePoint Architect || Microsoft MVP ||
    My Blog
    Planet Technologies ||
    SharePoint Task Force

  • HT4059 Missing book pages

    I am missing pages from a book I recently downloaded (it doubled a previous page). How do I fix this issue?

    On you iPad, force close all the Apps in the multitask window.
    Follow these steps to force an app to close:
    From the Home screen, click the Home button twice. 
    Tap and hold on the app. 
    When it starts to jiggle, tap the to close it on eby one until all cleared
    Now do a Soft reset of your iPad:
    Hold both Home and Sleep button for around 10secs until you see the Apple logo then release. After it returns to Home screen, open the book and see if this resolves the issue.

  • Epub export problems - missing last page and 'Page error'

    I couldn't find answers to this elsewhere - my apologies if this has been answered. My version of InDesign is 6.0.4 on Windows 7, 64 bit. I have two issues with exporting from InDesign to epub format.
    The first is that on some longer documents, which display OK in Sony's Reader Library software, I get a 'page error' when trying to read them on Sony Reader Touch Edition. I have found that I can 'correct' them by loading into Calibre Library Mangement software then saving them out from there. This may be a problem with the Sony Reader Touch software in which case has anyone come across a similar problem? The Reader can cope with the files, but not how they are exported from InDesign.
    The second problem is that even when I appear to export OK the epub document occasionally has just the last page missing - a few lines that have run over onto a final page do not get incorporated. These are simple InDesign documents, not books with chapters or linked files. The problem does not happen all the time but appears to depend on just where the flowed text in the epub happens to finish. I have found a workaround for this too - in the original document I add one full stop/period per line (adding blank lines is no good as the export ignores them) to force an extra page in the InDesign original. This is OK as a workaround but it would be nice if I didn't have to do it!
    Any help would be appreciated. Thanks
    Colin

    you need the 7z file in addition to the exe
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Model 2540 Missing first page of Excel Spreadshee​t

    First,on installing the software, problems. My system Win 8.1, wireless ISP Virgin,Office 2013 (Office 365)
    4 print attempts.
    1st Print page 2 and 3, but not first. Landscape
    2nd Print missing page 1
    3rd Print missing page 1
    4th I print page one  after copy and paste to new sheet, then change to two pages and second page only half of landscape info is printed. I cant use the word four letter starting with s or end on t, but that is what this is. Stop policical correctness and face the **bleep**ing music

    Hey @TIHSREVERSE!
    Thanks for posting on the HP Forums!
    I would be happy to provide some suggestions that may resolve the issue!  Are you getting the same issue from any other programs?
    The first thing I recommend is to uninstall the HP software. After the uninstall is complete it would be a good idea to perform a disk cleanup in the computer. A disk cleanup will improve computer performance and clear temporary files that may cause issues during the install of software. Once the disk cleanup is complete you should restart the computer and re-install the HP software.
    To uninstall HP software click here: Uninstalling HP Software
    To perform a disk cleanup click here: Performing a Disk Cleanup
    To download the HP software click here: Deskjet 2540 Software and Driver
    Please post back and let me know how it goes!
    Cbert
    I work on behalf of HP.
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" at the bottom of this post to say “Thanks” for helping!

  • HT4859 I had my passwords in notes on my I pad. They are missing (2 pages). How do I find them or restore them

    had my passwords in notes, 2 pages of them on my I pad 2. They are now missing. How do I find them or recover them  from wherever they are. Please help me

    https://addons.mozilla.org/en-US/firefox/

Maybe you are looking for

  • I lost my tool bar on top. I no longer can see the Bookmarks, Tools, or Help links. Where are they and how can I reset them? I had them at first but now I don't see them.

    I lost the tool bar on top. I can no longer see the Bookmarks, Tools, or Help links. I had them in when I began with your browser but now they're gone. How do I restore the default toolbar?

  • Regarding field BANFN

    Hi All,    we have to develop a report which is based on  0PUR_C01 and Purchase requisition Number is the required field in the report.We have the required Purchase requisition number in datasource 2lis_02_scl  which is BANFN (R/3 field) but is not p

  • MYSQL connection timeout?

    Hi all, ive been trying to update mysql databases on localhost and everything work perfect, but then im trying todo that in hosting (in this case phpnet.us). Im getting connection timeout error com.mysql.jdbc.CommunicationsException: Communications l

  • Crushed mac

    Hey fellows, a while back my mac was crushed and thus making the optical drive unusable. Whenever I turn it on, it makes this god awful whirring noise and I don't want to try and take it apart to remove it. Is there any way software wise to disable t

  • Dreamweaver Layer issues

    Here's the story: I have a layer for a pop-up - but I have actions applied to it, making it move onto the page, then back off. I have tried all of the ways described, but I cannot get that pop-up to be centered horizontally on the page. Can someone a