AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  subversion-tools installation problem

    Posted Thu July 19, 2018 10:27 AM

    Originally posted by: Charlie Braun


    I'm trying to install Subversion on AIX 7.1 The packet for subverion itself I can install without errors:

    # rpm -ivh subversion-1.9.7-2.aix6.1.ppc.rpm
    subversion                  ##################################################
    But when I then install subversion-tools I get errors:

    # rpm -ivh subversion-tools-1.9.7-2.aix6.1.ppc.rpm
    subversion-tools            ##################################################
    mkdir: 0653-358 Cannot create /opt/RPM_inst_root/var/opt/freeware/tmp/perl-root.
    /opt/RPM_inst_root/var/opt/freeware/tmp/perl-root: Do not specify an existing file.
    rpm_share: 0645-007 ATTENTION: update_dir() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: update_dir() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: update_dir() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: update_dir() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: update_dir() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: update_dir() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: update_dir() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: update_dir() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: update_inst_root() returned an unexpected result.

    Looks like there is a Problem with the install script ?

    The Directory /opt/RPM_inst_root/var/opt/freeware/tmp/perl-root didn't exist before the Installation of subversion-tools but exists after.

    I have the same problem with versions 1.9.4-1 - 1.9.7-2, only 1.9.3-1 I can install without errors.



  • 2.  Re: subversion-tools installation problem

    Posted Thu July 19, 2018 11:21 AM

    Originally posted by: AyappanP


    May be some previous rpm uninstall didn't execute completely and leftovers creating a problem ?

    You can try removing the directory and install again.

    BTW, We have separate AIX Opensource forum mainly for Opensource related queries.



  • 3.  Re: subversion-tools installation problem

    Posted Thu July 19, 2018 11:28 AM

    Originally posted by: Charlie Braun


    Before the installation of subversion-tools the directory is not there. When I remove the package with rpm -e this removes also the diectory.

    Looks like the mkdir is done twice and second time fails.

     

    Sorry for posting in the wrong area, is it possible to move into the right area ?