Re: pgagent 4 build error on Fedora 28

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgagent 4 build error on Fedora 28
Date: 2018-08-09 11:40:46
Message-ID: CA+OCxoySxUvA16fuY+VfLZu2m9aX8kr5-zLR4RgSbLxhF3D3PA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Aug 9, 2018 at 12:36 PM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:

>
> Hi,
>
> On Thu, 2018-08-09 at 12:55 +0300, Devrim Gündüz wrote:
> > [100%] Linking CXX executable pgagent
> > /usr/bin/ld: CMakeFiles/pgagent.dir/connection.cpp.o: undefined
> reference to
> > symbol 'pthread_join@@GLIBC_2.2.5'
> > //usr/lib64/libpthread.so.0: error adding symbols: DSO missing from
> command
> > line
> > collect2: error: ld returned 1 exit status
> > make[3]: *** [CMakeFiles/pgagent.dir/build.make:181: pgagent] Error 1
>
> Replying my own email: Fixed it by adding -pthread to CXXFLAGS in the spec
> file.
>

Ahh :-). Already fixed in git:
https://git.postgresql.org/gitweb/?p=pgagent.git;a=commitdiff;h=5b79460bdda286ca988b39e93e446176e8a781d1

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-08-09 13:38:03 pgAdmin 4 v3.2 released
Previous Message Devrim Gündüz 2018-08-09 11:36:06 Re: pgagent 4 build error on Fedora 28