pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkgsrc bootstraps on HP WEBOS!
I've managed to bootstrap pkgsrc on HP Touchpad WebOS, an ARM7 Linux
(busybox) derivative. Everything looks great, and only minor system
changes.
I then moved to attempt building a package, and the first dependency
pkgsrc needed to resolve was digest.
The entire digest build goes great, but the installation doesn't go so well:
=> Unwrapping files-to-be-installed.
===> Installing for digest-20111104
/bin/sh ./mkinstalldirs
/mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg/bin
mkdir /mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg/bin
/usr/bin/install -c -s -o root -g root -m 755 digest
/mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg/bin/digest
/bin/sh ./mkinstalldirs
/mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg//media/internal/pkg/man/man1
mkdir
/mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg/media
mkdir
/mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg/media/internal
mkdir
/mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg/media/internal/pkg
mkdir
/mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg/media/internal/pkg/man
mkdir
/mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg/media/internal/pkg/man/man1
/usr/bin/install -c -o root -g root -m 644 digest.1
/mnt/webos/pkgsrc/pkgtools/digest/work/.destdir/media/internal/pkg//media/internal/pkg/man/man1/digest.1
=> Automatic manual page handling
===> Building binary package for digest-20111104
=> Creating binary package
/mnt/webos/pkgsrc/packages/All/digest-20111104.tgz
pkg_create: lstat failed for file /media/internal/pkg/man/man1/digest.1:
No such file or directory
One fine point, I'm building off NFS mount /mnt/webos/pkgsrc, and
/media/internal/pkg is a mount on a NFS share. The TouchPad's /usr and
/opt storage is rather small, and the flash storage doesn't allow
symbolic links. I wouldn't expect NFS to be an issue, but it is worth
mentioning.
Also, I noticed that all pkg builds are creating binary packages. When
did this become default behavior?
Thanks for any ideas why the install is failing.
- jam
Home |
Main Index |
Thread Index |
Old Index