Changes between Initial Version and Version 3 of Ticket #3085


Ignore:
Timestamp:
Sep 27, 2008, 5:30:54 AM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3085

    • Property Status changed from new to closed
    • Property Component changed from base to dports
    • Property Milestone changed from to Port Bugs
    • Property Resolution changed from to duplicate
    • Property Port gv added
    • Property Severity changed from critical to normal
  • Ticket #3085 – Description

    initial v3  
    11I built an installer package from port using the following command:
    22
     3{{{
    34port pkg gv
     5}}}
    46
    5 which built a package "gv-3.5.8.pkg" and put it in the "/opt/local/var/db/dports/build/
    6 file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dupdate_dports_print_gv/work"
     7which built a package "gv-3.5.8.pkg" and put it in the "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dupdate_dports_print_gv/work"
    78directory.  After installing the package by double-clicking it in the Finder and following the standard
    89instructions, everything seemed to be fine until I launched a new Terminal window and got the message
    910
     11{{{
    1012"unable to initialize PAM: No such file or directory"
    1113[process completed]
     14}}}
    1215
    1316and hence no shell.  After quiting and restarting Terminal I got a window saying that Terminal couldn't
     
    1518my shell to bash (it was zsh) the problem persisted, so I rebooted.
    1619
    17 After the gray apple logo, the screen went black and I was left with a message saying that "/etc/
    18 master.passwd" could not be found.  The machine had booted into single user mode.
     20After the gray apple logo, the screen went black and I was left with a message saying that "/etc/master.passwd" could not be found.  The machine had booted into single user mode.
    1921
    2022Looking around, I discovered that the contents of the "/etc" directory were completely emptied except
    2123for those files installed by the "gv" package.
    2224
    23  I suspect that this is a related issue to bug# 3075.
     25I suspect that this is a related issue to bug #3075.
    2426
    25 The generated pkg file doesn't seem to be able to cope with the fact that "/etc" is actually a link to "/
    26 etc/private" and overwrites it.
     27The generated pkg file doesn't seem to be able to cope with the fact that "/etc" is actually a link to "/etc/private" and overwrites it.