Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2015 20:13:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202528] sysutils/openipmi: compile failure
Message-ID:  <bug-202528-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202528

            Bug ID: 202528
           Summary: sysutils/openipmi: compile failure
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: ler@lerctr.org

/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  
-I/usr/local/include -Wall -Wsign-compare -I../include -I../include
-DIPMI_CHECK_LOCKS  -O2 -pipe  -fstack-protector -fno-strict-aliasing -MT mc.lo
-MD -MP -MF .deps/mc.Tpo -c -o mc.lo mc.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall
-Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -pipe
-fstack-protector -fno-strict-aliasing -MT mc.lo -MD -MP -MF .deps/mc.Tpo -c
mc.c  -fPIC -DPIC -o .libs/mc.o
mc.c:1952:19: error: no member named 'get_monotonic_time' in
      'struct os_handler_s'
    info->os_hnd->get_monotonic_time(info->os_hnd, &now);
    ~~~~~~~~~~~~  ^
mc.c:2051:19: error: no member named 'get_monotonic_time' in
      'struct os_handler_s'
    info->os_hnd->get_monotonic_time(info->os_hnd, &now);
    ~~~~~~~~~~~~  ^
mc.c:2326:48: error: too many arguments to function call, expected single
      argument 'mc', have 2 arguments
        rv = _ipmi_chassis_create_controls(mc, instance);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     ^~~~~~~~
/usr/local/include/OpenIPMI/internal/ipmi_mc.h:206:1: note:
      '_ipmi_chassis_create_controls' declared here
int _ipmi_chassis_create_controls(ipmi_mc_t *mc);
^
3 errors generated.
Makefile:547: recipe for target 'mc.lo' failed
gmake[4]: *** [mc.lo] Error 1
gmake[4]: Leaving directory
'/usr/ports/sysutils/openipmi/work/OpenIPMI-2.0.21/lib'
Makefile:503: recipe for target 'all-recursive' failed
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory '/usr/ports/sysutils/openipmi/work/OpenIPMI-2.0.21'
Makefile:414: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory '/usr/ports/sysutils/openipmi/work/OpenIPMI-2.0.21'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/sysutils/openipmi
*** Error code 1

Stop.
make: stopped in /usr/ports/sysutils/openipmi

===>>> make build failed for sysutils/openipmi
===>>> Aborting update


===>>> You can restart from the point of failure with this command line:
       portmaster <flags> sysutils/openipmi

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202528-13>