pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/56512: x264-devel fails during install step on Solaris 10
>Number: 56512
>Category: pkg
>Synopsis: x264-devel fails during install step on Solaris 10
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Nov 19 15:40:00 +0000 2021
>Originator: Claes Nästén
>Release: trunk 2021-11-18
>Organization:
>Environment:
SunOS 5.10 i86pc i386 i86pc
>Description:
Building multimedia/x264-devel fails during installation due to trying to create multiple directories in one go using /usr/ucb/install
Merge request has been posted upstream as well:
https://code.videolan.org/videolan/x264/-/merge_requests/86
>How-To-Repeat:
Build multimedia/x264-devel on Solaris 10.
>Fix:
patches/patch-Makefile
$NetBSD$
--- Makefile.orig 2021-11-19 13:35:22.317869104 +0000
+++ Makefile
@@ -382,7 +382,8 @@ install-cli: cli
$(INSTALL) x264$(EXE) $(DESTDIR)$(bindir)
install-lib-dev:
- $(INSTALL) -d $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig
+ $(INSTALL) -d $(DESTDIR)$(includedir)
+ $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig
$(INSTALL) -m 644 $(SRCPATH)/x264.h x264_config.h $(DESTDIR)$(includedir)
$(INSTALL) -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
Home |
Main Index |
Thread Index |
Old Index