|
Mantis - sharutils
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4751 | packaging | minor | always | 2011-04-12 09:08 | 2011-05-08 10:45 |
|
|
|||||
| Reporter: | maciej | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| 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 |
||||
| Steps To Reproduce: | |||||
| 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); } |
||||
| Relationships | |||||
| Attached Files: | |||||
|
|
|||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-04-12 09:08 | maciej | New Issue | |||
| 2011-04-12 09:28 | maciej | Note Added: 0008957 | |||
| 2011-04-17 11:42 | maciej | Note Added: 0008962 | |||
| 2011-05-08 10:45 | maciej | Note Added: 0009030 | |||
| 2011-05-08 10:45 | maciej | Status | new => closed | ||
| 2011-05-08 10:45 | maciej | Resolution | open => fixed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||