Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (142 - 144 of 344)

Ticket Resolution Summary Owner Reporter
#244 fixed Perl install fails David McKenna
Description

Tried to install Perl with ANPM and got this error:

[u'ERROR with transaction check vs depsolve:', 'perl >= 1:5 is needed by perl-Pod-Escapes-1:1.04-3.oc00.noarch', 'perl >= 0:5.003000 is needed by perl-Digest-SHA-1:5.47-3.oc00.pentium4', 'perl >= 0:5.00405 is needed by perl-Test-Harness-0:3.17-3.oc00.noarch', 'perl >= 0:5.006001 is needed by perl-ExtUtils-ParseXS-1:2.2206-3.oc00.noarch', 'perl >= 0:5.00503 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 0:5.006001 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 0:5.006002 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 0:5.007003 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 0:5.008001 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 0:5.009001 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 0:5.009004 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 0:5.009005 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 1:5 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 1:5.010001 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 1:5.8.0 is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl(Mac::InternetConfig?) is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl(NDBM_File) is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl(unicore::Name) is needed by perl-0:5.16.1-3.oc00.pentium4', 'perl >= 1:5 is needed by perl-Pod-Simple-1:3.13-3.oc00.noarch', 'perl >= 0:5.00503 is needed by perl-ExtUtils-MakeMaker-0:6.56-3.oc00.noarch', 'perl(Mac::BuildTools?) is needed by perl-CPAN-0:1.9402-3.oc00.noarch', u'Please report this error at http://trac.netlabs.org/rpm/']

So I did. Won't install from command line either.

#245 fixed Provide os2-rpm package dmik
Description

Currently, we put all OS/2 platform specific stuff right in the RPM source tree (and binary distribution) itself. But this doesn't look correct as this stuff is highly platform-specific and RPM per se should be kept as generic as possible.

Fedora does the same by providing the redhat-rpmbuild-macros package (check http://pkgs.fedoraproject.org/cgit/rpms/redhat-rpm-config.git/tree/).

This can be rather easily implemented by putting all platform-specific macros (and scripts) to /@unixroot/etc/rpm where they are automatically picked up by RPM as it's a standard directory for searching platform-specific macros. This directory may also be used by other packages to extend RPM functionality without the need to modify RPM itself.

Current candidates for inclusion in os2-rpm-config:

  • entire platform/*-os2-*/macros tree
  • wps_* and warpin_* macros (and their respective scripts, wps-object and warping-conflicts)
  • other os2_* macros (including cube, the CONFIG.SYS processor)
  • brp-strip.os2 script
  • find-legacy-runtime.sh script

Note that when moving scripts to /etc/rpm, their path in macros should be updated accordingly.

#246 fixed rpm: Fix symlinks to executables dmik
Description

There are many broken symlinks (e.g. /@unixroot/usr/bin/rpmquery, /@unixroot/usr/lib/rpm/rpmdb_archive etc). These symlinks point to executables but lack .exe in the link's target, see http://trac.netlabs.org/ports/ticket/151 for more details

Note that some links, besides lacking .exe in targets, also refer to a /@unixroot/bin/ (via ../../bin like in case of /@unixroot/usr/bin/rpmquery) but /@unixroot/bin is dropped long ago so they should be fixed to point to /@unixroot/usr/bin instead (in this case it should be ../../usr/bin).

Note: See TracQuery for help on using queries.