Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623448 - net-analyzer/symon-2.88 : fails with FEATURES=test ( Makefile:1: *** missing separator )
Summary: net-analyzer/symon-2.88 : fails with FEATURES=test ( Makefile:1: *** missing ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: PullRequest
: 830837 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-07-02 08:29 UTC by Toralf Förster
Modified: 2025-03-08 01:37 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.32 KB, text/plain)
2017-07-02 08:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,464.76 KB, text/plain)
2017-07-02 08:29 UTC, Toralf Förster
Details
environment (environment,101.45 KB, text/plain)
2017-07-02 08:29 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,33.56 KB, application/x-bzip)
2017-07-02 08:29 UTC, Toralf Förster
Details
net-analyzer:symon-2.88:20170702-065114.log (net-analyzer:symon-2.88:20170702-065114.log,5.91 KB, text/plain)
2017-07-02 08:29 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,25.54 KB, application/x-bzip)
2017-07-02 08:29 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-07-02 08:29:15 UTC
  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_20170619-204631

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
  [4]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.10 [icedtea-7]
2)	IcedTea JDK 7.2.6.10 [icedtea-bin-7]
*)	IcedTea JDK 3.4.0 [icedtea-bin-8]
4)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8  system-vm
  [4]   jamvm
Comment 1 Toralf Förster gentoo-dev 2017-07-02 08:29:18 UTC
Created attachment 479436 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-02 08:29:21 UTC
Created attachment 479438 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-07-02 08:29:24 UTC
Created attachment 479440 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-07-02 08:29:28 UTC
Created attachment 479442 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-07-02 08:29:31 UTC
Created attachment 479444 [details]
net-analyzer:symon-2.88:20170702-065114.log
Comment 6 Toralf Förster gentoo-dev 2017-07-02 08:29:34 UTC
Created attachment 479446 [details]
temp.tbz2
Comment 7 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-07-16 21:53:37 UTC
Repro'd.

 * Test::Harness Jobs=3
make -j3 test TEST_VERBOSE=0
Makefile:1: *** missing separator.  Stop.
 * ERROR: net-analyzer/symon-2.88::gentoo failed (test phase):
Comment 8 Toralf Förster gentoo-dev 2022-01-09 09:21:47 UTC
*** Bug 830837 has been marked as a duplicate of this bug. ***
Comment 9 NHO 2025-03-02 07:45:43 UTC
False positive:
There are no tests. Failure is due to usage of gmake in ebuild test, while makefiles are pmake.
Comment 10 Larry the Git Cow gentoo-dev 2025-03-08 01:37:29 UTC
The bug has been closed via the following commit(s):

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

commit eab00c6a0dbdc61d0f85d63a826e5e6667d867db
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-03-02 07:50:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-08 01:36:01 +0000

    net-analyzer/symon: update EAPI 7 -> 8, version bump to 2.89
    
    Upstream fix for compatibility with new rrd.
    Simplified ebuild file, folded seds, corrected pmakefile.
    Restricts tests - there are none, but runner fails due to pmake.
    Fixes build on musl.
    
    Closes: https://bugs.gentoo.org/716080
    Closes: https://bugs.gentoo.org/932440
    Closes: https://bugs.gentoo.org/623448
    Closes: https://bugs.gentoo.org/911776
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40843
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/symon/Manifest                        |   1 +
 .../files/symon-2.89-condition-makefiles.patch     |  39 ++
 net-analyzer/symon/files/symon-2.89-extern_c.patch | 441 +++++++++++++++++++++
 net-analyzer/symon/symon-2.89.ebuild               |  99 +++++
 4 files changed, 580 insertions(+)