Package Details: utimer 0.4-9

Git Clone URL: https://aur.archlinux.org/utimer.git (read-only, click to copy)
Package Base: utimer
Description: A command-line multifunction timer tool
Upstream URL: https://sourceforge.net/projects/utimer/
Keywords: boondoggle microtimer time µ
Licenses: GPL3
Submitter: None
Maintainer: g99
Last Packager: g99
Votes: 41
Popularity: 0.000000
First Submitted: 2009-01-03 17:55 (UTC)
Last Updated: 2019-09-23 13:12 (UTC)

Latest Comments

1 2 Next › Last »

JanH commented on 2023-08-24 11:57 (UTC)

Adding export CFLAGS+=' -fcommon' to the PKGBUILD makes it build.

Credit: https://bbs.archlinux.org/viewtopic.php?id=263281

However, while utimer runs, it hangs and doesn't exit after the countdown is complete.

Tyilo commented on 2023-07-28 07:33 (UTC)

Doesn't build:

/usr/bin/gcc  -march=native -O2 -pipe -fstack-protector-strong -fno-plt  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o maintests maintests.o timer.o utils.o log.o -lgobject-2.0 -lglib-2.0  -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lgobject-2.0 -lgthread-2.0 
/usr/bin/ld: timer.o:(.bss+0x0): multiple definition of `ut_config'; maintests.o:(.bss+0x0): first defined here
/usr/bin/ld: timer.o:(.bss+0x40): multiple definition of `savedttystate'; maintests.o:(.bss+0x40): first defined here
/usr/bin/ld: timer.o:(.bss+0x7c): multiple definition of `paused'; maintests.o:(.bss+0x7c): first defined here
/usr/bin/ld: timer.o:(.bss+0x80): multiple definition of `loop'; maintests.o:(.bss+0x80): first defined here
/usr/bin/ld: utils.o:(.bss+0x40): multiple definition of `savedttystate'; maintests.o:(.bss+0x40): first defined here
/usr/bin/ld: utils.o:(.bss+0x0): multiple definition of `ut_config'; maintests.o:(.bss+0x0): first defined here
/usr/bin/ld: utils.o:(.bss+0x80): multiple definition of `loop'; maintests.o:(.bss+0x80): first defined here
/usr/bin/ld: utils.o:(.bss+0x7c): multiple definition of `paused'; maintests.o:(.bss+0x7c): first defined here
/usr/bin/ld: log.o:(.bss+0x0): multiple definition of `ut_config'; maintests.o:(.bss+0x0): first defined here
/usr/bin/ld: log.o:(.bss+0x40): multiple definition of `savedttystate'; maintests.o:(.bss+0x40): first defined here
/usr/bin/ld: log.o:(.bss+0x7c): multiple definition of `paused'; maintests.o:(.bss+0x7c): first defined here
/usr/bin/ld: log.o:(.bss+0x80): multiple definition of `loop'; maintests.o:(.bss+0x80): first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:240: maintests] Error 1
make[3]: Leaving directory '/home/tyilo/.cache/paru/clone/utimer/src/utimer-0.4/src/tests'
make[2]: *** [Makefile:347: all-recursive] Error 1
make[2]: Leaving directory '/home/tyilo/.cache/paru/clone/utimer/src/utimer-0.4/src'
make[1]: *** [Makefile:298: all-recursive] Error 1
make[1]: Leaving directory '/home/tyilo/.cache/paru/clone/utimer/src/utimer-0.4'
make: *** [Makefile:234: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'utimer-0.4-9': 
error: packages failed to build: utimer-0.4-9

mindstormer commented on 2022-01-24 20:53 (UTC) (edited on 2022-01-24 20:53 (UTC) by mindstormer)

Anyone still using this? Build fails on host and in chroot. Looking for efficient C/C++ (or similar) CLI timer.

g99 commented on 2018-11-18 03:04 (UTC)

don't expect too much from this package. It's more like a boondoggle. "multifunction" , my @ss

keenerd commented on 2017-08-24 22:59 (UTC)

Sources can be found at https://downloads.sourceforge.net/project/utimer/utimer-0.4.tar.gz

tantalum commented on 2017-08-22 08:51 (UTC)

upstream is not available.

ckafi commented on 2014-03-08 11:54 (UTC)

I adopted utimer. Let me know if there are any issues.

schivmeister commented on 2014-01-29 16:46 (UTC)

This has been out of date for a long time. If anybody wants to take over maintenance, please send an e-mail to the AUR users' mailing list.

kazuo commented on 2013-04-06 22:42 (UTC)

An updated PKGBUILD for modern days pacman is here http://codepad.org/sS1MxKBx The one avaliable do not build anymore with the deprecations of startdir. Correct if I'm wrong, but the intltool is a makedepend not a depend. Please update the package, thanks.

tjs90 commented on 2012-12-09 18:15 (UTC)

The build() needs some changes to execute without errors. See this thread: https://bbs.archlinux.org/viewtopic.php?id=52213