Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 815883 - net-misc/bridge-utils-1.7.1 fails to compile
Summary: net-misc/bridge-utils-1.7.1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-03 05:10 UTC by Agostino Sarubbo
Modified: 2021-10-03 07:30 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,45.15 KB, text/plain)
2021-10-03 05:10 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-10-03 05:10:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/bridge-utils-1.7.1 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-03 05:10:29 UTC
Created attachment 742581 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-03 05:10:30 UTC
Possible context of error(s):

FileNotFoundError: [Errno 2] No such file or directory: b'TODO'
Comment 3 Klemen Mihevc 2021-10-03 07:24:45 UTC
Yes had same issue, its simple TODO file was removed from source.

I would suggest for dodoc and doman to not die by default, but end with big fat error... however i googled and saw there was discussion about this 15 years ago and was something something, consistancy & broken ebuilds.
Comment 4 Larry the Git Cow gentoo-dev 2021-10-03 07:30:49 UTC
The bug has been closed via the following commit(s):

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

commit fd422be80ffbf5b8fc8801be21c6f770c186f662
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-03 07:30:25 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-03 07:30:42 +0000

    net-misc/bridge-utils: fix install
    
    TODO is gone!
    
    Closes: https://bugs.gentoo.org/815883
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/bridge-utils/bridge-utils-1.7.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fc903c1aac8435140173f435aafb54fa59a8b8

commit 92fc903c1aac8435140173f435aafb54fa59a8b8
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-03 07:28:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-03 07:30:41 +0000

    net-misc/bridge-utils: drop down to EAPI 7
    
    base-system@ is co-maint rather than primary
    maint but let's just do it for simplicity.
    
    Bug: https://bugs.gentoo.org/815883
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/bridge-utils/bridge-utils-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)