Re: [Rpm-maint] [rpm-software-management/rpm] WIP/RFE: Hint to users to use ostree/rpm-ostree if we get EROFS (#320)

2017-09-09 Thread Colin Walters
> @cgwalters: This patch looks very specific to RPM-OSTree. Is there not a > better, more general way to do this? More general to...other image systems that happen to use rpm? Possibly. As far as I'm aware though rpm-ostree is fairly unique in the way it's a hybrid image/package system. I

Re: [Rpm-maint] [rpm-software-management/rpm] WIP/RFE: Hint to users to use ostree/rpm-ostree if we get EROFS (#320)

2017-09-09 Thread Jeff Johnson
@cgwalters nagware never works. if ostree permits live update even with -EROFS, then your patch should teach rpm to do similar live-update, not spew nagware adverts. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] WIP/RFE: Hint to users to use ostree/rpm-ostree if we get EROFS (#320)

2017-09-09 Thread ニール・ゴンパ
@cgwalters: This patch looks very specific to RPM-OSTree. Is there not a better, more general way to do this? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Revert "Revert "Only build bundled fts if system has a bad version th… (#324)

2017-09-09 Thread ニール・ゴンパ
Conan-Kudo approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/324#pullrequestreview-61663848___

Re: [Rpm-maint] [rpm-software-management/rpm] Revert "Revert "Only build bundled fts if system has a bad version th… (#324)

2017-09-09 Thread Igor Gnatenko
I've tried to build with Fedora's fakechroot version: https://koji.fedoraproject.org/koji/taskinfo?taskID=21748556 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] Revert "Revert "Only build bundled fts if system has a bad version th… (#324)

2017-09-09 Thread Igor Gnatenko
…at doesn't handle LFS"" Test failure is bug in fakechroot. This reverts commit 7e65bec67d7461ba37c10b8dcb1b892911c38ab1. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/324 -- Commit Summary -- * Revert "Revert "Only

Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: cpio looking into wrong path (#322)

2017-09-09 Thread srakitnican
The build system is a crude makefile, vala is called like so: ``` valac Core/*.vala Utility/*.vala Utility/Gtk/*.vala Gtk/*.vala ``` The .c files are being generated along with .vala file counterpart. Do you think it is a vala bug? -- You are receiving this because you are subscribed to this

Re: [Rpm-maint] [rpm-software-management/rpm] Use setuptools to prevent deprecation message when uninstalling. (#323)

2017-09-09 Thread Igor Gnatenko
Closed #323. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/323#event-1241788831___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Use setuptools to prevent deprecation message when uninstalling. (#323)

2017-09-09 Thread Igor Gnatenko
Sure, if there is real need in this -- feel free to reopen ;) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: cpio looking into wrong path (#322)

2017-09-09 Thread Igor Gnatenko
I think this is a bit common with vala. Hint: vala generates .c files out of .vala, so usually it is in builddir and buildsystem might insert wrong paths. Or something like this. Not sure if this is the cause though. -- You are receiving this because you are subscribed to this thread. Reply