New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #2843 (closed defect: fixed)

Opened 8 years ago

Last modified 7 years ago

BUG: xli 1.17.0

Reported by: yves@… Owned by: fenner@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: markd@…
Port:

Description

destroot failed while trying to install in usr/X11R6/lib/X11/app-defaults

destroot/usr/X11R6 did not exist

however, I don't think it is possible to use this directory because xorg's lib/X11/app-defaults is a symlink and activate will choke on it. I installed it in /etc/X11/app-defaults and did rm -rf destroot/ usr (manually) and everything went smoothly. don't know how to write that in a Portfile though.

it also seems this port depends on X11

Attachments

Portfile.diff (865 bytes) - added by markd@… 7 years ago.
Portfile diff
Portfile.2.diff (864 bytes) - added by markd@… 7 years ago.
Revised Portfile.diff

Change History

comment:1 Changed 7 years ago by markd@…

  • Cc markd@… added

(In reply to comment #0)

destroot failed while trying to install in usr/X11R6/lib/X11/app-defaults

destroot/usr/X11R6 did not exist

however, I don't think it is possible to use this directory because xorg's lib/X11/app-defaults is a symlink and activate will choke on it. I installed it in /etc/X11/app-defaults and did rm -rf destroot/ usr (manually) and everything went smoothly. don't know how to write that in a Portfile though.

it also seems this port depends on X11

I don't know this app or how X11 should behave, but this patch makes it build and puts everything within ${prefix}. Can someone please test the attached Portfile patch and determine if this makes this port work?

Changed 7 years ago by markd@…

Portfile diff

Changed 7 years ago by markd@…

Revised Portfile.diff

comment:2 Changed 7 years ago by markd@…

  • attachments.isobsolete changed from 0 to 1

comment:3 Changed 7 years ago by markd@…

I committed a fix for this. It now installs app-defaults within ${prefix}/lib/X11 with no errrors and I opened a GIF file with it as an operational test. Test conducted on 10.4.5. This bug can be closed.

comment:4 Changed 7 years ago by matt@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.