Bug 416721 - fedora-ds-base build problem
Summary: fedora-ds-base build problem
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: 389-ds-base
Version: 8
Hardware: alpha
OS: Linux
low
low
Target Milestone: ---
Assignee: Rich Megginson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-08 19:08 UTC by Oliver Falk
Modified: 2011-04-25 23:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-08 19:22:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Oliver Falk 2007-12-08 19:08:22 UTC
Any chance you can give a comment on this build log:

http://buildsys.zero42.at/koji/getfile?taskID=74814&name=build.log

Thx

Comment 1 Rich Megginson 2007-12-08 19:22:30 UTC
*** dbscan.c.~1.19.~	2007-11-30 14:40:15.000000000 -0700
--- dbscan.c	2007-12-08 12:14:36.000000000 -0700
***************
*** 142,147 ****
--- 142,148 ----
  
      va_start(ap, fmt);
      vfprintf(stdout, fmt, ap);
+     va_end(ap);
  }
  
  void db_printfln(char *fmt, ...)
***************
*** 150,156 ****
  
      va_start(ap, fmt);
      vfprintf(stdout, fmt, ap);
!     vfprintf(stdout, "\n", NULL);
  }
  
  int MAX_BUFFER = 4096;
--- 151,158 ----
  
      va_start(ap, fmt);
      vfprintf(stdout, fmt, ap);
!     va_end(ap);
!     fprintf(stdout, "\n");
  }
  
  int MAX_BUFFER = 4096;

Checking in dbscan.c;
/cvs/dirsec/ldapserver/ldap/servers/slapd/tools/dbscan.c,v  <--  dbscan.c
new revision: 1.20; previous revision: 1.19
done

This fix will be available in the next fedora-ds-base release.

Comment 2 Oliver Falk 2007-12-08 19:29:25 UTC
Thx.


Note You need to log in before you can comment on or make changes to this bug.