Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 580516 - sys-kernel/openvz-sources-2.6.32.113.11: Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
Summary: sys-kernel/openvz-sources-2.6.32.113.11: Can't use 'defined(@array)' (Maybe y...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2017-09-02
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2016-04-19 10:41 UTC by Joakim
Modified: 2017-09-11 19:05 UTC (History)
3 users (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 Joakim 2016-04-19 10:41:04 UTC
"  TIMEC   kernel/timeconst.h
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
/usr/src/linux-2.6.32-openvz-113.11/kernel/Makefile:146: recipe for target 'kernel/timeconst.h' failed
make[1]: *** [kernel/timeconst.h] Error 255
Makefile:927: recipe for target 'kernel' failed
make: *** [kernel] Error 2"

This is an easy fix in kernel/timeconst.pl line 373:

-	if (!defined(@val)) { 
+	if (!@val) { 

but I cannot make a patch, so someone else, please, as this is really old and fixed in all other distros as afaik.
Comment 1 Pacho Ramos gentoo-dev 2017-06-06 10:30:40 UTC
We need a dedicated maintainer for this, otherwise we are not able to update this even to fix known security bugs... and even worse for getting bugs fixed
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-08-03 20:10:03 UTC
# Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
# Unmaintained since mid-2016, requires an active maintainer. Has
# multiple build failure bugs. Removal in 30 days. Bug #580516.
sys-kernel/openvz-sources
Comment 3 Larry the Git Cow gentoo-dev 2017-09-11 18:56:47 UTC
The bug has been closed via the following commit(s):

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

commit ba6d85b31119d0859d00c60bf445152d386f099d
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2017-09-11 18:49:50 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2017-09-11 18:56:16 +0000

    sys-kernel/openvz-sources: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/580516
    Closes: https://bugs.gentoo.org/463926
    Closes: https://bugs.gentoo.org/516552

 profiles/package.mask                              |  5 ---
 sys-kernel/openvz-sources/Manifest                 |  7 ----
 sys-kernel/openvz-sources/metadata.xml             | 14 -------
 .../openvz-sources-2.6.32.108.5.ebuild             | 48 ----------------------
 .../openvz-sources-2.6.32.108.8.ebuild             | 48 ----------------------
 .../openvz-sources-2.6.32.111.12.ebuild            | 48 ----------------------
 .../openvz-sources-2.6.32.112.15.ebuild            | 48 ----------------------
 .../openvz-sources-2.6.32.113.11.ebuild            | 48 ----------------------
 .../openvz-sources-2.6.32.116.1.ebuild             | 48 ----------------------
 9 files changed, 314 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2017-09-11 19:05:08 UTC
The bug has been closed via the following commit(s):

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

commit ba6d85b31119d0859d00c60bf445152d386f099d
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2017-09-11 18:49:50 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2017-09-11 18:56:16 +0000

    sys-kernel/openvz-sources: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/580516
    Closes: https://bugs.gentoo.org/463926
    Closes: https://bugs.gentoo.org/516552

 profiles/package.mask                              |  5 ---
 sys-kernel/openvz-sources/Manifest                 |  7 ----
 sys-kernel/openvz-sources/metadata.xml             | 14 -------
 .../openvz-sources-2.6.32.108.5.ebuild             | 48 ----------------------
 .../openvz-sources-2.6.32.108.8.ebuild             | 48 ----------------------
 .../openvz-sources-2.6.32.111.12.ebuild            | 48 ----------------------
 .../openvz-sources-2.6.32.112.15.ebuild            | 48 ----------------------
 .../openvz-sources-2.6.32.113.11.ebuild            | 48 ----------------------
 .../openvz-sources-2.6.32.116.1.ebuild             | 48 ----------------------
 9 files changed, 314 deletions(-)