[Live-demo] Installation issues of GISVM on xubuntu 8.04

Alex Mandel tech_dev at wildintellect.com
Wed Oct 7 09:41:21 EDT 2009


Aneel wrote:
> On Tue, 2009-10-06 at 09:29 -0700, Alex Mandel wrote:
>> Aneel wrote:
>>> Hello OSgeo Team,
>>>
>>> Let me introduce myself. I am Aneel from click2try team.
>>>
>>> I have tried to install GISVM on xubuntu 8.04 (32-bit) on Xen
>>> hypervisor. While installation of GISVM, i found below errors.  Please
>>> guide me to resolve these issues.
>>>
>> Are you using the trunk, or the 2.0.3 tag from svn?
> 
> We are using trunk
> 
>>> Error1:
>>>
>>> deegree_start.sh: FAILED
>>> md5sum: WARNING: 1 of 1 computed checksum did NOT match
>>> ERROR [install_deegree.sh]: download of deegree_start.sh failed.
>>> Finished: ./install_deegree.sh
>>>
>> Interesting, that just means that for some reason the hash check to
>> confirm the download failed.
>> Try:
>> cd /tmp/build_deegree
>> wget -c
>> http://download.deegree.org/LiveDVD/FOSS4G2009/deegree-2.2_tomcat-6.0.20.tar.gz
>>
>> and then rerun the deegree script in the bin folder
>> sudo ./install_deegree.sh
> 
> Still same issue
> 
>>> Error2:
>>>
>>> createdb: database creation failed: ERROR:  template database "-E" does
>>> not exist
>>> createlang: could not connect to database template_postgis: FATAL:
>>> database "template_postgis" does not exist
>>> UPDATE 0
>>> psql: FATAL:  database "template_postgis" does not exist
>>> psql: FATAL:  database "template_postgis" does not exist
>>>
>>>
>> Ah there's an error on ln 92 of install_postgis.sh, it should read:
>> sudo -u $USER_NAME createdb -E UTF8 template_postgis
>> no -T, that was a mistake
>>
> 
> Above fix solved my issues
> 
>>> Error3: for install_desktop.sh
>>>
>>> CRITICAL **: Failed to init libxfconf: dbus-launch failed to autolaunch
>>> D-Bus session: Autolaunch error: X11 initialization failed.
>>>
>> To be expected, setting the background and screen stretch are coded for
>> XFCE in this particular case. Take a look in the install_desktop. These
>> steps can be done by hand and commented out.
>> ln 34-40
>>
> 
> This will be done manually as suggested by you
> 
>>> Regards
>>>
>>> Aneel Kumar
>>> click2try
>>>
>> Thanks,
>> Alex
> 
> At the end of main.sh script execution, i got below lines. This was on
> xubuntu 9.04
> 
> ----------------------------------------------------------------------------------
> 1059:documentation and any error corrections provided by Sun
> (collectively
> 1575:ERROR [install_deegree.sh]: download of deegree_start.sh failed.
> 1587:tar: Error is not recoverable: exiting
> now                                                                                                                                
> 1589:tar: Error exit delayed from previous errors
> 6144:  libgpg-error-dev libice-dev libicu-dev libjpeg62-dev libkadm55
> libkrb5-dev
> 6175:  libgpg-error-dev libice-dev libicu-dev libjpeg62-dev libkadm55
> libkrb5-dev
> 6269:Get:81 http://archive.ubuntu.com jaunty/main libgpg-error-dev
> 1.4-2ubuntu7 [35.1kB]
> 6458:Selecting previously deselected package libgpg-error-dev.
> 6459:Unpacking libgpg-error-dev
> (from .../libgpg-error-dev_1.4-2ubuntu7_i386.deb) ...
> 6609:Setting up libgpg-error-dev (1.4-2ubuntu7) ...
> 12168:
> inflating: /tmp/geokettle_downloads/geokettle-3.2.0-20090609-bin/samples/transformations/Data Validator - all usecases with error handling.ktr  
> 12196:
> inflating: /tmp/geokettle_downloads/geokettle-3.2.0-20090609-bin/samples/transformations/files/GetXMLData - test 3 - error handling.xml  
> 12388:
> extracting: /tmp/geokettle_downloads/geokettle-3.2.0-20090609-bin/ui/images/error-hop.png  
> 12521:
> extracting: /tmp/geokettle_downloads/geokettle-3.2.0-20090609-bin/ui/images/show-error-lines.png  
> 13532:dpkg: error
> processing /tmp/maptiler_downloads/maptiler_1.0.beta1_all.deb
> (--install):
> 13533: subprocess dpkg-deb --control returned error exit status 2
> 13537:ERROR: Installation of the MapTiler failed.
> 13950:  libgpg-error-dev libblas-dev x11proto-xinerama-dev
> gnome-cards-data
> 14110:  libgpg-error-dev libblas-dev x11proto-xinerama-dev
> gnome-cards-data
> 14187:  libgpg-error-dev libblas-dev x11proto-xinerama-dev
> gnome-cards-data
> 15078:  x11proto-kb-dev libglib2.0-dev libgpg-error-dev
> x11proto-xinerama-dev
> 15223:  x11proto-kb-dev libglib2.0-dev libgpg-error-dev
> x11proto-xinerama-dev
> 15273:psycopg/psycopgmodule.c:23:20: error: Python.h: No such file or
> directory
> 15275:./psycopg/python.h:27:26: error: structmember.h: No such file or
> directory
> 15276:./psycopg/python.h:30:4: error: #error "psycopg requires Python >=
> 2.4"
> 15278:./psycopg/psycopg.h:55: error: expected ')' before '*' token
> 15279:./psycopg/psycopg.h:56: error: expected ')' before '*' token
> 15280:./psycopg/psycopg.h:59: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15281:./psycopg/psycopg.h:63: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15282:./psycopg/psycopg.h:102: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15283:./psycopg/psycopg.h:110: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15284:./psycopg/psycopg.h:113: error: expected ')' before '*' token
> 15285:./psycopg/psycopg.h:116: error: expected ')' before '*' token
> 15287:./psycopg/connection.h:44: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'connectionType'
> 15288:./psycopg/connection.h:52: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15290:./psycopg/cursor.h:36: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'cursorType'
> 15291:./psycopg/cursor.h:39: error: expected specifier-qualifier-list
> before 'PyObject_HEAD'
> 15293:./psycopg/lobject.h:36: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'lobjectType'
> 15294:./psycopg/lobject.h:39: error: expected specifier-qualifier-list
> before 'PyObject'
> 15296:./psycopg/typecast.h:35: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15297:./psycopg/typecast.h:40: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'typecastType'
> 15298:./psycopg/typecast.h:43: error: expected specifier-qualifier-list
> before 'PyObject_HEAD'
> 15299:./psycopg/typecast.h:58: error: expected specifier-qualifier-list
> before 'typecast_function'
> 15300:./psycopg/typecast.h:65: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15301:./psycopg/typecast.h:66: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15302:./psycopg/typecast.h:69: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15303:./psycopg/typecast.h:70: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15304:./psycopg/typecast.h:75: error: expected ')' before '*' token
> 15305:./psycopg/typecast.h:76: error: expected ')' before '*' token
> 15306:./psycopg/typecast.h:79: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15307:./psycopg/typecast.h:82: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15308:./psycopg/typecast.h:86: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15310:./psycopg/microprotocols.h:37: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15311:./psycopg/microprotocols.h:48: error: expected ')' before '*'
> token
> 15312:./psycopg/microprotocols.h:50: error: expected ')' before '*'
> token
> 15313:./psycopg/microprotocols.h:52: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15314:./psycopg/microprotocols.h:54: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15315:./psycopg/microprotocols.h:57: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15317:./psycopg/microprotocols_proto.h:35: error: expected '=', ',',
> ';', 'asm' or '__attribute__' before 'isqlquoteType'
> 15318:./psycopg/microprotocols_proto.h:38: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15320:./psycopg/adapter_qstring.h:34: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'qstringType'
> 15321:./psycopg/adapter_qstring.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15322:./psycopg/adapter_qstring.h:48: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15324:./psycopg/adapter_binary.h:35: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'binaryType'
> 15325:./psycopg/adapter_binary.h:38: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15326:./psycopg/adapter_binary.h:47: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15328:./psycopg/adapter_pboolean.h:34: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'pbooleanType'
> 15329:./psycopg/adapter_pboolean.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15330:./psycopg/adapter_pboolean.h:46: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15332:./psycopg/adapter_pfloat.h:34: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'pfloatType'
> 15333:./psycopg/adapter_pfloat.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15334:./psycopg/adapter_pfloat.h:46: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15336:./psycopg/adapter_asis.h:34: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'asisType'
> 15337:./psycopg/adapter_asis.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15338:./psycopg/adapter_asis.h:46: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15340:./psycopg/adapter_list.h:34: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'listType'
> 15341:./psycopg/adapter_list.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15342:./psycopg/adapter_list.h:44: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15344:./psycopg/typecast_binary.h:36: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'chunkType'
> 15345:./psycopg/typecast_binary.h:39: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15346:psycopg/psycopgmodule.c:51:22: error: datetime.h: No such file or
> directory
> 15348:./psycopg/adapter_datetime.h:34: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'pydatetimeType'
> 15349:./psycopg/adapter_datetime.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15350:./psycopg/adapter_datetime.h:52: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15351:./psycopg/adapter_datetime.h:57: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15352:./psycopg/adapter_datetime.h:62: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15353:./psycopg/adapter_datetime.h:67: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15354:./psycopg/adapter_datetime.h:74: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15355:./psycopg/adapter_datetime.h:81: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15356:./psycopg/adapter_datetime.h:90: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15357:./psycopg/adapter_datetime.h:94: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15358:./psycopg/adapter_datetime.h:98: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15359:./psycopg/adapter_datetime.h:102: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15360:psycopg/psycopgmodule.c:53: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15361:psycopg/psycopgmodule.c:54: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15362:psycopg/psycopgmodule.c:55: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15363:psycopg/psycopgmodule.c:56: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15364:psycopg/psycopgmodule.c:57: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15365:psycopg/psycopgmodule.c:60: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15366:psycopg/psycopgmodule.c:61: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15367:psycopg/psycopgmodule.c:62: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15368:psycopg/psycopgmodule.c:64: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15375:psycopg/psycopgmodule.c:103: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15376:psycopg/psycopgmodule.c:231: error: expected ')' before '*' token
> 15377:psycopg/psycopgmodule.c:238: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15378:psycopg/psycopgmodule.c:272: error: expected ')' before '*' token
> 15379:psycopg/psycopgmodule.c:384: error: expected ')' before '*' token
> 15380:psycopg/psycopgmodule.c:400: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15381:psycopg/psycopgmodule.c:404: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15382:psycopg/psycopgmodule.c:410: error: expected
> specifier-qualifier-list before 'PyObject'
> 15383:psycopg/psycopgmodule.c:414: error: 'Error' undeclared here (not
> in a function)
> 15390:psycopg/psycopgmodule.c:415: error: 'Warning' undeclared here (not
> in a function)
> 15397:psycopg/psycopgmodule.c:416: error: 'InterfaceError' undeclared
> here (not in a function)
> 15404:psycopg/psycopgmodule.c:417: error: 'DatabaseError' undeclared
> here (not in a function)
> 15411:psycopg/psycopgmodule.c:418: error: 'InternalError' undeclared
> here (not in a function)
> 15418:psycopg/psycopgmodule.c:419: error: 'OperationalError' undeclared
> here (not in a function)
> 15425:psycopg/psycopgmodule.c:421: error: 'ProgrammingError' undeclared
> here (not in a function)
> 15432:psycopg/psycopgmodule.c:423: error: 'IntegrityError' undeclared
> here (not in a function)
> 15439:psycopg/psycopgmodule.c:425: error: 'DataError' undeclared here
> (not in a function)
> 15446:psycopg/psycopgmodule.c:426: error: 'NotSupportedError' undeclared
> here (not in a function)
> 15453:psycopg/psycopgmodule.c:429: error: 'QueryCanceledError'
> undeclared here (not in a function)
> 15460:psycopg/psycopgmodule.c:432: error: 'TransactionRollbackError'
> undeclared here (not in a function)
> 15468:psycopg/psycopgmodule.c:446: error: 'PyObject' undeclared (first
> use in this function)
> 15469:psycopg/psycopgmodule.c:446: error: (Each undeclared identifier is
> reported only once
> 15470:psycopg/psycopgmodule.c:446: error: for each function it appears
> in.)
> 15471:psycopg/psycopgmodule.c:446: error: 'dict' undeclared (first use
> in this function)
> 15472:psycopg/psycopgmodule.c:447: error: 'base' undeclared (first use
> in this function)
> 15473:psycopg/psycopgmodule.c:448: error: 'str' undeclared (first use in
> this function)
> 15475:psycopg/psycopgmodule.c:453: error: 'struct <anonymous>' has no
> member named 'docstr'
> 15477:psycopg/psycopgmodule.c:454: error: 'struct <anonymous>' has no
> member named 'docstr'
> 15479:psycopg/psycopgmodule.c:458: error: 'struct <anonymous>' has no
> member named 'base'
> 15480:psycopg/psycopgmodule.c:459: error: 'PyExc_StandardError'
> undeclared (first use in this function)
> 15481:psycopg/psycopgmodule.c:461: error: 'struct <anonymous>' has no
> member named 'base'
> 15482:psycopg/psycopgmodule.c:463: error: 'struct <anonymous>' has no
> member named 'exc'
> 15485:psycopg/psycopgmodule.c:469: error: 'Py_None' undeclared (first
> use in this function)
> 15487:psycopg/psycopgmodule.c:475: error: expected ')' before '*' token
> 15488:psycopg/psycopgmodule.c:495: error: expected ')' before '*' token
> 15489:psycopg/psycopgmodule.c:519: error: expected ')' before '*' token
> 15491:psycopg/psycopgmodule.c:552: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15492:psycopg/psycopgmodule.c:552: error: 'main_interp' undeclared
> (first use in this function)
> 15493:psycopg/psycopgmodule.c:553: error: 'PyInterpreterState'
> undeclared (first use in this function)
> 15494:psycopg/psycopgmodule.c:553: error: 'interp' undeclared (first use
> in this function)
> 15496:psycopg/psycopgmodule.c:556: error: invalid type argument of
> '->' (have 'int')
> 15500:psycopg/psycopgmodule.c:580: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15501:psycopg/psycopgmodule.c:618: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'psycopgMethods'
> 15503:psycopg/psycopgmodule.c:682: error: 'PyObject' undeclared (first
> use in this function)
> 15504:psycopg/psycopgmodule.c:682: error: 'module' undeclared (first use
> in this function)
> 15505:psycopg/psycopgmodule.c:682: error: 'dict' undeclared (first use
> in this function)
> 15507:psycopg/psycopgmodule.c:683: error: 'c_api_object' undeclared
> (first use in this function)
> 15508:psycopg/psycopgmodule.c:693: error: 'connectionType' undeclared
> (first use in this function)
> 15509:psycopg/psycopgmodule.c:693: error: 'PyType_Type' undeclared
> (first use in this function)
> 15510:psycopg/psycopgmodule.c:694: error: 'cursorType' undeclared (first
> use in this function)
> 15511:psycopg/psycopgmodule.c:695: error: 'typecastType' undeclared
> (first use in this function)
> 15512:psycopg/psycopgmodule.c:696: error: 'qstringType' undeclared
> (first use in this function)
> 15513:psycopg/psycopgmodule.c:697: error: 'binaryType' undeclared (first
> use in this function)
> 15514:psycopg/psycopgmodule.c:698: error: 'isqlquoteType' undeclared
> (first use in this function)
> 15515:psycopg/psycopgmodule.c:699: error: 'pbooleanType' undeclared
> (first use in this function)
> 15516:psycopg/psycopgmodule.c:700: error: 'pfloatType' undeclared (first
> use in this function)
> 15517:psycopg/psycopgmodule.c:701: error: 'asisType' undeclared (first
> use in this function)
> 15518:psycopg/psycopgmodule.c:702: error: 'listType' undeclared (first
> use in this function)
> 15519:psycopg/psycopgmodule.c:703: error: 'chunkType' undeclared (first
> use in this function)
> 15521:psycopg/psycopgmodule.c:718: error: 'lobjectType' undeclared
> (first use in this function)
> 15522:psycopg/psycopgmodule.c:735: error: 'pyDateTimeModuleP' undeclared
> (first use in this function)
> 15525:psycopg/psycopgmodule.c:738: error: 'PyExc_ImportError' undeclared
> (first use in this function)
> 15526:psycopg/psycopgmodule.c:741: error: 'pydatetimeType' undeclared
> (first use in this function)
> 15527:psycopg/psycopgmodule.c:746: error: 'pyDateTypeP' undeclared
> (first use in this function)
> 15529:psycopg/psycopgmodule.c:747: error: 'pyTimeTypeP' undeclared
> (first use in this function)
> 15530:psycopg/psycopgmodule.c:748: error: 'pyDateTimeTypeP' undeclared
> (first use in this function)
> 15531:psycopg/psycopgmodule.c:749: error: 'pyDeltaTypeP' undeclared
> (first use in this function)
> 15532:psycopg/psycopgmodule.c:752: error: 'pyPsycopgTzModule' undeclared
> (first use in this function)
> 15533:psycopg/psycopgmodule.c:758: error: 'pyPsycopgTzLOCAL' undeclared
> (first use in this function)
> 15534:psycopg/psycopgmodule.c:760: error:
> 'pyPsycopgTzFixedOffsetTimezone' undeclared (first use in this function)
> 15536:psycopg/psycopgmodule.c:764: error: 'psycopgMethods' undeclared
> (first use in this function)
> 15540:psycopg/psycopgmodule.c:776: error: 'psycoEncodings' undeclared
> (first use in this function)
> 15544:psycopg/psycopgmodule.c:787: error: expected expression before ')'
> token
> 15545:psycopg/psycopgmodule.c:788: error: expected expression before ')'
> token
> 15546:psycopg/psycopgmodule.c:789: error: expected expression before ')'
> token
> 15547:psycopg/psycopgmodule.c:791: error: expected expression before ')'
> token
> 15552:psycopg/psycopgmodule.c:809: error: 'PyType_GenericAlloc'
> undeclared (first use in this function)
> 15553:error: Setup script exited with error: command 'gcc' failed with
> exit status 1
> 15637:psycopg/psycopgmodule.c:23:20: error: Python.h: No such file or
> directory
> 15639:./psycopg/python.h:27:26: error: structmember.h: No such file or
> directory
> 15640:./psycopg/python.h:30:4: error: #error "psycopg requires Python >=
> 2.4"
> 15642:./psycopg/psycopg.h:55: error: expected ')' before '*' token
> 15643:./psycopg/psycopg.h:56: error: expected ')' before '*' token
> 15644:./psycopg/psycopg.h:59: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15645:./psycopg/psycopg.h:63: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15646:./psycopg/psycopg.h:102: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15647:./psycopg/psycopg.h:110: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15648:./psycopg/psycopg.h:113: error: expected ')' before '*' token
> 15649:./psycopg/psycopg.h:116: error: expected ')' before '*' token
> 15651:./psycopg/connection.h:44: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'connectionType'
> 15652:./psycopg/connection.h:52: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15654:./psycopg/cursor.h:36: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'cursorType'
> 15655:./psycopg/cursor.h:39: error: expected specifier-qualifier-list
> before 'PyObject_HEAD'
> 15657:./psycopg/lobject.h:36: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'lobjectType'
> 15658:./psycopg/lobject.h:39: error: expected specifier-qualifier-list
> before 'PyObject'
> 15660:./psycopg/typecast.h:35: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15661:./psycopg/typecast.h:40: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'typecastType'
> 15662:./psycopg/typecast.h:43: error: expected specifier-qualifier-list
> before 'PyObject_HEAD'
> 15663:./psycopg/typecast.h:58: error: expected specifier-qualifier-list
> before 'typecast_function'
> 15664:./psycopg/typecast.h:65: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15665:./psycopg/typecast.h:66: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15666:./psycopg/typecast.h:69: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15667:./psycopg/typecast.h:70: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15668:./psycopg/typecast.h:75: error: expected ')' before '*' token
> 15669:./psycopg/typecast.h:76: error: expected ')' before '*' token
> 15670:./psycopg/typecast.h:79: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15671:./psycopg/typecast.h:82: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15672:./psycopg/typecast.h:86: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '*' token
> 15674:./psycopg/microprotocols.h:37: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15675:./psycopg/microprotocols.h:48: error: expected ')' before '*'
> token
> 15676:./psycopg/microprotocols.h:50: error: expected ')' before '*'
> token
> 15677:./psycopg/microprotocols.h:52: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15678:./psycopg/microprotocols.h:54: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15679:./psycopg/microprotocols.h:57: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15681:./psycopg/microprotocols_proto.h:35: error: expected '=', ',',
> ';', 'asm' or '__attribute__' before 'isqlquoteType'
> 15682:./psycopg/microprotocols_proto.h:38: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15684:./psycopg/adapter_qstring.h:34: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'qstringType'
> 15685:./psycopg/adapter_qstring.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15686:./psycopg/adapter_qstring.h:48: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15688:./psycopg/adapter_binary.h:35: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'binaryType'
> 15689:./psycopg/adapter_binary.h:38: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15690:./psycopg/adapter_binary.h:47: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15692:./psycopg/adapter_pboolean.h:34: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'pbooleanType'
> 15693:./psycopg/adapter_pboolean.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15694:./psycopg/adapter_pboolean.h:46: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15696:./psycopg/adapter_pfloat.h:34: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'pfloatType'
> 15697:./psycopg/adapter_pfloat.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15698:./psycopg/adapter_pfloat.h:46: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15700:./psycopg/adapter_asis.h:34: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'asisType'
> 15701:./psycopg/adapter_asis.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15702:./psycopg/adapter_asis.h:46: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15704:./psycopg/adapter_list.h:34: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'listType'
> 15705:./psycopg/adapter_list.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15706:./psycopg/adapter_list.h:44: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15708:./psycopg/typecast_binary.h:36: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'chunkType'
> 15709:./psycopg/typecast_binary.h:39: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15710:psycopg/psycopgmodule.c:51:22: error: datetime.h: No such file or
> directory
> 15712:./psycopg/adapter_datetime.h:34: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'pydatetimeType'
> 15713:./psycopg/adapter_datetime.h:37: error: expected
> specifier-qualifier-list before 'PyObject_HEAD'
> 15714:./psycopg/adapter_datetime.h:52: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15715:./psycopg/adapter_datetime.h:57: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15716:./psycopg/adapter_datetime.h:62: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15717:./psycopg/adapter_datetime.h:67: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15718:./psycopg/adapter_datetime.h:74: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15719:./psycopg/adapter_datetime.h:81: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15720:./psycopg/adapter_datetime.h:90: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15721:./psycopg/adapter_datetime.h:94: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15722:./psycopg/adapter_datetime.h:98: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15723:./psycopg/adapter_datetime.h:102: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
> 15724:psycopg/psycopgmodule.c:53: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15725:psycopg/psycopgmodule.c:54: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15726:psycopg/psycopgmodule.c:55: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15727:psycopg/psycopgmodule.c:56: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15728:psycopg/psycopgmodule.c:57: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15729:psycopg/psycopgmodule.c:60: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15730:psycopg/psycopgmodule.c:61: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15731:psycopg/psycopgmodule.c:62: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15732:psycopg/psycopgmodule.c:64: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15739:psycopg/psycopgmodule.c:103: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15740:psycopg/psycopgmodule.c:231: error: expected ')' before '*' token
> 15741:psycopg/psycopgmodule.c:238: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15742:psycopg/psycopgmodule.c:272: error: expected ')' before '*' token
> 15743:psycopg/psycopgmodule.c:384: error: expected ')' before '*' token
> 15744:psycopg/psycopgmodule.c:400: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15745:psycopg/psycopgmodule.c:404: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15746:psycopg/psycopgmodule.c:410: error: expected
> specifier-qualifier-list before 'PyObject'
> 15747:psycopg/psycopgmodule.c:414: error: 'Error' undeclared here (not
> in a function)
> 15754:psycopg/psycopgmodule.c:415: error: 'Warning' undeclared here (not
> in a function)
> 15761:psycopg/psycopgmodule.c:416: error: 'InterfaceError' undeclared
> here (not in a function)
> 15768:psycopg/psycopgmodule.c:417: error: 'DatabaseError' undeclared
> here (not in a function)
> 15775:psycopg/psycopgmodule.c:418: error: 'InternalError' undeclared
> here (not in a function)
> 15782:psycopg/psycopgmodule.c:419: error: 'OperationalError' undeclared
> here (not in a function)
> 15789:psycopg/psycopgmodule.c:421: error: 'ProgrammingError' undeclared
> here (not in a function)
> 15796:psycopg/psycopgmodule.c:423: error: 'IntegrityError' undeclared
> here (not in a function)
> 15803:psycopg/psycopgmodule.c:425: error: 'DataError' undeclared here
> (not in a function)
> 15810:psycopg/psycopgmodule.c:426: error: 'NotSupportedError' undeclared
> here (not in a function)
> 15817:psycopg/psycopgmodule.c:429: error: 'QueryCanceledError'
> undeclared here (not in a function)
> 15824:psycopg/psycopgmodule.c:432: error: 'TransactionRollbackError'
> undeclared here (not in a function)
> 15832:psycopg/psycopgmodule.c:446: error: 'PyObject' undeclared (first
> use in this function)
> 15833:psycopg/psycopgmodule.c:446: error: (Each undeclared identifier is
> reported only once
> 15834:psycopg/psycopgmodule.c:446: error: for each function it appears
> in.)
> 15835:psycopg/psycopgmodule.c:446: error: 'dict' undeclared (first use
> in this function)
> 15836:psycopg/psycopgmodule.c:447: error: 'base' undeclared (first use
> in this function)
> 15837:psycopg/psycopgmodule.c:448: error: 'str' undeclared (first use in
> this function)
> 15839:psycopg/psycopgmodule.c:453: error: 'struct <anonymous>' has no
> member named 'docstr'
> 15841:psycopg/psycopgmodule.c:454: error: 'struct <anonymous>' has no
> member named 'docstr'
> 15843:psycopg/psycopgmodule.c:458: error: 'struct <anonymous>' has no
> member named 'base'
> 15844:psycopg/psycopgmodule.c:459: error: 'PyExc_StandardError'
> undeclared (first use in this function)
> 15845:psycopg/psycopgmodule.c:461: error: 'struct <anonymous>' has no
> member named 'base'
> 15846:psycopg/psycopgmodule.c:463: error: 'struct <anonymous>' has no
> member named 'exc'
> 15849:psycopg/psycopgmodule.c:469: error: 'Py_None' undeclared (first
> use in this function)
> 15851:psycopg/psycopgmodule.c:475: error: expected ')' before '*' token
> 15852:psycopg/psycopgmodule.c:495: error: expected ')' before '*' token
> 15853:psycopg/psycopgmodule.c:519: error: expected ')' before '*' token
> 15855:psycopg/psycopgmodule.c:552: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15856:psycopg/psycopgmodule.c:552: error: 'main_interp' undeclared
> (first use in this function)
> 15857:psycopg/psycopgmodule.c:553: error: 'PyInterpreterState'
> undeclared (first use in this function)
> 15858:psycopg/psycopgmodule.c:553: error: 'interp' undeclared (first use
> in this function)
> 15860:psycopg/psycopgmodule.c:556: error: invalid type argument of
> '->' (have 'int')
> 15864:psycopg/psycopgmodule.c:580: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before '*' token
> 15865:psycopg/psycopgmodule.c:618: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'psycopgMethods'
> 15867:psycopg/psycopgmodule.c:682: error: 'PyObject' undeclared (first
> use in this function)
> 15868:psycopg/psycopgmodule.c:682: error: 'module' undeclared (first use
> in this function)
> 15869:psycopg/psycopgmodule.c:682: error: 'dict' undeclared (first use
> in this function)
> 15871:psycopg/psycopgmodule.c:683: error: 'c_api_object' undeclared
> (first use in this function)
> 15872:psycopg/psycopgmodule.c:693: error: 'connectionType' undeclared
> (first use in this function)
> 15873:psycopg/psycopgmodule.c:693: error: 'PyType_Type' undeclared
> (first use in this function)
> 15874:psycopg/psycopgmodule.c:694: error: 'cursorType' undeclared (first
> use in this function)
> 15875:psycopg/psycopgmodule.c:695: error: 'typecastType' undeclared
> (first use in this function)
> 15876:psycopg/psycopgmodule.c:696: error: 'qstringType' undeclared
> (first use in this function)
> 15877:psycopg/psycopgmodule.c:697: error: 'binaryType' undeclared (first
> use in this function)
> 15878:psycopg/psycopgmodule.c:698: error: 'isqlquoteType' undeclared
> (first use in this function)
> 15879:psycopg/psycopgmodule.c:699: error: 'pbooleanType' undeclared
> (first use in this function)
> 15880:psycopg/psycopgmodule.c:700: error: 'pfloatType' undeclared (first
> use in this function)
> 15881:psycopg/psycopgmodule.c:701: error: 'asisType' undeclared (first
> use in this function)
> 15882:psycopg/psycopgmodule.c:702: error: 'listType' undeclared (first
> use in this function)
> 15883:psycopg/psycopgmodule.c:703: error: 'chunkType' undeclared (first
> use in this function)
> 15885:psycopg/psycopgmodule.c:718: error: 'lobjectType' undeclared
> (first use in this function)
> 15886:psycopg/psycopgmodule.c:735: error: 'pyDateTimeModuleP' undeclared
> (first use in this function)
> 15889:psycopg/psycopgmodule.c:738: error: 'PyExc_ImportError' undeclared
> (first use in this function)
> 15890:psycopg/psycopgmodule.c:741: error: 'pydatetimeType' undeclared
> (first use in this function)
> 15891:psycopg/psycopgmodule.c:746: error: 'pyDateTypeP' undeclared
> (first use in this function)
> 15893:psycopg/psycopgmodule.c:747: error: 'pyTimeTypeP' undeclared
> (first use in this function)
> 15894:psycopg/psycopgmodule.c:748: error: 'pyDateTimeTypeP' undeclared
> (first use in this function)
> 15895:psycopg/psycopgmodule.c:749: error: 'pyDeltaTypeP' undeclared
> (first use in this function)
> 15896:psycopg/psycopgmodule.c:752: error: 'pyPsycopgTzModule' undeclared
> (first use in this function)
> 15897:psycopg/psycopgmodule.c:758: error: 'pyPsycopgTzLOCAL' undeclared
> (first use in this function)
> 15898:psycopg/psycopgmodule.c:760: error:
> 'pyPsycopgTzFixedOffsetTimezone' undeclared (first use in this function)
> 15900:psycopg/psycopgmodule.c:764: error: 'psycopgMethods' undeclared
> (first use in this function)
> 15904:psycopg/psycopgmodule.c:776: error: 'psycoEncodings' undeclared
> (first use in this function)
> 15908:psycopg/psycopgmodule.c:787: error: expected expression before ')'
> token
> 15909:psycopg/psycopgmodule.c:788: error: expected expression before ')'
> token
> 15910:psycopg/psycopgmodule.c:789: error: expected expression before ')'
> token
> 15911:psycopg/psycopgmodule.c:791: error: expected expression before ')'
> token
> 15916:psycopg/psycopgmodule.c:809: error: 'PyType_GenericAlloc'
> undeclared (first use in this function)
> 15917:error: Setup script exited with error: command 'gcc' failed with
> exit status 1
> 16267:Download error: [Errno -2] Name or service not known -- Some
> packages may not be found!
> 16269:Download error: [Errno -2] Name or service not known -- Some
> packages may not be found!
> 22877:  libglib2.0-dev libgpg-error-dev libjasper-dev
> x11proto-xinerama-dev
> 22917:** (process:31570): CRITICAL **: Failed to init libxfconf:
> dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11
> initialization failed.
> 22921:** (process:31572): CRITICAL **: Failed to init libxfconf:
> dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11
> initialization failed.
> 22958:2009-10-07 07:06:29 ERROR 404: Not Found.
> 22988:  libgpg-error-dev libjasper-dev x11proto-xinerama-dev libgeos-dev
> ---------------------------------------------------------------------------------------------------
> 
> 
> 

Most of those are just warning messages. If you ran the command like we
have it on the website you should have 2 logs files in
/var/log/arramagong build_log and disk_log. If you can post those we
will read through them to see what else went wrong.

>From the sounds of it most everything worked except deegree and one of
the later packages that required compiling, simply because the download
sites weren't working right.(maybe mapnik, or gpsdrive)

Thanks,
Alex



More information about the Live-demo mailing list