Hardwired "-ARCH" into the build?

Alright I've decided to make my own kernel based on the current Arch buildsystem using it as my template.
I modify the "config" file accordingly, then re-md5sum it.  And added that sum to the PKGBUILD file and run makepkg in /var/abs/kernels/kernel26/ and after much downloading and patching I get the following error close to the end of the makepkg process:
Checking Input...
    Building full initrd for Arch standard kernel
      (includes all possible modules)
Setting up Parameters...
ERROR: /var/abs/kernels/kernel26/pkg/lib/modules/2.6.14-ARCH does not exist!
==> ERROR: Build Failed.  Aborting...
[root@k kernel26]#                     
It seems to be looking for the very directory based on the LOCALVERSION which I've commented out in the "config" file:
CONFIG_LOCALVERSION=""
Somewhere (and not in the PKGBUILD) it seems, that the "-ARCH" is being appended to the makepkg process...
Any ideas on how I can get around this, so that my kernel isn't branded?
Jacob
P.S.  This must be recent as kernel 2.6.13.4 didn't have this problem.
-> I also tried changing the line inside PKGBUILD:
  _kernver="${basekernel}${CONFIG_LOCALVERSION}"
--to--
  _kernver="${basekernel}"
...no help

tomk wrote:
In general, if you're compiling your own kernel, you don't need initrd, so you could use the custom kernel PKGBUILD - it's on the wiki here.
Just make sure you compile support for your disk controller and root filesystem into the kernel i.e. not as modules.
I did consider a custom kernel, but I like the initrd style because I will be using encrypted filesystem shortly.
I would also like to keep my kernel as similar (to produce) as the stock ARCH kernel.
Thanks!
Jacob

Similar Messages

  • How do I add a jar file into the build path of the compiler?

    Hey,
    I'm trying to import a jar file into the build path of the compilation process, but it does not find the packages or the classes that are in it.
    I think I don't add it right...
              ArrayList<String> options=new ArrayList<String>();
              options.add("-d");
              options.add(targetDirectory);
              options.add("-classpath");
              for(String str:includeDirectory)
                   options.add(str);
              if (!compiler.getTask(writer, fileManager, diagnostics, options, classes, compilationUnits).call());
                    ....and I've tried this way:
         public void setTargetDirectory(String targetDirectory) {
              this.targetDirectory = "-d " + targetDirectory;
         private void compile(Iterable<? extends JavaFileObject> compilationUnits) throws Exception {
              ArrayList<String> options = new ArrayList<String>();
              options.add(targetDirectory);
              String classPath="-cp ";// tried this also with "-classpath"
              for (String str : includeDirectory)
                   classPath+=str+":";
              options.add(classPath);
         if (!compiler.getTask(writer, fileManager, diagnostics, options, classes, compilationUnits).call())
              // throw new Exception("Compilation Error");
         }Thanks in advance,
    Adam.
    Edited by: Adam-Z. on Feb 24, 2010 5:41 AM
    Edited by: Adam-Z. on Feb 24, 2010 5:42 AM

    Thank you for your reply,
    Q: Are there .class files in that directory in that jar file? (the compiler doesn't ( can't )) look for directories, it can just look for specific files , and scan to get a list of all files matching certain criteria. So if there are no class files, it will say the package doesn't exist, even if there is a directory, possibly containing other files.yes there are class files in the jar, the tree structure:
    j2MeDataChunkGenerator_Plugin\(lots of class files)
    META-INF\manifest.mf
    and thats it.
    , your code will only work on windows because other platforms use a different path separator. You should use java.io.File.pathSeparator not explicit ';" when building your classpath. (this is unrelated to your problem, but you should correct it)will do, thanks.
    Q: Is that error in your post formatted by your own diagnostics? (we could possibly help you better if we didn't have to guess!!)I would not post my own error code, this text is generated by the compiler diagnostic.
    {code}
         System.err.println(" Error details: " + diagnostic.getMessage(null));
    {code}
    Q: Is line 3 of ImageCroper_Editor.java (sic) an import statement? (we could possibly help you better if we didn't have to guess!!)it is an import error... didn't the error message stated that it is an import problem? wired, I'm sure before it did. anyway it is an import error.
    Also you don't show us what the variable includeDirectory is in terms of type, and contents, that might be helpful. (we could possibly help you better if we didn't have to guess!!)It has only one String object: "D:\%Important Documents\WorkSpaces\PacMan\ApplicationManager\Plug-in\Data Chunk Designer.jar"
    the last file on the classpath list.
    Q: Have you proven this? that i did post, in this long line of text.
    Q: Is the compiler finding other classes (in other packages) in that same jar file?No. all the class files are in the jar, they all have entries that start with "j2MeDataChunkGenerator_Plugin\*.class", and since I get 47 errors I guess it does not load any other class.
    thank you for you comments, the problem with having these errors, is that I can't even get a piece of information where this error is coming from, only that it is an import loading error package not found, what does that mean? that the jar was not loaded in compilation(no error about this), that the jar is corrupted(no error about this), that the path is incorrect(it is correct I made sure), that there is no such package in the jar(There is), that the compiler does not load the package(does it even do that?), really I can't even guess why this happens, I've been at this on and of all day today, really annoying.
    Thanks,
    Adam.

  • [svn:fx-trunk] 7796: get the correct locales of batik and xerces jars into the build

    Revision: 7796
    Author:   [email protected]
    Date:     2009-06-12 13:01:48 -0700 (Fri, 12 Jun 2009)
    Log Message:
    get the correct locales of batik and xerces jars into the build
    bug: https://bugs.adobe.com/jira/browse/SDK-21565
    qa: i18n team (make sure they're all there)
    checkintests: pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21565
    Modified Paths:
        flex/sdk/trunk/build.xml

    Originally posted by: rosec.messagingdirect.com
    I'll look into it; I'm a bit under the gun here and can't easily upend
    my development environment at this time, but hopefully I can look into
    it early next week. Thanks for the pointer.
    Daniel Megert wrote:
    > Chris Rose wrote:
    >> I don't know if this has been asked before (and you'd be amazed at how
    >> hard it is to find specific information when your search query is
    >> "eclipse 100% cpu usage opening class files in a jar"!) but, well,
    >> that's what I'm getting:
    >>
    >> When I open a class file in the editor that is contained in a jar file
    >> anywhere on a Java project's classpath, one of my processor pegs at
    >> 100% usage for anywhere from 15-120 seconds and eclipse becomes
    >> non-responsive for that period of time, not even redrawing the UI.
    >>
    >> This occurs for jars as large as the jboss client jar and the weblogic
    >> 80Mb uber-jar and for jars as small as a 241kb library jar.
    >>
    >> Is there anything I can do to track down WHY this is happening? I end
    >> up having to trace into third party code a lot while debugging
    >> container behaviour and this plays merry havoc with the timeouts for
    >> remote calls, so I'm quite motivated to suss out why it's happening.
    >>
    >> Eclipse details are attached.
    > There was a bug regarding big JARs on the build path. Can you try
    > whether this still happens using 3.4 M7. If so, please file a bug report
    > with steps to reproduce. Also, please create some stack dumps while
    > waiting and attach them to the bug report.
    >
    > Dani
    Chris Rose
    Developer Planet Consulting Group
    (780) 577-8433
    [email protected]

  • How do I go about embedding a jquery plugin into the building process of Adobe Muse?

    How do I go about embedding a jquery plugin into the building process of Adobe Muse?

    Many of the "Edge" fonts offered in Muse for web font use are available as open source fonts from Google or other sites like Font Squirrel. For example, a company may want to use the Exo typeface in their logo. You can use Exo as a web font within a web site created in Muse. For general graphics work, like creating a logo and other branding work, the same typeface can be installed as a system font from the sources I mentioned.
    The newest version of Muse will now allow you to use SVG graphics -a vector-based graphics format for the web. SVG objects can be scaled to any size without showing pixel jaggies. You can create vector-based type objects using any system font in Adobe Illustrator or other similar applications capable of saving SVG. Within Illustrator you can creatively manipulate those type objects, or do subtle things like adjusting letter spacing, then output it as an SVG image. I don't particularly care for the default letter spacing of many web fonts, so SVG is a fairly decent alternative.
    Most new web browsers support SVG properly. Old versions of Internet Explorer (8 and earlier) and some older mobile web browsers don't support SVG without user-installed plug-ins. Those web browsers are disappearing quickly.

  • Sudden airport problem - due to new networks in the building?

    I've been using my airport extreme network for some time, without any problems. My macbook suddenly stopped recognising the network - although my iphone and other computers continue to use it without any problems.
    The network name no longer appears in the drop down Airport Extreme menu, although several other networks in the building do.
    Strangely, this seems to have occurred just as several other people have moved into the building and set up their own, new, non-airport extreme wifi networks.
    Is there anything I can do to force my macbook to re-recognise my own wifi network? I've tried clicking "other..." on the drop down menu and then typing in my network's details, without any success.
    Switching everything on-and-off hasn't helped either.
    Thanks!

    Check out MacStumbler. MacStumbler (freeware) is a utility to display information about nearby 802.11b and 802.11g wireless access points. It is mainly designed to be a tool to help find access points while traveling, or to diagnose wireless network problems. Download at http://macstumbler.en.softonic.com/mac
     Cheers, Tom

  • Can I include raw files into the installer folder with LV application builder?

    Hello,
    I have created a batch file that will run at the end of the installer, which will copy over some raw configuration files into the source destination so that the configuration files can be customized for each end user without rebuilding the installer with application builder. I also have an autorun.inf so the installer will automatically run when the user installs the CD.  
    However I would like to have some default configuration files and an autorun.inf file that will be automatically added to the installer "volume" folder using the application builder. 
    However I don't see a way to include raw files in the "volume" folder. It appears all source files in the application builder are embedded into the binary files.
    Please let me know if this is possible with the current application builder.
    Regards,
    Russell
    Engineering Team Leader
    G Systems, www.gsystems.com
    Certified LabVIEW Architect
    Certified Professional Instructor

    Russel,
    i think this link might give you some good hints....
    hope this helps,
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Forms Builder - form not pulling the data from the DB into the datablock

    I'm working on a school project, and I'm not sure if I'm doing something wrong, or if something is wrong with my setup.
    I created a basic form, 3 fields, and ID, firstname and lastname
    the wizard connected fine, pulled the three fields into forms builder
    I setup a canvas - type content with the a form format layout of the three fields.
    saved the form.
    When I run the form and it's displayed, nothing gets pulled into the fields (all blank).
    Shouldn't it pull at least the first row from the table?
    it says it's on record 1/1
    XP, Oracle 10g, Form builder 10.1.2,
    I'm not getting any errors
    I want to get this basic form working first, before I start adding to it, and it doesn't seem to want to cooperate.
    I've done the same steps as in the tutorials....

    I did find that, if I put data in the ID, first and lastname on the form, and click Execute & Save on the Menu, it does add it to the database.
    Maybe what I'm missing, is how do I get the form to read from the database when it starts up?

  • Can I use an AE as a Bridge allowing me to hardwire my iMac and offer a wifi to my MacBook? The Ethernet in my office is hard wired but does come in from a router on the other end of the building that has a wifi that cant reach my office...

    Can I use an AE as a Bridge allowing me to hardwire my iMac and offer a wifi to my MacBook? The Ethernet in my office is hard wired but does come in from a router on the other end of the building that has a wifi that cant reach my office...

    Thanks, I thought so but wanted to be sure before running out and buying one...  I also called Apple Joint Venture and they helped me set it up without the Airport by using my iMac as the wifi!  Thanks again!

  • [svn] 2142: swfutils: Somehow a Java 1.5 API (Integer.valueOf(int)) slipped into the 30x branch, and has only sporadically caused build problems.

    Revision: 2142
    Author: [email protected]
    Date: 2008-06-18 15:17:01 -0700 (Wed, 18 Jun 2008)
    Log Message:
    swfutils: Somehow a Java 1.5 API (Integer.valueOf(int)) slipped into the 30x branch, and has only sporadically caused build problems.
    * By "somehow" I mean it was my injection :)
    * Apparently this compiles in 1.4.2 on a Mac, go figure? I assume Windows JDK doesn't accept it.
    * Replaced it with 'new Integer(int)'
    Reviewer: Matt, community folks
    Bugs: n/a
    QA: no
    Doc: no
    Modified Paths:
    flex/sdk/branches/3.0.x/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

    Revision: 2142
    Author: [email protected]
    Date: 2008-06-18 15:17:01 -0700 (Wed, 18 Jun 2008)
    Log Message:
    swfutils: Somehow a Java 1.5 API (Integer.valueOf(int)) slipped into the 30x branch, and has only sporadically caused build problems.
    * By "somehow" I mean it was my injection :)
    * Apparently this compiles in 1.4.2 on a Mac, go figure? I assume Windows JDK doesn't accept it.
    * Replaced it with 'new Integer(int)'
    Reviewer: Matt, community folks
    Bugs: n/a
    QA: no
    Doc: no
    Modified Paths:
    flex/sdk/branches/3.0.x/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

  • Getting the ESRIA Dashboard to import correctly into Flex Builder 3.

    Hi there,
    I'm new to flex and am trying to load the source code into
    Flex Builder 3 for the example at the following URL.
    http://www.adobe.com/devnet/flex/samples/dashboard/dashboard.html
    However, I keep receiving the following error:
    * unable to open 'C:\projects\Dashboard\libs'
    Is there something missing here.
    The demo works online.
    Thanks,
    Anthony

    I finally found a solution that works via http://forums.adobe.com/thread/830358
    Basically this is what the mxml file looks like:
    "FlixelExample" being the .as file that start the game I created.
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                     xmlns:s="library://ns.adobe.com/flex/spark"
                                     xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="800" minHeight="600"
                                     applicationComplete="init();">
      <fx:Script>
                        private var object:FlixelExample;
                        private function init():void {
                                  object = new FlixelExample();
                                  stage.addChild(object);
      </fx:Script>
      <fx:Declarations>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
      </fx:Declarations>
    </s:WindowedApplication>
    Thanks,
    Rob

  • [ID CS6] Having the project build directly into the Plug-ins folder - Xcode

    Hello everyone
    I'm just starting to develop plugins for InDesign CS6 on Mac OS X. After building the project, I currently move manually the plugin into the Plug-ins folder. It is said in the documentation that for having them directly into the Plugins folder, we need to specify it in the ID_SDK_DIR variable in each Target on Xcode. However, I can't find that variable anywhere and I have no idea what I should do in order to accomplish it.
    Thank you in advance for your help, and I'm sorry if it's a very naive question.
    Regards,
    Dave

    Hello,
    Look for BUILT_PRODUCTS_DIR.
    P.

  • MSBUILD - Using MSBUILD I would like to add files into the solution AFTER BUILD process.

    Hi,I have the requirement to add files into the project after project has been build. I wish to add some javascript and css files into the project at the PRE BUILD or POST BUILD time.  I specified <Content Include="path\filename"/> in
    the AFTERBUILD Target element. But it seems not including the files.
    Regards,
    Senthil

    Hello Senthil Kumar T D,
    In msbuild files are include/exclude  in ItemGroup like the following MSDN article mentioned:
    How to: Select the Files to Build
    How to: Exclude Files from the Build
    So here you need to consider put them in the ItemGroup and use your files in your target.
    And if you want to MSBuild and including extra files from multiple builds - See more at:
    http://blog.samstephens.co.nz/2010-10-18/msbuild-including-extra-files-multiple-builds/#sthash.G5SdxGag.dpuf
    This can be used for multiple builds.  Anyway, please follow the first two sample I mentioned to reset your project file.
    Best Regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Trouble signing into the App Builder

    I just designated an Adobe account as a Viewer Builder account in the Account Administration tool but when I start the App Builder and try to sign in I get an error message that says "sign in failed. please try again." Am I missing something in this process?

    Try signing into the DPS dashboard first.

  • I cannot sign in into folio builder in my CS5, always I get the message " Sing in failed, please try again."

    I' using a CS5 InDesign with Folio Builder tools installed, always when i tried to Sign in I get the message "Sign in failed. Please try again", I tried over and over and nothing change. How can I sign in into folio builder in my CS5 InDesign?

    DPS is no longer supported for CS5 and CS5.5. You need CS 6 or CC.

  • Forced to log into an App twice when using the Builder.

    I have had this ongoing problem.
    On my login page I have submit computations that set application level items to values. These items drive subsequent reports that appear on page 1. If I login as a normal user everything is fine. Problem...If I login via the builder as a developer, I have to login, logout, then login a second time for the values to be set. then my report is filtered. Is there a fix to this?
    Help...it's so frustrating!
    regards
    Paul

    It's hard to follow your scenario. If you recreate it on apex.oracle.com along with detailed steps (every keystroke), I'll tell you what is happening.
    Scott

Maybe you are looking for

  • Trying to download the new itunes but it tells me there are "No software updates"

    I am attempting to download iOs6 for my iphone, and it is prompting me to first download itunes 10.6.3. However, when I click "download itunes" I am brought to the software updates window, and am prompted that there are no new updates for my computer

  • Java3D game problem(about wall)?(urgent " )

    I am developing a 3D shoot game which contain a 3D mase,but...why the wall is transparent when I run towards the wall??how can solve this problem?? Moreover,I wonder how to run smoothiy in 3D game??

  • Previously working Apple Track pad cannot be "found" by Mac Mini

    First I tried replacing  the batteries.  Both placed in the chute, negative side down. ( positives meet negatives) Is this right? --- if so, other ideas why I'm not connecting?

  • File type icons in CS6 Design and Web Premium

    Hello everyone. I am running Windows 7, 64 bit. I have recently upgraded from CS5.5 Design Premium to CS6 Design and Web Premium. I the process, I lost the association of file types (such as .psd) with their relevant programs, which I have now recifi

  • Graphic size reduction and storage

    I am doing a mobile gaming project and I find that the size of my spirtes are taking too big a size for the game. How can I reduce the size of the png files? I need to have the transparency in my spirtes... I am using freehand(no graphics background)