Re: [Rpm-maint] [Suse patch] debugedit: include compilation directory if used

2007-06-08 Thread Andreas Schwab
the compilation directory exits. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different

[Rpm-maint] [PATCH] Don't lose errno from rpmPackageFilesInstall

2013-07-10 Thread Andreas Schwab
; + errno = saved_errno; + emsg = rpmcpioStrerror(fsmrc); rpmlog(RPMLOG_ERR, _(unpacking of archive failed%s%s: %s\n), (psm-failedFile != NULL ? _( on file ) : ), -- 1.8.3.1 -- Andreas Schwab, sch...@linux-m68k.org

Re: [Rpm-maint] [rpm-software-management/rpm] rpm without TTY gives wrong error message (#355)

2017-11-12 Thread Andreas Schwab
It's actually rpmlock_acquire not setting errno when it returns with a failure when asked to write-lock a read-only lock. -- 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] Human readable size in --queryformat (#375)

2017-12-29 Thread Andreas Schwab
... | numfmt --field 1 --to=iec -- 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/issues/375#issuecomment-354421883___ Rpm-maint

[Rpm-maint] [rpm-software-management/rpm] debugedit: handle RISC-V relocation (#407)

2018-03-05 Thread Andreas Schwab
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/407 -- Commit Summary -- * debugedit: handle RISC-V relocation -- File Changes -- M tools/debugedit.c (4) -- Patch Links --

[Rpm-maint] [PATCH] debugedit: handle RISC-V relocation

2018-03-05 Thread Andreas Schwab
fail: error (1, 0, "%s: Unhandled relocation %d in .debug_info section", -- 2.16.2 -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." _

Re: [Rpm-maint] [rpm-software-management/rpm] Moving unnecessary notice about empty rpm packages to debug message. (#615)

2018-12-21 Thread Andreas Schwab
For the same reason there is ls when a script uses *. -- 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] Moving unnecessary notice about empty rpm packages to debug message. (#615)

2018-12-21 Thread Andreas Schwab
You can use rpm -q --qf='%{FILENAMES:arraysize}\n' to get the number of files. -- 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] Moving unnecessary notice about empty rpm packages to debug message. (#615)

2018-12-21 Thread Andreas Schwab
You can get the list of files with rpm -q --qf='[%{FILENAMES}\n]'. There is nothing dirty about that, those are the building blocks. -- 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] Ignore object files as they do not have a build id (#604)

2018-11-23 Thread Andreas Schwab
Don't make them executable. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/604#issuecomment-441207296___ Rpm-maint mailing list