OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004751 [sharutils] packaging minor always 2011-04-12 09:08 2011-05-08 10:45
Reporter maciej View Status public  
Assigned To
Priority normal Resolution fixed  
Status closed  
Summary 0004751: sharutils-4.11 does not compile
Description gmake[6]: Entering directory `/home/maciej/src/opencsw/pkg/sharutils/trunk/work/solaris9-sparc/build-isa-sparcv8/sharutils-4.11/lib'
source='strtoimax.c' object='strtoimax.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
/opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/opt/csw/include -D_REENTRANT -xO3 -m32 -xarch=v8 -c strtoimax.c
"strtoimax.c", line 71: bit-field size < 0: verify_error_if_negative_size__
cc: acomp failed for strtoimax.c
gmake[6]: *** [strtoimax.o] Error 2
Additional Information The place where it fails:


Int
strtoimax (char const *ptr, char **endptr, int base)
{
#if Have_long_long
  verify (sizeof (Int) == sizeof (Unsigned long int)
          || sizeof (Int) == sizeof (Unsigned long long int));

  if (sizeof (Int) != sizeof (Unsigned long int))
    return strtoll (ptr, endptr, base);
#else
  verify (sizeof (Int) == sizeof (Unsigned long int));
#endif

  return strtol (ptr, endptr, base);
}
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0008957)
maciej (manager)
2011-04-12 09:28

I've sent a bug report via e-mail as instructed in sharutils manual, to bug-gnu-utils in domain prep.ai.mit.edu.
(0008962)
maciej (manager)
2011-04-17 11:42

Turns out that this address bounces emails, I've resent the report to bug-gnu-utils in domain gnu.org.
(0009030)
maciej (manager)
2011-05-08 10:45

Fixed in upstream in 4.11.1.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker