pkgsrc-WIP-discuss archive

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

Re: pkglint : Redundant library found.




So to avoid any kludges in PLIST
files, libtool archive handling is automated.
Makes sense. Thanks.


Where you expect them is not necessarily where they should be installed.
That's the reason why the USE_PKGLOCALEDIR mechanism exists. What
happens, more precisely?
This project requires a patched version of GCC to be installed to parse source files as they are compiled (It is a static source analysis application). To avoid conflicts with previously installed GCC versions and associated libraries i install this into a prefix of: $prefix/edoc_patched/... Where ... are the usual lib, bin etc. This results in: /usr/pkg/edoc_patched. Maybe there is a better location, like edoc_patched under libexec

I am trying to isolate the install of the patched GCC. The locale files for GCC were being installed into /usr/pkg/share/... instead of /usr/pkg/edoc_patched/share/... Disabling this means they end up back in /usr/pkg/share/...

Is just setting USE_PKGLOCALDIR=no suitable for this?

Thanks,
Brendon.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index