[solved]Makepkg with dependencies missing

Sorry if this is a repost from : http://bbs.archlinux.org/viewtopic.php?id=78054
I have built "catalyst-utils" and now I would like to build "catalyst" (with makepkg). But "catalyst" requires "catalyst-utils" as a dependency. I don't want to install "catalyst-utils" yet. I am just interesting in building the two packages without installing anything.
Is it possible to build catalyst without installing the dependent package (catalyst-utils) ?
I do try to find the answer in wikis ... but so far no luck ... I have makepkg -s which does not seem to be what I want (apparently it will install the dependent packages). I have makepkg -d but then do I have a check at installation time ?
Thanks.
Last edited by PierreR (2009-10-22 20:52:11)

makepkg -d should do what you want.  Just keep in mind that the build may fail, and you'll have to install catalyst-utils first.  What's the problem with doing that, though?  Just uninstall it after.

Similar Messages

  • [SOLVED] Makepkg, install dependencies from AUR.

    Is it possible for makepkg to install the dependencies from AUR with makepkg -si?
    Last edited by lemanski6 (2012-09-20 18:05:38)

    Nope.  Many "AUR helpers" do this though.  In my limited experience yaourt seems to be one that handles this seemlessly, but I'd say it comes with some costs of hiding what is doing from the user.

  • [Solved] makepkg warning about unknown key

    Hello,
    when compiling cower 7-1 a strange warning was given by makepkg.
    ==> Verifying source file signatures with gpg...
    cower-7.tar.gz ... FAILED (unknown public key 1EB2638FF56C0C53)
    ==> WARNING: Warnings have occurred while verifying the signatures.
    Please make sure you really trust them.
    EDIT: The warning is shown due to signature files attached to the package. It can be solved for packages made by archlinux devs:
    - run as user
    "# gpg --list-keys"
      in order to create a gpg database for your current user, if it is not present already.
    - add
    "keyring /etc/pacman.d/gnupg/pubring.gpg"
      to the end of
    ~/.gnupg/gpg.conf.
    WorMzy wrote:Alternatively, run makepkg with --skippgpcheck to stop makepkg trying to validate the file with it's .sig file.
    Last edited by teateawhy (2012-11-06 16:22:30)

    teateawhy wrote:The error will occur only for aur Packagebuilds created by arch linux developers, because of present keys.
    Mmm, not quite. You'll have the same problem with any PKGBUILD that has an unknown signature, not just AUR packages by the Arch devs.
    The warning (it's not really an error) is coming up because the source tarball's signature is included in the source array:
    source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
    That's a lazyman's way of writing:
    source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz"
    "https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz.sig")
    makepkg is smart enough to know that .sig files are used to check the authenticy and integrity of it's namesake file, and so automagically runs a gpg check for you. At this point, since you're running makepkg as yourself, gpg is run as you, and uses your ~/.gnupg/pubring.gpg, which I assume doesn't have Dave's key in it. ('gpg --list-keys' would no doubt confirm that).
    A quick fix for Arch dev packages would be to add "keyring /etc/pacman.d/gnupg/pubring.gpg" to the end of ~/.gnupg/gpg.conf.
    Alternatively, run makepkg with --skippgpcheck to stop makepkg trying to validate the file with it's .sig file.

  • Export OIM 11g Resource object with dependencies

    Hi All,
    I am looking for sample code that will export all OIM 11g Resource objects along with dependencies into XML format. Can somebody help?
    I am using the below code to retreive all resource objects but don't have dependencies.
    FileWriter fstream = new FileWriter("OIMResources.xml");
    BufferedWriter out = new BufferedWriter(fstream);
    tcExportOperationsIntf moExportUtility = (tcExportOperationsIntf) ioUtilityFactory
              .getUtility("Thor.API.Operations.tcExportOperationsIntf");
    Collection lstObjects = moExportUtility.findObjects(export_object, "*");
    String s = moExportUtility.getExportXML(lstObjects, "*");
    out.write(s);
    Thanks
    Mahendra.

    Hi Vladimir,
    I am using the below code snippet to do the export of Resources.
    public Boolean export() {
         Boolean result = true;
         //String export_object = Util.config.getProperty(Constants.EXPORT_PATH);
         String export_object="Resource";
         /*if (export_object != null && !export_object.endsWith(File.separator)) {
         export_object = export_object.concat(File.separator);
         //String export_object_path = export_object.concat(xmlFile);
         try {
         FileWriter fstream = new FileWriter("OIMResources.xml");
         BufferedWriter out = new BufferedWriter(fstream);
         tcExportOperationsIntf moExportUtility = (tcExportOperationsIntf) ioUtilityFactory.getUtility("Thor.API.Operations.tcExportOperationsIntf");
         Collection<RootObject> lstObjects = moExportUtility.findObjects(export_object, "*");
         System.out.println(lstObjects);
         lstObjects.addAll(moExportUtility.getDependencies(lstObjects));
         lstObjects.addAll(moExportUtility.retrieveChildren(lstObjects));
         lstObjects.addAll(moExportUtility.retrieveDependencyTree(lstObjects));
         String s = moExportUtility.getExportXML(lstObjects, "*");     
         out.write(s);
         LOG.info(Resource + " Objects are successfully exported --------------->");
         out.close();
         } catch (Exception e) {
         LOG.log(Level.SEVERE, "Exception occured while exporting OIM object - " + Resource, e);
         return result;
    I am not getting its dependent objects as I was getting through OIM Deployment manager console. If I export the details through OIM console, the file size is around 3 MB. If I exported through above java code, file size is 300 KB only.
    Please let me know if I am missing anything.
    Edited by: Mahendra K on Jun 19, 2012 10:19 AM

  • How to get minimal value from children with skip missing values?

    Hi,I would like to get minimum value from children, but I would like to skip missing.Minimal value from children works fine (see following formula):@MIN(@CHILDREN("member_name"));Minimal value with skip missing (see following formula) returns error:@MINSRANGE(SKIPMISSING,@CHILDREN("member_name"));Error message: "This function must be a macro".Question: How can I write a formule to get minimal value from children without missing values.What is a macro and how can I write it? If possible I would like to write formule instread of macro!Thanks,Grofaty

    Hi,I have found out solution:@MINS(SKIPMISSING,@CHILDREN "member_name")); No more help is needed.Thanks,Grofaty

  • [SOLVED] Problem with "su" and "login".

    Hi, I reinstalled Arch Linux today when I updated "filesystem" and reboot appeared an error with root device, but I solved with installation CD.
    I restarted laptop after solving error with root device when I went to XFCE4 and open a terminal I tried to login as root with "su" and "su -" but showed this error:
    bash: su: command not found
    So I rebooted to start in text mode.
    When loaded SLIM I press ctrl+alt+F1 to enter text mode.
    I type root to login but did'nt appear to enter the pass, appeared again to enter login. I tried type my user but did the same.
    Someone can help me?
    Thanks!
    Last edited by surrealistic (2012-10-12 08:54:58)

    Thank you falconindy. I upgrade with --force because I search in Google the problem show "filesystem" when I tried install and I read that solution is upgrade "filesystem" with --foce.
    I tried to reinstall util-linux and now works. Thank you!

  • HT201303 last time i bought apps by using visa gift card so iam trying to use the kind of visa gift card and the system is denying the method payment ....any idea how to solve this with my itune account ?

    last time i bought apps by using visa gift card so iam trying to use the kind of visa gift card and the system is denying the method payment ....any idea how to solve this with my itune account ?

    A few reasons I can think of, but instead of shooting in the dark, lets check with experts who can look at your account.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Remote Restart of Services (with dependencies)

    Hello all,
    i've a short question about restarting a service on a remote machine with powerhell.
    I've tried the following:
    get-service -computername ServerXY -name ServiceXY | Set-Service -Status stopped
    And it works like a charm. But some services have dependencies. For example DFSR:
    PS C:\Windows\system32> get-service -ComputerName ServerXY -name dfsr | Set-Service -Status Stopped
    Set-Service : Cannot stop service 'DFS Replication (dfsr)' because it is dependent on other services.
    At line:1 char:51
    + get-service -ComputerName ServerXY -name dfsr | Set-Service -Status Stopped
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidOperation: (System.ServiceProcess.ServiceController:ServiceController) [Set-Servi
    ce], ServiceCommandException
    + FullyQualifiedErrorId : ServiceIsDependentOnNoForce,Microsoft.PowerShell.Commands.SetServiceCommand
    Is there a possiblity to restart services with dependencies remote, too?
    Regards, Heyko

    Instead of Set-Service, use the Stop-Service cmdlet with the -Force parameter in order to stop services that have dependencies. If you want to restart the service, as you've mentioned, then pipe you Get-Service command to the Restart-Service cmdlet. This
    cmdlet will also take the -Force parameter, allowing services to restart even when there are dependent services.
    Update: Added info about the Restart-Service cmdlet.

  • Duplicate Routing with dependencies

    Hi all,
    I'm trying to copy a Routing changing the Application (VERWE = 'C' instead of '1')
    I'm using the FM CARO_ROUTING_READ to take the original Routing and then call FM BAPI_ROUTING_CREATE passing tables TASK, MATERIALTASKALLOCATION,  SEQUENCE and OPERATION .
    It works fine: duplicate all from the original but it doesn't copy the dependencies allocated in every single operation inside the routing.
    Anyone have an Idea to copy these dependencies? maybe another FM, Bapi, or doing a select from a table? which one?
    Thanks!
    Best Regards

    check the post:
    BOM and Routing with Dependencies
    -Murugesh AS

  • How to solve the error sid missing?

    how to solve the error sid missing?

    Hi,
    Loading data sometimes you get SID error inconsistencies on master data, do a combined test by using TCODE RSRV on the infoobject, fix then problem and reload data.
    Hope it useful.
    Thanks,
    Somesh.

  • Solve equation with one unknown parameter (x)

    I am working on a Windows Phone program that calculates taxes due. One of the calculations is a formula/equation with an unknown 'x'. I have searched a lot on solving equations with vb but this really exceeds my - admittedly small - math knob. Perhaps you
    can help me out.
    The equation to solve is (for example):
    ((25000 + x) * 0.06) + x = 16500
    The only unknown variable is x. Does someone know the proper code to solve this equation?

    Are you looking to code some super-intelligent maths equation solver that can solve any type of equation (if so - good luck!)? Or are the equations you want to solve all of the same type?
    The example you gave is of the form (A + x) * B + x = C. You can rearrange that to (1 + B) * x + A * B = C and from there to x = (C - A * B) / (1 + B).
    If all your equations are in that form, you just need to identify the value of A, B and C and use the last formula I gave to calculate x.
    I wasn't going to do that for him.
    Let's see here, he's building a program for tax calculation and he can't do 8th grade algebra??
    Still lost in code, just at a little higher level.

  • [Solved] makepkg suddenly throws an error all the time

    After making some tweaks to my dwm/config.h file the makepkg now no longer works and returns the error: An unknown error has occurred. Exiting...
    It doesn't seem like it is the config.h file since I am unable to compile to backed up config.h file.
    I have read elsewhere that the compiling is failing due to the terminal coloring, but running the makepkg with --nocolor results in the same error.
    The odd thing is that things were working then suddenly stopped within the same terminal session.
    Any ideas?
    Last edited by iso (2011-01-04 04:43:11)

    iso wrote:
    I should have mentioned that lack of details in the error message
    [chris@chris-archlinux dwm]$ makepkg -sf >> PKGBUILD
    usage: dwm [-v]
    ==> ERROR: An unknown error has occurred. Exiting...
    Extra info:
    > dwm -v
    > dwm-5.8.2, © 2006-2010 dwm engineers, see LICENSE for details
    It looks like the PKGBUILD is making a call to "dwm" with the wrong options which is causing an error and makepkg to abort.

  • [SOLVED] makepkg leaves empty source dir

    Hello, I made this package https://aur.archlinux.org/packages/i8kutils-bzr/
    Works as expected, the only problem is that after running makepkg (with or without the --clean flag) there is always an empty "i8kutils-bzr" directory in the package root.
    The culprit PKGBUILD line seems to be the following. The empty dir name changes along with $pkgname.
    source=("$pkgname"::'bzr+https://launchpad.net/i8kutils/trunk'
    I can't find how to stop makepkg from creating that empty dir.
    The sources are inside the 'src' directory, that dir may be used for cloning? But why does makepkg keep it?
    Last edited by adirat (2014-07-15 15:41:38)

    I can see the sources only in pkg-root/src/$pkgname, the pkg-root/$pkgname is always empty. It is created when bzr pulls the sources, though
    if I change the source line to the following, makepkg has the same behavior only the empty dir name is "trunk".
    So you have an empty pkg-root/trunk and source present in pkg-root/src/trunk
    source=('bzr+https://launchpad.net/i8kutils/trunk'
    Edit: And on every build, bzr re-downloads all the sources
    Later edit:
    core/pacman 4.1.2-6 (base base-devel) [installed]
    Last edited by adirat (2014-07-15 15:21:47)

  • [svn:bz-trunk] 18821: Check-in a minor fix that deals with a missing MessageBroker class ( this could happen in Java/Android clients).

    Revision: 18821
    Revision: 18821
    Author:   [email protected]
    Date:     2010-11-26 07:33:24 -0800 (Fri, 26 Nov 2010)
    Log Message:
    Check-in a minor fix that deals with a missing MessageBroker class (this could happen in Java/Android clients).
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageException.java

    I see some message about a proxy. Have you checked that you can use the proxy from you network?
    If not you should turn the proxy off.
    Timo

  • Solved problem with installation stuck at 25-30%

    I had this problem and I solved it with this:
    How to perform a "clean install" of Flash Player in Mac OS X

    @MFC_0809,
    Thanks for posting the screenshot, which confirms which installer (there are several) is being problematic.
    Please try the offline installer posted at the bottom of the Installation problems | Flash Player | Mac page, in the 'Still having problems' section.
    Haravikk the Horse,
    Do you license Flash Player?  That is not a public download URL for Flash Player, so curious as to where you obtained that URL from.
    Maria

Maybe you are looking for