Re: [arch-dev-public] Repo cleanup / Package adoption

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Sun, 1 Jun 2008 14:52:15 -0400 (EDT)
Eric Belanger <belanger@xxxxxxxxxxxxxxxxxx> wrote:

> On Sun, 1 Jun 2008, Loui wrote:
> 
> > On Sun, 1 Jun 2008 12:51:43 -0400 (EDT)
> > Eric Belanger <belanger@xxxxxxxxxxxxxxxxxx> wrote:
> >
> >> I can't move gtkglextmm to unsupported. I'm getting the famous "You are
> >> not allowed to overwrite the gtkglextmm package." error.
> >
> > You could move them to unstable in the mean time maybe.
> >
> 
> Moving them to unstable would only be unnecessary work. Aaron has fixed a 
> similar problem for acroread so that problem can be fixed, at least on a 
> package-by-package basis.

acroread7-chsfont depends on acroread but it doesn't show up on the
page. It looks like the DB entry was clobbered. You'll need to retain
the ID for those "Not allowed to overwrite" packages for a proper fix.

Here are the proper mysql commands to fix this on a one off basis:

USE AUR; # Or whatever the DB is called.
UPDATE Packages SET DummyPkg = 0 WHERE Name = "pkgname";
UPDATE Packages SET LocationID = 2 WHERE Name = "pkgname";

The package should then be visible as an orphan from the web interface.
Adopt it and upload your tarball.

I posted the solution here as well:
http://bugs.archlinux.org/task/8672



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux