FreeBSD Bugzilla – Attachment 145698 Details for
Bug 192606
[ports-mgmt/pkg] Patch fixing the failure to report shlib-to-shlib missing dependencies for 'pkg check -B'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch-pkg-pkg_elf.c.patch (text/plain), 587 bytes, created by
Yuri Victorovich
on 2014-08-12 06:31:50 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2014-08-12 06:31:50 UTC
Size:
587 bytes
patch
obsolete
>--- libpkg/pkg_elf.c >+++ libpkg/pkg_elf.c >@@ -113,13 +113,10 @@ > case EPKG_END: /* A system library */ > return (EPKG_OK); > default: >- /* Report link resolution errors in shared library. */ >- if (is_shlib) { >- pkg_get(pkg, PKG_NAME, &pkgname, PKG_VERSION, &pkgversion); >- warnx("(%s-%s) %s - shared library %s not found", >- pkgname, pkgversion, fpath, name); >+ /* Ignore link resolution errors if we're analysing a >+ shared library. */ >+ if (is_shlib) > return (EPKG_OK); >- } > > while (pkg_files(pkg, &file) == EPKG_OK) { > filepath = pkg_file_path(file);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192606
:
145698
|
145701