Package Details: buici-clock 0.4.9.4-3

Git Clone URL: https://aur.archlinux.org/buici-clock.git (read-only, click to copy)
Package Base: buici-clock
Description: A minimalistic clock for X
Upstream URL: None
Keywords: clock
Licenses: GPL v2
Submitter: Elronnd
Maintainer: Elronnd
Last Packager: Elronnd
Votes: 0
Popularity: 0.000000
First Submitted: 2017-06-28 08:20 (UTC)
Last Updated: 2020-04-03 02:00 (UTC)

Latest Comments

Elronnd commented on 2019-07-24 20:22 (UTC) (edited on 2019-07-24 20:22 (UTC) by Elronnd)

Weird, it works fine for me. How are you building? By hand with makepkg, or with an aur helper like yay, pikaur, trizen, etc.?

AnotherArchNewb commented on 2019-07-24 12:06 (UTC)

Build fails.

Error:

=== Creating 'o/' output directory g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/main.o main.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/options.o options.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/version.o version.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/clock.o clock.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/signal.o signal.cxx make: No rule to make target 'xo/libxo.a', needed by 'o/buici-clock'. Stop. make: Waiting for unfinished jobs.... g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/draw.o draw.cc make[1]: Entering directory '/home/nemo/.cache/yay/buici-clock/src/buici/xo' === Creating 'o/' output directory bison -y -d -o res_y.cxx res_y.y g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/ldisplay.o ldisplay.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/lwindow.o lwindow.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/lfont.o lfont.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/wbutton.o wbutton.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/wtext.o wtext.cxx In file included from version.cxx:35: version.h:44:11: fatal error: _version.h: No such file or directory 44 | # include "_version.h" | ^~~~~~~~~~~~ compilation terminated. make: [Makefile:110: version.o] Error 1 g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/wdialog.o wdialog.cxx mv res_y.hxx res_y.h g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/lhash.o lhash.cxx In file included from ldisplay.h:54, from lfont.cxx:34: lfont.h: In member function 'void LFontCache::zero()': lfont.h:56:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LFontCache'; use assignment or value-initialization instead [-Wclass-memaccess] 56 | memset (this, 0, sizeof (this)); } | ^ lfont.h:44:7: note: 'class LFontCache' declared here 44 | class LFontCache { | ^~~~~~~~~~ In file included from lfont.cxx:34: ldisplay.h: In member function 'void LDisplay::zero()': ldisplay.h:108:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LDisplay'; use assignment or value-initialization instead [-Wclass-memaccess] 108 | memset (this, 0, sizeof (this)); } | ^ ldisplay.h:70:7: note: 'class LDisplay' declared here 70 | class LDisplay { | ^~~~~~~~ g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/larray.o larray.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/res.o res.cxx In file included from ldisplay.h:54, from wbutton.cxx:38: lfont.h: In member function 'void LFontCache::zero()': lfont.h:56:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LFontCache'; use assignment or value-initialization instead [-Wclass-memaccess] 56 | memset (this, 0, sizeof (this)); } | ^ lfont.h:44:7: note: 'class LFontCache' declared here 44 | class LFontCache { | ^~~~~~~~~~ In file included from wbutton.cxx:38: ldisplay.h: In member function 'void LDisplay::zero()': ldisplay.h:108:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LDisplay'; use assignment or value-initialization instead [-Wclass-memaccess] 108 | memset (this, 0, sizeof (this)); } | ^ ldisplay.h:70:7: note: 'class LDisplay' declared here 70 | class LDisplay { | ^~~~~~~~ In file included from wbutton.cxx:39: lwindow.h: In member function 'void LWindow::zero()': lwindow.h:111:36: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 111 | memset (this, 0, sizeof (this)); } | ^ lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ In file included from wbutton.cxx:42: wbutton.h: In member function 'void WButton::zero()': wbutton.h:67:72: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 67 | memset (((LWindow) this) + 1, 0, sizeof (this) - sizeof (LWindow)); } | ^ In file included from wbutton.cxx:39: lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ In file included from ldisplay.h:54, from ldisplay.cxx:34: lfont.h: In member function 'void LFontCache::zero()': lfont.h:56:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LFontCache'; use assignment or value-initialization instead [-Wclass-memaccess] 56 | memset (this, 0, sizeof (this)); } | ^ lfont.h:44:7: note: 'class LFontCache' declared here 44 | class LFontCache { | ^~~~~~~~~~ In file included from ldisplay.cxx:34: ldisplay.h: In member function 'void LDisplay::zero()': ldisplay.h:108:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LDisplay'; use assignment or value-initialization instead [-Wclass-memaccess] 108 | memset (this, 0, sizeof (this)); } | ^ ldisplay.h:70:7: note: 'class LDisplay' declared here 70 | class LDisplay { | ^~~~~~~~ In file included from ldisplay.cxx:35: lwindow.h: In member function 'void LWindow::zero()': lwindow.h:111:36: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 111 | memset (this, 0, sizeof (this)); } | ^ lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/dither.o dither.cxx In file included from ldisplay.h:54, from wtext.cxx:38: lfont.h: In member function 'void LFontCache::zero()': lfont.h:56:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LFontCache'; use assignment or value-initialization instead [-Wclass-memaccess] 56 | memset (this, 0, sizeof (this)); } | ^ lfont.h:44:7: note: 'class LFontCache' declared here 44 | class LFontCache { | ^~~~~~~~~~ In file included from wtext.cxx:38: ldisplay.h: In member function 'void LDisplay::zero()': ldisplay.h:108:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LDisplay'; use assignment or value-initialization instead [-Wclass-memaccess] 108 | memset (this, 0, sizeof (this)); } | ^ ldisplay.h:70:7: note: 'class LDisplay' declared here 70 | class LDisplay { | ^~~~~~~~ In file included from wtext.cxx:39: lwindow.h: In member function 'void LWindow::zero()': lwindow.h:111:36: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 111 | memset (this, 0, sizeof (this)); } | ^ lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ In file included from wtext.cxx:40: wtext.h: In member function 'void WTextEdit::zero()': wtext.h:74:72: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 74 | memset (((LWindow) this) + 1, 0, sizeof (this) - sizeof (LWindow)); } | ^ In file included from wtext.cxx:39: lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/lpicture.o lpicture.cxx In file included from ldisplay.h:54, from lwindow.cxx:34: lfont.h: In member function 'void LFontCache::zero()': lfont.h:56:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LFontCache'; use assignment or value-initialization instead [-Wclass-memaccess] 56 | memset (this, 0, sizeof (this)); } | ^ lfont.h:44:7: note: 'class LFontCache' declared here 44 | class LFontCache { | ^~~~~~~~~~ In file included from lwindow.cxx:34: ldisplay.h: In member function 'void LDisplay::zero()': ldisplay.h:108:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LDisplay'; use assignment or value-initialization instead [-Wclass-memaccess] 108 | memset (this, 0, sizeof (this)); } | ^ ldisplay.h:70:7: note: 'class LDisplay' declared here 70 | class LDisplay { | ^~~~~~~~ In file included from lwindow.cxx:35: lwindow.h: In member function 'void LWindow::zero()': lwindow.h:111:36: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 111 | memset (this, 0, sizeof (this)); } | ^ lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ In file included from xo/ldisplay.h:54, from clock.cxx:71: xo/lfont.h: In member function 'void LFontCache::zero()': xo/lfont.h:56:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LFontCache'; use assignment or value-initialization instead [-Wclass-memaccess] 56 | memset (this, 0, sizeof (this)); } | ^ xo/lfont.h:44:7: note: 'class LFontCache' declared here 44 | class LFontCache { | ^~~~~~~~~~ In file included from clock.cxx:71: xo/ldisplay.h: In member function 'void LDisplay::zero()': xo/ldisplay.h:108:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LDisplay'; use assignment or value-initialization instead [-Wclass-memaccess] 108 | memset (this, 0, sizeof (this)); } | ^ xo/ldisplay.h:70:7: note: 'class LDisplay' declared here 70 | class LDisplay { | ^~~~~~~~ lwindow.cxx: In member function 'void LWindow::init(LWindow)': lwindow.cxx:264:46: warning: 'void memcpy(void, const void, size_t)' writing to an object of type 'class LWindow' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 264 | memcpy (this + 1, pWindow + 1, m_cbInstance);// Duplicate instance data | ^ In file included from lwindow.cxx:35: lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ In file included from clock.cxx:72: xo/lwindow.h: In member function 'void LWindow::zero()': xo/lwindow.h:111:36: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 111 | memset (this, 0, sizeof (this)); } | ^ xo/lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/loupe.o loupe.cxx clock.cxx: In member function 'void WTopLevel::zero()': clock.cxx:152:72: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 152 | memset (((LWindow) this) + 1, 0, sizeof (this) - sizeof (LWindow)); } | ^ In file included from clock.cxx:72: xo/lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/stats.o stats.cxx flex -ores_l.cxx res_l.l g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/res_y.o res_y.cxx g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o o/res_l.o res_l.cxx res.cxx: In member function 'LResNode LResNode::enum_args()': res.cxx:278:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] 278 | if (!this) | ^~ In file included from ldisplay.h:54, from wdialog.cxx:35: lfont.h: In member function 'void LFontCache::zero()': lfont.h:56:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LFontCache'; use assignment or value-initialization instead [-Wclass-memaccess] 56 | memset (this, 0, sizeof (this)); } | ^ lfont.h:44:7: note: 'class LFontCache' declared here 44 | class LFontCache { | ^~~~~~~~~~ In file included from wdialog.cxx:35: ldisplay.h: In member function 'void LDisplay::zero()': ldisplay.h:108:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LDisplay'; use assignment or value-initialization instead [-Wclass-memaccess] 108 | memset (this, 0, sizeof (this)); } | ^ ldisplay.h:70:7: note: 'class LDisplay' declared here 70 | class LDisplay { | ^~~~~~~~ In file included from wdialog.cxx:37: lwindow.h: In member function 'void LWindow::zero()': lwindow.h:111:36: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 111 | memset (this, 0, sizeof (this)); } | ^ lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ In file included from wdialog.cxx:38: wdialog.h: In member function 'void WDialog::zero()': wdialog.h:63:72: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 63 | memset (((LWindow) this) + 1, 0, sizeof (this) - sizeof (LWindow)); } | ^ In file included from wdialog.cxx:37: lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ In file included from wdialog.cxx:39: wbutton.h: In member function 'void WButton::zero()': wbutton.h:67:72: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 67 | memset (((LWindow) this) + 1, 0, sizeof (this) - sizeof (LWindow)); } | ^ In file included from wdialog.cxx:37: lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ In file included from wdialog.cxx:40: wtext.h: In member function 'void WTextEdit::zero()': wtext.h:74:72: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 74 | memset (((LWindow) this) + 1, 0, sizeof (this) - sizeof (LWindow)); } | ^ In file included from wdialog.cxx:37: lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ ar rc libxo.a o/ldisplay.o o/lwindow.o o/lfont.o o/wbutton.o o/wtext.o o/wdialog.o o/lhash.o o/larray.o o/res.o o/dither.o o/lpicture.o In file included from ldisplay.h:54, from loupe.cxx:36: lfont.h: In member function 'void LFontCache::zero()': lfont.h:56:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LFontCache'; use assignment or value-initialization instead [-Wclass-memaccess] 56 | memset (this, 0, sizeof (this)); } | ^ lfont.h:44:7: note: 'class LFontCache' declared here 44 | class LFontCache { | ^~~~~~~~~~ In file included from loupe.cxx:36: ldisplay.h: In member function 'void LDisplay::zero()': ldisplay.h:108:36: warning: 'void memset(void, int, size_t)' clearing an object of non-trivial type 'class LDisplay'; use assignment or value-initialization instead [-Wclass-memaccess] 108 | memset (this, 0, sizeof (this)); } | ^ ldisplay.h:70:7: note: 'class LDisplay' declared here 70 | class LDisplay { | ^~~~~~~~ In file included from loupe.cxx:37: lwindow.h: In member function 'void LWindow::zero()': lwindow.h:111:36: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 111 | memset (this, 0, sizeof (this)); } | ^ lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ In file included from loupe.cxx:38: wdialog.h: In member function 'void WDialog::zero()': wdialog.h:63:72: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 63 | memset (((LWindow) this) + 1, 0, sizeof (this) - sizeof (LWindow)); } | ^ In file included from loupe.cxx:37: lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ loupe.cxx: In member function 'void WTopLevel::zero()': loupe.cxx:84:72: warning: 'void memset(void, int, size_t)' clearing an object of type 'class LWindow' with no trivial copy-assignment; use assignment instead [-Wclass-memaccess] 84 | memset (((LWindow) this) + 1, 0, sizeof (*this) - sizeof (LWindow)); } | ^ In file included from loupe.cxx:37: lwindow.h:64:7: note: 'class LWindow' declared here 64 | class LWindow { | ^~~~~~~ g++ -o o/xo o/ldisplay.o o/lwindow.o o/lfont.o o/wbutton.o o/wtext.o o/wdialog.o o/lhash.o o/larray.o o/res.o o/dither.o o/lpicture.o o/loupe.o o/stats.o o/res_l.o o/res_y.o -g -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lX11 -lXext make[1]: Leaving directory '/home/nemo/.cache/yay/buici-clock/src/buici/xo' ==> ERROR: A failure occurred in build().