Different sources split packages

How do i put different sources for each package in a split package?
Also i couldn't find any documentation on the build function for split packages, Will it be same for all the split packages?
Thanks

shaumux wrote:eg. if i already have vim installed and then want to install gvim.
but since the package has only one build function does it mean that both vim and gvim will get built even though i am only installing gvim.
man makeppkg wrote:       --pkg <list>
Only build listed packages from a split package.

Similar Messages

  • [svn:bz-trunk] 21277: Added ds-console source to package-oem and removed copy command for datavisualization .swc which doesn't exist in the specified location.

    Revision: 21277
    Revision: 21277
    Author:   [email protected]
    Date:     2011-05-18 11:35:28 -0700 (Wed, 18 May 2011)
    Log Message:
    Added ds-console source to package-oem and removed copy command for datavisualization.swc which doesn't exist in the specified location. I do not find it in the most recent package-oem.zip neither
    Modified Paths:
        blazeds/trunk/build.xml

    Gusar wrote:No, it's not. I have actually seen cases where software rendering gave a higher glxgears score than hardware rendering (and no, it wasn't about vsync). Of course, with *actual* apps on the same machine, software rendering sucked compared to hardware rendering.
    Please do not jump to conclusions and make assumptions here like 'when will people finally get it??'.  I never said it was a benchmark.  I have also seen many examples of where it's results do not go with conventional performance.  I have a Radeon 9000 that goes faster on glxgears than a Geforce FX 5600 running Nouveau.  Which is the faster card?  The FX by miles.  It is not a benchmark as it can not be compared between configurations.  What I know is that on this individual system, from prior experience over many years when 3D acceleration is working glxgears gets between 300 and 400 fps.  When it is not working it gets less than 10.  That is a fact but does not mean it is benchmarkable.  Yes, a Quake 3 timedemo (I have these numbers too and they very much correlate to glxgears performance for this system given just how slow it is) would be a benchmark but when it runs less than 0.1fps and even the 2D rendering means that navigating the menu is impossible, there just isn't the time to find out.  Hence if playing around with drivers on this system I would use glxgears to check that 3D acceleration is working but not to benchmark.  Glxinfo does not give you all this evidence.
    But to clarify, I wouldn't use glxgears as a benchmark, benchmarking is different and I do a lot of that too.

  • Splitted packages (KDEmod-like) for docs?

    Sorry for posting another thread about the "stripping-docs" issue.
    I built last week some KDEmod packages from svn to get rid of a bug in kate, and I encountered for the first time the splitted packages concept used in KDEmod.
    In your opinion, is it feasible (and not too time-consuming) to use the same system to split every package in package-bin and package-doc?

    Sorry, I didn't make myself clear.
    I didn't go through the details of how packages are splitted in KDEmod, I just used the following thread:
    http://kdemod.ath.cx/bbs/viewtopic.php?id=592
    They have two different makepkg for splitted and non splitted packages.
    They don't split bin and doc, but independent parts of the package, letting you choose to install only one part.
    An example:
    $ pacman -Ss kdetoys
    extra/kdetoys 3.5.9-1 (kde)
    Toys for KDE.
    kdemod/kdemod-kdeaddons-base 3.5.9-1 (kdemod)
    KDEmod KDEtoys base package
    kdemod/kdemod-kdetoys-amor 3.5.9-1 (kdemod-kdetoys)
    Amusing Misuse Of Resources put's comic figures above your windows
    kdemod/kdemod-kdetoys-base 3.5.9-1 (kdemod-kdetoys)
    KDEmod KDEtoys base package
    kdemod/kdemod-kdetoys-eyesapplet 3.5.9-1 (kdemod-kdetoys)
    A kicker applet similar to XEyes
    kdemod/kdemod-kdetoys-fifteenapplet 3.5.9-1 (kdemod-kdetoys)
    Kicker applet, order 15 pieces in a 4x4 square by moving them
    kdemod/kdemod-kdetoys-kmoon 3.5.9-1 (kdemod-kdetoys)
    System tray applet showing the moon phase
    kdemod/kdemod-kdetoys-kodo 3.5.9-1 (kdemod-kdetoys)
    Mouse movement meter
    kdemod/kdemod-kdetoys-kteatime 3.5.9-1 (kdemod-kdetoys)
    System tray applet that makes sure your tea doesn't get too strong
    kdemod/kdemod-kdetoys-ktux 3.5.9-1 (kdemod-kdetoys)
    Tux-in-a-Spaceship screen saver
    kdemod/kdemod-kdetoys-kweather 3.5.9-1 (kdemod-kdetoys)
    Kicker applet that will display the current weather outside
    kdemod/kdemod-kdetoys-kworldwatch 3.5.9-1 (kdemod-kdetoys)
    Application and kicker applet showing daylight area on the world globe
    As you can see, in standard kde, kdetoys is a single package, while in kdemod you can choose to install separately a single component (let's say amor).
    But there is only one PKGBUILD for kdemod-kdetoys, and it includes instructions to install or uninstall only one component, notably the line
    # LIST OF SPLIT INSTALL FUNCTIONS
    splitinstall=(base_install amor_install eyesapplet_install fifteenapplet_install kmoon_install kodo_install kteatime_install ktux_install kweather_install k
    worldwatch_install)
    Using the same system to split every package in bin and doc was my idea, but I really don't know if it is easy to implement.
    It could be helpful if somebody of the KDEmod team posted in this thread.

  • Javadoc: warning - Multiple sources of package comments found for package

    h1. The Problem
    By creating the Maven Site for our software we receive the following error messages:
    javadoc: warning - Multiple sources of package comments found for package*
    We use maven with maven projects containing multiple maven modules.
    We have the same package names used in different modules (e.g. util-api with package util.text and util-impl with package util.text)
    Package Info are created using package-info.java files.
    We use maven-javadoc-plugin
    A search pointed to the following old links:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5095714
    http://forums.sun.com/thread.jspa?forumID=41&threadID=713300
    Does anyone experience the same problem? How can it be solved?
    h1. Our configuration
    $ mvn -version
    Apache Maven 2.2.0 (r788681; 2009-06-26 15:04:01+0200)
    Java version: 1.6.0_14
    Default locale: de_CH, platform encoding: UTF-8
    OS name: "linux" version: "2.6.18-92.1.1.el5" arch: "amd64" Family: "unix"
    maven-javadoc-plugin version=2.6.1
    no special configuration

    h1. The Problem
    By creating the Maven Site for our software we receive the following error messages:
    javadoc: warning - Multiple sources of package comments found for package*
    We use maven with maven projects containing multiple maven modules.
    We have the same package names used in different modules (e.g. util-api with package util.text and util-impl with package util.text)
    Package Info are created using package-info.java files.
    We use maven-javadoc-plugin
    A search pointed to the following old links:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5095714
    http://forums.sun.com/thread.jspa?forumID=41&threadID=713300
    Does anyone experience the same problem? How can it be solved?
    h1. Our configuration
    $ mvn -version
    Apache Maven 2.2.0 (r788681; 2009-06-26 15:04:01+0200)
    Java version: 1.6.0_14
    Default locale: de_CH, platform encoding: UTF-8
    OS name: "linux" version: "2.6.18-92.1.1.el5" arch: "amd64" Family: "unix"
    maven-javadoc-plugin version=2.6.1
    no special configuration

  • [Solved] Split packages in the AUR?

    Can I not upload a split package to the AUR? I am getting an error when I try to upload this PKGBUILD source package:
    Invalid name: only lowercase letters are allowed.
    PKGBUILD:
    pkgbase=mfs
    pkgname=('mfs-client' 'mfs-chunkserver' 'mfs-master')
    pkgver=1.6.19
    pkgrel=1
    pkgdesc="File system designed for petabyte class clusters crunching mission critical data 24/7"
    license=("GPL3")
    arch=('i686' 'x86_64')
    options=('!libtool')
    url="http://www.moosefs.com/"
    source=("http://www.moosefs.org/tl_files/mfscode/${pkgbase}-${pkgver}.tar.gz"
    "mfsmaster"
    "mfschunkserver"
    "mfsmetalogger"
    "mfscgiserv")
    md5sums=('21a86c7a521c8682868eb8c0b330fb58'
    'e4e260f48b063d7f2bd568fc6230b813'
    '2b5c6d70938add6aa4e859dfbe11e71b'
    '4359c1e0f857a3c5d26e0cb67f8c9d8b'
    '3aa9b98a05d08e1f6256a57746181798')
    build() {
    cd "${srcdir}/${pkgbase}-${pkgver}"
    package_mfs-client() {
    depends=('zlib' 'fuse')
    cd "${srcdir}/${pkgbase}-${pkgver}"
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-mfschunkserver --disable-mfsmaster --disable-mfscgi --disable-mfscgiserv
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf ${pkgdir}/usr/share/man/man7
    package_mfs-chunkserver() {
    depends=('zlib')
    cd "${srcdir}/${pkgbase}-${pkgver}"
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-mfsmaster --disable-mfsmount --disable-mfscgi --disable-mfscgiserv
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf ${pkgdir}/usr/share/man/man7
    install -m 755 -D ${srcdir}/mfschunkserver ${pkgdir}/etc/rc.d/mfschunkserver
    package_mfs-master() {
    depends=('zlib')
    cd "${srcdir}/${pkgbase}-${pkgver}"
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-mfschunkserver --disable-mfsmount
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    install -D -m0644 README $pkgdir/usr/share/doc/${pkgbase}/README
    install -D -m0644 INSTALL $pkgdir/usr/share/doc/${pkgbase}/INSTALL
    install -D -m0644 NEWS $pkgdir/usr/share/doc/${pkgbase}/NEWS
    install -D -m0644 UPGRADE $pkgdir/usr/share/doc/${pkgbase}/UPGRADE
    install -m 755 -D ${srcdir}/mfsmaster ${pkgdir}/etc/rc.d/mfsmaster
    install -m 755 -D ${srcdir}/mfsmetalogger ${pkgdir}/etc/rc.d/mfsmetalogger
    install -m 755 -D ${srcdir}/mfscgiserv ${pkgdir}/etc/rc.d/mfscgiserv
    find "$pkgdir" -name 'mfscgiserv' -print0 |xargs -0 \
    sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
    -e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
    Last edited by Ryujin (2010-12-23 03:35:40)

    https://bugs.archlinux.org/task/16394
    And, please use "code" tags...

  • Split packages disallowed in the AUR?

    Are split packages disallowed in the AUR?  I get a "Invalid name: only lowercase letters are allowed." when I attempted to upload the source to a split package I've been working on...

    https://bbs.archlinux.org/viewtopic.php … 14#p772214
    https://bugs.archlinux.org/index.php?do … k_id=16394
    Last edited by karol (2010-09-26 18:10:30)

  • I have just updated my Ipod to the latest ios.(deleting everything) and using different sources to get my music back it seems that every time i select multiple/individual songs on itunes i can change artwork but will not show up on my ipod?

    I have a windows 8 computer and have recently updated my ipod to the latest ios and it has wiped my Ipod clean except for my photos. whilst trying to get my music back using different sources like CD's and stuff i cant seem to get any album art to load on my Ipod? I can go on itunes and highlight single/multiple items and change the artwork and my computer will confirm it but when I look on my Ipod it doesnt display any art work or allow me to change the artwork that is already there? i need help please!

    Album artwork can be added/changed on songs via the iTunes Get Info menu item from the File menu. Note that music that you loaded from CDs will not have any artwork. If you want to aquire artwork you can try the File menu item Library > Get Artwork or you can download artwork from the internet, etc. Note that just changing artwork on your computer won't affect the iPod until you sync.
    If the artwork is correct on your computer iTunes then delete all the music on your iPod by syncing with iTunes with no music selected. Then reload the music onto your iPod by again syncing with iTunes with all the music you want selected.

  • One target table is loading from two different source but same columns but one source is in a database and other is in a flat file.

    Hope you all are doing good.
    I have a business issue to be implemented in ODI 11G. Here it is. I am trying to load a target table from two sources having same coulmn names. But one source is in file format and other is in Oracle Database.
    This is what i think i will create two mappings in the same interface using Union between the sources. But i am not sure how the interface would connect to different logical architecture to connect to two different sources.
    Thanks,
    SM

    You are on the right track, this can all be done in a single interface. Do the following
    1) Pull your file data model into the source designer and and your target table model to the target pane.
    2) Map all the relevant columns
    3) In the source designer create a new dataset and choose the UNION join type (this will create a separate tab in the source designer pane)
    4) Select the new dataset tab in the source designer pane and pull your source oracle table data model into the source designer. Map all the relevant columns to the target
    5) Make sure that your staging location is defined on a relational technology i.e. in this case the target would be an ideal candidate as that is where ODI will stage the data from both file and oracle source and perform the UNION before loading to the target
    If you want to look at some pretty screenshots showing the steps above take a look at http://odiexperts.com/11g-oracle-data-integrator-part-611g-union-minus-intersect/

  • Os windows 7 trying to install PhotoKit 2.06 in CS4 getting 'Owl Orphanage: Photoshop.exe - Bad Image. Have tried downloading Photokit from a different source - same problem. How can I get this to install please?

    Has anyone had a problem installing PhotoKit 2.06 in CS4? I keep getting 'Owl Orphanage: Photoshop.exe Bad Image. I have tried installation files from 2 different sources without success. Pixel Genius suggested dropping the unzipped files directly into Plug-ins -  that didn't work. Any suggestions would be appreciated.

    Hi Peter
    I am in touch with Pixel Genius, the plug-in developer, and so far ( this has been going on for 5 days) a solution has not been forthcoming, hence my post. The required files are shown in Windows Explorer but will not load when I fire up CS4. Previously, I ran version 1.2.4 of PhotoKIt without a problem but that was uninstalled to make way for the latest software. Pixel Genius have asked me to open up CS4 Help, System info, and send it to them which I have done. I wait in hope!
    John

  • Because I have imported from a number of different sources into Aperture (3.2) over the years, I now have many duplicates in my library.  Is there any way in which these can be identified and lated deleted?

    Because I have imported photos from a number of different sources into Aperture (3.2), I now have many unwanted duplicates.  Some of these are in the same "file/folder", others are not.  Additionally, some of the duplicates may have different file names.
    Can anyone advise me if there is a way of identifying such duplicates in Aperture so that I may later delete them?  If this cannot be achieved within Aperture 3, does anyone know of a proven second-party app?
    Before ending I should mention that I am reasonable competent on a computer but I am not in any way an expert.  (So simple answers would be appreciated if this is possible!)
    Hopefully yours,     Jeremy

    Jeremy -- I suggest making a complete separate copy of your Library and any Referenced Masters and keeping it for a year.  "Duplicate" is, to humans, relative rather than absolute.  My use of Duplicate Annihilator turned up many useful near duplicates, most of which I couldn't quickly distinguish.  With a complete copy nearby, you can be slightly aggressive in your pruning, knowing that should you turn up something in ten months that you need (as an example: the full-size color file for a black & white printed shot that you thought was based on a full-size color Master but which is not), you'll have it.
    IME, it was much more effective to get rid of things I didn't need, than to figure out which of several possible duplicates of an Image I did need.

  • ACE NAT configuration - is it possible to use a different source PAT IP per rserver in a serverfarm?

    Hi,
    I've a quick question regarding using PAT (port address translation) on an ACE module specifically for the purpose of load-balancing requests to a cluster of Exchange CAS servers.
    Each CAS server needs to see requests from the same source IP which can be achieved by using source NAT / PAT but due to the scale of this Exchange deployment a single NAT pool with one PAT'd IP will not provide enough ports (i.e. there may well be more than ~64,000 ports required at any one time).
    Is it possible to configure PAT on the ACE so that each individual rserver will see requests from a unique source PAT address, i.e., each rserver sees a different source PAT IP, i.e., in order to provide ~64,000 ports per source PAT IP <-> CAS server pair as opposed to ~64,000 ports shared between all the CAS servers?
    If so, does anyone have any configuration examples (based on a single-armed configuration)?
    TIA

    Hi Tia,
    I don't think we can do this. We can easily configure a different nat pool per serverfarm but not per rserver.
    --Olivier

  • Why is it that I cannot designate different sources to different backup disks?

    I have 2 internal hard drives, B is significantly larger than A. so I've set up 2 backup hard drives of the same capcities (C & D) to mirror the drives A & B. I upgraded to Mountain Lion, thinking I could do the backup respectively with different sources. But just found out I CAN'T! Now it's going to want to back up ALL of A + B data in smaller capacity hard drives and I would end up losing files! NOT GOOD!!!!!

    Hi Brett Burger,
    Thanks for your reply. For your information, I have set the sampling rate as 10000 as for the sound format, I have set the bits per sample as 16 bit, the rate as 11025 and the sound quality as mono. I tried using your method by changing the sampling rate as 8K but still my program encounter the same problem.
    I wish to also create a button that is able to generate a preformatted report that contains VI documentation, data the VI returns, and report properties, such as the author, company, and number of pages only when I click on the button.  I have created this in my program, but I am not sure why is it not working. Can you help troubleshoot my program. Or do you have any samples to provide me. Hope to hear from you soon.
    Many thanks.
    Regards,
    min
    Attachments:
    Heart Sounds1.vi ‏971 KB

  • BEx Integration with different source systems

    Hi All
    I know we can create BEx querys on top of an infoprovider. But instead of storing data into BW and creating reports using BEx tools can we integrate BEx with the other source systems.  Like Business Objects tool which can be integrated with different sources. My client wants to know whether we can integrate with BEx for the following
    Support data source -- SAP BW
    Support data source -- Oracle
    Support data source -- MS SQL Server
    Support data source -- MS Access
    Support data source -- MS Excel
    Support data source -- ASCII Text files
    Support data source -- XML/XSD
    Support data source -- Web Services
    Support data source -- SAP R/3
    Support data source -- BO Universe
    Thanks for letting me know your opinions

    Hi,
    in theory you can. You will still have a virtual provider on top of your Infosource which will be connected to your datasource; thus you'll have to create the structures; you'll have to load master data as well... so not so nice solution if you think that at this stage, the storage will be the less of your costs....
    How are you going to deal with R/3 data?? I mean a great advantage of BW is really when you have an R/3 behind...
    I'd rather consolidate all these disparate datasources using the Visual compsoer which can get this data out of nearly an datasource and merge them in one single report; in theory again you could implement all BEx functionalities but at which cost and effort??
    Weird that a customer is asking such a question because it is usually the other way around: use SAP BW data in another front-end... by the way SAP is going to acquire BO soon....
    hope this helps...
    Olivier.

  • Massive copy of BW transformation between different source system

    Hi all,
    in my BW I have different source systems. I have mapped several objects to one source system.
    Now I need to copy all the transformation to other source systems. These source system are different instance of ECCs, there are the same extractor in all the systems.
    I can't use the BDLS becouse these move the transformations between the system not copy it.
    I try to create a Transport and using the Conversion of Logical System Names but this change only the objects with source sytems dependencies, it don't change the technical name of transformation, and do not create a tranformation to the new system but overwrite the existing one.
    Do you know if there are some program or some procedure to copy transformation between sourcesystem in BW?
    Thanks in advance
    Mario

    Hi,
    you can do a Retrofit (System copy), Generally, retrofit happens between two different BW systems.
    check with your basis team if the retrofit is possible with in the same BW system but for different clients.
    Note : System copy will overwrite all the objects.
    Regards,
    Sudheer

  • Can I map different levels of a hierarchy to different sources

    Hi,
    I want for AWM not to aggregate the upper levels of a dimension by itself. Instead, i want to feed the data for upper levels also through different sources.
    Its becauese, the measure values of my dimension can not be aggregated from lower level. The value has to be calculated separetely.
    I know that the AWM will not aggregate when i specify the dimension agg rule as 'NON ADDATIVE' or something like that. I did it and i was done too. There were the data only for base level for that particular dimension. The other levels were empty.
    Now i want to feed the data for other empty levels from different source.
    Does anyone knows if it is possible in AWM 10.2.0.1 or can i do it from any other way?
    If one knows how to do it, i would be very much grateful to know it clearly.
    with regards,
    subash

    The following method assumes that you are assuming responsibility for managing all of the aggregate level data on your own:
    1. Define the cube as (a) uncompressed (the aggregate space of a compressed cube is always managed by the multidimensional engine), (b) with aggregation methods of SUM for all dimensions and (c) with only the detail levels selected on the 'Summarize To' tab of the cube definition. This will set up the cube so that it will not aggregate data when it is loaded.
    You will have a formula used to represent the measure and it will look something like this:
    DEFINE SALES_CUBE_SALES FORMULA DECIMAL <TIME CHANNEL CUSTOMER PRODUCT>
    EQ aggregate(this_aw!SALES_CUBE_SALES_STORED using this_aw!OBJ1819687276)
    You can see from the AGGREGATE command in the formula that it is set up to aggregate data at runtime if necessary. The formula reads from a variable that will look something like this:
    DEFINE SALES_CUBE_SALES_STORED VARIABLE DECIMAL WITH AGGCOUNT <SALES_CUBE_PARTITION_TEMPLATE <TIME CHANNEL CUSTOMER PRODUCT>>
    2. Load the data. You can load the base data through AWM if you wish or you can load it into the variable of the measure using OLAP DML code. You cannot map tables to summary levels using AWM, so you will need to use OLAP DML code to do this. An example program follows.
    DEFINE LOAD_SALES PROGRAM INTEGER
    PROGRAM
    vrb _errortext text
    trap on HADERROR noprint
    sql declare c1 cursor for -
    select -
    to_char(MONTH_ID), -
    to_char(ITEM_ID), -
    to_char(SHIP_TO_ID), -
    to_char(CHANNEL_ID), -
    SALES -
    from GLOBAL.SALES_FACT -
    where -
    (MONTH_ID IS NOT NULL) and -
    (ITEM_ID IS NOT NULL) and -
    (SHIP_TO_ID IS NOT NULL) and -
    (CHANNEL_ID IS NOT NULL) -
    order by -
    CHANNEL_ID, -
    SHIP_TO_ID, -
    ITEM_ID, -
    MONTH_ID
    sql open c1
    if sqlcode ne 0
    then do
    _errortext =  SQLERRM
    goto HADERROR
    doend
    sql import c1 into -
    :MATCHSKIPERR TIME_MONTH -
    :MATCHSKIPERR PRODUCT -
    :MATCHSKIPERR CUSTOMER -
    :MATCHSKIPERR CHANNEL -
    :UNITS_CUBE_PRT_TOPVAR(UNITS_CUBE_PRT_MEASDIM 'SALES')
    if sqlcode lt 0
    then do
    _errortext =  SQLERRM
    goto HADERROR
    doend
    sql close c1
    sql cleanup
    return 0
    HADERROR:
    trap on NO_ERROR noprint
    sql close c1
    NO_ERROR:
    trap off
    sql cleanup
    END
    3. Change the formula of the measure so that it does not aggregate using OLAP DML commands. E.g.,
    consider sales_cube_sales
    eq SALES_CUBE_SALES_STORED
    The formula will then simply get data from the variable rather than call the aggregate system.
    Since you are writing to the physical implementation of the AW you will need to check this code each time you upgrade the database because the physical implementation changes from time to time. (Usually major releases such as 10.1 and 10.2, not usually maintenance releases, but you never know.)

Maybe you are looking for