Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 676914

Summary: dev-util/cbindgen-0.7.1 - error[E0407]: method `source` is not a member of trait `error::Error`
Product: Gentoo Linux Reporter: Dev Random <devrandomfx>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal CC: devrandomfx, piotr5
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=677050
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
cat /var/tmp/portage/dev-util/cbindgen-0.7.1/temp/build.log

Description Dev Random 2019-01-30 15:08:36 UTC
Created attachment 563270 [details]
emerge --info

cbindgen fails to compile with the following errors

attached you can see the build.log
Comment 1 Dev Random 2019-01-30 15:09:14 UTC
Created attachment 563272 [details]
cat /var/tmp/portage/dev-util/cbindgen-0.7.1/temp/build.log
Comment 2 Till Schäfer 2019-01-30 15:16:10 UTC
this is most likely a dependency error since trim_start_matches is only defined for >=dev-lang/rust-1.30 and installed rust is 1.29.1-r1.
Comment 3 Larry the Git Cow gentoo-dev 2019-01-30 15:37:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf9370787eaa74b07174b99971aa51013d0e209

commit 6cf9370787eaa74b07174b99971aa51013d0e209
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-01-30 15:36:25 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-01-30 15:36:56 +0000

    dev-util/cbindgen: adjust dependency on >=virtual/cargo-1.30.0
    
    Closes: https://bugs.gentoo.org/676914
    Package-Manager: Portage-2.3.58, Repoman-2.3.12
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-util/cbindgen/cbindgen-0.7.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)
Comment 4 Brian Evans (RETIRED) gentoo-dev 2019-02-01 23:18:05 UTC
*** Bug 677050 has been marked as a duplicate of this bug. ***