Re: [Rpm-maint] [rpm-software-management/rpm] Problem with --signfiles for files that are hardlinked together (#333)

2017-10-25 Thread Stefan Berger
@pmatilai Is the problem limited to the fsmMkfile() function? I suppose this is where the hard links are created. Would the solution be to do things in a different order in that function ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Rpm-maint] Drowning in build-ids

2017-10-25 Thread Mark Wielaard
On Wed, 2017-10-25 at 12:49 +0200, Igor Gnatenko wrote: > On Wed, 2017-10-25 at 13:46 +0300, Panu Matilainen wrote: > So I'm wondering how to make this less ugly. > > > > The first thing that comes to mind is adding a %hidden virtual > > attribute  > > and using it on build-ids (which are in a

Re: [Rpm-maint] Drowning in build-ids

2017-10-25 Thread Panu Matilainen
On 10/25/2017 02:06 PM, Mark Wielaard wrote: On Wed, 2017-10-25 at 12:49 +0200, Igor Gnatenko wrote: On Wed, 2017-10-25 at 13:46 +0300, Panu Matilainen wrote: So I'm wondering how to make this less ugly. The first thing that comes to mind is adding a %hidden virtual attribute and using it on

Re: [Rpm-maint] [rpm-software-management/rpm] Don't modify interupts if db is read only (#251)

2017-10-25 Thread Panu Matilainen
I'm actually curious as to what the use-case for this patch is, because at least with the cli tools of rpm itself, queries and the like have "always" stopped fast enough with the existing polling mechanism. Now that transactions run with signals blocked, we could move the signal polls into the

Re: [Rpm-maint] [rpm-software-management/rpm] Use C.UTF-8 locale, if available (#227)

2017-10-25 Thread ニール・ゴンパ
Does anyone even know anyone in the glibc community to check and see if this is even going to happen at all? Universal UTF-8 would be awesome, but right now it's only available via patched glibc in Fedora, openSUSE, and Debian. It's not available in Mageia or most other distributions who are

Re: [Rpm-maint] [rpm-software-management/rpm] Fix Python bindings library path for custom prefix. (#327)

2017-10-25 Thread Jun Aruga
Hi maintainers of the RPM! Why this PR has not been merged yet? -- 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] error: Failed to initialize NSS library (#340)

2017-10-25 Thread Brian Zou
```bash root@freebsd:~ # /usr/local/rpm/bin/rpmbuild -bb curl.spec error: Failed to initialize NSS library ``` I install rpm in my FreeBSD 11.1 from source code. rpm version: ```bash root@freebsd:~ # /usr/local/rpm/bin/rpmbuild --version RPM version 4.13.0.1 ``` other package version: ```bash

Re: [Rpm-maint] [rpm-software-management/rpm] Invoke python-macro-helper with -Es python args (#341)

2017-10-25 Thread Igor Gnatenko
ignatenkobrain commented on this pull request. I don't think that passing -E is good (while -s is definitely good idea). We are planning to do same for dnf, the only -s part... As requested by Python maintainers -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Rpm-maint] [rpm-software-management/rpm] Invoke python-macro-helper with -Es python args (#341)

2017-10-25 Thread Ville Skyttä
> I don't think that passing -E is good Could you elaborate on that a bit, especially when you think -s /is/ good? Without -s, code from user site packages is loaded, potentially interfering with the commands. Without -E, PYTHONPATH from environment can be used to do exactly the same. (If

[Rpm-maint] [rpm-software-management/rpm] Invoke python-macro-helper with -Es python args (#341)

2017-10-25 Thread Ville Skyttä
To limit environment and user home dir influence. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/341 -- Commit Summary -- * Invoke python-macro-helper with -Es python args -- File Changes -- M macros.in (6) M

Re: [Rpm-maint] [rpm-software-management/rpm] tests: add tests for rich dependencies (#326)

2017-10-25 Thread Panu Matilainen
Cleaned up some trailing whitespace and applied manually (commit 2e835509a62b7806e010292f354a3fa6e9830dc3). Thanks! -- 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] Python macro improvements (#221)

2017-10-25 Thread Panu Matilainen
Merged #221. -- 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/221#event-1309319368___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Find lang.sh multi names (#235)

2017-10-25 Thread Panu Matilainen
Changelogs embedded in individual files don't belong to a project maintained in a VCS to begin with. -- 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] Python macro improvements (#221)

2017-10-25 Thread Panu Matilainen
Dropped the ball with this one, sorry. Also missed the fact the shebang is not used in the actual macro invocation, so withdrawing my grumblings. -- 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] Use C.UTF-8 locale, if available (#227)

2017-10-25 Thread Panu Matilainen
I'd have less reservations about this if it was upstreamed in glibc, but there doesn't seem to be any activity in the last 2.5 years which is not so encouraging. The other thing is that I *hate* those .in files and this adds a whole pile more of them. They are all scripts invoked by rpmbuild

Re: [Rpm-maint] [rpm-software-management/rpm] error in the docs (at rpm.org): exclamation mark is missing (#339)

2017-10-25 Thread Panu Matilainen
Fixed now, thanks for reporting. In the future, please report website issues to the website tracker instead: https://github.com/rpm-software-management/rpm-web/issues -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] Drowning in build-ids

2017-10-25 Thread Panu Matilainen
I've only now begun to encounter packages with the build-id links in the packages themselves. In a package with just a couple of binaries it's seemed like non-issue, but yesterday I happened to encounter this: [pmatilai@sopuli x86_64]$ rpm -qpl can-utils-20170830git-1.fc28.x86_64.rpm

Re: [Rpm-maint] Drowning in build-ids

2017-10-25 Thread Igor Gnatenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wed, 2017-10-25 at 13:46 +0300, Panu Matilainen wrote: > I've only now begun to encounter packages with the build-id links in > the > packages themselves. In a package with just a couple of binaries > it's > seemed like non-issue, but yesterday