Re: pgadmin 1.6.3 - segmentation fault - Mailing list pgadmin-support

From Dave Page
Subject Re: pgadmin 1.6.3 - segmentation fault
Date
Msg-id 467793FA.3@postgresql.org
Whole thread Raw
In response to Re: pgadmin 1.6.3 - segmentation fault  (Marcin Zajączkowski <mszpak@wp.pl>)
Responses Re: pgadmin 1.6.3 - segmentation fault  (Marcin Zajączkowski <mszpak@wp.pl>)
List 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.


pgadmin-support by date:

Previous
From: Marcin Zajączkowski
Date:
Subject: Re: pgadmin 1.6.3 - segmentation fault
Next
From: Richard Huxton
Date:
Subject: Debian Etch packaging problem?