After upgrade makepkg aborts. How to debug it ?

Hi,
After 6 months of operation I decided to upgrade whole system (pacman -Syu).
All went OK, but after upgrade I started to have issues with building my packages:
running makepkg on some packages start to give me "==>Aborting" without any error code or hint what is wrong.
Place where makepkg aborts is constant but changes when I'm commenting lines in BUILDPKG file.
How can I enable debugging in makepkg for finding what is wrong ?
BTW: pacman.conf is marged. --nocolour not helping.
br

Allan wrote:Your PKGBUILD is probably wrong and not makepkg...  Something in your PKGBUILD is returning non-zero.   Build with MAKEFLAGS="-j1" and it should hopefully become clearer what the error is.   Otherwise, post output or the PKGBUILD here.
Allan,
Thx. I'll do that when return to home.
I'm curious: why before upgrade all was OK ?
br
BTW: Having You here - I want to ask question related to compatibility between Arch and other distros ?
I'm using app which has its own kernel module.
App uses buffers for data communication and has hardcoded limit for buffers declaration at 20M.
Many people using 16M buffers without problems on Fedora, Ubuntu, etc.
With Arch - at 2.6.33 kernel times I was able to declare max 9M (above that app crashes during operation).
With Arch on 2.6.35 level - I can declare only 6M.
May You hint me where should I tweak Arch build options for achieve better compability ?
thx and sorry for forking dicussion !
Last edited by warped (2010-10-12 11:26:24)

Similar Messages

  • After upgrading to Photos, how can I work on a Book Project from another apple device?

    After upgrading to Photos, how can I work on a Book Project from another apple device?

    I'm not sure I understand what you are asking, but on the device/Settings, do you have iCloud and Photos sync turned on?

  • I can't restart after upgrading yosemite software, how to restart?

    i can't restart after upgrading yosemite software, how to restart?

    What backups do you have, and what exactly happens when you try to restart?

  • After upgrade to ff14, how do i move "new tab" button from the left to the right?

    after i upgraded to ff 14, i found that the "open new tab" button moved to the left of the tabs. how do i move the button back to the right of tabs?
    i've tried the customize, but it won't stay on the right when i hit done.

    Try to click the "Restore Default Set" button in the Customize window if you can't move the New Tab button to its default position immediately to the right of the last tab.
    You can also check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    *https://support.mozilla.org/kb/Toolbar+keeps+resetting

  • After upgrading to mavericks how can I connect my HP PSC 2510 photosmart all-in-one printer to my mac?

    After I upgraded my macbook air to mavericks, my HP PSC 2510 photosmart all-in-one printer doesn't connect to my macbook air.  When I try to launch the all-in-one installer from the HP CD that came with the printer, I get a message saying it cannot open because powerPC is not supported.  The HP site has not been helpful in resolving this issue.  My understanding is I first must connect the printer to the wireless system (I use airport extreme) before using airplay for printer software upgrade.

    Your suggestion is helpful, but after some digging on the HP site I found a detailed solution to my problem.  The link is: http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01749025&tmp_task=setupCate gory&cc=us&dlc=en&jumpid=reg_r1002_usen_c-001_title_r0001&lc=en&product=303770

  • The Publish button disappeared after upgrading to CS5, how do I get it back?

    I am administrator for a site that just upgraded from CS3 to CS5. Until then there were no problems, other users would send me their drafts and I would publish them. Now the Publish button is gone and I can only review the draft. The users have writer roles, so they cannot publish either. Could you tell me what I need to do in order to get the Publish button back. For example how to change the workflow xml to get the same workflow that I had in CS3.

    Here is the .xml workflow file that I changed a bit, but it still does not work how I want it to and I am not sure where the problem lies. I want to create a workflow where other users in writer roles send their drafts to me and I publish them. I changed the preconditions for publish into "$role == administrator". I don't understand why the button "Send for Publish" does not appear, since it is clearly in the options of this workflow.
    --?xml version="1.0" encoding="UTF-8"?-- --workflow id="AP" name="Author =-- Publish"-- --task id="APT1" name="Author"-- --actions-- --action id="APT1A1" name="Send for Edit" type="SEND" goto="APT2"/-- --action id="APT1A2" name="Send for Publish" type="SEND" goto="APT5"-- --preconditions-- --precondition--$role != publisher--/precondition-- --/preconditions-- --/action-- --action id="APT1A3" name="Publish" type="PUBLISH" -- --preconditions-- --precondition--$role == administrator--/precondition-- --/preconditions-- --/action-- --action id="APT1A4" name="Send for Review" type="SEND" goto="APT6"/-- --/actions-- --/task-- --task id="APT2" name="Wait for Edit"-- --actions-- --action id="APT2A1" name="Edit Draft" type="EDIT" goto="APT3"-- --preconditions-- --precondition--$user != sender--/precondition-- --/preconditions-- --/action-- --action id="APT2A2" name="Delete Draft" type="DELETE"-- --preconditions-- --precondition--$user != sender--/precondition-- --/preconditions-- --/action-- --action id="APT2A3" name="Undo Send" type="UNDO" goto="APT4"-- --preconditions-- --precondition--$user == sender--/precondition-- --/preconditions-- --/action-- --action id="APT2A4" name="Return" type="RETURN" goto="APT4"-- --preconditions-- --precondition--$user != sender--/precondition-- --/preconditions-- --/action-- --/actions-- --/task-- --task id="APT3" name="Edit Draft"-- --actions-- --action id="APT3A1" name="Edit Done" type="RETURN" goto="APT4"-- --preconditions-- --precondition--$user != sender--/precondition-- --/preconditions-- --/action-- --/actions-- --/task-- --task id="APT4" name="To Send for Publish"-- --actions-- --action id="APT4A1" name="Send for Publish" type="SEND" goto="APT5"-- --preconditions-- --precondition--$role != publisher--/precondition-- --/preconditions-- --/action-- --action id="APT4A2" name="Publish" type="PUBLISH" -- --preconditions-- --precondition--$role == administrator--/precondition-- --/preconditions-- --/action-- --action id="APT4A3" name="Edit Draft" type="EDIT" goto="APT1"/-- --action id="APT4A4" name="Delete Draft" type="DELETE"/-- --action id="APT4A5" name="Send for Review" type="SEND" goto="APT6"/-- --/actions-- --/task-- --task id="APT5" name="Wait for Publish"-- --actions-- --action id="APT5A1" name="Publish" type= "PUBLISH"-- --preconditions-- --precondition--$role == administrator--/precondition-- --/preconditions-- --/action-- --action id="APT5A2" name="Return" type="RETURN" goto="APT4"-- --preconditions-- --precondition--$user != sender--/precondition-- --/preconditions-- --/action-- --action id="APT5A3" name="Undo Send" type="UNDO" goto="APT4"-- --preconditions-- --precondition--$user == sender--/precondition-- --/preconditions-- --/action-- --/actions-- --/task-- --task id="APT6" name="Wait for Review"-- --actions-- --action id="APT6A1" name="Review" type= "REVIEW" goto="APT7"-- --preconditions-- --precondition--$user != sender--/precondition-- --/preconditions-- --/action-- --action id="APT6A2" name="Return" type="RETURN" goto="APT4"-- --preconditions-- --precondition--$user != sender--/precondition-- --/preconditions-- --/action-- --action id="APT6A3" name="Undo Send" type="UNDO" goto="APT4"-- --preconditions-- --precondition--$user == sender--/precondition-- --/preconditions-- --/action-- --/actions-- --/task-- --task id="APT7" name="Review Draft"-- --actions-- --action id="APT7A1" name="Review Done" type="RETURN" goto="APT4"-- --preconditions-- --precondition--$user != sender--/precondition-- --/preconditions-- --/action-- --/actions-- --/task-- --/workflow--

  • After upgrading my ipad how do i get my apps back in my ipad

    Apps deleted

    I like your answer and tried it but had two thigns happen.  I hope that you can help me since no one else has jumped in.
    1. When I went to select the apps, I wanted all three pages but could only do one's worth so how do you do multiple pages of apps?
    2. I went to the page of apps that had been synced and only a few work now.  They ALL show up in the open apps area at the bottom.
    Here was my original post:
    I had been using pdf Comrade and Finale Music's Song book apps just fine with my iPad but now something is not working.  I recently delected and added some items to my pdf Comrade and did a sync in iTunes but now clicking on either of these apps in my iPad get nothing but a shaking reaction and no items.  These show up in my open docs at the bottom but nothing will show up on the iPad.  I have not ptut anything in either app for a awhile and may have forgotten how to sync these.  I recalled that a full sync was not needed.  I guess I forgot how to do this.  Thanks.

  • Retriving partner profiles after upgradation

    Hi All,
    We are upgrading our system from 4.7 to ECC 6.0. so while upgradation, will the partner profiles of the IDOCS be forwarded to the new version?
    If no, how do we get them in the new system. If yes, where they are stored.
    I mean, what are the tables they are stored.
    I found out that, they wont be carried fwd to the new version. we need to configure them manually. But when they are in thousands it is difficult task right.
    Is there any perfect procedure for this task. 
    Thankyou in advance,
    Annapurna.

    HI,
    My question is , will all the settings done in the partner profiles be retained after upgradation. if yes how? if no, any other way to retain them. because we have idocs in thousands in our project. so this is a big concern.can anyone help me in this regard.

  • Colors screwed up after upgrading to 1.1

    After upgrading, all my pictures have their colors screwed up. It looks like I'm running my monitor in 16 bit mode, if that makes any sense.
    Has anyone else experienced this after upgrading, or knows how I can fix this?
    The pictures looked perfectly fine before the upgrade.
    Thanks!

    I'm running LR on WinXP Pro, and I performed the upgrade (so not a clean install). I'm using an LCD panel with it's default ICC profile.
    I have a mix of JPG and DNG files (from raw). They all exhibit the same problem. Fooling around with the WB doesn't seem to help. The JPG images look fine when viewed outside of LR.
    Nick - it doesn't seem to be the same problem as yours.
    Any help with this would be greatly appreciated.

  • After upgrading to Windows 8, FireFox only brought in A-C. Bookmarks were arranged in folders. How do I import?

    After upgrading one of our PCs to Windows 8, not all of the bookmarks were in FireFox upon opening the browser for the first time after the upgrade. Only A-C were brought in. We've tried several methods of getting the rest back into the browser with no such luck.
    The folder where all the bookmarks are housed was found and backed up. The problem as I see it is that all of the individual bookmarks were sorted into Folders. When the main Bookmarks folder is opened, it contains individual pages (similar to what one would see if they saved the page as a .html page, instead of printing or another save method), and then there are subfolders, that contain even more individual pages. (If this is confusing, I can post an image or a link to an image.) In order to access a bookmarked page, we currently have to go to File Explorer, navigate to the Bookmarks folder, search through the links (which show as the full URL) and folders, to click on the url to have it open in the default browser.
    As far as I've been able to discern, through research and trial-and-error, these won't be read by FireFox in the format they are as I view them currently; they need to be in one single .html with links and sublinks, not individual clickable pages. But since they are no longer viewable in the Bookmarks section in FireFox, I am unable to Export them to the correct format.
    How do I get *all* of the bookmarks back into FireFox's Bookmarks menu dropdown?
    Thanks.
    (Btw, the computer/browser I'm using are not the PC in reference above, in fact, it is not even a PC, so please do not use any info that may show regarding any automatically inserted text about the "internal workings of [my] browser, as it is of no value to this issue.)

    The disk folder you're describing sounds a lot like the Windows Favorites folder. That's actually completely independent from Firefox's bookmark storage.
    After your upgrade, did you freshly install Firefox? In that case, the problem might be an incomplete import of your Windows Favorites (IE Favorites) instead of an incomplete recovery of your old Firefox bookmarks.
    To see whether you still have your Firefox bookmarks, in your backup -- for example, the C:\Windows.old\ folder, or a backup on external media -- could you try to track down a folder named '''bookmarkbackups'''. By default, this is hidden folder, so you may need to turn on viewing of hidden files and folders. This article has the steps: [http://windows.microsoft.com/en-us/windows/show-hidden-files].
    Let me know what you find and then I can suggest next steps.

  • After upgrading to the newer version of Firefox, a lose all my tabs every time I close. I've done what was suggested in the FAQx, but I still lose them all when I close. I want to fix this. How?

    I want to know how to have my tabs save when I close Firefox. I did what was suggested in the FAQs section, but all my tabs disappear every time I close Firefox, whether using the "exit" command, or the "X" button. This was the very reason I never updated to the new version previously, but had hoped that the problem had been addressed and upgraded, now I'm stuck with having to reopen every tab every time I open Firefox. Please tell me there is a way to correct this. And, I'm not fluent in technospeak, so I need simple, basic instructions. Thank you. Mark

    Hi,
    Pressing '''Alt''' + '''T''' on the keyboard brings up the '''Tools''' menu.
    To see the full menu bar temporarily, press '''Alt''' or '''F10'''.
    To make the menu bar permanently visible, right-click on the '''+''' after the last tab and enable (tick) '''Menu Bar''' or press '''Alt''' + '''V''' > '''Toolbars''' > '''Menu Bar'''.
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    Useful links:
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • How to connect to HD TV after upgrade to OS 10.8.2

    How can I connect to my Sony HD TV after upgrade to OS 10.8.2?
    It worked before I upgraded and now it doesn't recognize the TV in the Display Pref.

    are you using airplay via ATV or a wire or what?

  • After upgrading my iPhone 5 to iOS 7 iTunes will not stay open once the app launches...does anyone know how to fix this? Please Help :)

    After upgrading my iPhone 5 to iOS 7 iTunes will not stay open once the app launches...does anyone know how to fix this? Please Help :)

    I have exactly the same problem. I too have tried everything that's been suggested, but still not working. Don't really what to do next? I have an iPhone 4S.

  • After upgrading to iOS 5, my iPhone 4 takes a very long time to open digitally signed emails. I've tried with the SMIME settings enabled, but that doesn't help either. Any ideas on how to resolve this?  Thanks in advance.

    After upgrading to iOS 5, my iPhone 4 takes a very long time to open digitally signed emails. I've tried with the SMIME settings enabled, but that doesn't help either. Any ideas on how to resolve this?  Thanks in advance.

    I suspect you may have a corrupt photo or image that is causing the sync to fail or quit. You might want to try removing all of your photos by deselecting them in iTunes then sync - and try adding them by each sub-folders until you are able to nail down which sub-folder of photos, that causes the sync to stop or gives you errors.

  • How to install iPhoto after upgrading to yosemite?

    how to install iPhoto after upgrading to yosemite?

    Download it from the App Store as Matt suggested.  You may have to move the current version to the Trash Bin (don't delete yet), go to the App Store and look for iPhoto 9.6 under purchases.  It will be free.
    What iPhoto version did you have prior to the Yosemite upgrade?  If it was iPhoto 7 (08) or earlier you'll also have to download and run the iPhoto Library Upgrader 1.1 on your library before opening it with iPhoto 9.6.

Maybe you are looking for

  • IPad will not be recognized by itunes and wont start up

    Hello, I have an (iPad 2, WiFi+3G) 64GB and when i try to open it it stucks in the black screen with the apple logo. I cant loggin! Also it is not recognizable by itunes so I cant restore it to its factory settings. Does anyone here knows any third p

  • Word Docs have become Unix Executable Files!

    The subject says it. This has happened on both my wife's iMac G5, and my MacBook Pro. Some, not all, of our Word docs, (both using 2004, running OS X.4.7) have had their icons turned into a gray console, and in "Get Info" identify themselves as "Unix

  • Material/service master catalog upload (ECC-CCM)

    SRM have 2 possible scenarios to upload the material master data to CCM: 1- Upload material master data from ECC to SRM and, after, from SRM to CCM. 2- Upload material master data directly from ECC to SRM. Does anybody know the name of the transactio

  • Java Default FileSystem Root.

    If I want to program file System specifiers in a platform generic way in java, I call System.getProperty("file.separator"); So I know the correct version of slash to use, wherever my program is run. On Unix, the root of the file system is / windows,

  • What should I check when I get my notebook?

    hi, I'm buying my mac book pro in about 2 weeks and I would just like to know what I have to check when I get it. whine noise? heat issue? (how to check it?) any others? by the way, I have an imac G5 rev. B. it has a bit of "whine" as well. not sure