Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 344)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#344 fixed Yum update does not pick up new packages David McKenna
Description

There was a recent announcement of new packages in both the -rel and -exp repositories (zip, gcc, sane, and others) but when I check with ANPM, I don't see any new packages listed. From the command prompt YUM update shows:

[C:\]yum update Loaded plugins: fastestmirror, replace Loading mirror speeds from cached hostfile

  • netlabs-exp: www.2rosenthals.com
  • netlabs-rel: www.2rosenthals.com

Setting up Update Process No Packages marked for Update

What could be wrong? I've tried for a few days now and this happens on both my ArcaOS 5.0.4 installations. Have the new packages been withdrawn?

#343 duplicate createrepo 0.4.9 on large repository gets msg GLib-WARNING **: GError set over the top of a previous GError or uninitialized mem Shmuel (Seymour J.) Metz
Description

The command sh -c "createrepo -d k:/vendors/openSUSE/repos/oss" gets multiple error messages

(process:3796): GLib-WARNING : GError set over the top of a previous GError or uninitialized memory. This indicates a bug in someone's code. You must ensure an error is NULL before it's set. The overwriting error message was: Parsing other.xml error: PCDATA invalid Char value 8

Thu 10-24-19 22:15:31{127}[h:\] sh -c "createrepo --version" 0.4.9

The directory in question contains all the rpm files from the openSUSE LEAP oss repository, excluding debug and source packages.

#342 fixed python-dateutil requires python2-six, but this dependency is not listed in spec file Lewis Rosenthal
Description

python-dateutil-2.6.0-1.oc00.noarch python-2.7.6-24.oc00.i686

paython-dateutil makes use of six, as per parser.py:

from six import text_type, binary_type, integer_types

Unfortunately, as this cannot be automatically detected during RPM build, this dependency must be listed explicitly, or we end up with a non-working dateutil, and thus, anything which depends upon dateutil (yum-plugin-changelog, for example) fails.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.