pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cups-base: Add a TODO trying to describe the installation problem



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Nov 17 14:53:21 2019 +0100
Changeset:	017a57b920e62562358804a9c0b4a8dc28f70700

Added Files:
	cups-base/TODO

Log Message:
cups-base: Add a TODO trying to describe the installation problem

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=017a57b920e62562358804a9c0b4a8dc28f70700

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cups-base/TODO | 9 +++++++++
 1 file changed, 9 insertions(+)

diffs:
diff --git a/cups-base/TODO b/cups-base/TODO
new file mode 100644
index 0000000000..5a30d740bd
--- /dev/null
+++ b/cups-base/TODO
@@ -0,0 +1,9 @@
+The installation (`make install') fails with:
+
+ Installing programs in templates...
+ set -e; for file in LICENSE README.md; do                        /usr/bin/install -c -o user -g users -m 644 /tmp/pkgsrc/wip/cups-base/work/cups-2.3.0/${file}                   /tmp/pkgsrc/wip/cups-base/work/.destdir/usr/pkg/share/doc/cups/${file};  done
+ /bin/chmod g-w /tmp/pkgsrc/wip/cups-base/work/.destdir/usr/pkg/libexec/cups/cgi-bin
+ chmod: /tmp/pkgsrc/wip/cups-base/work/.destdir/usr/pkg/libexec/cups/cgi-bin: No such file or directory
+ *** Error code 1
+
+...and the DESTDIR isn't properly populated... Investigate further and fix.


Home | Main Index | Thread Index | Old Index