Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 864382 - Add Slot into the build log
Summary: Add Slot into the build log
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
: 732526 (view as bug list)
Depends on:
Blocks: 859439
  Show dependency tree
 
Reported: 2022-08-08 08:10 UTC by Agostino Sarubbo
Modified: 2023-12-30 00:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-08-08 08:10:46 UTC
For tinderbox purpose I really like it useful to have a slot in the build log.

How info are reported now:

 * Package:    x11-drivers/xf86-video-intel-2.99.917_p20201215
 * Repository: gentoo
 * Maintainer: x11@gentoo.org
 * USE:        abi_x86_64 amd64  elibc_glibc kernel_linux sna udev userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox


How I would like to have:

 * Package:    x11-drivers/xf86-video-intel-2.99.917_p20201215
 * Slot:       0
 * Repository: gentoo
 * Maintainer: x11@gentoo.org
 * USE:        abi_x86_64 amd64 dri elibc_glibc kernel_linux sna udev userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox


Thanks
Comment 1 Larry the Git Cow gentoo-dev 2022-08-13 17:56:23 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=bb820e4a38cefdb552d02b1d6bcb97eccab38982

commit bb820e4a38cefdb552d02b1d6bcb97eccab38982
Author:     Thomas Bracht Laumann Jespersen <t@laumann.xyz>
AuthorDate: 2022-08-08 11:24:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-13 17:56:10 +0000

    EbuildPhase: add SLOT to package version line
    
    Requested as a useful part in the output from tinderbox runs.
    
    Bug: https://bugs.gentoo.org/864382
    Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
    Closes: https://github.com/gentoo/portage/pull/885
    Signed-off-by: Sam James <sam@gentoo.org>

 lib/_emerge/EbuildPhase.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 2 Larry the Git Cow gentoo-dev 2022-08-23 00:39:10 UTC
The bug has been closed via the following commit(s):

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

commit 328977ffff1aa2d13cd3d8f7b5cb01eea6d634f5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-08-23 00:38:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-23 00:39:03 +0000

    sys-apps/portage: add 3.0.35
    
    Closes: https://bugs.gentoo.org/859439
    Closes: https://bugs.gentoo.org/672916
    Closes: https://bugs.gentoo.org/858791
    Closes: https://bugs.gentoo.org/862600
    Closes: https://bugs.gentoo.org/862606
    Closes: https://bugs.gentoo.org/863422
    Closes: https://bugs.gentoo.org/864382
    Closes: https://bugs.gentoo.org/865635
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/portage/Manifest              |   1 +
 sys-apps/portage/portage-3.0.35.ebuild | 273 +++++++++++++++++++++++++++++++++
 2 files changed, 274 insertions(+)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-30 00:43:15 UTC
*** Bug 732526 has been marked as a duplicate of this bug. ***