pkgsrc-Bugs archive

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

pkg/53345: x11/xfce4-settings and sysutils/xfce4-power-manager cannot find the library libintl.la



>Number:         53345
>Category:       pkg
>Synopsis:       x11/xfce4-settings and sysutils/xfce4-power-manager cannot find the library libintl.la
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 05 20:10:00 +0000 2018
>Originator:     David Shao
>Release:        current pkgsrc
>Organization:
>Environment:
NetBSD netbsd.native 8.99.19 NetBSD 8.99.19 (GENERIC) #3: Tue Jun  5 08:05:00 PDT 2018  xxxxxx%xxxxxx.xxx@localhost:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
>Description:
Building either x11/xfce4-settings or sysutils/xfce4-power-manager on NetBSD amd64 with native xorg results in errors such as:

  CC       xfsettingsd-displays-upower.o
  CCLD     xfsettingsd
libtool:   error: cannot find the library '/usr/pkgsrc/x11/xfce4-settings/work/.buildlink/lib/libintl.la' or unhandled argument '/usr/pkgsrc/x11/xfce4-settings/work/.buildlink/lib/libintl.la'

...

  CCLD     libxfpmcommon.la
grep: /usr/pkgsrc/sysutils/xfce4-power-manager/work/.buildlink/lib/libintl.la: No such file or directory
sed: /usr/pkgsrc/sysutils/xfce4-power-manager/work/.buildlink/lib/libintl.la: No such file or directory
libtool:   error: '/usr/pkgsrc/sysutils/xfce4-power-manager/work/.buildlink/lib/libintl.la' is not a valid libtool archive

>How-To-Repeat:

>Fix:
Adding to the Makefile

USE_BUILTIN.gettext=	no

such as appending this line to the end like this:

.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
USE_BUILTIN.gettext=	no
.include "../../mk/bsd.pkg.mk"

enables the packages to be built and installed.



Home | Main Index | Thread Index | Old Index