A binary dependencies should be added as package dependencies

Not sure if this is the correct subforum, but I wish to raise an issue I encounter quite often, at least with "latest" (git/mercurial) packages.
As developers we often have a lot of development libraries installed, but unless you're a developer for the given project, there's a chance you haven't got the required libraries.
If the packages isn't listed the build breaks. Often far along, and this might happen several times while you add one and one package.
I don't want to think about how bad this problem can be for a "regular" user.
I wrote a small script that uses ldd on binaries and cross reference them to pacman to see what packages are required.
Hopefully some package managers can improve the script and improve the current situation.
#!/usr/bin/bash
BIN=$(which $1)
LIBS=$(ldd $BIN)
for libstring in $LIBS; do
if [[ $libstring =~ ^/.+\.so.+ ]]; then
FILE=$BASH_REMATCH
if [[ $(pacman -Qo $FILE) =~ ^/.+\.so.+\ is\ owned\ by\ (.+)\ .+$ ]]; then
package=${BASH_REMATCH[1]}
echo $package
fi
fi
done
Usage:
$ required-packages nvim | sort | uniq
glibc
libtermkey
libuv
msgpack-git-neovim
unibilium

anatolik wrote:
simendsjo wrote:
karol wrote:Are you building in clean chroot?
No. What are you thinking of?
https://wiki.archlinux.org/index.php/De … ean_Chroot
This helper might be useful as well
https://github.com/graysky2/clean-chroot-manager
I see. The infrastructure and documentation is in place, but not all maintainers are using best practices.
Guess this is a "solved" issue then.

Similar Messages

  • Should i update required packages  separately using  yum ??

    Hello Experts and Everyone !
    Good NOON !
    @ FYI
    Sorry for posting almost related my previous questions.  This is similar to my previous question but
    NOT a duplicate question. so please don't lock this question. This thread having different doubts.
    I think , this time i did successfully installing packages using yum.
    I have to install 10g r2( 10.2.0.1) on OEL 5.5.
    Before installing oracle , i need some confirmation from experts because i am preparing doc for practice.
    DID I FINISH SUCCESSFULLY ??
    # cd  /etc/yum.repos.d
    #  vi  cd.repo
    [cd]
    name=CD
    baseurl=file:///mnt/Server
    enabled=1
    gpgcheck=0
    [root@oracle yum.repos.d]# yum repolist
    Loaded plugins: security
    repo id                            repo name                     status
    cd                                 CD                            enabled: 2,334
    repolist: 2,334
    [root@oracle yum.repos.d]# yum install kernel-headers
    Loaded plugins: security
    Setting up Install Process
    Package kernel-headers-2.6.18-194.el5.i386 already installed and latest version  Nothing to do
    [root@oracle yum.repos.d] # yum install  oracle-validated
    Loaded plugins: security
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package oracle-validated.i386 0:1.0.0-22.el5 set to be updated
    --> Processing Dependency: libXp for package: oracle-validated
    --> Processing Dependency: libaio-devel for package: oracle-validated
    --> Processing Dependency: unixODBC for package: oracle-validated
    --> Processing Dependency: unixODBC-devel for package: oracle-validated
    --> Processing Dependency: compat-db for package: oracle-validated
    --> Running transaction check
    ---> Package compat-db.i386 0:4.2.52-5.1 set to be updated
    ---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
    ---> Package libaio-devel.i386 0:0.3.106-5 set to be updated
    ---> Package unixODBC.i386 0:2.2.11-7.1 set to be updated
    ---> Package unixODBC-devel.i386 0:2.2.11-7.1 set to be updated
    --> Finished Dependency Resolution
    Dependencies Resolved
    ===============================================================================
    Package                  Arch         Version                Repository  Size
    ===============================================================================
    Installing:
    oracle-validated         i386         1.0.0-22.el5           cd          15 k
    Installing for dependencies:
    compat-db                i386         4.2.52-5.1             cd         1.7 M
    libXp                    i386         1.0.0-8.1.el5          cd          22 k
    libaio-devel             i386         0.3.106-5              cd          12 k
    unixODBC                 i386         2.2.11-7.1             cd         830 k
    unixODBC-devel           i386         2.2.11-7.1             cd         743 k
    Transaction Summary
    ===============================================================================
    Install       6 Package(s)
    Upgrade       0 Package(s)
    Total download size: 3.3 M
    Is this ok [y/N]:   y
    Downloading Packages:
    Total                                          165 MB/s | 3.3 MB     00:00    
    Running rpm_check_debug
    Running Transaction Test
    Finished Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing     : unixODBC                                                1/6
      Installing     : unixODBC-devel                                          2/6
      Installing     : libaio-devel                                            3/6
      Installing     : libXp                                                   4/6
      Installing     : compat-db                                               5/6
      Installing     : oracle-validated                                        6/6
    Installed:
      oracle-validated.i386 0:1.0.0-22.el5                                        
    Dependency Installed:
      compat-db.i386 0:4.2.52-5.1               libXp.i386 0:1.0.0-8.1.el5        
      libaio-devel.i386 0:0.3.106-5             unixODBC.i386 0:2.2.11-7.1        
      unixODBC-devel.i386 0:2.2.11-7.1        
    Complete!
    [root@oracle yum.repos.d]#
    Questions:
    Before  going to install  oracle 10g on OEL 5.5 ,
    Should i update following packages separately using  yum  or leave it ?? 
    Oracle 10.2 for OEL 5 32bits
    binutils-2.17.50.0.6-2.el5
    compat-libstdc++-33-3.2.3-61
    elfutils-libelf-0.125-3.el5
    elfutils-libelf-devel-0.125
    gcc-4.1.1-52
    gcc-c++-4.1.1-52
    glibc-2.5-12
    glibc-common-2.5-12
    glibc-devel-2.5-12
    glibc-headers-2.5-12
    libaio-0.3.106
    libaio-devel-0.3.106
    libgcc-4.1.1-52
    libstdc++-4.1.1
    libstdc++-devel-4.1.1-52.e15
    make-3.81-1.1
    sysstat-7.0.0
    unixODBC-2.2.11
    unixODBC-devel-2.2.11
    >>  I tried to update above packages   , but getting error >>
    [root@oracle yum.repos.d]# yum update binutils-2.17.50.0.6-2.el5
    Loaded plugins: security
    Skipping security plugin, no data
    Setting up Update Process
    No Match for argument: binutils-2.17.50.0.6-2.el5
    No package binutils-2.17.50.0.6-2.el5 available.
    No Packages marked for Update
    Thanks in advance ..

    @  Pradeepcmst
    First my sorry for late  reply. Still we did NOT start 10g r2 installation on OEL 5.5.
    Please have a look ,if we missed anything , kindly forward it.
    I have received some warning messages (when executing oracle-validated command ) and separately we did NOT use update command using yum.
    Ex
    # yum <package_name> 
    -  Is this necessary before issue  following  command  => # yum install  oracle-validated.
    >> What we did  - I am pasting here >>
    # cd  /etc/yum.repos.d
    #  vi  cd.repo 
    [cd]
    name=CD
    baseurl=file:///mnt/Server
    enabled=1
    gpgcheck=0                                    
    skip_if_unavailable=True
    # wget http://public-yum.oracle.com/public-yum-el5.repo
    --2013-10-15 13:04:22--  http://public-yum.oracle.com/public-yum-el5.repo
    Resolving public-yum.oracle.com... 124.124.252.19, 124.124.252.16
    Connecting to public-yum.oracle.com|124.124.252.19|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 4307 (4.2K) [text/plain]
    Saving to: `public-yum-el5.repo'
    100%[==================================================>] 4,307       --.-K/s   in 0s     
    2013-10-15 13:04:29 (134 MB/s) - `public-yum-el5.repo' saved [4307/4307]
    [root@oel5 yum.repos.d]# yum install  oracle-validated
    Loaded plugins: security
    el5_latest                                                           | 1.4 kB     00:00    
    el5_latest/primary                                                                     |  14 MB     08:27    
    el5_latest                                                                                            10433/10433
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package oracle-validated.i386 0:1.1.0-18.el5 set to be updated
    --> Processing Dependency: util-linux >= 2.13-0.52.0.1.el5_4.1 for package: oracle-validated
    --> Processing Dependency: irqbalance >= 2:0.55-16 for package: oracle-validated
    --> Processing Dependency: kernel-uek >= 2.6.32 for package: oracle-validated
    --> Processing Dependency: oraclelinux-release for package: oracle-validated
    --> Processing Dependency: libaio-devel for package: oracle-validated
    --> Processing Dependency: libXp for package: oracle-validated
    --> Running transaction check
    ---> Package irqbalance.i386 2:0.55-17.el5 set to be updated
    ---> Package kernel-uek.i686 0:2.6.32-400.33.1.el5uek set to be updated
    --> Processing Dependency: kernel-firmware = 2.6.32-400.33.1.el5uek for package: kernel-uek
    --> Processing Dependency: device-mapper-multipath >= 0.4.9-23.0.1.el5 for package: kernel-uek
    --> Processing Dependency: kexec-tools >= 1.102pre-96.1.1.el5_5.2 for package: kernel-uek
    --> Processing Dependency: mkinitrd >= 5.1.19.6-75.0.5 for package: kernel-uek
    --> Processing Dependency: ql2xxx-firmware for package: kernel-uek
    ---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
    ---> Package libaio-devel.i386 0:0.3.106-5 set to be updated
    ---> Package oraclelinux-release.i386 0:5-10.0.2 set to be updated
    ---> Package util-linux.i386 0:2.13-0.59.0.2.el5_8 set to be updated
    --> Running transaction check
    ---> Package device-mapper-multipath.i386 0:0.4.9-64.0.6.el5 set to be updated
    --> Processing Dependency: kpartx = 0.4.9-64.0.6.el5 for package: device-mapper-multipath
    --> Processing Dependency: device-mapper-multipath-libs = 0.4.9-64.0.6.el5 for package: device-mapper-multipath
    --> Processing Dependency: libmpathpersist.so.0 for package: device-mapper-multipath
    --> Processing Dependency: libmultipath.so for package: device-mapper-multipath
    ---> Package kernel-uek-firmware.noarch 0:2.6.32-400.33.1.el5uek set to be updated
    ---> Package kexec-tools.i386 0:2.0.3-4.0.4.el5 set to be updated
    --> Processing Dependency: mkinitrd = 5.1.19.6-61.0.1 for package: libbdevid-python
    ---> Package mkinitrd.i386 0:5.1.19.6-81.0.2.el5_10 set to be updated
    --> Processing Dependency: nash = 5.1.19.6-81.0.2.el5_10 for package: mkinitrd
    --> Processing Dependency: e2fsprogs >= 1.39-36 for package: mkinitrd
    --> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
    ---> Package ql2xxx-firmware.noarch 0:1.01.01-0.5.el5 set to be updated
    --> Running transaction check
    ---> Package device-mapper-multipath-libs.i386 0:0.4.9-64.0.6.el5 set to be updated
    ---> Package e2fsprogs.i386 0:1.39-36.0.1.el5_9 set to be updated
    --> Processing Dependency: e2fsprogs-libs = 1.39-36.0.1.el5_9 for package: e2fsprogs
    ---> Package iscsi-initiator-utils.i386 0:6.2.0.872-16.0.1.el5 set to be updated
    ---> Package kpartx.i386 0:0.4.9-64.0.6.el5 set to be updated
    ---> Package libbdevid-python.i386 0:5.1.19.6-81.0.2.el5_10 set to be updated
    ---> Package nash.i386 0:5.1.19.6-81.0.2.el5_10 set to be updated
    --> Running transaction check
    --> Processing Dependency: e2fsprogs-libs = 1.39-23.el5 for package: e2fsprogs-devel
    ---> Package e2fsprogs-libs.i386 0:1.39-36.0.1.el5_9 set to be updated
    --> Running transaction check
    ---> Package e2fsprogs-devel.i386 0:1.39-36.0.1.el5_9 set to be updated
    --> Processing Conflict: kernel-uek conflicts udev < 095-14.27.0.1.el5_7.1
    --> Restarting Dependency Resolution with new changes.
    --> Running transaction check
    ---> Package udev.i386 0:095-14.29.0.2.el5 set to be updated
    --> Finished Dependency Resolution
    Dependencies Resolved
    ==================================================================================================================
    Package                               Arch            Version                          Repository           Size
    ==================================================================================================================
    Installing:
    oracle-validated                      i386            1.1.0-18.el5                     el5_latest           19 k
    Updating:
    udev                                  i386            095-14.29.0.2.el5                el5_latest          2.4 M
    Installing for dependencies:
    device-mapper-multipath-libs          i386            0.4.9-64.0.6.el5                 el5_latest          197 k
    iscsi-initiator-utils                 i386            6.2.0.872-16.0.1.el5             el5_latest          1.0 M
    kernel-uek                            i686            2.6.32-400.33.1.el5uek           el5_latest           24 M
    kernel-uek-firmware                   noarch          2.6.32-400.33.1.el5uek           el5_latest          3.8 M
    libXp                                 i386            1.0.0-8.1.el5                    el5_latest           22 k
    libaio-devel                          i386            0.3.106-5                        el5_latest           12 k
    oraclelinux-release                   i386            5-10.0.2                         el5_latest          3.0 k
    ql2xxx-firmware                       noarch          1.01.01-0.5.el5                  el5_latest          459 k
    Updating for dependencies:
    device-mapper-multipath               i386            0.4.9-64.0.6.el5                 el5_latest          122 k
    e2fsprogs                             i386            1.39-36.0.1.el5_9                el5_latest          832 k
    e2fsprogs-devel                       i386            1.39-36.0.1.el5_9                el5_latest          576 k
    e2fsprogs-libs                        i386            1.39-36.0.1.el5_9                el5_latest          120 k
    irqbalance                            i386            2:0.55-17.el5                    el5_latest           21 k
    kexec-tools                           i386            2.0.3-4.0.4.el5                  el5_latest          507 k
    kpartx                                i386            0.4.9-64.0.6.el5                 el5_latest          465 k
    libbdevid-python                      i386            5.1.19.6-81.0.2.el5_10           el5_latest           69 k
    mkinitrd                              i386            5.1.19.6-81.0.2.el5_10           el5_latest          488 k
    nash                                  i386            5.1.19.6-81.0.2.el5_10           el5_latest          1.4 M
    util-linux                            i386            2.13-0.59.0.2.el5_8              el5_latest          1.9 M
    Transaction Summary
    ==================================================================================================================
    Install       9 Package(s)
    Upgrade      12 Package(s)
    Total download size: 38 M
    Is this ok [y/N]:
    Downloading Packages:
    (1/21): oraclelinux-release-5-10.0.2.i386.rpm                                              | 3.0 kB     00:00    
    (2/21): libaio-devel-0.3.106-5.i386.rpm                                                    |  12 kB     00:00    
    (3/21): oracle-validated-1.1.0-18.el5.i386.rpm                                             |  19 kB     00:00    
    (4/21): irqbalance-0.55-17.el5.i386.rpm                                                    |  21 kB     00:00    
    (5/21): libXp-1.0.0-8.1.el5.i386.rpm                                                       |  22 kB     00:00    
    (6/21): libbdevid-python-5.1.19.6-81.0.2.el5_10.i386.rpm                                   |  69 kB     00:00    
    (7/21): e2fsprogs-libs-1.39-36.0.1.el5_9.i386.rpm                                          | 120 kB     00:05    
    (8/21): device-mapper-multipath-0.4.9-64.0.6.el5.i386.rpm                                  | 122 kB     00:05    
    (9/21): device-mapper-multipath-libs-0.4.9-64.0.6.el5.i386.rpm                             | 197 kB     00:13    
    (10/21): ql2xxx-firmware-1.01.01-0.5.el5.noarch.rpm                                        | 459 kB     00:30    
    (11/21): kpartx-0.4.9-64.0.6.el5.i386.rpm                                                  | 465 kB     00:39    
    (12/21): mkinitrd-5.1.19.6-81.0.2.el5_10.i386.rpm                                          | 488 kB     00:26    
    (13/21): kexec-tools-2.0.3-4.0.4.el5.i386.rpm                                              | 507 kB     00:14    
    (14/21): e2fsprogs-devel-1.39-36.0.1.el5_9.i386.rpm                                        | 576 kB     00:16    
    (15/21): e2fsprogs-1.39-36.0.1.el5_9.i386.rpm                                              | 832 kB     00:25    
    (16/21): iscsi-initiator-utils-6.2.0.872-16.0.1.el5.i386.rpm                               | 1.0 MB     00:30    
    (17/21): nash-5.1.19.6-81.0.2.el5_10.i386.rpm                                              | 1.4 MB     00:42    
    (18/21): util-linux-2.13-0.59.0.2.el5_8.i386.rpm                                           | 1.9 MB     02:10    
    (19/21): udev-095-14.29.0.2.el5.i386.rpm                                                   | 2.4 MB     02:43    
    (20/21): kernel-uek-firmware-2.6.32-400.33.1.el5uek.noarch.rpm                             | 3.8 MB     04:51 
    21/21): kernel-uek-2.6.32-400.33.1.el5 (97%) 96% [===========================- ]  13 kB/s |  23 MB     01:09 ETA
    (21/21): kernel-uek-2.6.32-400.33.1.el5uek.i686.rpm                                        |  24 MB     28:57    
    Total                                                                              15 kB/s |  38 MB     43:58    
    warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    el5_latest/gpgkey                                                                          | 1.4 kB     00:00    
    Importing GPG key 0x1E5E0159 "Oracle OSS group (Open Source Software group) <[email protected]>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    Is this ok [y/N]: y
    Running rpm_check_debug
    Running Transaction Test
    Finished Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Updating       : e2fsprogs-libs                                                                            1/33
    error: failed to stat /mnt/hgfs: No such file or directory
      Updating       : e2fsprogs                                                                                 2/33
      Updating       : udev                                                                                      3/33
      Updating       : util-linux                                                                                4/33
    warning: /etc/pam.d/login saved as /etc/pam.d/login.rpmsave
      Updating       : kpartx                                                                                    5/33
      Installing     : libXp                                                                                     6/33
      Updating       : kexec-tools                                                                               7/33
      Installing     : iscsi-initiator-utils                                                                     8/33
      Updating       : irqbalance                                                                                9/33
      Installing     : device-mapper-multipath-libs                                                             10/33
      Updating       : device-mapper-multipath                                                                  11/33
      Installing     : oraclelinux-release                                                                      12/33
      Installing     : ql2xxx-firmware                                                                          13/33
      Updating       : nash                                                                                     14/33
      Installing     : kernel-uek-firmware                                                                      15/33
      Installing     : libaio-devel                                                                             16/33
      Updating       : e2fsprogs-devel                                                                          17/33
      Updating       : mkinitrd                                                                                 18/33
      Installing     : kernel-uek                                                                               19/33
      Updating       : libbdevid-python                                                                         20/33
      Installing     : oracle-validated                                                                         21/33
      Cleanup        : e2fsprogs                                                                                22/33
      Cleanup        : mkinitrd                                                                                 23/33
      Cleanup        : irqbalance                                                                               24/33
      Cleanup        : e2fsprogs-libs                                                                           25/33
      Cleanup        : device-mapper-multipath                                                                  26/33
      Cleanup        : libbdevid-python                                                                         27/33
      Cleanup        : udev                                                                                     28/33
      Cleanup        : e2fsprogs-devel                                                                          29/33
      Cleanup        : kpartx                                                                                   30/33
      Cleanup        : nash                                                                                     31/33
      Cleanup        : kexec-tools                                                                              32/33
      Cleanup        : util-linux                                                                               33/33
    Installed:
      oracle-validated.i386 0:1.1.0-18.el5                                                                           
    Dependency Installed:
      device-mapper-multipath-libs.i386 0:0.4.9-64.0.6.el5     iscsi-initiator-utils.i386 0:6.2.0.872-16.0.1.el5     
      kernel-uek.i686 0:2.6.32-400.33.1.el5uek                 kernel-uek-firmware.noarch 0:2.6.32-400.33.1.el5uek   
      libXp.i386 0:1.0.0-8.1.el5                               libaio-devel.i386 0:0.3.106-5                         
      oraclelinux-release.i386 0:5-10.0.2                      ql2xxx-firmware.noarch 0:1.01.01-0.5.el5              
    Updated:
      udev.i386 0:095-14.29.0.2.el5                                                                                  
    Dependency Updated:
      device-mapper-multipath.i386 0:0.4.9-64.0.6.el5          e2fsprogs.i386 0:1.39-36.0.1.el5_9                    
      e2fsprogs-devel.i386 0:1.39-36.0.1.el5_9                 e2fsprogs-libs.i386 0:1.39-36.0.1.el5_9               
      irqbalance.i386 2:0.55-17.el5                            kexec-tools.i386 0:2.0.3-4.0.4.el5                    
      kpartx.i386 0:0.4.9-64.0.6.el5                           libbdevid-python.i386 0:5.1.19.6-81.0.2.el5_10        
      mkinitrd.i386 0:5.1.19.6-81.0.2.el5_10                   nash.i386 0:5.1.19.6-81.0.2.el5_10                    
      util-linux.i386 0:2.13-0.59.0.2.el5_8                  
    Complete!
    [root@oel5 yum.repos.d]#
    [root@oel5 yum.repos.d]# rpm -qa |grep oracle-valid
    oracle-validated-1.1.0-18.el5
    Thnaks ..

  • I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    Try asking in the Premiere Pro  forum seems to be an Adobe Lab for Premiere Pro

  • What version I should set in ZXP package manifest to support PS CC 2014?

    Previously (before PS CC 2014) I had this in manifest.xml file:
    <Host Name="PHXS" Version="[14.0,14.9]" />
    <Host Name="PHSP" Version="[14.0,14.9]" />
    It no longer works with PS CC 2014 - ExtensionManager says that I don't have supported version of PS (for PS CC 2014).
    So I changed it to:
    <Host Name="PHXS" Version="[2014.0,2014.9]" />
    <Host Name="PHSP" Version="[2014.0,2014.9]" />
    But still ExtensionManager does not allow me to install extension for the same reason...
    What version range should be included in package to support PS CC 2014?

    Ask in the deployment/ extensions forums or check the dev center pages. I have no idea what the current requirements are.
    Mylenium

  • What should be added or improved on in the next update?

    Ok i really think that iOS 4.3.2 slowed my iPod 4G down ALOT. anyone else agree? I also think photo booth and garage band should be availible. Maybe even iMovie because theyre on the iPad right? So why not iPod? One last thing is battery percentage. Anyond agree? What else do you think should be added?

    Oh and more customizing like changing backgrounds and themes and such. Yeah you can prolly get it by jailbreaking but I dont wanna lose my warranty so yeah. Customization would be insane!

  • Extra plugins should be added in NWDS

    hi all,
    I am doing an application regarding "UWL custom connector API" in NWDS. but I am unable to get RSS methods , any extra plugins should be added to do this application?
    if so please send the plugins that should be added.
    thanks in advance
    Aravind

    Hi Jason,
    Not blank line, but additional line which will be looking same as like the actual item from catalog and few field's values need to changed in that additional line.
    The actual requirement is something like, we are procuring item using vendor catalog and for shipping those items, we are trying to add an line item in the same SC with constant vendor and price. Apart from vendor and price, all the details like account assignment and other details are same with the actual catalog item.
    Hope u got my point. Give ur input on this.
    Regards
    Raaam's...

  • Do you think 3G should be added on the regular iphone?

    Do you think 3G should be added on the regular iphone? Well I do, because it just doesn't seem fair to the people that already bought the regular iphone. I mean, no one wants to waste an extra $200 for a phone that does the same stuff, the only difference is it has 3G.

    I am curious. Why do so many first gen iPhone users feel they should get special consideration for the iPhone 3G. It's a new product so it's going to be sold as so. Apple, like many other organizations is a business. If every time they released a new product and gave those that bought the previous version a discount or special privileges, they wouldn't make much money. I myself got my iphone around christmas, and certainly don't feel i should be able to trade in my phone for the 3g one. You don't go ask your car dealership to upgrade your car just because you bought last year's model. To be perfectly honest, my phone has been working great since i had it and i'm more afraid that if i get a new one that it just might give me problems. There won't be a SIGNIFICANT difference between the 1st gen iphone and the 3G one (but that's my opinion). Faster internet is good, but you will still get to the same internet. They say the sound is better, but I honestly think something like that will always be subjective. The iPhone is a great product. People should enjoy the phone they have and shouldn't be so quick to want to just get rid of it because a new one is being released. Now when the 3rd gen is released, everyone that bought the second gen a month before the 3rd gen is released is going to want the same type of consideration.

  • After upgradataion ,In testing phase- after search ,in result view we are getting some unwanted data ' +++++" should be added in Name .how to remove it.can you please help.

    Hi Team,
    After upgradataion ,In testing phase- after search ,in result view we are getting some unwanted data ' +++++" should be added in Name .how to remove it.can you please help.
    I want to remove ++++ in that column.

    Hi Kalpana,
    Please provide additional information for community users to relate this issue. Info like versions (old & new), the object which has this problem or component/view name will be useful to get the answers.
    Regards,
    Shobhit

  • Can some one plz tell me which customization tool should be used to package Adobe Audition CS6

    Can some one plz tell me which customization tool should be used to package Adobe Audition CS6

    Sorry, you will have to give us a LOT MORE DETAIL about what exactly you are trying to do!
    As written, I'm afraid your question makes no sense.  Why do you need to "package AA CS6"?

  • 0xc0000135 while adding driver packages to boot image

    Hi, I am currently having issues adding driver packages to the boot image.
    Currently running Server 2008 R2 and have MDT 2013 installed.
    Tried searching for the error but no luck. No matter if I choose the specific driver I want to add or if I just start from the beginning it just constantly fails. Does anybody have any clue as to what could be causing it to not accept either from the boot image
    created from MDT Deployment Share or even using a generic boot image?

    Hi,
    First make sure you are using the correct version of DISM
    Secondly look at this http://social.technet.microsoft.com/Forums/en-US/ff8509ec-0ddd-4ad8-9e53-ecf527a80919/dismexe-is-failing-to-add-drivers-to-a-mounted-image-file?forum=w7itproinstall

  • [svn:fx-trunk] 8245: adding option (package-description-file) to specify file containing package descriptions for asdoc.

    Revision: 8245
    Author:   [email protected]
    Date:     2009-06-25 12:07:07 -0700 (Thu, 25 Jun 2009)
    Log Message:
    adding option (package-description-file) to specify file containing package descriptions for asdoc.
    Bugs: SDK-19755
    QE Notes: None.
    Doc Notes: None.
    Reviewed by: Paul
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19755
    Modified Paths:
        flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java

    Revision: 8245
    Author:   [email protected]
    Date:     2009-06-25 12:07:07 -0700 (Thu, 25 Jun 2009)
    Log Message:
    adding option (package-description-file) to specify file containing package descriptions for asdoc.
    Bugs: SDK-19755
    QE Notes: None.
    Doc Notes: None.
    Reviewed by: Paul
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19755
    Modified Paths:
        flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java

  • [SOLVED]makepkg modifies binary - different size in source tar/package

    I'm using the following extremely straightforward PKGBUILD to try and package livestreamer-twitch-gui:
    # Maintainer: Ben Fox-Moore <[email protected]>
    pkgname=livestreamer-twitch-gui
    pkgver=v0.7.1
    pkgrel=1
    pkgdesc="A multi platform Twitch.tv browser for Livestreamer"
    arch=('x86_64')
    url="https://github.com/bastimeyer/livestreamer-twitch-gui"
    license=('MIT')
    depends=("livestreamer")
    provides=('livestreamer-twitch-gui')
    source_x86_64=("https://github.com/bastimeyer/livestreamer-twitch-gui/releases/download/$pkgver/livestreamer-twitch-gui-$pkgver-linux64.tar.gz")
    sha256sums_x86_64=('b9350224f04c0028f87bd852f7f0aca2017000a07ec95fbbacbf49fe2b564ca7')
    package() {
    cd "$srcdir/$pkgname"
    install -d "$pkgdir/usr/share/$pkgname"
    cp -R * "$pkgdir/usr/share/$pkgname"
    however when I compare the size of files in the source tar livestreamer-twitch-gui-v0.7.1-linux64.tar.gz:
    $ tar -ztvf livestreamer-twitch-gui-v0.7.1-linux64.tar.gz
    drwxr-xr-x 0/0 0 2015-02-10 19:00 livestreamer-twitch-gui/
    -rwxr-xr-x 0/0 979 2015-02-10 18:59 livestreamer-twitch-gui/add-menuitem.sh
    -rw-r--r-- 0/0 10485568 2015-02-10 18:59 livestreamer-twitch-gui/icudtl.dat
    -rwxr-xr-x 0/0 4678264 2015-02-10 18:59 livestreamer-twitch-gui/libffmpegsumo.so
    -rwxr-xr-x 0/0 73325950 2015-02-10 18:59 livestreamer-twitch-gui/livestreamer-twitch-gui
    -rw-r--r-- 0/0 5770140 2015-02-10 18:59 livestreamer-twitch-gui/nw.pak
    -rwxr-xr-x 0/0 450 2015-02-10 18:59 livestreamer-twitch-gui/remove-menuitem.sh
    -rwxr-xr-x 0/0 1258 2015-02-10 18:59 livestreamer-twitch-gui/start.sh
    with those in the generated package tar livestreamer-twitch-gui-v0.7.1-1-x86_64.pkg.tar.xz
    $ tar -Jtvf livestreamer-twitch-gui-v0.7.1-1-x86_64.pkg.tar.xz
    -rw-r--r-- root/root 624 2015-03-08 00:34 .PKGINFO
    -rw-r--r-- root/root 1286 2015-03-08 00:34 .MTREE
    drwxr-xr-x root/root 0 2015-03-08 00:34 usr/
    drwxr-xr-x root/root 0 2015-03-08 00:34 usr/share/
    drwxr-xr-x root/root 0 2015-03-08 00:34 usr/share/livestreamer-twitch-gui/
    -rw-r--r-- root/root 5770140 2015-03-08 00:34 usr/share/livestreamer-twitch-gui/nw.pak
    -rwxr-xr-x root/root 450 2015-03-08 00:34 usr/share/livestreamer-twitch-gui/remove-menuitem.sh
    -rwxr-xr-x root/root 1264280 2015-03-08 00:34 usr/share/livestreamer-twitch-gui/libffmpegsumo.so
    -rwxr-xr-x root/root 1258 2015-03-08 00:34 usr/share/livestreamer-twitch-gui/start.sh
    -rwxr-xr-x root/root 72547728 2015-03-08 00:34 usr/share/livestreamer-twitch-gui/livestreamer-twitch-gui
    -rwxr-xr-x root/root 979 2015-03-08 00:34 usr/share/livestreamer-twitch-gui/add-menuitem.sh
    -rw-r--r-- root/root 10485568 2015-03-08 00:34 usr/share/livestreamer-twitch-gui/icudtl.dat
    you can see that both livestreamer-twitch-gui and libffmpegsumo.so have different sizes in the generated package from the source tar. Everything else stays the same. Obviously this causes issues when trying to install and run the package. Any ideas what might be causing this problem? Thanks!
    Last edited by InfernoZeus (2015-03-08 00:46:00)

    Thanks for the super prompt reply! Adding the no strip option solved my problem perfectly
    I did look at trying to split up the binaries/libraries/etc. but that's complicated by the libudev.so.0 issue. The source tar includes a script to solve the issue, but it expects the real binary to be in the same folder. There's also a couple of scripts and additional files that are looked for right next to the binary. I think for now I'll just move it all to /opt/$pkgname.
    Thanks again.
    Last edited by InfernoZeus (2015-03-08 00:45:36)

  • Excise Duties should be added to the material cost

    Hi all,
    Here my Client place comes under excise exception.  Here they are not going to avail excise credit. Also there is no utilization.  If the material is procured from outside then the vendor will charge the excise amount as he comes under excisable place.  So in this case my client wants to track the excise duties paid on the materials and they want the register updation also. Meanwhile they want the excise duties to be added on the Material cost. So I have maintained J1ID settings for the materials & vendors also I have maintained FV11. Here in this case the excise duties are not adding up to material cost.
    For Ex: I am procuring a Material ABC from a Vendor. My PO price will be 100.
    Qty=1EA
    PO Price=100
    BED=16
    Ecess=0.32
    SEcess=0.16
    In Normal case my Inventory cost of the material will be 100.
    In this case my client wants to be 116.48 should be the material price and at the same time the 16,0.32&0.16 should post to the respective CENVAT Clearing account at the time of MIGO & MIRO.
    Can anyone please suggest me how to handle this issue?

    hi Manju
    As i understood that your plant is in the area which is under Tax exempted. See you have two option from excise point of view.
    1. Either mantain the conditions through FV11 and call the same in your PO through Tax code and country combination.
    Mantain the J1ID and manatain material chapter id combination material type and the no of gr and credit allowed it will hit your excise register in migo while you do GR as per the material type mantained in J1ID. But here you cant add the duty amount to be get added on Material Value.
    2. You mantain the condtion in the FV11 go for key combination tax code and country, inventorised condition type for   eg JMIP inv BED condtion mantain the desirable rate their which would be 14% from now. Create PO with the suitable tax code and mantain J1ID AND DO THE GR IT WILL GET ADDED TO YOUR MATERIAL VALUE.
    Also if you cant avail the credit on the output material you cant accumalate credit in your register also accumulated credit can't be carry forward in the next financial year.
    Reward if usefull
    Regards
    Sujoy

  • Value of the condition should not added to NETWR filed of Item & Header

    Hi Experts,
    My clients has a specific requirement he wants header freight condition type should go to accounting but *it should not include in (NETWR field) net value field of header and line item of invoice (Table VBRK and VBRP)*
    I have done the configuration of pricing procedure and allocated ERF as account key to freight condition type and placed the freight condition type after net value condition type and tax condition type
    But unfortunately the value of freight condition type getting added to NETWR field kindly suggest how to handle this problem
    Thanks
    Krushna

    Dear Krushna,
    in the internal field komp-netwr are all conditions included which are non statistical and active.
    (taxes are excluded).
    This is the standard behaviour.
    But if you set a condition as statistical, this condition has no influence to the komp-netwr but it will be not transfer to FI. Because only all active condtions which are non statistical are transfer to FI.
    Maybe you can create your own formula to exclude this condition from the komp-netwr.
    I hope that the information are helpful.
    regards
    Claudia
    Edited by: Claudia Neudeck on May 28, 2009 3:25 PM

  • What information should be added to a workspace file in teststand 3

    I have recently upgraded from Teststand 2 to version 3. I am trying to distribute a runtime sequence and am having some difficulty with the new Teststand 3 deployment utility. Can anyone tell me exactly what i should be putting into the workspace file in order to create a working runtime sequence?
    Cheers,
    Dave

    The first thing to do is to create a new workspace, then right click on the workspace name, then select Add Project to Workspace. Right click on the new project name and select Add Files to Project. Here you can add your main sequence, all subsequences, your VIs, DLLs, any special files that you would want to distribute with your install package. I usually create an LLB file that contains all VIs that I have created. All sub-vi's that are called by my VIs (like GPIB functions, low level file functions, etc) are automatically included in the package. You can include special files like text files or ini files that your program will use. Add them all to the project. Save the workspace file. When you build the project using Deploy TestStand System, make sure you ch
    eck the box next to Deploy Files from TestStand Workspace File, and navigate to the workspace you just created.
    - tbob
    Inventor of the WORM Global

Maybe you are looking for

  • IMac Desktop no longer able to read scanned documents.

    I think because of Apple's keychain, I am no longer able to read a document that I have scanned to my computer from my HP Printer/Copier/Scanner.  HP is able to scan and I am able to save it to my files, however, when I try to open my document, I can

  • Creation of a excel file

    I am using my own context and for that I configure my server.xml file. by writing <Context path="/rcm" docBase="e:\rcm" reloadable="true" debug="0"/> Now I am using JXL API to create excel file dynamically. In my rcm folder there is a another folder

  • Imported DocBook stylesheet location for XSQL Page

    Hi all, I've got the following XSQL page which queries a DocBook document stored in XMLDB as a schema-based CLOB. <?xml version = '1.0' encoding = 'UTF-8'?> <!-- | Uncomment the following processing instruction and replace | the stylesheet name to tr

  • Classpath and java.exe, help me, guys

    if i don't use -classpath for java.exe, what else i can do which affects -classpath or class enviromnent? thx

  • I need to reinstall iTunes after uninstalling it on a power book g4 with os 10.4.11

    I need to reinstall iTunes 9 after uninstalling it on a power book g4 with os 10.4. The iTunes version 9.2.1 cannot run on my apple, I already tried.