Обсуждение: Beta 4 uploaded

Поиск
Список
Период
Сортировка

Beta 4 uploaded

От
Dave Page
Дата:
I've uploaded beta 4 in the usual formats to
http://developer.pgadmin.org/ftp/release/v1.8.0-beta4/

Please take a minute to download and check for serious errors before I
announce.

I'm hoping this will be a short release, before a release candidate and
actual release...

Regards, Dave.

Re: Beta 4 uploaded

От
Devrim GÜNDÜZ
Дата:
Hi Dave,
On Tue, 2007-09-04 at 16:35 +0100, Dave Page wrote:
> Please take a minute to download and check for serious errors before I
> announce

F-7:

if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/pgsql/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8
-I/usr/include/wx-2.8-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2
-I/usr/include/libxml2-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing
-I../pgadmin/include  -MT dlgPgpassConfig.o -MD -MP -MF ".deps/dlgPgpassConfig.Tpo" -c -o dlgPgpassConfig.o `test -f
'./dlg/dlgPgpassConfig.cpp'|| echo './'`./dlg/dlgPgpassConfig.cpp; \ 
        then mv -f ".deps/dlgPgpassConfig.Tpo" ".deps/dlgPgpassConfig.Po"; else rm -f ".deps/dlgPgpassConfig.Tpo"; exit
1;fi 
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/pgsql/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8
-I/usr/include/wx-2.8-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2
-I/usr/include/libxml2-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing
-I../pgadmin/include  -MT dlgProperty.o -MD -MP -MF ".deps/dlgProperty.Tpo" -c -o dlgProperty.o `test -f
'./dlg/dlgProperty.cpp'|| echo './'`./dlg/dlgProperty.cpp; \ 
        then mv -f ".deps/dlgProperty.Tpo" ".deps/dlgProperty.Po"; else rm -f ".deps/dlgProperty.Tpo"; exit 1; fi
./dlg/dlgProperty.cpp: In constructor 'dlgProperty::dlgProperty(pgaFactory*, frmMain*, const wxString&)':
./dlg/dlgProperty.cpp:97: error: conversion from 'int' to 'const wxTreeItemId' is ambiguous
/usr/include/wx-2.8/wx/treebase.h:75: note: candidates are: wxTreeItemId::wxTreeItemId(long int)
/usr/include/wx-2.8/wx/treebase.h:59: note:                 wxTreeItemId::wxTreeItemId(void*)
./dlg/dlgProperty.cpp:98: error: conversion from 'int' to 'const wxTreeItemId' is ambiguous
/usr/include/wx-2.8/wx/treebase.h:75: note: candidates are: wxTreeItemId::wxTreeItemId(long int)
/usr/include/wx-2.8/wx/treebase.h:59: note:                 wxTreeItemId::wxTreeItemId(void*)
make[2]: *** [dlgProperty.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.8.0-beta4/pgadmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.8.0-beta4'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.63918 (%build)

Cheers,

--
Devrim GÜNDÜZ
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/



Вложения

Re: Beta 4 uploaded

От
Dave Page
Дата:
Devrim GÜNDÜZ wrote:
> Hi Dave,
> On Tue, 2007-09-04 at 16:35 +0100, Dave Page wrote:
>> Please take a minute to download and check for serious errors before I
>> announce
>
> F-7:
>
> if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/pgsql/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8
-I/usr/include/wx-2.8-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2
-I/usr/include/libxml2-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing
-I../pgadmin/include  -MT dlgPgpassConfig.o -MD -MP -MF ".deps/dlgPgpassConfig.Tpo" -c -o dlgPgpassConfig.o `test -f
'./dlg/dlgPgpassConfig.cpp'|| echo './'`./dlg/dlgPgpassConfig.cpp; \ 
>         then mv -f ".deps/dlgPgpassConfig.Tpo" ".deps/dlgPgpassConfig.Po"; else rm -f ".deps/dlgPgpassConfig.Tpo";
exit1; fi 
> if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/pgsql/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8
-I/usr/include/wx-2.8-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2
-I/usr/include/libxml2-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing
-I../pgadmin/include  -MT dlgProperty.o -MD -MP -MF ".deps/dlgProperty.Tpo" -c -o dlgProperty.o `test -f
'./dlg/dlgProperty.cpp'|| echo './'`./dlg/dlgProperty.cpp; \ 
>         then mv -f ".deps/dlgProperty.Tpo" ".deps/dlgProperty.Po"; else rm -f ".deps/dlgProperty.Tpo"; exit 1; fi
> ./dlg/dlgProperty.cpp: In constructor 'dlgProperty::dlgProperty(pgaFactory*, frmMain*, const wxString&)':
> ./dlg/dlgProperty.cpp:97: error: conversion from 'int' to 'const wxTreeItemId' is ambiguous
> /usr/include/wx-2.8/wx/treebase.h:75: note: candidates are: wxTreeItemId::wxTreeItemId(long int)
> /usr/include/wx-2.8/wx/treebase.h:59: note:                 wxTreeItemId::wxTreeItemId(void*)
> ./dlg/dlgProperty.cpp:98: error: conversion from 'int' to 'const wxTreeItemId' is ambiguous
> /usr/include/wx-2.8/wx/treebase.h:75: note: candidates are: wxTreeItemId::wxTreeItemId(long int)
> /usr/include/wx-2.8/wx/treebase.h:59: note:                 wxTreeItemId::wxTreeItemId(void*)
> make[2]: *** [dlgProperty.o] Error 1
> make[2]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.8.0-beta4/pgadmin'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.8.0-beta4'
> make: *** [all] Error 2
> error: Bad exit status from /var/tmp/rpm-tmp.63918 (%build)
>
> Cheers,
>

OK, there's no problem on FC6 or Slackware so bear with me a little
while as I setup an F7 VM...

/F

Re: Beta 4 uploaded

От
Dave Page
Дата:
Devrim GÜNDÜZ wrote:
> Hi Dave,
> On Tue, 2007-09-04 at 16:35 +0100, Dave Page wrote:
>> Please take a minute to download and check for serious errors before I
>> announce
>
> F-7:
>
> if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/pgsql/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8
-I/usr/include/wx-2.8-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2
-I/usr/include/libxml2-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing
-I../pgadmin/include  -MT dlgPgpassConfig.o -MD -MP -MF ".deps/dlgPgpassConfig.Tpo" -c -o dlgPgpassConfig.o `test -f
'./dlg/dlgPgpassConfig.cpp'|| echo './'`./dlg/dlgPgpassConfig.cpp; \ 
>         then mv -f ".deps/dlgPgpassConfig.Tpo" ".deps/dlgPgpassConfig.Po"; else rm -f ".deps/dlgPgpassConfig.Tpo";
exit1; fi 
> if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/pgsql/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8
-I/usr/include/wx-2.8-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2
-I/usr/include/libxml2-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing
-I../pgadmin/include  -MT dlgProperty.o -MD -MP -MF ".deps/dlgProperty.Tpo" -c -o dlgProperty.o `test -f
'./dlg/dlgProperty.cpp'|| echo './'`./dlg/dlgProperty.cpp; \ 
>         then mv -f ".deps/dlgProperty.Tpo" ".deps/dlgProperty.Po"; else rm -f ".deps/dlgProperty.Tpo"; exit 1; fi
> ./dlg/dlgProperty.cpp: In constructor 'dlgProperty::dlgProperty(pgaFactory*, frmMain*, const wxString&)':
> ./dlg/dlgProperty.cpp:97: error: conversion from 'int' to 'const wxTreeItemId' is ambiguous
> /usr/include/wx-2.8/wx/treebase.h:75: note: candidates are: wxTreeItemId::wxTreeItemId(long int)
> /usr/include/wx-2.8/wx/treebase.h:59: note:                 wxTreeItemId::wxTreeItemId(void*)
> ./dlg/dlgProperty.cpp:98: error: conversion from 'int' to 'const wxTreeItemId' is ambiguous
> /usr/include/wx-2.8/wx/treebase.h:75: note: candidates are: wxTreeItemId::wxTreeItemId(long int)
> /usr/include/wx-2.8/wx/treebase.h:59: note:                 wxTreeItemId::wxTreeItemId(void*)
> make[2]: *** [dlgProperty.o] Error 1
> make[2]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.8.0-beta4/pgadmin'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.8.0-beta4'
> make: *** [all] Error 2
> error: Bad exit status from /var/tmp/rpm-tmp.63918 (%build)
>
> Cheers,
>

Hmm, this works fine for me on my clean f7 install. What version of wx
etc are you running?

/D

Re: Beta 4 uploaded

От
Devrim GÜNDÜZ
Дата:
Hi Dave,

On Wed, 2007-09-05 at 16:53 +0100, Dave Page wrote:
> Hmm, this works fine for me on my clean f7 install. What version of wx
> etc are you running?

$ rpm -qa|grep -i wx
wxGTK-gl-2.8.4-3.fc7
wxGTK-2.8.4-3.fc7
wxGTK-devel-2.8.4-3.fc7

It is probably a problem with my local installation since I also could
not duplicate this problem on F-7 x86_64 .

Now I need to find out what is the problem with my local installation :(

Cheers,
--
Devrim GÜNDÜZ
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/



Вложения