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.