Package Details: toolshed 2.2-1

Git Clone URL: https://aur.archlinux.org/toolshed.git (read-only, click to copy)
Package Base: toolshed
Description: Utilities for Tandy Color Computer and Dragon microcomputers cross-development.
Upstream URL: http://toolshed.sourceforge.net
Licenses: PerlArtistic
Submitter: hpmachining
Maintainer: hpmachining
Last Packager: hpmachining
Votes: 1
Popularity: 0.000000
First Submitted: 2020-07-03 23:26 (UTC)
Last Updated: 2020-07-03 23:48 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

felipebalbi commented on 2024-08-19 14:08 (UTC)

Build error today:

make[1]: Entering directory '/home/balbi/.cache/paru/clone/toolshed/src/toolshed-2.2/build/unix/ar2'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall -DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DSYSV   -c -o arsup.o ../../../ar2/arsup.c
../../../ar2/arsup.c: In function ‘set_fstat’:
../../../ar2/arsup.c:217:19: error: passing argument 2 of ‘utime’ from incompatible pointer type [-Wincompatible-pointer-types]
  217 |         utime(pn, &ubuf);
      |                   ^~~~~
      |                   |
      |                   struct <anonymous> *
In file included from ../../../ar2/arsup.c:80:
/usr/include/utime.h:51:41: note: expected ‘const struct utimbuf *’ but argument is of type ‘struct <anonymous> *’
   51 |                   const struct utimbuf *__file_times)
      |                   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
make[1]: *** [<builtin>: arsup.o] Error 1