Bug 3086 - New SVN snapshots of Samba3 can not be built on FreeBSD
Summary: New SVN snapshots of Samba3 can not be built on FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.20
Hardware: x86 FreeBSD
: P3 major
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 02:19 UTC by Alex Masterov
Modified: 2005-09-27 19:47 UTC (History)
0 users

See Also:


Attachments
This patch removes linking error on FreeBSD (1.00 KB, patch)
2005-09-12 02:21 UTC, Alex Masterov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Masterov 2005-09-12 02:19:49 UTC
While building samba3 (3.0.21pre1-SVN-build-10154) on FreeBSD 5.4-STABLE a
following error occured:
[skip]
Compiling tdb/tdbbackup.c
Linking bin/tdbbackup
/usr/bin/ld: cannot find -liconv
*** Error code 1

libiconv is installed
Comment 1 Alex Masterov 2005-09-12 02:21:24 UTC
Created attachment 1437 [details]
This patch removes linking error on FreeBSD

With this patch compilation was completed normally on FreeBSD.
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-09-27 11:57:09 UTC
already fixed in SAMBA_3_0.
Comment 3 Alex Masterov 2005-09-27 19:47:45 UTC
I've just verified, it's fixed in SAMBA_3_0.
Thanks!