Passing --skippgpcheck to makechrootpkg (or getting the FF key to work

when trying to do  a makepkg on firefox i get
==> Verifying source file signatures with gpg...
firefox-36.0.1.source.tar.bz2 ... FAILED (unknown public key 057CC3EB15A0A4BC)
==> ERROR: One or more PGP signatures could not be verified!
no problem... i just do a
$ gpg --recv-keys 057CC3EB15A0A4BC
gpg: key 3A06537A: "Mozilla Software Releases <[email protected]>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
hmm... it says it is already there...
$ gpg --list-keys
/home/dev/.gnupg/pubring.kbx
pub rsa4096/3A06537A 2013-07-16
uid [ unknown] Mozilla Software Releases <[email protected]>
sub rsa4096/15A0A4BC 2013-07-16 [expires: 2015-07-16]
and indeed, rerunning make results in the same error.
so, I just ignore that with
makepkg --skippgpcheck
However, Firefox will only build succesfully in chroot... but when I add --skippgpcheck to the makechrootpkg, I still get the error
makechrootpkg -c -r $CHROOT -- CFLAGS="-march=sandybridge -mtune=sandybridge -O3 -pipe" CXXFLAGS="-march=sandybridge -mtune=sandybridge -O3 -pipe" --skippgpcheck
Am I doing this wrong?  or is there another way to ether
1) verify the package
2) get makechrootpkg ignore verification

Well, the problem here is that makechrootpkg invokes makepkg two times: the first time (when it fails to verify the PGP signature) for downloading and verifying the sources and the second time inside the chroot container to actually build the package. Since the sources are downloaded and verified in your user space, passing the option --skippgpcheck is not enough, you have instead to download key to your gpg keyring
gpg --recv-keys 057CC3EB15A0A4BC
and only after that you can run
sudo makechrootpkg -c -r $CHROOT -- CFLAGS="-march=sandybridge -mtune=sandybridge -O3 -pipe" CXXFLAGS="-march=sandybridge -mtune=sandybridge -O3 -pipe" --skippgpcheck
PS: you should also use sudo to run makechrootpkg (unless makechrootpkg is already an alias for sudo makechrootpkg) nevermind, makechrootpkg invokes sudo automatically for you.
---EDIT---
Oops, sorry I misread your post... it seems you already imported the pgp key. However It works fine for me.
Can you please post the output of the following command?
gpg --verbose --verify firefox-36.0.1.source.tar.bz2.asc firefox-36.0.1.source.tar.bz2
Last edited by mauritiusdadd (2015-03-18 07:43:19)

Similar Messages

  • I cannot get the numerical keys to work on my Mac pro any ideas?

    HI
    I am trying to return something bought on line and need to fill out various information on the website. I cannot get the numerical keys to work anybody any ideas as to what I may be doing wrong?
    GL

    Hi Goostrey Lou,
    Thanks for visiting Apple Support Communities.
    Start with the tips in this article if some keys on your keyboard are not working:
    One or more keys on the keyboard do not respond
    http://support.apple.com/kb/ts1381
    All the best,
    Jeremy

  • How can I get the escape key to work again?

    I've used "esc" to get out of VI's insert mode for 40 years. I am not going to relearn that keystroke as "ctl-esc", period. Even if I were to do that, then I'd be typing ctl-esc on other platforms where it would not work because I have to type "esc" alone. If there is a way to fix in in System Preferences->keyboard, I cannot find it. If there is not, then it is completely 100% brain-dead wrong. I hope that's not the case.  So there is definitely a bug:
    The key-up event on the escape key does not cause the escape key code to be delivered to the active window when no other key is pressed, or
    The UI is sufficiently obtuse that the cause of the suppression cannot readily be found.
    I do hope it is merely the latter because I am compelled to use Outlook and Outlook does not work properly under OS/X 10.6.  (Our Exchange Server is rigged to only allow Outlook clients to send email outside of the company.)
    Thank you.

    The answer is:  The bug is in the UI.  Speech recognition was enabled, by default it uses the bare escape key as a "mic on" indicator, and it does not leave any trace in the keybord configuration.  So that is the bug.  It needs to leave a trace there, a la: "X Listen-for-voice-command  ^" under Mission Control.

  • Elements product key not vaild. Even though its what is stated on my Adobe account. What do i need to do to get the product key to work.. I'm at a loss..

    Just downloaded Element 7 to my new laptop and checked the product key against web account reference. But the product key is not valid ?
    Anyone shed some light on to why this might be happen ? is it due to upgrading my laptop to Windows 8 ? Is it because I only have some many transfer / registration requests
    Cheers
    Steve

    patricia here again:
    I am the system administrator - personal computer
    I have been able with your lead to find the password I need , and to have install happen
    however - when I then go to the website to download the Pdf document I need I get a screen with the big red adobe icon that says to complete and down load this document I must launch adobe reader a dn sign the terms of agreement , close browser and reopen.
    but thatscren has no choice buttons whatsoever, I cannot find anywhere a adobe reader image to launch - been into launch pad , preferences etc.
    so now the loop is the pdf document and the adobe screen saying I must do terms of agreement
    like is this Kafka like or what ...
    suggestions?
    thanks
    P.

  • Getting the audio keys to work on the new (wired) keyboard

    hi
    i just bought the new keyboard but the audio keys are not functioning
    could anyone suggest how i get this function to work.
    Cheers
    simon

    Did you run Software Update and install the Keyboard Support update?

  • How to get the arrow keys to work in 2D game?

    I am designing a 2D game (Applet) in which the objective is to move a dot from one end of the room to the other.
    how do i get the dot to move in all 4 directions, please help.
    If you may, please mention a few EXCEPTIONAL tutorials on JAVA game design.

    The best (?) way is to use a KeyListener. http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/KeyEvent.html
    In the class that you want the keyevent to occur, put this in your class declaration implements KeyListener { Then somewhere in that class, put addkeyListener(this);. You need to have three methods in this class - keyTyped(KeyEvent e), keyPressed(KeyEvent e) and keyReleased(KeyEvent e).
    Here's a sample.
    public class Example extends JFrame implements KeyListener
         //some code goes here...
         public void keyTyped (KeyEvent event) {}
         public void keyReleased (KeyEvent event) {}
         public void keyPressed (KeyEvent event)
              int key = event.getSource();
              if (key == KeyEvent.VK_UP)
              //etc.
    }

  • How do I get the esc key to work without having to use shift esc?

    Just got a new iMac and migrated everything from my old iMac but one thing is not working. I use to be able to use the esc key to back out of full screen mode or deselect items. It only works now if I use shift and esc. I would like to set it so I can just hiy esc and not shift esc.
    Any help woul dbe appreciated.
    Jeff

    Maybe some third party software interference.  Try a guest account or SafeBoot to diagnose.
    different app behave differently, for ex Firefox: command-shift-F

  • On OS X Lion Mountain, how can I get the escape key to work?

    While typing i accidentally disabled the f keys (f1-f10) on the first row and the esc key. After trying to find a solution i manage to enable he f keys but works only after typing the fn key with an f key. The esc key still doesnt work. Can someone helpe me

    Disable the feature in System Preferences.
    http://support.apple.com/kb/HT3399

  • Can't get the Enter Key to work!

    Hi,
    I have a problem with the Enter key. I use a JDialog with TextInput and a button. I want that if you press ENTER key it will do the same as a click of the button. Here my KeyListener code:
         this.getRootPane().setDefaultButton( cmdConnecter );
         this.addKeyListener(new KeyListener() {
              public void keyPressed(KeyEvent e) {
                   if (e.getKeyCode() == KeyEvent.VK_ENTER) {
                        cmdConnecter.grabFocus();
              public void keyTyped(KeyEvent e) {
              public void keyReleased(KeyEvent e) {
                   if (e.getKeyCode() == KeyEvent.VK_ENTER) {
                        cmdConnecter.doClick();
    When I execute this code it doesn't work unless I press ctrl + Enter. I tried with other keys and it work fine.
    Thanks very much!

    Hello Crete!
    If your dialog such simple you can use one of the JOptionPane method
    to create your dialog in 1 (ie ONE!) line! These methods sets the default
    button to OK so you don't need to do anything.
    If you don't like this way you only need to set the default button.
    You do not need any event handler.
    Maybe (I am not sure) the getRootPane().setDefaultButton( cmdConnecter );
    is wrong try getContentPane().setDefaultButton( cmdConnecter );
    instead.
    Hope it helps you
    Feri

  • In an outgoing email message the "attach" document icon does not work in firefox. It does work when using internet explorer. How can I get the "attach" key to work when using firefox?

    Using firefox, if I am composing a new message in my hotmail account the "attachment" icon is not active, so nothing happens when I click on it in order to attach one of my word documents.
    The "attachment" icon is active when I am using hotmail and internet explorer.

    Firefox 3 will not run on OS X 10.3.9, it requires at least 10.4
    Try one of these browsers to see if you can access Hotmail - [http://www.seamonkey-project.org/releases/seamonkey1.1.19/ SeaMonkey 1.1.19] or [http://caminobrowser.org/download/ Camino 1.6.11]

  • How to get the PRIMARY KEY of a table at runtime ???

    Hi everybody,
    My requirement is to update a z-table at runtime according to the data given ata runtime. So the main difficulties for me is that whenever I tried to update the table based on the data given in UI many rows are getting updated as these fields are not unique. So I think if I can get the PRIMARY KEY along with these given fields then I can update only one row at a time.
    So Can anyone suggest me how to get PRIMARY KEY of a table based on the data in UI..??
    Any suggestions will be appreciated..
    Thanks,
    Sekhar

    U will get primary keys of transparent tables using FM "REUSE_FIELDCALATLOG_MERGE".
    pass tyour table name and u will get fieldcatalog filled. In tht their is a field called "KEY" if it has 'X' then tht field is a primary key of transparent tables & if it has "space" then it is not a primary key...
    Or else you can try with 'DDIF_TABT_GET'
    Or try this code
    PARAMETERS: p_table TYPE tabname OBLIGATORY.
    DATA: go_strucdescr   TYPE REF TO cl_abap_structdescr,
          gt_tab_fields   TYPE ddfields.
    FIELD-SYMBOLS: <gwa_tab_field> TYPE dfies.
    TRY .
    *   Get the details of the DDIC table
        go_strucdescr ?= cl_abap_elemdescr=>describe_by_name( p_table ).
      CATCH cx_sy_move_cast_error .
        MESSAGE 'Error while casting' TYPE 'S'. RETURN.
    ENDTRY.
    * Check if input is a DDIC table
    CHECK go_strucdescr->is_ddic_type( ) = 'X'.
    * Get the details of the table fields
    gt_tab_fields = go_strucdescr->get_ddic_field_list( ).
    * Display the Key fields of the table
    LOOP AT gt_tab_fields ASSIGNING <gwa_tab_field> WHERE keyflag = 'X'.
      WRITE: / <gwa_tab_field>-fieldname.
    ENDLOOP.

  • [svn] 4939: * Some changes necessary to get the improved SWC cache working in Flex

    Revision: 4939
    Author: [email protected]
    Date: 2009-02-12 10:07:37 -0800 (Thu, 12 Feb 2009)
    Log Message:
    * Some changes necessary to get the improved SWC cache working in Flex
    Builder 4 and some potential bug fixes.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-18905
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    tools/oem/Library.java
    Modified link() to pass the file name into SwcDynamicArchive's
    constructor even when using an OuputStream, so the file name can
    be used as a cache key.
    Added refreshLastModified() so Flex Builder can update the
    timestamp in the SWC cache after writing it's OutputStream to the
    SWC file.
    tools/oem/Builder.java
    Added setSwcCache().
    tools/PreLink.java
    Modified postRun() to use the value returned from
    ResourceContainer.addResource() instead of the value passed in,
    because it could be different. This might fix SDK-18493 and
    SDK-17840.
    compiler/PersistenceStore.java
    Modified readCompilationUnit() to also use the value returned from
    ResourceContainer.addResource().
    compiler/CompilerAPI.java
    Modified updateDependentLastModifiedTimes() to check for a null
    CompilationUnit.
    compiler/swc/SwcDynamicArchive.java
    Added path param to OutputStream based constructor to be used as a
    cache key.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18905
    http://bugs.adobe.com/jira/browse/SDK-18493
    http://bugs.adobe.com/jira/browse/SDK-17840
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/PersistenceStore.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Builder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/LibraryCache.java

    I figured out what was going here.  When I was statically linking my copy of textLayout.swc, it wasn't being loaded soon enough and the other parts of the framework were barfing because they couldn't get at the TextContainerManager class when they expected to find it.  What I have done to solve the issue is created a custom SystemManager which forces the TextContainerManager class to be loaded sooner.  This does increase my file size a bit, but not nearly as much as having to statically link all of the framework's libraries! Here is a short example app of what I did for anyone curious:
    main.Main.as :
    package main {
         import spark.components.Application;
         [Frame(factoryClass="main.CustomSystemManager")]
         public class Main extends Application {
              public function Main() {
                   super();
    MainApplication.mxml :
    <?xml version="1.0" encoding="utf-8"?>
    <main:Main xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/mx"
         xmlns:main="main.*">
    </main:Main>
    main.CustomSystemManager.as :
    package main {
         import mx.managers.SystemManager;
         import flashx.textLayout.container.TextContainerManager;
         public class CustomSystemManager extends SystemManager {
              public function Custom Manager() {
                   var c:Class = TextContainerManager; // force the inclusion of this class
                   super();
    I found a lot of good information for using a custom system manager (in the context of making your preloader a bit shinier here: http://custardbelly.com/blog/?p=211

  • Cannot get the Mobile Template to work in SharePoint Foundation 2013

    Hello all,
    I am trying to get the Mobile View to work in SharePoint Foundation 2013. When I access the site on any phone it gives me the following error:
    "Cannot complete this action. Please try again."
    The URL it forwards me to is "http://<sitecollectionurl>/_layouts/15/mobile/mblwpa.aspx?Url=%2Fdefault%2Easpx
    So it seems to me like it's working, but there's something wrong with the template. The template has definitely never been modified.
    Can anyone help?
    Thanks,
    Vinny
    Vinny

    So I've got some more info for this issue. We are seeing:
    Control template "Mobile_STS_HomePage_Redirect" does not exist.
    Control template "Mobile_1_HomePage_Redirect" does not exist.
    Does anyone know how to enable these? I tried by name, but it doesn't find them. This is the error I get:
    PS C:\> Add-SPSiteSubscriptionFeaturePackMember <FeaturePackGUID> -FeatureDefinition Mobile_STS_HomePage_Redirect
    Add-SPSiteSubscriptionFeaturePackMember : Cannot find a Feature object with Path or Id: Mobile_STS_HomePage_Redirect in scope Local farm.
    At line:1 char:1
    + Add-SPSiteSubscriptionFeaturePackMember <FeaturePackGUID> -Fe ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (Microsoft.Share...aturePackMember:SPCmdletAddSite...aturePackMember) [Add-SPSiteSubscriptionFe
       aturePackMember], SPCmdletPipeBindException
        + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletAddSiteSubscriptionFeaturePackMember
    Vinny

  • Not able to get the license key..

    i have purchased a new pendrive.. and on the pendrive I was provided a free anti virus.
    the link is provided dere and mentioned redeem your license key (the information is provided on the cover of the
    pen drive..)http://nortonactivate.com/compaign/fm1301
    2. It is written that I have to open the link and download Norton antivirus..
    however, I have opened the link as mentioned above. the link does not open and
    http://nortonactivate.com/compaign/fm1301the issue is this the link does not open. It is provided that on this link i have to register myself.  then i will get license key on my mobile.
    this link does not open > http://nortonactivate.com/compaign/fm1301hence, i dont get the license key to download the free antivirus provided with the HP pendrive.
    And i also called up at HP customer service they told me that from wherever i have purchased the product. the retailer should have provided me Product key. i purchased it online.  if i provide them with the product key.they will help me to download the software. 
    hence, i am not able to download the free software that i am provided with pendrive.please open the link. if there is any help that you can provide i shall be thankful to you..thanking you

    Sorry for the inconvenience caused. The link you have typed is incorrect. Please use the correct Web address: http://www.nortonactivate.com/Campaign/fm1301 for the redemption. Enter the code you got along with the pendrive and provide any other details as requested. You will get the Product key for activation with a valid subscription of 1 year. In meantime, you can download a 30 day trial of Norton AntiVirus from our web site:http://us.norton.com/downloads-trial-norton-antivirus Once you get the Product key, you can simply complete the activation and continue to use it for 1 year. Thanks!HarryNorton Support

  • Hi, I have a late 2011 MacBook Pro but cant get the mirroring function to work with Apple TV.  I've got the most recent Software 10.7.5 but cant see the mirroring icon or turn this on.  I'm able to mirror from my Ipad but not my Mac, any thoughts?

    Hi, I have a late 2011 MacBook Pro but cant get the mirroring function to work with Apple TV.  I've got the most recent Software 10.7.5 but cant see the mirroring icon or turn this on.  I'm able to mirror from my Ipad but not my Mac, any thoughts?

    Welcome to the Apple Support Communities
    AirPlay Mirroring is supported on your Mac, but it needs OS X Mountain Lion (10.8). See > http://support.apple.com/kb/HT5404
    You have two possibilities:
    1. Make a backup, open App Store and purchase Mountain Lion to upgrade to this OS X. Then, you will find the AirPlay Mirroring icon at the top right of the display, on the menu bar, or on System Preferences > Displays.
    2. Keep OS X Lion and use AirParrot > http://www.airparrot.com
    Both options work properly, but I recommend AirPlay Mirroring as it doesn't need a third-party program

Maybe you are looking for

  • Raid cards for mac pro 2.66

    i would like to set up a hardware card for my os as raid 0 (2 10,000 rpm hard drives) and a hardware raid 1 for my data.(same/separate card ??) are there any sudgestions on makes and models and compatability? i am aware of the software raids provided

  • Calandar

    iPad 3 iOS 7.0.2 Calandar in Month View. Show month of September 2013, scroll forward to October, title (top left in landscape view) still says September. Scroll on to November, title changes to November. September appears twice and no October. Plus,

  • Logical locking not working

    Our system consists of ABAP and java stack. There are two server processes running on the system.  We have a web application that is deployed.  We want to lock an object in the init method of the servlet. We are using  logicallocking to do that. We w

  • WLS_Reports: Stay in "Starting"

    Hi All, after resart LPAR in environment, it is not possible to running WLS_REPORTS and standalone Reportsserver (WLS 10.3.3). WLS_REPORTS stays in "Starting"-modus but can not change to "running"-modus. I try to find any error message in log files.

  • Concept of SAP Clustering in Windows

    Dear Experts I  am Installing the SAP ECC6 EHP4 Clustering in the Windows 2003 Enterprise Edition.  I have completed the windows Clustering MSCS and Database Clustering SQLSERVER 2005  in the NODE A and NODE B.  I also aware that i need to install th