#12441 closed defect (fixed)
BUG: pextlib "xinstall" wrong open mode
Reported by: | afb@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.6 |
Component: | base | Version: | 1.6.0 |
Keywords: | Linux support | Cc: | |
Port: |
Description
Seems there was a typo in the call to open(2), that wasn't catched by the Darwin/FreeBSD definition of the function prototype. int open(const char *, int, ...); Anyway, it is supposed to take two or three arguments (not four), so there was a typo when appending the extra mode for creating files.
Attachments (1)
Change History (5)
Changed 17 years ago by afb@…
Attachment: | macports-xinstallmode.patch added |
---|
comment:1 Changed 17 years ago by afb@…
Keywords: | Linux support added |
---|
comment:2 Changed 17 years ago by afb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.5.0 → 1.6.0 |
Fixed, r28669.
comment:3 Changed 16 years ago by tobypeterson
Milestone: | MacPorts base bugs → MacPorts Future |
---|
Milestone MacPorts base bugs deleted
comment:4 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
macports-xinstallmode.patch