Patches
Search the entire project
This project's trackers
This project's tasks
This project's releases
Project
People
Skill
Advanced search
Log In
|
New Account
Home
My Page
Projects
Code Snippets
Project Openings
Debian GNU/Hurd port
Summary
Activity
Tracker
Lists
Tasks
Files
[#301847] #254720: FTBFS: masqmail-0.2.20
View Trackers
|
Patches
|
Download .csv
|
Monitor
Date:
2005-06-28 02:45
Priority:
3
State:
Closed
Submitted by:
Barry deFreese (
bddebian-guest
)
Assigned to:
Nobody (None)
Category:
build-env
Group:
submitted
Resolution:
Fixed
Summary:
#254720: FTBFS: masqmail-0.2.20
Detailed description
Author: Barry deFreese <bddebian@comcast.net>
Source: masqmail
Status: Already in Debian BTS
Categories: build-env
Strip-Level: -p1
--- masqmail-0.2.20.org/configure.ac 2003-06-03 11:52:45.000000000 -0400
+++ masqmail-0.2.20/configure.ac 2005-06-27 17:07:17.000000000 -0400
@@ -38,7 +38,7 @@ dnl if there is res_search in libc, it i
dnl if not, it is probably libc6 and we need libresolv
AC_CHECK_LIB(c, res_search, need_resolv=no, need_resolv=yes)
if test "$need_resolv" = yes; then
- AC_CHECK_LIB(resolv, res_search,has_resolv=yes,AC_MSG_ERROR("no$
+ AC_CHECK_LIB(resolv, __res_search,has_resolv=yes,AC_MSG_ERROR("$
RESOLV_LIBS='-lresolv'
else
RESOLV_LIBS=''
Whoops, I just noticed the first AC_CHECK_LIB() that I missed. It is correct in the bug already submitted to Debian though.
Followup
Message
Date: 2005-06-28 14:33
Sender:
Barry deFreese
Logged In: YES user_id=11521Here is the Debian BTS entry:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=254720
Attached Files:
Changes:
Field
Old Value
Date
By
status_id
Open
2007-05-30 22:01
sthibaul-guest
close_date
2007-05-30 22:01
2007-05-30 22:01
sthibaul-guest
Resolution
None
2007-05-30 22:01
sthibaul-guest
summary
FTBFS: masqmail-0.2.20
2006-03-21 13:46
physicman-guest
Show source