Stop fidling with things. It failed to package because YOU broke it.

// Brad

On Fri, Jul 15, 2005 at 05:17:50PM +0000, Paul Pruett wrote:
> 
> last 2 files for making package the make install
> could not find for  graphics/png  stable 3.7
> 
> making missing 2 fake directories and copying 2 files
> worked around it.  don't know if it was due to
> my environment or endemic
> 
> details:
> 
> ---------------------
> just to really test a new box, sometimes I  install last release,
> get stable for src and ports, make kernel replace and reboot, make obj & 
> make build src,
> and then go to /usr/ports/www/php4 and do make install and see what
> happens... if it 'makes' it through this exercise,  it gives me warm 
> fuzzies..
> in the past this exercise the new system have
> shown weakness sometimes in hardware like memory if on surplus 
> computers, and sometimes software in ports...  And sure enough..
> for openbsd 3.7 stable and maybe for current if making virgin port png
> instead of using package... no w- directories,
> get install error finding 2 files... with stable src and ports as of 
> yesterday.
> 
> 
> doing this allowed make install:
> 
> 
> cd /usr/ports/graphics/png
> rm -rf /usr/ports/graphics/png/w-*
> make install
> ###   (fails)
> 
> locate libpng.ps
> mkdir -p /usr/ports/graphics/png/w-png-1.2.7p1/fake-i386/usr/share/man/ps3
> cp /usr/ports/graphics/png/w-png-1.2.7p1/libpng-1.2.7/libpng.ps3 \ 
> /usr/ports/graphics/png/w-png-1.2.7p1/fake-i386/usr/share/man/ps3/libpng.ps
> 
> locate png.ps
> mkdir -p /usr/ports/graphics/png/w-png-1.2.7p1/fake-i386/usr/share/man/ps5
> cp /usr/ports/graphics/png/w-png-1.2.7p1/libpng-1.2.7/png.ps5 \
> /usr/ports/graphics/png/w-png-1.2.7p1/fake-i386/usr/share/man/ps5/png.ps
> 
> make install
> ####   (works for png,
> ###   now going back to php4 to see if anything else stops)
> 
> 

Reply via email to