Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Sep 2014 09:48:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193407] pkg-plist for devel/glib20
Message-ID:  <bug-193407-13-0YlCZsSeo2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193407-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193407-13@https.bugs.freebsd.org/bugzilla/>

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

Tijl Coosemans <tijl@FreeBSD.org> changed:

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

--- Comment #1 from Tijl Coosemans <tijl@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193407-13-0YlCZsSeo2>