This seems to have collided with the postgresql 9.1 update from
yesterday. libpq's API did not change that much, but if LibO is using
some of the /usr/include/postgresql/internal/* headers, it might need
some adaptions for

-extern char *first_path_separator(const char *pathlist);
+extern char *first_path_var_separator(const char *pathlist);

-extern int     pg_get_encoding_from_locale(const char *ctype);
+extern int     pg_get_encoding_from_locale(const char *ctype, bool 
write_message);

-extern int     SetClientEncoding(int encoding, bool doit);
+extern int     PrepareClientEncoding(int encoding);
+extern int     SetClientEncoding(int encoding);

-extern void copydir(char *fromdir, char *todir, bool recurse);

These are the only API changes I can see.

** Changed in: libreoffice (Ubuntu Oneiric)
     Assignee: (unassigned) => Björn Michaelsen (bjoern-michaelsen)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/834178

Title:
  next libreoffice ftbfs (all archs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/834178/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to