[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-13 Thread Lee Bieber
** Changed in: drizzle/elliott
   Status: Fix Committed => Fix Released

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/drizzle

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-11 Thread Monty Taylor
On 12/11/2010 11:26 PM, Matthias Klose wrote:
> no, the builders do not inject anything, but we did turn on ld --as-
> needed in natty.
> 
> my assumption is that drizzled/libtemporal.la doesn't mention the need
> of the pcre library. I'll see if that is the case. as an alternative,
> the drizzled link could explicitely mention -lpcre.
> 

I tried changing how we specify the libpcre link on my natty test box
and it worked - I've just pushed a new package to see if it makes it all
the way through.

** Changed in: drizzle/elliott
   Status: Triaged => Fix Committed

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package drizzle - 2010.12.05-0ubuntu3

---
drizzle (2010.12.05-0ubuntu3) natty; urgency=low

  * Fixed how we were linking libpcre (LP: #688819)
 -- Monty TaylorSun, 12 Dec 2010 00:08:08 -0200

** Branch linked: lp:~mordred/drizzle/bug688819

** Changed in: drizzle (Ubuntu Natty)
   Status: Confirmed => Fix Released

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-11 Thread Matthias Klose
no, the builders do not inject anything, but we did turn on ld --as-
needed in natty.

my assumption is that drizzled/libtemporal.la doesn't mention the need
of the pcre library. I'll see if that is the case. as an alternative,
the drizzled link could explicitely mention -lpcre.

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-11 Thread Monty Taylor
With the new protobuf packages, drizzle builds from source for me on my
natty box... I'll try next in the context of a debuild...

Is there anything the ubuntu builders are injecting into how things are
built? I'll also push up a new rev with V=1 turned on.

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

Title:
  drizzle fails to build from source in natty

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


Re: [Bug 688819] Re: drizzle fails to build from source in natty

2010-12-11 Thread Monty Taylor
On 12/11/2010 06:12 AM, Matthias Klose wrote:
> fixed protobuf. now drizzle fails with:
> 
>   CXXLD  drizzled/drizzled
> drizzled/.libs/libtemporal.a(temporal_format.o): In function `TemporalFormat':
> /build/buildd/drizzle-2010.12.05/drizzled/temporal_format.cc:66: undefined 
> reference to `pcre_compile'
> drizzled/.libs/libtemporal.a(temporal_format.o): In function 
> `drizzled::TemporalFormat::matches(char const*, unsigned long, 
> drizzled::Temporal*)':
> /build/buildd/drizzle-2010.12.05/drizzled/temporal_format.cc:88: undefined 
> reference to `pcre_exec'
> collect2: ld returned 1 exit status
> make[4]: *** [drizzled/drizzled] Error 1
> make[4]: Leaving directory `/build/buildd/drizzle-2010.12.05'
> make[3]: *** [all-recursive] Error 1
> 

Piddle. I shall investigate.

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-11 Thread Matthias Klose
fixed protobuf. now drizzle fails with:

  CXXLD  drizzled/drizzled
drizzled/.libs/libtemporal.a(temporal_format.o): In function `TemporalFormat':
/build/buildd/drizzle-2010.12.05/drizzled/temporal_format.cc:66: undefined 
reference to `pcre_compile'
drizzled/.libs/libtemporal.a(temporal_format.o): In function 
`drizzled::TemporalFormat::matches(char const*, unsigned long, 
drizzled::Temporal*)':
/build/buildd/drizzle-2010.12.05/drizzled/temporal_format.cc:88: undefined 
reference to `pcre_exec'
collect2: ld returned 1 exit status
make[4]: *** [drizzled/drizzled] Error 1
make[4]: Leaving directory `/build/buildd/drizzle-2010.12.05'
make[3]: *** [all-recursive] Error 1

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/protobuf

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-10 Thread Launchpad Bug Tracker
This bug was fixed in the package protobuf - 2.3.0-4ubuntu2

---
protobuf (2.3.0-4ubuntu2) natty; urgency=low

  * Fix linking with -lpthread. LP: #688819.
 -- Matthias KloseSat, 11 Dec 2010 06:46:55 +0100

** Changed in: protobuf (Ubuntu Natty)
   Status: New => Fix Released

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-10 Thread Monty Taylor
** Changed in: drizzle (Ubuntu Natty)
 Assignee: (unassigned) => Monty Taylor (mordred)

** Also affects: drizzle
   Importance: Undecided
   Status: New

** Also affects: drizzle/elliott
   Importance: Undecided
   Status: New

** Changed in: drizzle/elliott
 Assignee: (unassigned) => Monty Taylor (mordred)

** Changed in: drizzle/elliott
   Importance: Undecided => High

** Changed in: drizzle/elliott
   Status: New => Triaged

** Changed in: drizzle/elliott
Milestone: None => 2010-12-20

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~drizzle-developers/ubuntu/natty/drizzle/trunk

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

Title:
  drizzle fails to build from source in natty

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


Re: [Bug 688819] Re: drizzle fails to build from source in natty

2010-12-10 Thread Monty Taylor
For the purposes of ubuntu, I'm just going to add a patch to explicitly
add in -lpthread ... and I'll figure out a real solution upstream.

I'll also turn on verbose builds...

On 12/11/2010 01:11 AM, Matthias Klose wrote:
> ** Also affects: protobuf (Ubuntu)
>Importance: Undecided
>Status: New
>

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-10 Thread Matthias Klose
** Also affects: protobuf (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  drizzle fails to build from source in natty

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


[Bug 688819] Re: drizzle fails to build from source in natty

2010-12-10 Thread Monty Taylor
** Bug watch added: code.google.com/p/protobuf/issues #188
   http://code.google.com/p/protobuf/issues/detail?id=188

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

Title:
  drizzle fails to build from source in natty

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