Opened 12 years ago

Closed 12 years ago

#32354 closed defect (invalid)

gnome-keyring @2.30.3 Activation ignores $prefix

Reported by: lrenaud (Luke) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: gnome-keyring

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Currently users using MacPorts in a prefix directory other than the root of the system may have an installation failure when activating gnome-keyring due to permissions caused by a bug in the distfile.

Currently the distfile specifies a configuration argument as follows:

configure.args  --with-pam-dir=/usr/lib/pam

this ignores the prefix specified by the user at install. This needs the be changed to reflect the configure.args --with-pam-dir=${prefix}/lib/pam. I'm not familiar enough with the tree structure to say if this is all that needs to be done though.

Change History (2)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: activation prefix removed
Owner: changed from macports-tickets@… to devans@…

Please remember to use WikiFormatting and to Cc the maintainer of the affected port.

You've confused the words "distfile" and "portfile".

Obviously no MacPorts users have the MacPorts prefix set to / or /usr; that would be mad.

The use of /usr/lib/pam as the pam directory is intentional. See r72213 / #26127.

comment:2 Changed 12 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.