#12236 closed defect (invalid)
libgnomekbd fails to build
Reported by: | tyler@… | Owned by: | rhwood@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | tyler@…, rhwood@… | |
Port: |
Description
The libgnomekbd build process for some reason ALWAYS includes building the contents of the "test" module, which appear to be broken and out of date from the vendor.
gkbd-indicator-test.c cites missing macros and also should be including libintl.h (causing missing function name wanrings to be spewed) and in turn brings the build process to a halt since for some reason -Werror is being turned on somewhere. The link process fails as well bringing the entire build down as well on the test "module".
The "temporary" fix is to manually edit the Makefile in the work directory and remove "test" from the SUBDIRS variable. Ugh
Attachments (1)
Change History (7)
comment:1 Changed 17 years ago by yves@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by rjt-gramps@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I have just port selfupdate, port sync and I have checked that the change in changeset:27397 is in the Portfile but I still the same error. At least I think that it is the same error, trace is attached.
(PS. I hope that it is OK for me to reopen this bug, sorry if I have not followed the correct procedure.)
comment:3 Changed 17 years ago by nox@…
Milestone: | → Port Bugs |
---|---|
Priority: | Expected → Normal |
Version: | 1.4.40 |
comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | tyler@… rhwood@… added |
---|---|
Owner: | changed from macports-dev@… to rhwood@… |
Status: | reopened → new |
comment:5 Changed 17 years ago by rhwood@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
If this remains an issue with the current version of port libgnomekbd, please open a new ticket against that version.
(Marking invalid--old version of port)
Should be fixed now as of changeset:27397
thanks