Building CS5 package with AAMEE

I am trying to build a CS5 master collection deployment package for use with the Casper suite using AAMEE 2.1 on the Mac OS 10.6 and 10.7 systems.
The build begins, but then ends with an error message.
The log of the error looks like this:
[ERROR] AdobePackageBuilder - OS ErrMsg : Failed to copy object. ErrorCode (-128) ErrorString (userCanceledErr:).
[ERROR] AdobePackageBuilder - Aborted the copy operation.
[FATAL] AdobePackageBuilder - Error Failed to copy the contents of the folder.
[ERROR] AdobePackageBuilder - Failed to copy Payload folder (AdobeGermanSpeechAnalysisModels2All)
This occurs when trying to build the package from the installation disks.
If I try to copy the disks to my computer first, some of the payload files won't copy from the disk.
Any suggestions for overcoming these issues?

Hi,
     Can you give us some more information on what you are doing:
- Are you using the same machine to mount the disks and creating the package?
- What is the error you are receiving when you are trying to copy the disks in your computer?
Also, please send me PDApp.log and PackageBuilder Log so that we can have a lead.
Thanks,
Abhishek | [email protected]

Similar Messages

  • How to use single ant build to package with and without native extensions

    Hi,
    I am using iOS native extensions for Adobe air. For this I am listing the extensionid in the application descriptor file. Since the package with native extensions are meant to run only on device, I want my build script to work without native extensions too to be able to run on simulator. Is this manadatory that I need two separate application descriptors/basically two build scripts to compile and package them? Please suggest and let me know if more explanation is needed.
    Thanks,
    Swathi.

    why are you wanting to use single frames?
    They allow having the initial frame address stay in the
    address bar, and not
    show the linked page's address. The problems they cause
    usually override any
    value.
    Or- if we aren't using the same words the same way, please
    give an example
    site of what you want to do.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How to build distribution package with Agilent VISA as primary

    Hi everybody,
         I build a distribution package under LW 8.0 in a PC(Agilent VISA is primary), then I install the distribution package in another PC.
    But I found the distribution package install NI VISA as primary in another PC. So How could I make Agilent VISA as primary when I build Distribution Package?
    Does anyone can help me?

    TaoZ,
    Does your application use both NI-VISA and Agilent VISA? NI-VISA is only functional as the primary VISA, so if you need to use both NI-VISA and Agilent VISA, Agilent VISA will need to be secondary. If you are using just Agilent VISA, then you should not need to install NI-VISA. If you already have NI-VISA installed on the system, then typically Agilent VISA will overwrite NI-VISA because they use higher version numbers than us, but this is not necessarily always the case. Which version of each driver are you working with?
    National Instruments
    Product Support Engineer

  • [solved] building a package with bjam

    Hello all,
    I'm trying to figure out how to create a package that builds with bjam. When I build the package manually, I only need to run
    ./bjam --prefix=/usr --with-feature1 --with-feature2 ...etc
    and the binaries are created correctly. I need to use "./bjam" because the project supplies its own version of bjam to reassure compatibility with its code.
    When I use the same command inside the PKGBUILD, compilation starts fine and in the end I get an error in the build() function, without further explanations.
    Since I'm not at all familiar with bjam, can anyone point me to some sample PKGBUILDs or give me some tips how to create the PKGBUILD?
    TIA
    EDIT: It seems no special procedure is needed. The problem occurs due to a failure in the bjam build which forces makepkg to abort.
    Last edited by panosk (2012-09-10 19:35:29)

    The pkgtools package will do this for you.
    See https://wiki.archlinux.org/index.php/Pkgtools for instructions on how to set it up.
    Last edited by szim90 (2011-08-03 14:25:58)

  • Trouble building klibc package with Zen kernel

    Hello,
    I'm using a kernel from the latest Zen-Sources Git (in other words, a modified 2.6.29-rc). I'm trying to build klibc, but having trouble. I'm using the klibc PKGBUILD and files with only a slight modification to _kver to point to my kernel under /lib/modules.
    The build process goes until:
    KLIBCLD usr/utils/shared/sync
    KLIBCLD usr/utils/shared/dmesg
    INSTALL headers + man pages to /root/klibc/pkg/usr/lib/klibc
    cp: cannot stat 'linux//include/asm/./asm': No such file or directory
    make[1]: *** [header] Error 1
    make: *** [install] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    The problem is in /src/klibc-1.5.15/scripts/Kbuild.install, near the end (under the big comment block). I won't post the code block because it's massive and I don't have copy+paste because of something unrelated, but you can get it from using ABS.
    I don't know if the problem is because of 2.6.29, zen, or something I'm doing. I tried disabling a few of the patches we used, and I looked at the patches in the (sort-of-outdated) klibc-zen package in the AUR, but none of those seem to be related at all.
    Thanks for any help!

    create symlink asm to asm-x86
    this is on 32-bit system,

  • How to build a package with a hyphen

    Hi guys,
    Im trying to make my own wine 1.0-rc1
    Ive tried just changing the pkgver but i get
    ERROR: pkgver is not allowed to contain hyphens.
    so what is the preferred method of doing it?
    Thanks

    kumico wrote:i think the convention is to create a new variable called _pkgver with the real required pkgver, and set pkgver to one without the hyphen
    no it is not. Please be sure you've read the Arch packaging standards before commenting on such things.
    http://wiki.archlinux.org/index.php/Arch_Packaging_Standards wrote:Do not introduce new variables into your PKGBUILD build scripts, unless the package cannot be built without doing so, as these could possibly conflict with variables used in makepkg itself. If a new variable is absolutely required, prefix the variable name with an underscore (_)

  • [SOLVED]I can build a package with "make install" but not with makepkg

    I'm quite new to Arch and it's my first PKGBUILD.
    I successfully built the software lhapdf http://www.hepforge.org/archive/lhapdf/ … 3.1.tar.gz with the traditional system:
    1) I do a patch for compatibility with gcc 4.3
    cd lhapdf-5.3.1
    sed -i "s/<string>/<cstring>/" ccwrap/test-lhapdf-ccwrap.cc
    and then
    ./configure --prefix=/usr
    make
    sudo make install
    Then I tried to write a PKGBUILD
    pkgname=lhapdf
    pkgver=5.3.1
    pkgrel=1
    pkgdesc="Unified and easy to use interface to modern PDF sets"
    arch=(i686 x86_64)
    url="http://projects.hepforge.org/lhapdf"
    license=('GPL')
    groups=()
    depends=()
    makedepends=()
    provides=()
    conflicts=()
    replaces=()
    backup=()
    options=()
    install=
    source=(http://www.hepforge.org/archive/lhapdf/$pkgname-$pkgver.tar.gz)
    noextract=()
    md5sums=() #generate with 'makepkg -g'
    build() {
    cd "$srcdir/$pkgname-$pkgver"
    #Change needed in order to compile with gcc 4.3
    sed -i "s/<string>/<cstring>/" ccwrap/test-lhapdf-ccwrap.cc
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR="$pkgdir" install
    # vim:set ts=2 sw=2 et:
    and it doesn't work. The last lines of the output of makepkg are:
    g++ -march=nocona -O2 -pipe -o .libs/test-lhapdf-ccwrap test-lhapdf-ccwrap.o -L/home/cafarell/abs/lhapdf/src/lhapdf-5.3.1/ccwrap -L/home/cafarell/abs/lhapdf/src/lhapdf-5.3.1/src -lLHAPDFWrap /home/cafarell/abs/lhapdf/src/lhapdf-5.3.1/src/.libs/libLHAPDF.so -Wl,--rpath -Wl,/usr/lib
    /usr/bin/ld: cannot find -lLHAPDFWrap
    collect2: ld returned 1 exit status
    make[1]: *** [test-lhapdf-ccwrap] Error 1
    make[1]: *** Waiting for unfinished jobs....
    make[1]: Leaving directory `/home/cafarell/abs/lhapdf/src/lhapdf-5.3.1/ccwrap'
    make: *** [all-recursive] Error 1
    ==> ERRORE: Compilazione interrotta.
    L'operazione sta per essere interrotta...
    Any idea?
    Last edited by alcafar (2008-04-09 11:03:00)

    Thank you Snowman, it works with options=('!makeflags'). The changes in the paths were not needed, I copied them from /usr/share/pacman/PKGBUILD.proto, probably is some new feature.
    Now, I'd like to post the PKGBUILD to AUR. This is currently my PKGBUILD:
    # Contributor: My name <[email protected]>
    pkgname=lhapdf
    pkgver=5.3.1
    pkgrel=1
    pkgdesc="Unified and easy to use interface to modern PDF sets"
    arch=(i686 x86_64)
    url="http://projects.hepforge.org/lhapdf"
    license=('GPL')
    groups=()
    depends=(gcc-libs)
    makedepends=()
    provides=()
    conflicts=()
    replaces=()
    backup=()
    options=('!makeflags')
    install=
    source=(http://www.hepforge.org/archive/lhapdf/$pkgname-$pkgver.tar.gz)
    noextract=()
    md5sums=('df667840071996d2c58a125567be26b2')
    build() {
    cd "$srcdir/$pkgname-$pkgver"
    #Change needed in order to compile with gcc 4.3
    sed -i "s/<string>/<cstring>/" ccwrap/test-lhapdf-ccwrap.cc
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR="$pkgdir" install
    # vim:set ts=2 sw=2 et:
    I have the following output from namcap:
    $ namcap lhapdf-5.3.1-1-x86_64.pkg.tar.gz
    lhapdf W: File (usr/lib/libLHAPDFWrap.la) is a libtool file.
    lhapdf W: File (usr/lib/libLHAPDF.la) is a libtool file.
    $ namcap PKGBUILD
    PKGBUILD (lhapdf) W: Missing Maintainer tag
    PKGBUILD (lhapdf) W: Missing CVS Id tag
    and this output from ldd
    $ ldd libLHAPDF.so
    linux-vdso.so.1 => (0x00007fff86dfe000)
    libgfortran.so.3 => /usr/lib/libgfortran.so.3 (0x00002b70367fe000)
    libm.so.6 => /lib/libm.so.6 (0x00002b7036ace000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00002b7036d52000)
    libc.so.6 => /lib/libc.so.6 (0x00002b7036f69000)
    /lib/ld-linux-x86-64.so.2 (0x0000555555554000)
    $ ldd libLHAPDFWrap.so
    linux-vdso.so.1 => (0x00007fffeeffe000)
    libLHAPDF.so.0 => not found
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00002b11bbd53000)
    libm.so.6 => /lib/libm.so.6 (0x00002b11bc060000)
    libc.so.6 => /lib/libc.so.6 (0x00002b11bc2e3000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00002b11bc636000)
    /lib/ld-linux-x86-64.so.2 (0x0000555555554000)
    What should I add to PKGBUILD?
    The program is in fortran, so I'm surprised that namcap did not add gcc-fortran in the dependencies. Should I add it to depends or makedepends? Or maybe it is included in gcc-libs?

  • [SCRIPT]: Build AUR Packages With Ease

    I just started to use Arch, and coming from Ubuntu/Debian, it was a bit of a shock, but Arch does grow on you.  One of it's strengths is the AUR.  When I first found out about it, I was all like, "HOLY $#!% ITS MACPORTS FOR LINUX."  Turns out is isn't quite as easy to use, but it works.  Walking into Arch, the only languages I was comfortable writing code in were C/Objective-C.  Tonight I learned a little bash and wrote this wrapper around makepkg.  Tell me what you think.  The only thing missing that I can think of is dependency resolving, but I didn't want to put in the work for that just yet.
    #! /bin/bash
    ROOT=`pwd`
    BUILDDIR=pkgbuild
    NAME=$2
    PREFIX=`expr ${NAME:0:2}`
    URL=http://aur.archlinux.org/packages/$PREFIX/$NAME/$NAME.tar.gz
    echo Package URL is $URL
    setup() {
    mkdir -p $BUILDDIR/$NAME
    cd $BUILDDIR
    download() {
    curl $URL | gunzip | tar -x
    cd $NAME
    build() {
    makepkg -s 1>/dev/null
    install() {
    makepkg -si 1>/dev/null
    clean() {
    cd $ROOT/$BUILDDIR
    rm -rf $NAME
    allclean() {
    cd $ROOT
    rm -rf $BUILDDIR
    case $1 in
    install)
    setup
    download
    install
    build)
    setup
    download
    build
    clean)
    clean
    allclean)
    allclean
    echo "Usage:"
    echo $0 "{install|build|clean|allclean} <package>"
    esac
    Here is the command syntax:
    Usage:
    ./archpkg {install|build|clean|allclean} <package>
    Last edited by Relish (2012-01-16 05:31:33)

    karol wrote:
    Relish wrote:Here are the command synaptics:
    I think you mean 'command syntax' :-)
    You can try to get the BUILDDIR from makepkg.conf.
    Yes
    I can't seem to find that entry in makepkg.conf.

  • Can't build tp_smapi package under custom kernel, built ok with stock

    Hi,
    I followed this guide and built a custom kernel http://wiki.archlinux.org/index.php/Cus … n_with_ABS   (with the PKGBUILD file found in this page).
    Basically I changed the LOCALVERSION while config kernel module, and changed processor type to Pentium M, exclude some drivers.
    Now I can't build tp_smapi package with yaourt -S, gives me error:
    -> Extracting tp_smapi-0.40.tgz with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file Makefile
    /usr/bin/make -C /lib/modules/2.6.32.8-custom/build M=/tmp/yaourt-tmp-user/aur-tp_smapi/tp_smapi/src/tp_smapi-0.40 O=/lib/modules/2.6.32.8-custom/build modules
    make[1]: Entering directory `/usr/src/linux-2.6.32.8-custom'
    /usr/src/linux-2.6.32.8-custom/Makefile:529: /usr/src/linux-2.6.32.8-custom/arch/x86/Makefile: No such file or directory
    make[2]: *** No rule to make target `/usr/src/linux-2.6.32.8-custom/arch/x86/Makefile'.  Stop.
    make[1]: *** [sub-make] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.32.8-custom'
    make: *** [modules] Error 2
    make: Entering directory `/usr/src/linux-2.6.32.8-custom'
    Makefile:529: /usr/src/linux-2.6.32.8-custom/arch/x86/Makefile: No such file or directory
    make: *** No rule to make target `/usr/src/linux-2.6.32.8-custom/arch/x86/Makefile'.  Stop.
    make: Leaving directory `/usr/src/linux-2.6.32.8-custom'
    ==> Tidying install...
      -> Purging other files...
    However it builds fine if run the stock Arch kernel.
    This package depends on kernel26-headers, it pulls this down and installed, but itself is failed.
    I believe the error is due to it requires the kernel26-headers as the other AUR packages don't.
    tp_smapi's PKGBUILD is here
    http://dpaste.com/162443/
    Any suggestions/help?
    Last edited by skygunner (2010-02-21 08:16:04)

    Hi,
    I wanted to build a kernel26-ice with tp_smapi included as I would love to have more than one kernel on my system. However, I do not find any information on patching the kernel with such patch. Can anyone guide me to the right direction?
    EDIT:
    Excuse me for any inconvenience, I found, that kernel26-zen may be what I am looking for as it uses tp_smapi as a patch.
    Last edited by Liuuutas (2010-03-28 14:58:54)

  • Why can't I download the latest CS6 Illustrator Hotfix with AAMEE?

    I tell Adobe Application Manager Enterprise Edition to Package the latest updates for CS6 Illustrator and what I get is 16.0.3 when the latest update is 16.0.5. I have found the update on Adobe's web site as stand alone exe but it will not install on my installation I'm assuming because I created the original Illustrator Installer package with AAMEE. Why can't AAMEE see the 16.0.5 hotfix?

    Problem solved, The latest hot fix was not a regular update. You have to download the exe form Adobe's websight and follow their instructions to install. you can't just double click the exe. It is a copy and replace the file in the \Support Files\Contents\Windows folder. It is important to make sure you are at the latest version before attempting the update. I trashed my first attempt and had to reinstall. Hope this helps.

  • [SOLVED] How to install AUR packages with patchname.patch

    Hi all,
    I'm trying to install lottanzb from the AUR and there's are a dependency called par2cmdline 0.4-13 that has a lot of nameofpatch.patch that are included in the AUR par2cmdline 0.4-13 package page that just open up to a url that shows code.
    I created patch files from the code displayed in the url with a text editor and added them to the extracted LOTTANZB folder in my build directory but when I go to build the package with PKGBUILD it runs through a check sum while building and the checks don't match.
    I'm obviously doing something fundamentally wrong here. Can someone direct me?
    Thanks,
    Last edited by bennylb0 (2010-05-28 13:30:16)

    Hi, thanks for reply.
    Sorry, my mistake.
    I did place patch files inside the par2cmdline-0.4 folder. The only reason I created the .patch files and placed them inside par2cmdline-0.4 folder was because the PKGBUILD as well as the other 5 .patch files didn't exist inside the extracted build folder. They only place I could find them was in AUR par2cmdline-0.4 displayed as a url.
    When I copied and created the PKGBUILD as it did not exist inside the extracted folder par2cmdline-0.4 folder I received the following error:- 
    Error autoconf.patch was not found in the build directory and is not a url. That along with 4 others do not exist in the build directory.
    You can see this bellow:-
    [ben@ben par2cmdline-0.4]$ makepkg
    ==> Making package: par2cmdline 0.4-13 i686 (Fri May 28 22:08:21 EST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
      -> Downloading par2cmdline-0.4.tar.gz...
    --2010-05-28 22:08:23--  http://downloads.sourceforge.net/source … 0.4.tar.gz
    Resolving downloads.sourceforge.net... 216.34.181.59
    Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: http://downloads.sourceforge.net/projec … 0.4.tar.gz [following]
    --2010-05-28 22:08:23--  http://downloads.sourceforge.net/projec … 0.4.tar.gz
    Reusing existing connection to downloads.sourceforge.net:80.
    HTTP request sent, awaiting response... 302 Found
    Location: http://transact.dl.sourceforge.net/proj … 0.4.tar.gz [following]
    --2010-05-28 22:08:24--  http://transact.dl.sourceforge.net/proj … 0.4.tar.gz
    Resolving transact.dl.sourceforge.net... 202.55.147.10
    Connecting to transact.dl.sourceforge.net|202.55.147.10|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 239312 (234K) [application/x-gzip]
    Saving to: "par2cmdline-0.4.tar.gz.part"
    100%[===================================================>] 239,312      179K/s   in 1.3s   
    2010-05-28 22:08:26 (179 KB/s) - "par2cmdline-0.4.tar.gz.part" saved [239312/239312]
    ==> ERROR: par2cmdline-0.4-autoconf.patch was not found in the build directory and is not a URL.

  • Acrobat XI deployment with AAMEE

    Hi folks,
    AAMEE doesn't recognize the Acrobat XI installer as a valid installer file. I've got a serial specific to Acrobat XI and our company has a VLA for Acrobat; any idea on when/if AAMEE is going to be updated to get it to work with the Acrobat XI installer, or if there's another way to create a pre-serialized package of Acrobat XI?
    Thanks,
    Sohail

    Generally AAMEE doesnt support standalone Acrobat installer packaging or deployment. Acrobat can be packaged and deployed using AAMEE only if it is part of some suite (Master collection, DesignWeb Premium etc..). Since Acrobat installer is exe/msi (on win) or pkg (on mac) so that can be deployed without packaging with AAMEE.
    If you are trying to package latest release of Adobe Technical Suite (containing Acrobat 11), then that suite is not supported by AAMEE 3.1. That will be supported in AAMEE 4.0.
    thanks,
    Rahul | [email protected]

  • Yaourt wont build any packages..../configure: /bin/sh: bad interpreter

    im tying to build a package with yaourt and it isnt working.
    [mark@markspc ~]$ yaourt -S indicator-applet
    ==> Resuming previous build
    ==> Downloading indicator-applet PKGBUILD from AUR...
    ==> Last 5 comments ordered by date (asc):
    Comment by: lumpy211 on Fri, 13 Nov 2009 19:51:52 +0000
    Phrodo,
    It doesn't work for me either, it just crashes even with libindicator.
    Comment by: max.bra on Sun, 15 Nov 2009 10:48:19 +0000
    don't use now (0.2.0-1)
    it doesn't work and install file directly onto the system overwriting a gdm package file (no real package creation and no real remove/clean)
    trying to do better. hold on.
    Comment by: max.bra on Mon, 16 Nov 2009 21:08:35 +0000
    The situation is slightly better.
    now indicator-applet-session work as expected. tested with empathy and pidgin.
    indicator-applet (the icon with the letter envelope) even that seems to work (tested with /usr/libexec/im-client) but nothing on arch trigger compatible events. as usual applications are patched upstream. standard compiling of available sources, also lacks of initial menu applet found in Ubuntu to launch applications.
    no localization at the moment, only English.
    I added a dbus rule which may represent a security lack. I ask those who have more knowledge of dbus to give advice on.
    suggestions are appreciated
    Comment by: max.bra on Mon, 16 Nov 2009 21:43:13 +0000
    However I do not think it's worth to be used on arch.
    Dropping
    Comment by: piezoelectric on Tue, 17 Nov 2009 01:52:06 +0000
    It's a nice utility for multi-user environments. Especially those with inexperienced users.
    First Submitted: Tue, 20 Oct 2009 20:30:35 +0000
    indicator-applet 0.2.0-2 : A small applet to display information from various applications consistently in the panel. (Canonical Ayatana Project)
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> indicator-applet dependencies:
    - gconf (already installed)
    - gnome-panel (already installed)
    - indicator-messages (building from AUR)
    - indicator-session (building from AUR)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    indicator-applet.install
    ==> Edit indicator-applet.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of indicator-applet ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building missing dependencies from AUR:
    ==> Resuming previous build
    ==> Downloading indicator-messages PKGBUILD from AUR...
    tar: Record size = 15 blocks
    First Submitted: Mon, 16 Nov 2009 20:51:33 +0000
    indicator-messages 0.2.6-1 : A place on the user's desktop that collects messages that need a response. (Canonical Ayatana Project)
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> indicator-messages dependencies:
    - libindicate (building from AUR)
    - libdbusmenu (building from AUR)
    - libindicator (building from AUR)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    indicator-messages.install
    ==> Edit indicator-messages.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of indicator-messages ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building missing dependencies from AUR:
    ==> Resuming previous build
    ==> Downloading libindicate PKGBUILD from AUR...
    tar: Record size = 6 blocks
    First Submitted: Mon, 16 Nov 2009 20:50:29 +0000
    libindicate 0.2.3-1 : A small library for applications to raise \"flags\" on DBus for other components of the desktop to pick up and visualize. (Canonical Ayatana Project)
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> libindicate dependencies:
    - glib2 (already installed)
    - gtk2 (already installed)
    - dbus-glib (already installed)
    - libxml2 (already installed)
    ==> Continue the building of libindicate ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for libindicate:
    ==> Building and installing package
    ==> libindicate dependencies:
    - glib2 (already installed)
    - gtk2 (already installed)
    - dbus-glib (already installed)
    - libxml2 (already installed)
    ==> Making package: libindicate 0.2.3-1 x86_64 (Mon Nov 30 21:22:18 GMT 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found libindicate-0.2.3.tar.gz in build dir
    ==> Validating source files with md5sums...
    libindicate-0.2.3.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting libindicate-0.2.3.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    /tmp/yaourt-tmp-mark/aur-libindicate/libindicate/./PKGBUILD: ./configure: /bin/sh: bad interpreter: Permission denied
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build libindicate package.
    ==> Install or build missing dependencies for indicator-messages:
    ==> Install or build missing dependencies for indicator-applet:
    [mark@markspc ~]$
    this is the most important bit
    ==> Starting build()...
    /tmp/yaourt-tmp-mark/aur-libindicate/libindicate/./PKGBUILD: ./configure: /bin/sh: bad interpreter: Permission denied
    any reason why this is happening?
    thanks markp1989

    markp1989 wrote:==> Starting build()...
    /tmp/yaourt-tmp-mark/aur-libindicate/libindicate/./PKGBUILD: ./configure: /bin/sh: bad interpreter: Permission denied
    What are your /tmp permissions?
    Also, is your /tmp on a separate partition?  If so, what is the fstab entry for it?
    Last edited by tdy (2009-11-30 22:47:23)

  • Created CS5.5 Installer (with AAMEE) wont install Adobe Acrobat X

    Hi,
    since two days I am "fighting" with the new Design Std CS5.5.
    I downloaded it from our Adobe licensing portal and unpacked the zip-File.
    Like the CS5.0 before I used AAMEE to create a silent installation. But whatever I do there, it wont install the Adobe Acrobat X. I can see it in AAMEE while creating, and when it is finished it also shows the symbol there, and that everything is fine.
    I tried without updates, and I even tried a 32-bit installer - but with that, it installs the Suite and after 20 minutes (or so) of installation, everything is removed again.
    I really dont know whats going on, since all other adobe products were always working fine with AAMEE. I even upgraded to the newest version, but nothing helps.
    Any ideas here?
    Nina

    When you package from AAMEE then there are twop folder craeted ,
    1) Builds
    2) Extension
    Builds folder have the MSI file to install teh suite however the acobat is not included in it , the acrobat MSI for installation is included in the extensions folder.
    Now , once you have the MSI for acrobat , tere is a specific command to run the Acrobat installation , it is not the same as of the Suite,
    The command is present in the text info file in the extensions folder , the last few lines will be the command . you need to replace acropro.msi in teh command with the location of the MSI actually present.
    Are following the same method to install Acrobat i.e running the command seperatly?
    For details you can refer to :- http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/Ad obeApplicationManagerEnterpriseEditionDeploymentGuide_v2_1.pdf

  • Macintosh Creative Suite 6 package built with AAMEE 3.1 fails to install

    I'm trying to create a new install CS6 Standard package for Macintosh using AAMEE 3.1.
    All machines are new iMacs running 10.8.4.
    I walk through the process of building the package, provide serial number, adobe login, and configure the setup. The package seems to be created without any errors or problems.
    When I try to install the package on a machine, installation starts and runs for a minute or two, then stops showing the folllowing error:
    The installation failed.
    The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    When I look at the Adobe setup error log, I see this message:
    [       0] Wed Jun 19 18:17:43 2013  INFO
    DEVersion: 6.0.0.0
    Loading library from /Applications/Utilities/Adobe Application Manager/DECore/DE6/Setup.dylib
    [       0] Wed Jun 19 18:17:43 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Wed Jun 19 18:17:43 2013 ERROR
    DW040: The product "{19D99776-D832-4EB7-84BD-55C06FD8D44C}" is not installed. Cannot proceed with the uninstall
    [       0] Wed Jun 19 18:17:43 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 1 milliseconds (0.001 seconds)
    [       0] Wed Jun 19 18:17:44 2013  INFO
    Uninstalling AAM
    I have tried using the default settings for creating a new package. I've also tried making various changes from the defaults, such as disabling checking for conflicting applications, enabling AIR, and changing what updates are applied. The result is always the same error when I try to install the package.
    There's no possibility of a conflict with a previous version of CS or something like that. I am literally doing this process on brand new Macs right out of the box, with a freshly downloaded copy of AAMEE, and a freshly downloaded DMG for CS6.
    The log refers to "assuming uninstall mode" and "Cannot proceed with the uninstall" but since this is a completely new fresh install on a clean fresh OS I can't even  begin to imagine what that could possibly mean.
    I've tried contacting Adobe support, but so far have only had generic tier one responses. Will be trying again tomorrow.
    I have searched this forum and the web in general, and I've found a similar reports with proposed solutions, such as disabling the check for conflicting applications, but none of them have helped.

    You don't have to look at Adobe's log, it's an objective C programming issue.
    Adobe didn't update their code.
    Open Mac OS console application and look for installation error, you will find something similar meaning the code is deprecated for Mac OS 10.8:
    11/7/13 5:03:55.758 PM Locum[74925]: Connection with distnoted server was invalidated
    11/7/13 5:10:32.433 PM Installer[78488]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    11/7/13 5:10:32.433 PM Installer[78488]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    11/7/13 5:10:32.445 PM Installer[78488]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    11/7/13 5:10:32.445 PM Installer[78488]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    11/7/13 5:11:14.879 PM Installer[78488]: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.

Maybe you are looking for