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 144041 - [Solaris] gtar will not be in path
[Solaris] gtar will not be in path
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.6.x
Other Solaris
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2004-06-09 17:23 UTC by Balamurali Viswanathan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Patch for this problem (720 bytes, patch)
2004-06-09 17:25 UTC, Balamurali Viswanathan
none Details | Review
Patch for this bug (730 bytes, patch)
2004-06-10 11:28 UTC, Balamurali Viswanathan
none Details | Review

Description Balamurali Viswanathan 2004-06-09 17:23:56 UTC
In solaris gtar is present under /usr/sfw/bin. This will not be in the PATH env
most of the time and hence file-roller might still use tar instead of gtar.
Attaching a patch whcih sets the PATH before finding gtar in the path and again
restores the original path back. Thanks.
Comment 1 Balamurali Viswanathan 2004-06-09 17:25:34 UTC
Created attachment 28517 [details] [review]
Patch for this problem
Comment 2 Balamurali Viswanathan 2004-06-10 11:28:09 UTC
Created attachment 28546 [details] [review]
Patch for this bug

Modified the previous patch. Using putenv instead of setenv.
Comment 3 Paolo Bacchilega 2004-12-15 14:24:05 UTC
the patch was applied somw time ago, closing.