! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Thunar -> thunar link fails on mac HFS+ volumes
Status:
CLOSED: FIXED

Comments

Description Brian J. Tarricone (not reading bugmail) 2006-11-06 08:39:12 CET
By default, MacOS X HFS+ volumes are case-insensitive, so the symlink from Thunar to thunar fails with a 'Thunar and thunar are the same file' error (or something similar; lost the terminal output).

I imagine Terminal also has this issue.

Would it be OK to just ignore it if the symlink creation fails?  Right now I see a check for PLATFORM_WIN32, but ignoring the failure would fix the problem for any case-insensitive FS, regardless of platform.

I just ran into this because my latest xfce4svn script does a DESTDIR install inside srcdir to keep a record of files installed so they can be uninstalled on the next update.  This fails for me because I have my src/ directory in $HOME, which is on an HFS+ volume that I share between MacOS and Linux.
Comment 1 Brian J. Tarricone (not reading bugmail) 2006-11-06 08:42:13 CET
Created attachment 853 
ignore symlink creation failure patch
Comment 2 Benedikt Meurer editbugs 2006-11-06 19:10:57 CET
Fixed with revision 23763.

2006-11-06	Benedikt Meurer <benny@xfce.org>

	* configure.in.in, thunar/Makefile.am: Fix installation on case
	  insensitive file systems. Bug #2521.

Bug #2521

Reported by:
Brian J. Tarricone (not reading bugmail)
Reported on: 2006-11-06
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.5.1svn

Attachments

ignore symlink creation failure patch (484 bytes, patch)
2006-11-06 08:42 CET , Brian J. Tarricone (not reading bugmail)
no flags

Additional information