Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92587 - sys-apps/gawk filefuncts: bsd's ldconfig doesn't support -l
Summary: sys-apps/gawk filefuncts: bsd's ldconfig doesn't support -l
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-14 06:23 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-14 06:23:30 UTC
Currently filefuncts makefile which is shipped with gawk launch an ldconfig -l during install phase. That command doesn't work on bsd userland. Works fine without it in G/FBSD at least.

I'm not sure what that command is supposed to do, but if it can be removed, gawk can work on g/fbsd almost out of the box.

Thanks, Diego
Comment 1 SpanKY gentoo-dev 2005-05-14 10:56:10 UTC
`ldconfig -l` creates the symlinks in the dir ... if it doesnt work on freebsd, then dropping it isnt a good idea, better to just create the links ourself :P

fixed in cvs