From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 21 Jan 2019 07:04:02 +0000 From: Girar Builder awaiter robot To: Anton Farygin Subject: [#219693] p8 FAILED powertop.git=2.10-alt1 Message-ID: <20190121070402.GA17613@gyle.altlinux.org> Mail-Followup-To: girar-builder@altlinux.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 219693 X-girar-task-owner: rider X-girar-task-repo: p8 X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: http://git.altlinux.org/tasks/219693/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#219693] p8 FAILED powertop.git=2.10-alt1 User-Agent: Mutt/1.8.3 (2017-05-23) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-p8@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: rider@altlinux.org List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2019 07:04:02 -0000 Archived-At: List-Archive: http://git.altlinux.org/tasks/219693/logs/events.1.1.log 2019-Jan-21 07:02:51 :: task #219693 for p8 started by rider: #100 build 2.10-alt1 from /gears/p/powertop.git fetched at 2019-Jan-21 05:06:01 2019-Jan-21 07:02:53 :: [i586] #100 powertop.git 2.10-alt1: build start 2019-Jan-21 07:02:53 :: [x86_64] #100 powertop.git 2.10-alt1: build start In file included from wakeup/wakeup_ethernet.cpp:45:0: wakeup/wakeup_ethernet.h:35:16: error: 'PATH_MAX' was not declared in this scope char eth_path[PATH_MAX]; wakeup/wakeup_ethernet.cpp: In constructor 'ethernet_wakeup::ethernet_wakeup(const char*, const char*)': wakeup/wakeup_ethernet.cpp:52:11: error: 'eth_path' was not declared in this scope snprintf(eth_path, sizeof(eth_path), "/sys/class/net/%s/device/power/wakeup", iface); wakeup/wakeup_ethernet.cpp: In member function 'virtual int ethernet_wakeup::wakeup_value()': wakeup/wakeup_ethernet.cpp:61:30: error: 'eth_path' was not declared in this scope content = read_sysfs_string(eth_path); wakeup/wakeup_ethernet.cpp: In member function 'virtual void ethernet_wakeup::wakeup_toggle()': wakeup/wakeup_ethernet.cpp:75:15: error: 'eth_path' was not declared in this scope write_sysfs(eth_path, "disabled"); wakeup/wakeup_ethernet.cpp:79:14: error: 'eth_path' was not declared in this scope write_sysfs(eth_path, "enabled"); wakeup/wakeup_ethernet.cpp: In function 'void wakeup_eth_callback(const char*)': wakeup/wakeup_ethernet.cpp:97:16: error: 'PATH_MAX' was not declared in this scope char filename[PATH_MAX]; wakeup/wakeup_ethernet.cpp:99:11: error: 'filename' was not declared in this scope snprintf(filename, sizeof(filename), "/sys/class/net/%s/device/power/wakeup", d_name); In file included from wakeup/wakeup_usb.cpp:45:0: wakeup/wakeup_usb.h:35:16: error: 'PATH_MAX' was not declared in this scope char usb_path[PATH_MAX]; wakeup/wakeup_usb.cpp: In constructor 'usb_wakeup::usb_wakeup(const char*, const char*)': wakeup/wakeup_usb.cpp:52:11: error: 'usb_path' was not declared in this scope snprintf(usb_path, sizeof(usb_path), "/sys/bus/usb/devices/%s/power/wakeup", iface); wakeup/wakeup_usb.cpp: In member function 'virtual int usb_wakeup::wakeup_value()': wakeup/wakeup_usb.cpp:61:30: error: 'usb_path' was not declared in this scope content = read_sysfs_string(usb_path); 2019-Jan-21 07:03:58 :: [x86_64] powertop.git 2.10-alt1: remote: build failed 2019-Jan-21 07:03:58 :: [x86_64] #100 powertop.git 2.10-alt1: build FAILED In file included from wakeup/wakeup_ethernet.cpp:45:0: wakeup/wakeup_ethernet.h:35:16: error: 'PATH_MAX' was not declared in this scope char eth_path[PATH_MAX]; wakeup/wakeup_ethernet.cpp: In constructor 'ethernet_wakeup::ethernet_wakeup(const char*, const char*)': wakeup/wakeup_ethernet.cpp:52:11: error: 'eth_path' was not declared in this scope snprintf(eth_path, sizeof(eth_path), "/sys/class/net/%s/device/power/wakeup", iface); wakeup/wakeup_ethernet.cpp: In member function 'virtual int ethernet_wakeup::wakeup_value()': wakeup/wakeup_ethernet.cpp:61:30: error: 'eth_path' was not declared in this scope content = read_sysfs_string(eth_path); wakeup/wakeup_ethernet.cpp: In member function 'virtual void ethernet_wakeup::wakeup_toggle()': wakeup/wakeup_ethernet.cpp:75:15: error: 'eth_path' was not declared in this scope write_sysfs(eth_path, "disabled"); wakeup/wakeup_ethernet.cpp:79:14: error: 'eth_path' was not declared in this scope write_sysfs(eth_path, "enabled"); wakeup/wakeup_ethernet.cpp: In function 'void wakeup_eth_callback(const char*)': wakeup/wakeup_ethernet.cpp:97:16: error: 'PATH_MAX' was not declared in this scope char filename[PATH_MAX]; wakeup/wakeup_ethernet.cpp:99:11: error: 'filename' was not declared in this scope snprintf(filename, sizeof(filename), "/sys/class/net/%s/device/power/wakeup", d_name); In file included from wakeup/wakeup_usb.cpp:45:0: wakeup/wakeup_usb.h:35:16: error: 'PATH_MAX' was not declared in this scope char usb_path[PATH_MAX]; wakeup/wakeup_usb.cpp: In constructor 'usb_wakeup::usb_wakeup(const char*, const char*)': wakeup/wakeup_usb.cpp:52:11: error: 'usb_path' was not declared in this scope snprintf(usb_path, sizeof(usb_path), "/sys/bus/usb/devices/%s/power/wakeup", iface); wakeup/wakeup_usb.cpp: In member function 'virtual int usb_wakeup::wakeup_value()': wakeup/wakeup_usb.cpp:61:30: error: 'usb_path' was not declared in this scope content = read_sysfs_string(usb_path); 2019-Jan-21 07:04:02 :: [i586] powertop.git 2.10-alt1: remote: build failed 2019-Jan-21 07:04:02 :: [i586] #100 powertop.git 2.10-alt1: build FAILED 2019-Jan-21 07:03:59 :: [x86_64] build FAILED 2019-Jan-21 07:04:02 :: [i586] build FAILED 2019-Jan-21 07:04:02 :: task #219693 for p8 FAILED