Обсуждение: pgAdmin 1.10.0 Beta 1 uploaded

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

pgAdmin 1.10.0 Beta 1 uploaded

От
Dave Page
Дата:
I've uploaded beta 1 in source, win32 and OSX formats to
http://developer.pgadmin.org/ftp/release/v1.10.0-beta1/. Please
download and sanity check before I announce more widely tomorrow! If
someone can generate some RPMs (Devrim? :-) ) that would be most
helpful.

Note that as our development server is going to be re-deployed on
FreeBSD in the near future, I'm no longer intending to build Slackware
packages. If anyone wants to start doing so, that would be a big help.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

Re: pgAdmin 1.10.0 Beta 1 uploaded

От
Devrim GÜNDÜZ
Дата:
On Thu, 2009-03-12 at 15:09 +0000, Dave Page wrote:
> I've uploaded beta 1 in source, win32 and OSX formats to
> http://developer.pgadmin.org/ftp/release/v1.10.0-beta1/. Please
> download and sanity check before I announce more widely tomorrow! If
> someone can generate some RPMs (Devrim? :-) ) that would be most
> helpful.

Dave, is configure script supposed to be a binary file?

I can open it via nano, however vi treats it as a binary file. I need to
patch configure scripts for RPMs, and after editing file with nano, I
get a stupid diff.

I just noticed that nano warns me while opening this file:

[ Read 9022 lines (Converted from Mac format) ]

Is that normal?

Regards,
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org

Вложения

Re: pgAdmin 1.10.0 Beta 1 uploaded

От
Dave Page
Дата:
It was generated on a mac (which is basically bsd), but it should be
ascii. What does it look like if u cat it?

On 3/12/09, Devrim GÜNDÜZ <devrim@gunduz.org> wrote:
> On Thu, 2009-03-12 at 15:09 +0000, Dave Page wrote:
>> I've uploaded beta 1 in source, win32 and OSX formats to
>> http://developer.pgadmin.org/ftp/release/v1.10.0-beta1/. Please
>> download and sanity check before I announce more widely tomorrow! If
>> someone can generate some RPMs (Devrim? :-) ) that would be most
>> helpful.
>
> Dave, is configure script supposed to be a binary file?
>
> I can open it via nano, however vi treats it as a binary file. I need to
> patch configure scripts for RPMs, and after editing file with nano, I
> get a stupid diff.
>
> I just noticed that nano warns me while opening this file:
>
> [ Read 9022 lines (Converted from Mac format) ]
>
> Is that normal?
>
> Regards,
> --
> Devrim GÜNDÜZ, RHCE
> devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
>                    http://www.gunduz.org
>


--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

Re: pgAdmin 1.10.0 Beta 1 uploaded

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

On Thu, 2009-03-12 at 20:50 +0000, Dave Page wrote:

> It was generated on a mac (which is basically bsd), but it should be
> ascii. What does it look like if u cat it?

Hard to define :) A binary file with ascii footprints :)
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org

Вложения

Re: pgAdmin 1.10.0 Beta 1 uploaded

От
Dave Page
Дата:
On Thu, Mar 12, 2009 at 8:58 PM, Devrim GÜNDÜZ <devrim@gunduz.org> wrote:
> Hi Dave,
>
> On Thu, 2009-03-12 at 20:50 +0000, Dave Page wrote:
>
>> It was generated on a mac (which is basically bsd), but it should be
>> ascii. What does it look like if u cat it?
>
> Hard to define :) A binary file with ascii footprints :)

Looks fine here on a Linux box:

dpage@developer:~/pgadmin3-1.10.0-beta1$ uname -a
Linux developer 2.4.33.3 #21 Fri Sep 1 04:42:41 CDT 2006 i686 i686
i386 GNU/Linux
dpage@developer:~/pgadmin3-1.10.0-beta1$ head -30 configure
#! /bin/sh
# From configure.ac Revision: 4719 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.62 for pgadmin3 1.10.0-beta1.
#
# Report bugs to <pgadmin-support@postgresql.org>.
#
# Copyright 2002 - 2009 The pgAdmin Development Team
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
## --------------------- ##
## M4sh Initialization.  ##
## --------------------- ##

# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in
  *posix*) set -o posix ;;
esac
dpage@developer:~/pgadmin3-1.10.0-beta1$ file configure
configure: awk script text

(file thinks it's an awk script, but it's not saying it's binary)


--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

Re: pgAdmin 1.10.0 Beta 1 uploaded

От
Devrim GÜNDÜZ
Дата:
On Thu, 2009-03-12 at 21:10 +0000, Dave Page wrote:
> Looks fine here on a Linux box:

Ok, per IM conversation and various tests with Dave, we figured out that
it was nano's fault for some reason.

Sorry for the noise.

Cheers,
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org

Вложения