Re: pgadmin 1.6.3 - segmentation fault

From: Dave Page <dpage(at)postgresql(dot)org>
To: Marcin Zajączkowski <mszpak(at)wp(dot)pl>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgadmin 1.6.3 - segmentation fault
Date: 2007-06-19 08:29:46
Message-ID: 467793FA.3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Marcin Zajączkowski wrote:
> cp: cannot stat `./src/include/images/elephant48.xpm': No such file or
> directory
>
> Were there some changes with graphic files?

Yeah, in fact the entire src/ tree moved to pgadmin/.

In the spec file, change the line:

cp -f ./src/include/images/elephant48.xpm
%{buildroot}/%{_datadir}/%{name}/%{name}.xpm

to

cp -f ./pgadmin/include/images/elephant48.xpm
%{buildroot}/%{_datadir}/%{name}/%{name}.xpm

And that should fix it. I've made the change in SVN already.

Regards, Dave.

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Richard Huxton 2007-06-19 09:47:42 Debian Etch (4.0 stable) package problem
Previous Message Marcin Zajączkowski 2007-06-19 07:58:21 Re: pgadmin 1.6.3 - segmentation fault