[Bug 193407] pkg-plist for devel/glib20

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 7 09:48:50 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193407

Tijl Coosemans <tijl at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tijl at FreeBSD.org
           Assignee|freebsd-ports-bugs at FreeBSD. |tijl at FreeBSD.org
                   |org                         |

--- Comment #1 from Tijl Coosemans <tijl at FreeBSD.org> ---
Those *.la files should not be needed.  There are probably still references to
them in other *.la files installed on your system.  Please run the following
command:

find /usr/local/lib -name '*.la' | xargs grep -l 'libglib-2\.0\.la' | xargs pkg
which

It will print a list of *.la files that reference libglib-2.0.la and what
package they belong to.  Where it says "not found in the database" delete that
.la file.  After removing all such .la files, where it says "installed by
package X", rebuild X.

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


More information about the freebsd-ports-bugs mailing list