Opened 11 years ago

Closed 11 years ago

#36914 closed defect (duplicate)

rpm @4.4.9 tried to access nonexistent /opt/local/var/tmp

Reported by: peter_e@… Owned by: n3npq@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: afb@…
Port: rpm

Description

Building a package with the rpm port fails with "Unable to open temp file.". It turns out it has tried to create the temp files in /opt/local/var/tmp (per configuration in /opt/local/lib/rpm/macros). That directory doesn't exist. Either the rpm package should be fixed to create that directory, or use /var/tmp, or perhaps macports should symlink /opt/local/var/tmp to /var/tmp in general for the benefit of all ports.

Change History (2)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Cc: afb@… added
Owner: changed from macports-tickets@… to n3npq@…
Port: rpm added

In the future, please fill in the Port field and Cc the port maintainer(s).

comment:2 Changed 11 years ago by afb@…

Resolution: duplicate
Status: newclosed

Duplicate, #25041.

Note: See TracTickets for help on using tickets.