Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Apr 2022 07:57:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263131] print/hplip fails to build without X11
Message-ID:  <bug-263131-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263131

            Bug ID: 263131
           Summary: print/hplip fails to build without X11
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tijl@FreeBSD.org
          Reporter: janm@transactionware.com
             Flags: maintainer-feedback?(tijl@FreeBSD.org)
          Assignee: tijl@FreeBSD.org

Created attachment 233043
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D233043&action=
=3Dedit
Patch to handle the WITHOUT=3DX11 case in pkg-plist

Building print/hplip "WITHOUT=3DX11" gives the result below at the end of "=
make
package". The hplib/data/images directories are explicitly removed in the
WITHOUT=3DX11 case, but they are not excluded in pkg-plist. Patch attached.

/bin/mkdir -p /ports-work/usr/ports/print/hplip/work/stage/var/lib/hp
/bin/rmdir
/ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/ima=
ges/*
 /ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/im=
ages
=3D=3D=3D=3D> Compressing man pages (compress-man)
=3D=3D=3D>  Building package for hplip-3.22.2
pkg-static: Unable to access file
/ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/ima=
ges/128x128/:No
such file or directory
pkg-static: Unable to access file
/ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/ima=
ges/16x16/:No
such file or directory
pkg-static: Unable to access file
/ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/ima=
ges/24x24/:No
such file or directory
pkg-static: Unable to access file
/ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/ima=
ges/256x256/:No
such file or directory
pkg-static: Unable to access file
/ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/ima=
ges/32x32/:No
such file or directory
pkg-static: Unable to access file
/ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/ima=
ges/64x64/:No
such file or directory
pkg-static: Unable to access file
/ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/ima=
ges/devices/:No
such file or directory
pkg-static: Unable to access file
/ports-work/usr/ports/print/hplip/work/stage/usr/local/share/hplip/data/ima=
ges/other/:No
such file or directory
*** Error code 1

Stop.
make: stopped in /usr/ports/print/hplip

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263131-7788>