Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676914 - dev-util/cbindgen-0.7.1 - error[E0407]: method `source` is not a member of trait `error::Error`
Summary: dev-util/cbindgen-0.7.1 - error[E0407]: method `source` is not a member of tr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
: 677050 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-01-30 15:08 UTC by Dev Random
Modified: 2019-02-01 23:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,5.65 KB, text/plain)
2019-01-30 15:08 UTC, Dev Random
Details
cat /var/tmp/portage/dev-util/cbindgen-0.7.1/temp/build.log (cbindgen-0.7.1-temp-build.log,11.11 KB, text/x-log)
2019-01-30 15:09 UTC, Dev Random
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***