Обсуждение: skytools3

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

skytools3

От
Christoph Berg
Дата:
Hi Dimitri,

I've just had a look at skytools3. I've pushed Marko's current git to
http://anonscm.debian.org/gitweb/?p=pkg-postgresql/skytools3.git,
branched off a debian branch at the skytools_3_1_5 tag, and tried to
build it from there.

Problem 1 was that the tarball from pgfoundry doesn't really match
that tag - I then switched to the tarball from the github tag, which
worked.

Problem 2 is now that it doesn't compile:
make[1]: Entering directory `/srv/projects/postgresql/skytools3/skytools3.git'
./autogen.sh
./autogen.sh: 3: ./autogen.sh: ./lib/mk/std-autogen.sh: not found
make[1]: *** [config.mak] Fehler 127

Any ideas?

Christoph
--
cb@df7cb.de | http://www.df7cb.de/


Re: skytools3

От
Dimitri Fontaine
Дата:
Christoph Berg <cb@df7cb.de> writes:
> Problem 2 is now that it doesn't compile:
> make[1]: Entering directory `/srv/projects/postgresql/skytools3/skytools3.git'
> ./autogen.sh
> ./autogen.sh: 3: ./autogen.sh: ./lib/mk/std-autogen.sh: not found
> make[1]: *** [config.mak] Fehler 127
>
> Any ideas?

Yeah, missed a step about libusual?

  git submodule init --update # or maybe the other way round,
  git submodule update --init # but only one of those

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


Re: skytools3

От
Christoph Berg
Дата:
On 25. Februar 2014 22:19:52 MEZ, Dimitri Fontaine <dimitri@2ndQuadrant.fr> wrote:
>Christoph Berg <cb@df7cb.de> writes:
>> Problem 2 is now that it doesn't compile:
>> make[1]: Entering directory
>`/srv/projects/postgresql/skytools3/skytools3.git'
>> ./autogen.sh
>> ./autogen.sh: 3: ./autogen.sh: ./lib/mk/std-autogen.sh: not found
>> make[1]: *** [config.mak] Fehler 127
>>
>> Any ideas?
>
>Yeah, missed a step about libusual?
>
>  git submodule init --update # or maybe the other way round,
>  git submodule update --init # but only one of those
>
>Regards,

This was a build from the tarball, lib/ is there.

I'll recheck tonight, but i think the tarball is incomplete.