#143 closed bug (fixed)
"jam install-haiku" adds suspicious links on my boot-drive
Reported by: | Owned by: | bonefish | |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Building Haiku with "jam install-haiku" adds at least three symlinks on my bootdrive.
In /boot/beos/apps, /boot/home and /boot/beos/preferences three symlinks are created that point to their respective parent directories.
It seems the symlinks are created during the "Populating image" process.
Attachments (1)
Change History (5)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Apparently the ln that comes with R5 is buggy and always assumes switch "-n", while your ln doesn't. I added the switch in revision 16354. This should fix the problem.
comment:3 by , 19 years ago
Resolution: | → fixed |
---|
comment:4 by , 19 years ago
Status: | new → closed |
---|
Note:
See TracTickets
for help on using tickets.
I just tried with revision 16344 and I couldn't reproduce this problem on my system.What names have the symlinks?What value has your HAIKU_INSTALL_DIR variable?Could you please comment out the RmTemps invocation in build/jam/HaikuImage for $(HAIKU_IMAGE_COPY_FILES_SCRIPT) (should be line 295). This should leave a file named "haiku.image-copy-files" in your generated/ directory after you have re-run "jam install-haiku". Among other things it contains all symlink creation commands during the installation process ("$ln -sf ..."). It would be nice, if you could send me the file (or have a look yourself, whether something looks suspicious). Thanks.