Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704044 - app-crypt/libb2-0.98.1-r2 - armv7a-unknown-linux-gnueabihf-gcc: ошибка: ../src/: Нет такого файла или каталога
Summary: app-crypt/libb2-0.98.1-r2 - armv7a-unknown-linux-gnueabihf-gcc: ошибка: ../sr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-27 20:32 UTC by Alexey
Modified: 2023-05-25 19:43 UTC (History)
0 users

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


Attachments
emerge --info (file_704044.txt,15.27 KB, text/plain)
2019-12-27 20:32 UTC, Alexey
Details
build.log (build.log,14.71 KB, text/plain)
2019-12-27 20:33 UTC, Alexey
Details
patch (remove-bad-cppflag.patch,421 bytes, patch)
2020-04-26 10:31 UTC, Alexey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2019-12-27 20:32:12 UTC
Created attachment 601420 [details]
emerge --info

armv7a-unknown-linux-gnueabihf-gcc: error: ../src/: No such file or directory
Comment 1 Alexey 2019-12-27 20:33:00 UTC
Created attachment 601422 [details]
build.log
Comment 2 Alexey 2019-12-27 20:37:08 UTC
Btw, I've noticed that it uses armv7a-unknown-linux-gnueabihf-gcc instead of armv7a-unknown-linux-gnueabihf-gcc-8.3.0 which might cause some problems
Comment 3 Alexey 2019-12-27 20:51:35 UTC
Disabling distcc fixes the build.
Comment 4 Fabian Groffen gentoo-dev 2019-12-28 09:46:12 UTC
Ok, so this is a distcc issue?  Is it assigned to me/package maintainer because it doesn't build with distcc?  (Is that a thing?)

Can someone translate the bug subject into English?  I think it's "no such file", but I'd like to know for sure.
Comment 5 Alexey 2019-12-28 09:48:53 UTC
Yes, I've translated the message in my first comment. Not sure why Jeroen switched the summary back.

Yes, distcc is a thing and it works fine for majority of ebuilds. I wouldn't be able to run Gentoo on Raspberry without it.
Comment 6 Fabian Groffen gentoo-dev 2020-04-25 17:39:00 UTC
I see nothign that would cause this
Comment 7 Alexey 2020-04-26 10:31:08 UTC
Created attachment 634634 [details, diff]
patch
Comment 8 Alexey 2020-04-26 10:31:31 UTC
Here's the patch which fixes it. Note that even without distcc there is this warning:

armv7a-unknown-linux-gnueabihf-gcc: warning: ../src/: linker input file unused because linking not done                                                                                                                                                                           

With distcc it just becomes more severe.
Comment 9 Larry the Git Cow gentoo-dev 2020-04-26 11:41:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ab505ec2d8c0a322d6ed6e60687cb095940e9d

commit 24ab505ec2d8c0a322d6ed6e60687cb095940e9d
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2020-04-26 11:41:07 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2020-04-26 11:41:07 +0000

    app-crypt/libb2: revbump to fix compile with distcc, bug #704044
    
    Closes: https://bugs.gentoo.org/704044
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 app-crypt/libb2/files/libb2-0.98.1-distcc.patch     | 16 ++++++++++++++++
 ...ibb2-0.98.1-r1.ebuild => libb2-0.98.1-r3.ebuild} | 21 ++++++++++++---------
 2 files changed, 28 insertions(+), 9 deletions(-)