Closed Icenowy closed 8 years ago
Known rebuild list: (may change)
refer to https://github.com/AOSC-Dev/aosc-os-abbs/issues/136
Rebuilding is an aosc-os-abbs thing.
Oops. I think you should just review the ab2-port merge commit.
Just check c10a0e3.
In addition, RPMEPOCH support is also dropped, unfortunately
I have personally determined that having a separate RPMEPOCH is a terrible design failure long ago, since it messes up with pm_getver
.
but rpm has some traditional epochs. fsck some hat
---- Mingye Wang编写 ----
I have personally determined that having a separate RPMEPOCH is a terrible design failure long ago, since it messes up with pm_getver
.
Reply to this email directly or view it on GitHub: https://github.com/AOSC-Dev/autobuild3/issues/78#issuecomment-165671424
The current PKGEPOCH design is integer-only. Just made to fit RPM.
Complete as of 132bdda.
Today, when I'm trying to change a copy of AOSC OS GNOME (Core 3.0.4, updated to 3.2.0), I met such error:
Then I found that rtld(GNU_HASH) is missing from glibc-2.22-2.x86_64.
I checked aosc-os-core, and found the RPMEXTRAPROVIDES line is still there.
Then I checked pm/rpm/pack, but codes of RPMEXTRAPROVIDES disappeared.
Maybe another problems will also exist in rpm packages. Further review wanted.
pia @Arthur2e5 for the always-unprecise code "beautifying" (and always miss some important parts)
maybe resolved by commit ccbb5113e0319a14116a1dee26599cb3ec410e95 , but we'd check it