Prev: Assertion failure in get_attstatsslot()
Next: - GSoC - snapshot materialized view (work-in-progress) patch
From: "Joshua D. Drake" on 9 Jul 2010 14:03 On Fri, 2010-07-09 at 16:57 +0200, Yeb Havinga wrote: > Hello list, > > Due to dependency requirements my development machine has ubuntu > repositories jaunty, lucid and intrepid. > I would not expect anything to work in an environment that is that misconfigured. I would suggest running VirtualBox for your different requirements. Sincerely, Joshua D. Drake -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Yeb Havinga on 9 Jul 2010 16:10 Joshua D. Drake wrote: > On Fri, 2010-07-09 at 16:57 +0200, Yeb Havinga wrote: > >> Hello list, >> >> Due to dependency requirements my development machine has ubuntu >> repositories jaunty, lucid and intrepid. >> >> > > I would not expect anything to work in an environment that is that > misconfigured. I would suggest running VirtualBox for your different > requirements. > Thanks for your advice but my message was a FYI. The link I provided suggests it can happen at systems having only lucid as well. regards, Yeb Havinga -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Robert Haas on 9 Jul 2010 16:18 On Fri, Jul 9, 2010 at 4:10 PM, Yeb Havinga <yebhavinga(a)gmail.com> wrote: > Joshua D. Drake wrote: >> On Fri, 2010-07-09 at 16:57 +0200, Yeb Havinga wrote: >>> Hello list, >>> >>> Due to dependency requirements my development machine has ubuntu >>> repositories jaunty, lucid and intrepid. >> >> I would not expect anything to work in an environment that is that >> misconfigured. I would suggest running VirtualBox for your different >> requirements. >> > > Thanks for your advice but my message was a FYI. The link I provided > suggests it can happen at systems having only lucid as well. It sounds like it's an Ubuntu linker bug, though - not really anything to do with us. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Yeb Havinga on 10 Jul 2010 05:58
On Fri, Jul 9, 2010 at 10:18 PM, Robert Haas <robertmhaas(a)gmail.com> wrote: > On Fri, Jul 9, 2010 at 4:10 PM, Yeb Havinga <yebhavinga(a)gmail.com> wrote: > > Joshua D. Drake wrote: > >> On Fri, 2010-07-09 at 16:57 +0200, Yeb Havinga wrote: > >>> Hello list, > >>> > >>> Due to dependency requirements my development machine has ubuntu > >>> repositories jaunty, lucid and intrepid. > >> > >> I would not expect anything to work in an environment that is that > >> misconfigured. I would suggest running VirtualBox for your different > >> requirements. > >> > > > > Thanks for your advice but my message was a FYI. The link I provided > > suggests it can happen at systems having only lucid as well. > > It sounds like it's an Ubuntu linker bug, though - not really anything > to do with us. > I realize the pg lists are not the place to discuss particular distribution bugs. However, because the bug occurred only in a particular pg source tree and not another, I spent a lot of time looking in the wrong place. This could happen to somebody else as well. Since searching for some keywords in the pg lists returned 0 results I thought lets change that, to possibly safe somebody else some time. Sorry to cause confusion. I'll try to be more prudent in the future. regards, Yeb Havinga |