Makepkg with custom dwm ends up installing the default package!

I have a directory where I edit the source of dwm and then run 'makepkg -efi' to build and install my own version.
I have been doing this for quite a while now, and everything worked fine.
Then a few days ago I installed the default dwm with pacman to show my freind what it looks like without the patches that I've applied.
I removed it with pacman afterward, but now when I run the pkgbuild in my customized dwm directory, it ends up installign the default package!
I had to go into the source and do a striaght 'make install' to get my custom binary installed again.
Does anyone know what's going on?

Are you sure that you did not miss the  "-e" there once and have re-extracted the original tarball?

Similar Messages

  • I just lost my iphone5 in a foreign country. Was not able to register it with icloud and have not installed the findmy iphone app. How can i wipe out my data remotely without these setups? Please help!

    I just lost my iphone5 in a foreign country. Was not able to  previously register it with icloud and have not installed the findmy iphone app. How can i wipe out my data remotely without these setups? Is there any good app i can use to track it? Please help!

    No, nothing you can do to track it if you did not take any measures before the loss.

  • Why no SMF manifest instance after installing the apache2 packages?

    Hi,
    After installing the apache2 packages:
    # pkgadd -G -d . SUNWapch2r SUNWapch2u SUNWapch2d
    then type:
    # svcs -a | grep apache2
    the output is:
    svcs: Pattern 'apache2' doesn't match any instances
    STATE STIME FMRI
    How do I solve it?
    Thanks,
    Terence

    I am seeing the same problem. After installing the apache2 pkgs ...
    svcs -l apache2
    fmri svc:/network/http:apache2
    name Apache 2 HTTP server
    enabled true
    state maintenance
    next_state none
    state_time Tue Apr 28 15:41:45 2009
    logfile /var/svc/log/network-http:apache2.log
    restarter svc:/system/svc/restarter:default
    contract_id
    dependency require_all/error svc:/milestone/network:default (online)
    dependency require_all/none svc:/system/filesystem/local:default (online)
    dependency optional_all/error svc:/system/filesystem/autofs:default (online)
    bash-3.00# tail -10 /var/svc/log/network-http:apache2.log
    [ Apr 28 14:50:32 Executing start method ("/lib/svc/method/http-apache2 start") ]
    [ Apr 28 14:50:32 Method "start" exited with status 96 ]
    [ Apr 28 15:24:42 Leaving maintenance because disable requested. ]
    [ Apr 28 15:24:42 Disabled. ]
    [ Apr 28 15:28:06 Executing start method ("/lib/svc/method/http-apache2 start") ]
    [ Apr 28 15:28:06 Method "start" exited with status 96 ]
    [ Apr 28 15:38:22 Leaving maintenance because disable requested. ]
    [ Apr 28 15:38:23 Disabled. ]
    [ Apr 28 15:41:45 Executing start method ("/lib/svc/method/http-apache2 start") ]
    [ Apr 28 15:41:45 Method "start" exited with status 96 ]
    bash-3.00# svcs -x apache2
    svc:/network/http:apache2 (Apache 2 HTTP server)
    State: maintenance since Tue Apr 28 15:41:45 2009
    Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
    See: http://sun.com/msg/SMF-8000-KS
    See: httpd(8)
    See: /var/svc/log/network-http:apache2.log
    Impact: This service is not running.
    I have yet to find Status [96]

  • Can't install the AI package in solaris 11

    I've been trying to install the AI package for quite a while with the command:
    pkg install install/installadm
    However, everytime I issue the command I get the following error message.
    Creating Plan (Solver setup): |
    pkg install: No matching version of install/installadm can be installed:
      Reject:  pkg://solaris/install/[email protected],5.11-0.175.2.0.0.37.1:20140423T170125Z
      Reason:  This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.0.0.42.2:20140624T183842Z
    I've tried changing my publisher, redownloading the package several times, and restarting. Thus far nothing has worked and any input would be greatly appreciated.
    Thanks for your time.

    And supply the output of:
    $ pkg list -af entire
    $ pkg publisher
    This will also tell us what OS levels are available for your system to install to.
    -- Alan

  • How to install the user_lock package for Oracle 11g(11.2.0.1.0)

    Hi,
    I have installed Oracle DB 11g(11.2.0.1.0) on Windows 2003 server. According to my product requirement its say "you must install the user_lock package.".
    Can you Please help me how to install the user_lock package.
    Thanks
    Krishna

    provided link is very good and i installed the user_lock package successfully.
    Thanks
    Krishna

  • The app store says lion is installed. However it is not on my computer despite running and apparently successfully installing the downloaded package

    The app store says lion is installed. However it is not on my computer despite running and apparently successfully installing the downloaded package. Any thoughts? Obviously I cant download it again as the app store says it is installed. I cannot find the package on my mac, when I try and search for it!!

    Hi Hugh,
    Once you download Lion from the app store you still have to install it.  Its located in your Applications directory.

  • How to save library symbols' class files in packages that are not the default package?

    Hi,
    I perform the following in Flash CS5 with Flash Builder 4
    1) Create a new library symbol.
    2) Do a RightClick->Properties on the new symbol
    3) Check the options for "Export for ActionScript" and "Export in frame 1".
    4) I write a new name for my class "Class1" and click on the pencil icon "edit class definition" to edit the class.
    At this point my FlashBuilder 4 takes over and opens the "New ActionScript" dialog.
    4) I then click on Package-Browse to select a package e.g. com.mycompany.myfiles as the new class destination.
    The as file is created as com.mycompany.myfiles/Class1.as as everything seems just fine.
    5) I close the ActionScript file and back in Flash CS5 I RightClick on the symbol and select "Edit Class".
    At this time, FB4 suggests again to create the file, ignoring the fact that I already created it before.
    Do you know of a way I can make Flash CS5 remember where I created the file?
    Thanks.

    Hi,
    I didn't remove the project or delete any of the files.
    All I did was create the class file under a package that is not the default package. Then when I clicked on the Flash symbol's "Edit Class" It asked me again to create the same class file.
    Only if I create the class in the default package, it won't ask me to recreate it again.
    Bye,
      RaamEE-IL

  • Netbeans - refactoring from in a package to the default package

    Hello,
    I have a problem, I have some JNI code (two .dll's) and a wrapper that connects my java program to an external USB board.
    I didn't write the original code, that was done by Mike Peter and the dlls have been compiled so that I can call the JNI functions only in the default package. Whenever I try to put the code in a package of its own, the JNIs stop working. So my problem now is that I want to access this interface class from my code that is in a package.
    I don't know how to import the code as a library into my programs package so perhaps a solution might be to de-package my program code so that it can access Mike Peters code.
    Trouble is I have used the netbeans GUI editor that does not let me access all the code and I dont know how to refactor the package from being in one to not being in one.
    removing the package declartion from my code manually causes lots of errors.
    Any ideas?
    Mike Peters code downloadable here:
    http://www.re-applications.be/downloads/J-K8055-Wrapper.zip
    the usb_interface class has no constructor and is not in a package, how do I go about making it a library and importing it?
    I'd greatly appreciate it if anyone can help, if more details are needed I can try to provide them but I didn't think it was worth putting up all my code here as there is no real problem with it, just an access issue.

    What I really need to do is find a way to import a class from the default package.
    I was led to believe that classes in the default package should be readily accessible, however my compiler says otherwise when my code is in a package and the class I want to access can only be accessed when my code is not in a package. This is really frustrating because the GUI editor doesn't like it when the GUI is not in a package... so I either lose and my USB interface doesn't work or I lose and my GUI doesn't work.
    help!

  • Using classes outside of the default package in OATS 12.3.0.1.0

    Hello,
    OpenScript - Version: 12.3.0.1 Build 376.
    The test fails when I use classes that are not in the default package.
    Here is a simple example:
    TempClass - in the default package, I can create new objects and use it's methods without any errors.
    AlienClass - in another package (which name is anotherPackage) of the same project, I import that package into the script.java but I get an exception while creating new class object:
    "An unexpected exception occurred in the script. Script section: Unspecified. Caused by: ClassNotFoundException occured. anotherPackage.AlienClass "
    import anotherPackage.*;
    public void run() throws Exception {
      TempClass tmp = new TempClass(); // no errors while creating
      info(tmp.generateMessage());           // this method works correctly
      AlienClass al = new AlienClass();
      /* here I've got error
      *An unexpected exception occurred in the script.
      * Script section: Unspecified.
      * Caused by: ClassNotFoundException occured. anotherPackage.AlienClass 
    There are no such problems in OpenScript Version: 12.2.0.1 Build 223.
    Could you help me, please?
    Best regards,
    Natalie

    Hi, Sri!
    It was not necessary to name the root package "lib" in previous versions of OpenScript (12.2.0.1, 9.X.X).
    Except the default package, my work project in 12.2.0.1 included one main user package named by the testing application (let's call it "myApp"). And other packages and classes were located there.
    For example:
    D:\Development\TestProject\myApp\core\DB.java
    D:\Development\TestProject\myApp\test\Test1.java
    D:\Development\TestProject\myApp\test\Test2.java
    D:\Development\TestProject\myApp\web\common\Authorization.java
    etc.
    Project with such structure worked in OpenScript 12.2.0.1 but doesn't work in 12.3.0.1.
    According to your advice I created a new package - D:\Development\TestProject\lib, moved "myApp" with all included packages and classes into that package and corrected import statements (like lib.myApp.core.* instead of myApp.core.*).
    And then no errors appeared! So thank you very much! But it's interesting, why behaviour of OpenScript concerning package's name has changed?
    As for example from the first message,  import statement was in the same place where OpenScript added others packages during creating a new project. I've just tried to save some space in the message
    The full script.java is:
    import oracle.oats.scripting.modules.basic.api.*;
    import oracle.oats.scripting.modules.browser.api.*;
    import oracle.oats.scripting.modules.functionalTest.api.*;
    import oracle.oats.scripting.modules.utilities.api.*;
    import oracle.oats.scripting.modules.utilities.api.sql.*;
    import oracle.oats.scripting.modules.utilities.api.xml.*;
    import oracle.oats.scripting.modules.utilities.api.file.*;
    import oracle.oats.scripting.modules.webdom.api.*;
    import oracle.oats.scripting.modules.adf.api.*;
    import anotherPackage.*;
    public class script extends IteratingVUserScript {
      @ScriptService oracle.oats.scripting.modules.utilities.api.UtilitiesService utilities;
      @ScriptService oracle.oats.scripting.modules.browser.api.BrowserService browser;
      @ScriptService oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService ft;
      @ScriptService oracle.oats.scripting.modules.webdom.api.WebDomService web;
      @ScriptService oracle.oats.scripting.modules.adf.api.ADFService adf;
      public void initialize() throws Exception {
      public void run() throws Exception {
      TempClass tmp = new TempClass(); // no errors
      info(tmp.generateMessage());     // this method works correctly
      AlienClass al = new AlienClass();
      /* here I've got error
      *An unexpected exception occurred in the script.
      * Script section: Unspecified.
      * Caused by: ClassNotFoundException occured. anotherPackage.AlienClass 
      public void finish() throws Exception {

  • What is the default package tu put in a data model ?

    Hi,
    I want to call a procedure *"EXTRACTION"* which is located in the default pachkage of my database.
    What shoud i put in my data model? i feel that this line is wrong :
    *<dataTrigger name="beforeReport" source="Extraction"/>*
    Thnaks,
    SAAD

    Hi,
    i have plaeced my procedure directly in my procedure folder not in a package.
    so if im correct, the default package will be nothing so i just put the name of the procedure.
    is that true?
    Tnaks,
    SAAD.

  • Importing from the "default package"

    Hi,
    I've got a class ("A") which contains an inner class ("Inner") in it, and I have another class ("B") which needs to use the inner class. To make the code more readable I would like to import the inner class directly into class "B", so that I could write something like: "Inner in = ...", instead of "A.Inner in = ...".
    The problem is that all of these classes are placed in the "default package", and Java won't let me import without specifying a package in the import path.
    Is there any way to make a reference to the "default package" and use it inside an import?
    Thanks...

    I think that you should avoid using the default package whenever possible, and in this situation you have to avoid using it. I'm curious, what argument do you have against using packages? Also, why not pull that inner class out if it's to be used by other classes? I think that your code will be more readable and maintainable this way. But then again, I'm kind of new myself, so I'd be interested to hear what others have to say.

  • Where is the location of the default package?

    I'm using jdk1.6.0_14. There is a folder src. I guess the folder contains all the default package. And I try to delete the src folder, and then compile and run a simple program:
    import java.util.Scanner;
    public class TesImport {
         public static void main(String[] args) {
              Scanner s = new Scanner(System.in);
              System.out.println(s.nextDouble());
    }...but it still work... Actually, where is the location of the default package?
    Really need your help.
    Thanks

    JoachimSauer wrote:
    georgemc wrote:
    Eclipse defaults to thisSince I'm using maven, I really like the default structure of files there:
    - */src/main/java* is for Java sources
    - */src/main/resources* is for resources
    - */src/test/java* is for Java sources for the tests
    - */src/test/resources* is for resources for the tests
    - */target* contains everything produced by the build
    - */target/classes* contains compiled Java classes from /src/main/java and resources from /src/main/resources
    - */target/test-classes* contains compiled Java classes from /src/test/java and resources from /src/test/resourcesMe too. Presumably you use the Maven plugin to generate Eclipse projects too? One of the things Maven-haters moan about is that it enforces it's own directory structure on you, which quite apart from not being not true, isn't a bad thing anyway. That structure is a pretty sensible default

  • Just bought new PC with windows 8.1 and installed the 64bit tunes as instructed by the new PC. Only a small part of my music library is now showing but  can see all the files in the itunes folder on an eternal hard drive linked to my old XP pc.

    Problem - changed PC to one with Windows 8.1 ( previous from 2006 with Windos XP). Previously all ITunes stuff on an external harddrive as 80 gigs of music too much for the old PC
    When attached Harddrive to new PC was told needed to install the new 64 bit iTunes as 32 bit iTunes not compatable.
    Did so but only a very small portion of my music is showning -  though rest of Library is still on the external drive in the folder.
    Help please
    Thanks

    Again many thanks. I have tried to tidy up the folders as per your idiot guide- which term is appropriate for me
    Under iTunes Media though I do not have  folders for Books,iPod Games, Mobile Applications, Movies, TV Shows so I only have  Auto Add to iTunes, Music, Downloads and Podcasts - My question here is is this OK.
    Next - Library files that you mention are there but do not end .itdb
    Next  - in the main iTunes folder followingon from Artwork and Media folders  there is some other  iTunes database stuff like Library Extras, Library Genius, Library and Music Library(xml) all dated 10/02/12 plus MimiPlayer .dll dated 21/02/14 and Set Up Short Cut dated22/03/14  
    AND there is also a Programme Files folder with a sub folder holding file folders called CD Configuration,iTunes Resources, iTunes Help Resources, iTunes Mini Player Resources and Mozilla Plugins all dated 24/03/14 ( when I downloaded the new iTunes) and then a lot of application extension stuff from 2011
    To recap I unistalled the old 32 bit iTunes and installed the new 11.1.5 (64 bit) version over the weekend  SO is any of the old stuff listed above required.
    Outcome right now is that as previously I can only call up the Downloaded music not Podcats or CD copies.
    Regards
    David Pugh

  • Problem with Office 2007 whenever I install the iCloud Control Panel for Windows

    Sadly I have a Win7 laptop as my work hack and am using Office 2007.  Outside of work I use iCloud to sync calenders between various iOS/OS X devices however whenever I install the iCloud Control Panel for Windows Plugin my email no longer loads. Outlook starts fine and just sits there with an empty inbox waiting for mail to load.  I can't even open the iCloud Panel from within Control Panel either to set preferences!
    Unistalling the iCloud plug-in resolves this but I really want to sync my iCloud calender with Outlook and can't see any other way to do it, plus it worked before and then just stopped.
    Any assistance would be appreciated.

    I tired everything that was suggested in the forum.  Tried IE and firefox to no avail. When I tried computers in stores both worked.  A friend of mine who has the 32 bit setup got it to work. Several folks have stated it is the compatability issue with 64 bit.  As a last resort, I loaded safari on my home computer, and yep, it works.  Go figure, apple product.

  • What is the deal with Firefox? I keep installing the new update, it restarts, and then it tells me I need to install the same update?

    This is happening on my Mac, my husband's Mac at work, and his Apple laptop. What is the deal?

    If there are problems with updating or with the permissions then best is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox application and save the disk image file to the desktop
    *Firefox 37.0.2: https://www.mozilla.org/en-US/firefox/all/
    *Trash the current Firefox application (open the Applications folder in the Finder and drag the Firefox application to the Trash) to do a clean (re)install
    *Install the new version that you have downloaded
    *https://support.mozilla.org/kb/Installing+Firefox+on+Mac
    Your personal data is stored elsewhere in the Firefox profile folder, so you won't lose your bookmarks and other personal data when you uninstall and (re)install or update Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Make sure that Firefox gets installed properly.
    Open the Firefox disk image file and drag the Firefox program into the Applications folder on your hard drive.
    You shouldn't double-click the Firefox application to run it from the disk image, but instead drag it out of the DMG folder.
    *http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X
    *https://support.mozilla.org/kb/Installing+Firefox+on+Mac

Maybe you are looking for

  • Hi I am looking for a way to have trace32 open multiple files on remote computers

    Simply put I am looking for someone who could afford to give me a basic script (vbs) that I could run from an elevated command prompt. It would need to be available for me to type in the name of a remote computer or (mulitple if possible) and also al

  • Start Adobe Photoshop CS4

    Is it at all possible to start adobe photoshop cs4 automatically when I start up windows 7? instead of starting the application manually.

  • How to Configure Apache Web Server  with Tomcat web container in Linux

    Hi all, I am working on Tomcat web server 5.0.19 on Linux AS 3.0., ( my Control Server) I need map my tomcat to Apache Web Server (httpd) in another system (web server). I dont have jk2_ or jk_mod .so files to use in my tomcat/conf directory to make

  • Songs in Itunes aren't flowing over to ipod correctly

    I have many songs that are categorized correctly under their artist's names in itunes and are consistant in their naming but after syncing with my ipod, the songs can only be found under "songs" on the ipod and are not categorized under the artist's

  • XML Anywhere TO Write Once , Run Everywhere

    I proposed this 4 years ago to cho haha reply. All codebase languages , legacy codebase , legacy code , etc . . . standardized into am XML file. MVC no. XVC yes. Xml View Controller yes. Xml Namespace yes. Xml Redirection_One Namespace yes. Xml Redir