After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 319600 - compilation under AIX 5.1 aborts with ".atoll not found".
compilation under AIX 5.1 aborts with ".atoll not found".
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.12.x
Other AIX
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2005-10-24 12:50 UTC by christophe belle
Modified: 2005-10-24 18:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description christophe belle 2005-10-24 12:50:55 UTC
Please describe the problem:
Since Gnome 2.10, some atol() calls changed to atoll() calls.
(Fixes bug #142860: File-roller displays files larger than 2GB as 2GB.)
But, this atoll() is not in stdlib under AIX 5.1.
Then, compilation aborts with ".atoll not found".

For this reason and according to gnome rules,
could it be possible to change atoll() to g_ascii_strtoull()?
And may be "long long size" to "guint64 size"?


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?
yes

Other information:
Comment 1 Paolo Bacchilega 2005-10-24 18:39:14 UTC
fixed in version 2.13.1