Changes between Initial Version and Version 1 of Ticket #23312


Ignore:
Timestamp:
Jan 16, 2010, 11:25:07 PM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Don't forget WikiFormatting.

You have installed libwww-perl with its helper "HEAD" program, which has replaced your OS's unrelated "head" program because Mac OS X's filesystem is case-insensitive. Please restore the proper "head" program into your /usr/bin from your backups or from another machine with the same OS version, or reinstall Mac OS X to get it back. To avoid this, don't install libwww-perl with its "helper" scripts. If you install p5-libwww-perl using MacPorts, it will not include these helper scripts so you will not have this problem.

http://www.macosxhints.com/article.php?story=20010603142727786&query=perl+HEAD

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23312

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #23312 – Description

    initial v1  
    11I am getting the following when attempting to upgrade php5-oracle:
    2  
     2
     3{{{
    34sudo port upgrade php5-oracle
    45Password:
     
    3940Error: Unable to upgrade port: 1
    4041Before reporting a bug, first run the command again with the -d flag to get complete output.
     42}}}
    4143
    4244I previously ran
     45{{{
    4346port clean php5-oracle
     47}}}
    4448but it didn't help.
    4549
    4650I ran
     51{{{
    4752sudo port uninstall php5-oracle
     53}}}
    4854then
     55{{{
    4956sudo port install php5-oracle
     57}}}
    5058and got the same error message.
    5159
    5260When I run
     61{{{
    5362sudo port -d install php5-oracle
     63}}}
    5464I get the following:
    5565
     66{{{
    5667DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/php/php5-oracle
    5768DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/php/php5-oracle
     
    896907Error: Status 1 encountered during processing.
    897908To report a bug, see <http://guide.macports.org/#project.tickets>
     909}}}