не ставится из портов 8.3

MySQL/PostgreSQL/SQLite/Oracle/M$SQL/....

Модератор: terminus

Правила форума
Убедительная просьба юзать теги [code] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
Аватара пользователя
f0s
ст. лейтенант
Сообщения: 1082
Зарегистрирован: 2007-03-13 18:43:31
Откуда: Санкт-Петербург
Контактная информация:

не ставится из портов 8.3

Непрочитанное сообщение f0s » 2008-09-29 15:31:08

дано:

Код: Выделить всё

[f0s@fileserver] /usr/ports/databases/postgresql83-server/> uname -a
FreeBSD fileserver.artpaint 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Fri Nov 16 11:36:47 MSK 2007     root@fileserver.artpaint:/usr/obj/usr/src/sys/fileserver.kern-2007-16-11  amd64
[f0s@fileserver] /usr/ports/databases/postgresql83-server/>
почему-то не ставится postgresql8.3-server. Что сделано:

Код: Выделить всё

[f0s@fileserver] /usr/ports/databases/postgresql83-server/> make fetch


  =========== BACKUP YOUR DATA! =============
  As always, backup your data before
  upgrading. If the upgrade leads to a higher
  minor revision (e.g. 7.3.x -> 7.4), a dump
  and restore of all databases is
  required. This is *NOT* done by the port!

  Press ctrl-C *now* if you need to pg_dump.
  ===========================================

===>  Vulnerability check disabled, database not found
=> postgresql-8.3.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/postgresql.
=> Attempting to fetch from ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v8.3.3/.
postgresql-8.3.3.tar.bz2                      100% of   13 MB  140 kBps 00m00s

[f0s@fileserver] /usr/ports/databases/postgresql83-server/> make checksum


  =========== BACKUP YOUR DATA! =============
  As always, backup your data before
  upgrading. If the upgrade leads to a higher
  minor revision (e.g. 7.3.x -> 7.4), a dump
  and restore of all databases is
  required. This is *NOT* done by the port!

  Press ctrl-C *now* if you need to pg_dump.
  ===========================================

===>  Vulnerability check disabled, database not found
=> MD5 Checksum OK for postgresql/postgresql-8.3.3.tar.bz2.
=> SHA256 Checksum OK for postgresql/postgresql-8.3.3.tar.bz2.
[f0s@fileserver] /usr/ports/databases/postgresql83-server/>


[f0s@fileserver] /usr/ports/databases/postgresql82-server/> make extract


  =========== BACKUP YOUR DATA! =============
  As always, backup your data before
  upgrading. If the upgrade leads to a higher
  minor revision (e.g. 7.3.x -> 7.4), a dump
  and restore of all databases is
  required. This is *NOT* done by the port!

  Press ctrl-C *now* if you need to pg_dump.
  ===========================================



===>  Vulnerability check disabled, database not found
===>  Found saved configuration for postgresql-server-8.3.3
===>  Extracting for postgresql-server-8.3.3
=> MD5 Checksum OK for postgresql/postgresql-8.3.3.tar.bz2.
=> SHA256 Checksum OK for postgresql/postgresql-8.3.3.tar.bz2.

[f0s@fileserver] /usr/ports/databases/postgresql83-server/> cp /tmp/8.3/1c_FULL_83-0.19.patch /usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/
[f0s@fileserver] /usr/ports/databases/postgresql83-server/> cp /tmp/8.3/applock-1c-8.3.1.patch 

/usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/
[f0s@fileserver] /usr/ports/databases/postgresql83-server/> cp /tmp/8.3/postgresql-1c-8.3.patch 

/usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/
[f0s@fileserver] /usr/ports/databases/postgresql83-server/> ll work/postgresql-8.3.3/
total 1790
-rw-r--r--   1 root  wheel  244250 29 сен 16:14 1c_FULL_83-0.19.patch
-rw-r--r--   1 root  wheel    1192  1 янв  2008 COPYRIGHT
-rw-r--r--   1 root  wheel    3780  9 фев  2007 GNUmakefile.in
-rw-r--r--   1 root  wheel  609361  9 июн 04:58 HISTORY
-rw-r--r--   1 root  wheel   46251  9 июн 04:58 INSTALL
-rw-r--r--   1 root  wheel    1423 20 янв  2007 Makefile
-rw-r--r--   1 root  wheel    2026  5 мар  2008 README
-rw-r--r--   1 root  wheel     445 23 апр  2004 aclocal.m4
-rw-r--r--   1 root  wheel    5782 29 сен 16:14 applock-1c-8.3.1.patch
drwxr-xr-x   2 root  wheel     512  9 июн 04:58 config
-rwxr-xr-x   1 root  wheel  775930  9 июн 04:38 configure
-rw-r--r--   1 root  wheel   51677  9 июн 04:38 configure.in
drwxr-xr-x  37 root  wheel    1024  9 июн 04:58 contrib
drwxr-xr-x   4 root  wheel    1024  9 июн 04:58 doc
-rw-r--r--   1 root  wheel    1557 29 сен 16:15 postgresql-1c-8.3.patch
drwxr-xr-x  14 root  wheel     512  9 июн 04:58 src

[f0s@fileserver] /usr/ports/databases/postgresql83-server/> make patch
===>  Patching for postgresql-server-8.3.3
===>  Applying FreeBSD patches for postgresql-server-8.3.3
[f0s@fileserver] /usr/ports/databases/postgresql83-server/> cd work/postgresql-8.3.3/
[f0s@fileserver] /usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/> patch -p0 < 1c_FULL_83-0.19.patch
[f0s@fileserver] /usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/> patch -p1 < postgresql-1c-8.3.patch
[f0s@fileserver] /usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/> patch -p1 < applock-1c-8.3.1.patch
[f0s@fileserver] /usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/> cd ../../
[f0s@fileserver] /usr/ports/databases/postgresql83-server/> make configure
[f0s@fileserver] /usr/ports/databases/postgresql83-server/> make build
после этого идет процесс.. и останавливается на этом:

Код: Выделить всё

cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_misc.o geqo_misc.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_mutation.o geqo_mutation.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_pool.o geqo_pool.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_recombination.o geqo_recombination.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_selection.o geqo_selection.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_erx.o geqo_erx.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_pmx.o geqo_pmx.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_cx.o geqo_cx.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_px.o geqo_px.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_ox1.o geqo_ox1.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o geqo_ox2.o geqo_ox2.c
/usr/bin/ld -r -o SUBSYS.o geqo_copy.o geqo_eval.o geqo_main.o geqo_misc.o geqo_mutation.o geqo_pool.o geqo_recombination.o geqo_selection.o geqo_erx.o geqo_pmx.o geqo_cx.o geqo_px.o geqo_ox1.o geqo_ox2.o
gmake[2]: Leaving directory `/usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/src/backend/optimizer/geqo'
gmake -C path SUBSYS.o
gmake[2]: Entering directory `/usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/src/backend/optimizer/path'
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o allpaths.o allpaths.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o clausesel.o clausesel.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o costsize.o costsize.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o equivclass.o equivclass.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o indxpath.o indxpath.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o joinpath.o joinpath.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o joinrels.o joinrels.c
cc -O2 -fno-strict-aliasing -pipe  -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -c -o orindxpath.o orindxpath.c
orindxpath.c:222: warning: no previous prototype for 'keybased_rewrite_index_paths'
orindxpath.c: In function `keybased_rewrite_index_paths':
orindxpath.c:271: warning: implicit declaration of function `find_common_quals'
orindxpath.c:271: warning: assignment makes pointer from integer without a cast
orindxpath.c:278: error: `CKey' undeclared (first use in this function)
orindxpath.c:278: error: (Each undeclared identifier is reported only once
orindxpath.c:278: error: for each function it appears in.)
orindxpath.c:278: error: `key' undeclared (first use in this function)
orindxpath.c:278: error: syntax error before ')' token
orindxpath.c:279: warning: ISO C90 forbids mixed declarations and code
orindxpath.c:284: warning: implicit declaration of function `unionOperation'
orindxpath.c:284: warning: assignment makes pointer from integer without a cast
orindxpath.c:308: warning: implicit declaration of function `cleanup_nested_quals'
orindxpath.c:308: warning: assignment makes pointer from integer without a cast
orindxpath.c:329: warning: implicit declaration of function `add_path'
orindxpath.c:342: warning: implicit declaration of function `reverseScanDirIdxPath'
orindxpath.c:342: warning: assignment makes pointer from integer without a cast
orindxpath.c:373: warning: implicit declaration of function `sortIndexScans'
orindxpath.c:373: warning: assignment makes pointer from integer without a cast
orindxpath.c:381: warning: implicit declaration of function `create_append_path'
orindxpath.c:381: warning: assignment makes pointer from integer without a cast
orindxpath.c:395: warning: implicit declaration of function `reverseScanDirIdxPaths'
orindxpath.c:395: warning: assignment makes pointer from integer without a cast
orindxpath.c:396: warning: assignment makes pointer from integer without a cast
orindxpath.c:400: warning: assignment makes pointer from integer without a cast
orindxpath.c: At top level:
orindxpath.c:413: error: syntax error before '*' token
orindxpath.c:414: warning: return type defaults to `int'
orindxpath.c:414: warning: no previous prototype for 'transformToCkey'
orindxpath.c: In function `transformToCkey':
orindxpath.c:415: error: `CKey' undeclared (first use in this function)
orindxpath.c:415: error: `key' undeclared (first use in this function)
orindxpath.c:416: warning: ISO C90 forbids mixed declarations and code
orindxpath.c:424: warning: implicit declaration of function `contain_mutable_functions'
orindxpath.c:430: error: syntax error before ')' token
orindxpath.c:435: warning: implicit declaration of function `CommuteOpExpr'
orindxpath.c:440: warning: implicit declaration of function `fix_indexqual_operand'
orindxpath.c:440: warning: cast to pointer from integer of different size
orindxpath.c:448: warning: implicit declaration of function `get_op_opfamily_strategy'
orindxpath.c:451: warning: implicit declaration of function `BTMASK'
orindxpath.c: In function `get_index_quals':
orindxpath.c:467: error: `CKey' undeclared (first use in this function)
orindxpath.c:467: error: `k' undeclared (first use in this function)
orindxpath.c: In function `find_all_quals':
orindxpath.c:495: error: `BTREE_AM_OID' undeclared (first use in this function)
orindxpath.c: At top level:
orindxpath.c:518: error: syntax error before '*' token
orindxpath.c: In function `iseqCKeyArgs':
orindxpath.c:519: error: `a' undeclared (first use in this function)
orindxpath.c:519: error: `b' undeclared (first use in this function)
orindxpath.c: At top level:
orindxpath.c:535: error: syntax error before "CKey"
orindxpath.c: In function `count_entry':
orindxpath.c:539: error: `allquals' undeclared (first use in this function)
orindxpath.c:540: error: `CKey' undeclared (first use in this function)
orindxpath.c:540: error: `key' undeclared (first use in this function)
orindxpath.c:545: error: `tocmp' undeclared (first use in this function)
orindxpath.c: At top level:
orindxpath.c:560: error: conflicting types for 'find_common_quals'
orindxpath.c:271: error: previous implicit declaration of 'find_common_quals' was here
orindxpath.c: In function `find_common_quals':
orindxpath.c:570: error: `CKey' undeclared (first use in this function)
orindxpath.c:570: error: `key' undeclared (first use in this function)
orindxpath.c: At top level:
orindxpath.c:587: error: syntax error before '*' token
orindxpath.c:587: error: conflicting types for 'unionOperation'
orindxpath.c:284: error: previous implicit declaration of 'unionOperation' was here
orindxpath.c: In function `unionOperation':
orindxpath.c:593: error: `key' undeclared (first use in this function)
orindxpath.c:594: error: `BTLessStrategyNumber' undeclared (first use in this function)
orindxpath.c:595: error: `BTLessEqualStrategyNumber' undeclared (first use in this function)
orindxpath.c:596: error: `BTEqualStrategyNumber' undeclared (first use in this function)
orindxpath.c:597: error: `BTGreaterEqualStrategyNumber' undeclared (first use in this function)
orindxpath.c:598: error: `BTGreaterStrategyNumber' undeclared (first use in this function)
orindxpath.c:622: warning: implicit declaration of function `get_op_opfamily_properties'
orindxpath.c:630: warning: implicit declaration of function `get_opfamily_member'
orindxpath.c:635: warning: implicit declaration of function `get_opcode'
orindxpath.c: In function `contained_quals':
orindxpath.c:706: warning: implicit declaration of function `predicate_implied_by'
orindxpath.c: In function `is_intersect':
orindxpath.c:729: warning: implicit declaration of function `predicate_refuted_by'
orindxpath.c: At top level:
orindxpath.c:742: error: conflicting types for 'cleanup_nested_quals'
orindxpath.c:308: error: previous implicit declaration of 'cleanup_nested_quals' was here
orindxpath.c: In function `cleanup_nested_quals':
orindxpath.c:756: error: `BTREE_AM_OID' undeclared (first use in this function)
orindxpath.c: At top level:
orindxpath.c:802: error: syntax error before '*' token
orindxpath.c: In function `simpleCmpExpr':
orindxpath.c:803: error: `a' undeclared (first use in this function)
orindxpath.c:803: error: `b' undeclared (first use in this function)
orindxpath.c: At top level:
orindxpath.c:826: error: syntax error before '*' token
orindxpath.c: In function `cmpEqExpr':
orindxpath.c:827: error: `b' undeclared (first use in this function)
orindxpath.c:830: error: `BTLessStrategyNumber' undeclared (first use in this function)
orindxpath.c:833: error: `a' undeclared (first use in this function)
orindxpath.c:837: error: `BTGreaterStrategyNumber' undeclared (first use in this function)
orindxpath.c: At top level:
orindxpath.c:854: error: syntax error before '*' token
orindxpath.c: In function `cmpNegCmp':
orindxpath.c:855: error: `b' undeclared (first use in this function)
orindxpath.c:858: warning: implicit declaration of function `get_negator'
orindxpath.c:861: error: `a' undeclared (first use in this function)
orindxpath.c:867: warning: implicit declaration of function `IS_LESS'
orindxpath.c: At top level:
orindxpath.c:878: error: syntax error before '*' token
orindxpath.c: In function `cmpExpr':
orindxpath.c:885: warning: implicit declaration of function `IS_ONE_DIRECTION'
orindxpath.c:885: error: `a' undeclared (first use in this function)
orindxpath.c:885: error: `b' undeclared (first use in this function)
orindxpath.c:892: error: `BTEqualStrategyNumber' undeclared (first use in this function)
orindxpath.c: In function `cmpColumnQuals':
orindxpath.c:913: error: `ExExpr' undeclared (first use in this function)
orindxpath.c:913: error: `ae' undeclared (first use in this function)
orindxpath.c:913: error: syntax error before ')' token
orindxpath.c:919: error: `be' undeclared (first use in this function)
orindxpath.c:919: error: syntax error before ')' token
orindxpath.c: In function `cmpIndexPathEx':
orindxpath.c:943: error: `IndexPathEx' undeclared (first use in this function)
orindxpath.c:943: error: `aipe' undeclared (first use in this function)
orindxpath.c:943: error: syntax error before ')' token
orindxpath.c:944: error: `bipe' undeclared (first use in this function)
orindxpath.c:944: error: syntax error before ')' token
orindxpath.c: In function `prepareQuals':
orindxpath.c:965: error: `ExExpr' undeclared (first use in this function)
orindxpath.c:965: error: `ex' undeclared (first use in this function)
orindxpath.c:985: error: syntax error before ')' token
orindxpath.c:989: warning: assignment makes pointer from integer without a cast
orindxpath.c: At top level:
orindxpath.c:1007: error: conflicting types for 'sortIndexScans'
orindxpath.c:373: error: previous implicit declaration of 'sortIndexScans' was here
orindxpath.c: In function `sortIndexScans':
orindxpath.c:1010: error: `IndexPathEx' undeclared (first use in this function)
orindxpath.c:1010: error: `ipe' undeclared (first use in this function)
orindxpath.c:1010: error: syntax error before ')' token
orindxpath.c: At top level:
orindxpath.c:1042: error: conflicting types for 'reverseScanDirIdxPath'
orindxpath.c:342: error: previous implicit declaration of 'reverseScanDirIdxPath' was here
orindxpath.c:1053: error: conflicting types for 'reverseScanDirIdxPaths'
orindxpath.c:395: error: previous implicit declaration of 'reverseScanDirIdxPaths' was here
orindxpath.c:560: warning: 'find_common_quals' defined but not used
orindxpath.c:587: warning: 'unionOperation' defined but not used
orindxpath.c:742: warning: 'cleanup_nested_quals' defined but not used
orindxpath.c:1007: warning: 'sortIndexScans' defined but not used
orindxpath.c:1053: warning: 'reverseScanDirIdxPaths' defined but not used
gmake[2]: *** [orindxpath.o] Ошибка 1
gmake[2]: Leaving directory `/usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/src/backend/optimizer/path'
gmake[1]: *** [path-recursive] Ошибка 2
gmake[1]: Leaving directory `/usr/ports/databases/postgresql83-server/work/postgresql-8.3.3/src/backend/optimizer'
gmake: *** [optimizer-recursive] Ошибка 2
*** Error code 2

Stop in /usr/ports/databases/postgresql83-server.
*** Error code 1

Stop in /usr/ports/databases/postgresql83-server.
[f0s@fileserver] /usr/ports/databases/postgresql83-server/>
named, named, what is my TTL value?..

[FidoNet 2:550/2 && 2:5030/4441]

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

MAK
ст. сержант
Сообщения: 344
Зарегистрирован: 2008-09-17 2:23:21

Re: не ставится из портов 8.3

Непрочитанное сообщение MAK » 2008-09-30 12:12:57

Код: Выделить всё

/tmp/8.3/*
а что это за патчи?

Аватара пользователя
f0s
ст. лейтенант
Сообщения: 1082
Зарегистрирован: 2007-03-13 18:43:31
Откуда: Санкт-Петербург
Контактная информация:

Re: не ставится из портов 8.3

Непрочитанное сообщение f0s » 2008-09-30 14:39:41

named, named, what is my TTL value?..

[FidoNet 2:550/2 && 2:5030/4441]

MAK
ст. сержант
Сообщения: 344
Зарегистрирован: 2008-09-17 2:23:21

Re: не ставится из портов 8.3

Непрочитанное сообщение MAK » 2008-09-30 15:05:31

тогда вопросы к ним. и заголовок темы бы сменить.
update: попробуйте по одному патчу накатить. так можно будет понять в каком именно проблема.

VikTOR.rzn
рядовой
Сообщения: 14
Зарегистрирован: 2008-10-05 2:32:11

Re: не ставится из портов 8.3

Непрочитанное сообщение VikTOR.rzn » 2008-10-05 11:32:18

патчи неправильно накатил
если делать по инструкции: http://forum.lissyara.su/viewtopic.php?f=30&t=11459
то postgresql нормально собирается с патчами 1с

Аватара пользователя
f0s
ст. лейтенант
Сообщения: 1082
Зарегистрирован: 2007-03-13 18:43:31
Откуда: Санкт-Петербург
Контактная информация:

Re: не ставится из портов 8.3

Непрочитанное сообщение f0s » 2008-10-06 8:33:10

а где инстуркция-то? и я не понял, зачем брать rpm-ку, когда есть порты??
named, named, what is my TTL value?..

[FidoNet 2:550/2 && 2:5030/4441]

VikTOR.rzn
рядовой
Сообщения: 14
Зарегистрирован: 2008-10-05 2:32:11

Re: не ставится из портов 8.3

Непрочитанное сообщение VikTOR.rzn » 2008-10-06 12:58:17

там сама инструкция идет после слов: Вот как это было

та проблема уже решена