Why don´t include the pkgbuild in the package

so, you can see how the package was compiled, with an opsion like:
pacman -Qb foo.pgk.tar.bz2
b for build, is an example.

Neuro wrote:Nevermind, I've found the solution here:
http://bbs.archlinux.org/viewtopic.php?p=158778#158778
Glad it helped ;-)  Here's an improvement...
Replace:
cvs -z3 co arch/build/kernels/kernel26
With:
cvs -z3 co -d kernel26 arch/build/kernels/kernel26
$ man cvs # reveals...
It is very convenient when checking out a single item to have the output
         appear in a directory that doesn't contain empty intermediate  directories.
          In  this  case  only,  cvs  tries  to "shorten'' pathnames to avoid those empty
          directories.

Similar Messages

  • What should be done to include the current controlfile in the database copy

    Hi
    When trying to create a copy of the database it always fails copying the controlfile
    What should be done to include the current controlfile in the database copy with the %b format
    RMAN> backup as copy database format 'd:\backup\%b'
    2> ;
    Starting backup at 13-SEP-10
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00001 name=D:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
    output file name=D:\BACKUP\SYSTEM01.DBF tag=TAG20100913T204940 RECID=16 STAMP=729636617
    channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:45
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00003 name=D:\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
    output file name=D:\BACKUP\UNDOTBS01.DBF tag=TAG20100913T204940 RECID=17 STAMP=729636660
    channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:35
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00002 name=D:\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
    output file name=D:\BACKUP\SYSAUX01.DBF tag=TAG20100913T204940 RECID=18 STAMP=729636692
    channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:35
    channel ORA_DISK_1: starting datafile copy
    *copying current *control file**
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 09/13/2010 20:51:36
    ORA-19715: invalid format b for generated name
    ORA-27302: failure occurred at: slgpn
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00004 name=D:\ORACLE\ORADATA\ORCL\USERS01.DBF
    output file name=D:\BACKUP\USERS01.DBF tag=TAG20100913T204940 RECID=19 STAMP=729636697
    channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:01
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    *including current SPFILE in backup set*
    channel ORA_DISK_1: starting piece 1 at 13-SEP-10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 09/13/2010 20:51:38
    ORA-19715: invalid format b for generated name
    ORA-27302: failure occurred at: slgpnEdited by: hrishy on Sep 13, 2010 8:26 AM

    hrishy wrote:
    Allright your trick configure controlfile autobackup on does the trick but i am cluless why it worksWhy clueless? That's a documented and a perfectly normal behavior!
    http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/rcmconfb.htm#BRADV89408
    HTH
    Aman....

  • What needs to be done to include the leave request type in the work flow

    what needs to be done to include the leave request type in the work flow?
    the present request for work flow includes the notificationto be sent to the approver
    which doesnt include  leave request type inthe description
    to include this we need to maintain a container variable but what should be the method or abap dic object which has to be used for maintaining this leave request type container

    Hi,
    You can create and take where you pass leave type and get description of it and create an field in WF containr and fill it than you can use add that field when you are sending notification,.
    Atul

  • Why don't have the option of using the mackie control to use consoles with motorized father

    In the audition 3.0 this option is ready with not in this version?

    Why don't have the MAC computers a hard video card????.....in this case all of my friends buy PC....Because they can buy a PC with 2 GB video card
    It partly has to do with form factor. To get a Mac Mini, iMac, MacBook, MacBook Pro, or MacBook Air as slim as they are, the video is always integrated into the main board. Windows laptops are the same way for the same reason. They aren't designed to have a video card that can be swapped out.
    The only way to buy a Mac with an actual card is the Mac Pro, where you currently have a choice of the ATI Radeon HD 5770, or an upgrade to the 5870.
    Most PCs are towers, which by design always use a video card, so you can choose pretty much whatever you want to stick in it. More than that, PCs still use plain ol' BIOS, which greatly increases the choices of cards available.
    Mac Pros don't have that luxury. Video cards for the Mac need Mac firmware on them to be recognized during startup by Open Firmware in older Macs, and EFI in newer Macs. While it's the same PCI 2.x slot, you can't just slap any video card you want in there.

  • On iphone 4g 4.3.2 version...my email,safari and the apps applications have started crashing....done everything including the restore...pl help??

    suddenly my email,safari and the apps application have started crashing everytime I open them.I am on iphone 4 and have the latest 4.3.2 software.
    Done everything including the restore......................pl help

    You can transfer your purchases before you start, to make sure all apps and purchased media is part of your iTunes library on your computer.
    All other data which is part of the backup will be missing, see more details about the content here: http://support.apple.com/kb/HT1766
    This article explains how to transfer your other data: http://support.apple.com/kb/HT4137
    If you have corrupt data inside the backup, this is the only way to find out. If the behavior does not change, you can use the backup again to get all your settings back.

  • Why don't match the values of printer ports, obtained through WMI in different ways?

    Why don't match the values of printer ports, obtained through WMI in different ways?
    $Ports = Get-WmiObject Win32_TcpIpPrinterPort -namespace "root\CIMV2" -ComputerName $ComputerName
    $Printers = Get-WmiObject Win32_Printer -namespace "root\CIMV2" -ComputerName $ComputerName
    Further, for example, on the same computer $Ports.Name returns me: (10.0.66.204 10.0.66.210 10.0.66.246 10.0.66.247)
    and $Printers.PortName (XPSPort: USB001 10.0.66.247 HPLaserJet400MFPM425dn 10.0.66.246 SHRFAX :) I.e. the values don't match to each other although they logically should be the same. Why so?
    In the end I need to get a binding the printer - the value (not the name) of the port. In Win32_Printer there is no such parameter, and there is no information about the printer in Win32_TcpIpPrinterPort. I wanted to connect them through port name but they
    don't match.

    Very unclear.
    Win32_Printer returns the bound port name.
    Get-WmiObject win32_tcpipprinterport -filter "Name='192.168.1.100_2'"
    ¯\_(ツ)_/¯

  • Hi, dear Sirs! I'd like to suggest this: as I installed 4 Airport Extreme Units in my apartment connected to Powered loudspeakers, why don't give the choice to send streaming data to all the units so I can hear music trough each unit? Thank you, V M

    Hi, dear Sirs!
    I'd like to suggest this: as I installed in my apartment  N° 4 Airport Extreme Units each one connected to Powered loudspeakers, why don't give the choice to send streaming data to all the units so it is possible to hear music trough each unit?
    Thank you,
    Valerio Maioli

    Dear tzbikowski
    really many thanks for your prompt and right reply.
    I didn't know it, but I found in iTunes popup, not only you can adjust the volume of each unit too!
    But, I have another question, sorry:
    This facility is on Safari Mountain Lion SW, but is it on iOS 6.01 or 5.1.1 as in my iPad ?
    Valerio

  • HT3939 How can I tell if my iphone 5 is 32gb? I don't have the packaging anymore. I only have the IMEI number.

    How can I tell if my iphone 5 is 32gb? I don't have the packaging anymore. I only have the IMEI number.

    Look at Settings=>General=>About=>Capacity
    What does that show?

  • Map deployed but don't see the package in database

    Hi
    I deployed a map that has a flat file as a source and a table as a target.
    But I don't see the package in database. What object would this kind of map be in the database?
    Thanks
    Sozy

    Hi,
    When you are moving flat file data to oracle table , OWB will create SQL LOADER type mapping in which it will generate the .ctl file and submit the same to Oracle SQLLDR which in turns do the loading.
    It does not generate PL/SQL package .
    Thanks,
    Sutirtha

  • Why cannot I import the package of j2ee?

    Hello,
    I am a beginning learner of J2EE but I am an immediate learner of J2SE.
    I have 3 questions. First of 2 is that why cannot I import the package of the J2EE, such as import javax.mail.*; ?
    Second question is that can anyone of you suggest me to write what J2EE program in order to let me learn the J2EE? What J2EE program example can you suggest me to write?
    Third question is in order for running J2EE application, what tool or tools should I have? Is the tool j2sdk1.4 java tool enough?Hardly enough?
    Learner,
    JohnWen604
    5-July-2005

    First of 2 is
    /u] of 2 is that why cannot I import the package of
    the J2EE, such as import javax.mail.*; ?Because it isn't on your classpath.
    Third question is in order for
    n order for running J2EE application, what tool or
    tools should I have? Is the tool j2sdk1.4 java tool
    enough?Hardly enough?Since that doesn't even have any J2EE classes in it, not enough at all. Look for the J2EE download link.
    JohnWen604
    5-July-2005FYI, this information is already listed on your post by the forum software.

  • HT1349 I LOST MY IPHONE 3GS THAT I BOUGHT IN CHINA ON 2/07/2010 YESTERDAY. I DON'T HAVE THE PACKAGE AND I ONLY COPIED IMEI NO. HOW DO I TRACK IT OR REGISTER IT WITH SERIAL NO?

    I lost my iphone 3gs that i bought in China on 2/07/2010, i don't have the package and have no serial no, i had only recorded the imei no.How can i track it or register it on apple support?

    I lost my iphone 3gs that i bought in China on 2/07/2010, i don't have the package and have no serial no, i had only recorded the imei no.How can i track it or register it on apple support?

  • Why don't all the pictures I take on my phone upload to my photo stream?

    Why don't the all of the pictures I take on my iPhone 5 upload to my photo stream?

    There are few things you can check. Most of the Hotels use "splash" login page when you go online you have to accept their TOS. If you don't do that connection does not exist, even if you see wifi simbol. Verify that both devices are connected to wifi. Also you want to make sure that camera app of your iphone is turned off and phone is charged over 20 %.
    Do simple test. When you on wifi take a new photo and open your photostream album on the same phone. If you see that photo show up in there in few min (takes 2 to 5 on fast connection) then you need to check your ipad and if it does not show there - check the charge and go online on ipad. Once you verify you can access Internet - see if photo shows up in photostream on the ipad. If you get problem in any step of that process- come back and we ll work througth the rest.
    That test will allow to check if photostream works at all, if the problem is intermittent - like you described, when you on good wifi it should rectify itself(it has 30 days to do that), but you want to make sure that those pictures do get in photostream album of your iphone.

  • Why don't all the mailboxes illuminate when I'm trying to move/ save an email

    Why don't ALL mailboxes highlight when I'm trying to save something

    You can either leave it in the Inbox or move it to one of the non-greyed out folders. If you havn't got any non-greyed out ones then if your email account is an IMAP one then you should be able to login to your account on a browser and create new folders there, and they should then appears in the Mail app. If it's a POP type account then unfortunately you're stuck with what you've got.
    You can also, for example, copy-and-paste it into another app e.g. if it's plain text you could copy-and-paste it into Notes

  • Why the updated version (LR4.2) don't include the lens correction for Zeiss lenses?

    I am disappointed with this last update because I can not correct my
    Zeiss Distagon 18mm ZF2,
    Zeiss Planar 50mm ZF and the
    Voigtlander 90mm Apolantar for Nikon.
    Have you got any suggestion?
    Thanks in advance

    Here's a list of the currently supported lenses: http://helpx.adobe.com/x-productkb/multi/lens-profile-support-lightroom-4.html
    If your lenses aren't supported, you can check the Lens Profile Downloader to see if anyone else has created a profile, or you can create your own using the Lens Profile Creator.  You'll find the downloads for those here: http://www.adobe.com/uk/products/photoshop/extend.displayTab2.html#resources

  • HT3783 I have created a distribution list of 22 names in my Contacts Folder.  When I try to send an e-mail using the alias, only 7 of the 22 names appear in the address line.  Why don't all the names appear?

    I have created a mail box with 22 names in it.  When I want to send an e-mail to this address and its recipients, only 7 of the 22 names appear in the address line of the e-mail.  Why won't the remaining 15 names and addresses appear in the address line?

    okay, this is actually a common problem.  from your main screen select the blackberry key (next to track ball)->options->security->general settings->include address book->no->reset phone->problem should be fixed!
    let me know if this works for you,
    Andrew
    Andrew Hager
    U.S. Cellular Corporation
    Smartphone Specialist

Maybe you are looking for

  • 'system.array' does not contain a definition for 'ToCharArray'

    Can someone help me? I'm trying to create an array and use it in an if- else statement. Here's my code:  using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DLE     class Progr

  • Adobe Flash Player Keeps uninstalling Windows 7

    I know this topic has been done over a few times but here is my setup I have Window 7 Home Edition 64bit Web Browser is both the IE Explorer 9 and Firefox 18 Flash player is Adobe Flash Player 11.5.502.146 I install it and then after closing browser

  • I bought a new iPhone 5C today but I'm having syncing issues.

    I synced it with my computer and restored it with my old iPhone's stuff, but the iPhone 5C won't restore. It keeps going back to the setup screen but my computer shows that everything is up to date - all the apps I need are there, I can see it all on

  • ODI - should I download Essbase driver?

    I just installed ODI, i want to transfer data between Oracle and Essbase, should I download OracleDI Driver for LDAP? or another specific driver? please advise the driver name? where I can find the place to download this driver? thanks!

  • Forms 10g DateTime format

    I am converting an application from Oracle Forms 6i to 10g, one of the fields has a date format of MM/DD/RR HH24:MI. QA noticed that in 6i you can type 01/01/13 1645 without the colon in the middle of the time and 6i forms would understand it. Forms