Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 514560 Details for
Bug 644420
dev-perl/Quota-1.7.2 - Can't load '/usr/lib64/perl5/vendor_perl/5.24.3/x86_64-linux-thread-multi/auto/Quota/Quota.so' for module Quota: undefined symbol: __rpc_createerr
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch with additional improvements
Quota-1.7.2.ebuild.full.patch (text/plain), 814 bytes, created by
Marcel Greter
on 2018-01-13 03:39:03 UTC
(
hide
)
Description:
patch with additional improvements
Filename:
MIME Type:
Creator:
Marcel Greter
Created:
2018-01-13 03:39:03 UTC
Size:
814 bytes
patch
obsolete
>--- /usr/portage/dev-perl/Quota/Quota-1.7.2.ebuild 2017-11-01 22:18:30.000000000 +0100 >+++ /opt/portage/dev-perl/Quota/Quota-1.7.2.ebuild 2018-01-13 04:40:26.330082756 +0100 >@@ -14,6 +14,7 @@ > > RDEPEND=" > sys-fs/quota[rpc] >+ net-libs/libtirpc > " > DEPEND="${RDEPEND} > virtual/perl-ExtUtils-MakeMaker >@@ -24,8 +25,12 @@ > > src_prepare() { > default >- export mymake="OPTIMIZE=$($(tc-getPKG_CONFIG) --cflags libtirpc)" >+ export mymake="INC=$($(tc-getPKG_CONFIG) --cflags libtirpc) OTHERLDFLAGS=$($(tc-getPKG_CONFIG) --libs libtirpc)" > > # disable AFS completely for now, need somebody who can really test it > sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed" > } >+ >+src_test() { >+ perl -Mblib -e 'use Quota' || die "Quota module not usable" >+}
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 644420
:
514556
|
514558
| 514560