All pastes #2088497 Raw Edit

Mine

public text v1 · immutable
#2088497 ·published 2011-10-09 22:19 UTC
rendered paste body
silver:/sw/fink/10.7/local/main/finkinfo> fink build lazarus-test
Information about 3482 packages read in 0 seconds.
The following package will be built:
 lazarus-test
curl --connect-timeout 30 -f -L -A 'fink/0.31.2' -O http://distfiles.sjc.ca.us.finkmirrors.net/lazarus-0.9.30-src.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 17.0M  100 17.0M    0     0  1113k      0  0:00:15  0:00:15 --:--:-- 1212k
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-lazarus-test-0.9.30-1 /sw/src/fink.build
dpkg-deb: building package `fink-buildlock-lazarus-test-0.9.30-1' in `/sw/src/fink.build/fink-buildlock-lazarus-test-0.9.30-1_2011.10.09-17.16.36_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-lazarus-test-0.9.30-1_2011.10.09-17.16.36_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-lazarus-test-0.9.30-1.
(Reading database ... 40788 files and directories currently installed.)
Unpacking fink-buildlock-lazarus-test-0.9.30-1 (from .../fink-buildlock-lazarus-test-0.9.30-1_2011.10.09-17.16.36_darwin-x86_64.deb) ...
Setting up fink-buildlock-lazarus-test-0.9.30-1 (2011.10.09-17.16.36) ...

bzip2 -dc /sw/src/lazarus-0.9.30-src.tar.bz2 | /sw/bin/tar -xf -  --no-same-owner --no-same-permissions 
/var/tmp/tmp.1.yGDGVY
#!/bin/sh -ev

  chmod 755 .

# Correct the version in Info.plist
  sed -i.bak 's|\.1 beta|\.0|g' lazarus.app/Contents/Info.plist
  rm -f                         lazarus.app/Contents/Info.plist.bak

# add the fink directory tree. This might need a check in a new version
  sed -i.bak 's|1\.\.15|1\.\.16|g'                                                 ide/include/unix/lazbaseconf.inc
  sed -i.bak "s|'/usr/share/fpcsrc'|'/usr/share/fpcsrc','/sw/share/fpcsrc'|g"       ide/include/unix/lazbaseconf.inc

  sed -i.bak 's|1\.\.7|1\.\.8|g'                                                   ide/include/unix/lazbaseconf.inc
  sed -i.bak "s|'/usr/share/lazarus',|'/usr/share/lazarus','/sw/share/lazarus',|g"  ide/include/unix/lazbaseconf.inc

  sed -i.bak "s|'/etc/lazarus'|'/sw/etc/lazarus'|g"                                 ide/include/unix/lazbaseconf.inc

  sed -i.bak "s|AddFilenameToList(List,'/usr/local/bin/'+GetDefaultCompilerFilename);|AddFilenameToList(List,'/sw/bin/'+GetDefaultCompilerFilename); AddFilenameToList(List,'/usr/local/bin/'+GetDefaultCompilerFilename);|g"  ide/include/unix/lazbaseconf.inc

# adjust the default paths to fink paths

  sed -i.bak 's|/usr/local/bin/ppc386|/sw/bin/fpc|g'     tools/install/macosx/environmentoptions.xml
  sed -i.bak 's|/usr/local/share|/sw/share|g'            tools/install/macosx/environmentoptions.xml
  sed -i.bak 's|/Developer/lazarus|/sw/share/lazarus|g'  tools/install/macosx/environmentoptions.xml

  sed -i.bak 's|GenerateDwarf/Value'', false|GenerateDwarf/Value'', true|g'                               ide/compileroptions.pp
  sed -i.bak 's|GenerateDwarf/Value'', GenerateDwarf, false|GenerateDwarf/Value'', GenerateDwarf, true|g' ide/compileroptions.pp
  sed -i.bak 's|FGenerateDwarf := false;|FGenerateDwarf := true;|g'                                       ide/compileroptions.pp
/var/tmp/tmp.2.kPMXbw
#!/bin/sh -ev

  make all LCL_PLATFORM=carbon OPT="-gw -dDBG_WITH_TIMEOUT"
make -C lcl all
make -C packager/registration all
make -C ideintf all
make -C packager all
make[1]: Nothing to be done for `all'.
make -C components all
/bin/rm -f ../units/x86_64-darwin/lazaruspackageintf.ppu
/bin/mkdir -p ../units/x86_64-darwin
/bin/rm -f units/x86_64-darwin/allideintf.ppu
/bin/rm -f units/x86_64-darwin/alllclunits.ppu
/bin/mkdir -p units/x86_64-darwin
/bin/mkdir -p units/x86_64-darwin
make -C synedit all
/sw/bin/ppcx64 -gl -Fu. -FE. -FU../units/x86_64-darwin -gw -dDBG_WITH_TIMEOUT -dx86_64 lazaruspackageintf.pas
/sw/bin/ppcx64 -gl -dlclcarbon -Fu../lcl/units/x86_64-darwin -Fu../components/codetools/x86_64-darwin -Fu../packager/units/x86_64-darwin -Fu. -FE. -FUunits/x86_64-darwin -gw -dDBG_WITH_TIMEOUT -dx86_64 allideintf.pas
/sw/bin/ppcx64 -gl  -Fu. -Funonwin32 -Fuforms -Fuwidgetset -Fiinclude -FE. -FUunits/x86_64-darwin -gw -dDBG_WITH_TIMEOUT -dx86_64 alllclunits.pp
/bin/rm -f units/x86_64-darwin/allsyneditunits.ppu
/bin/mkdir -p units/x86_64-darwin
/sw/bin/ppcx64 -gl -dlclcarbon -Fu../../lcl/units/x86_64-darwin -Fu../../ideintf/units/x86_64-darwin -Fu. -FE. -FUunits/x86_64-darwin -gw -dDBG_WITH_TIMEOUT -dx86_64 allsyneditunits.pp
Free Pascal Compiler version 2.4.4 [2011/10/08] for x86_64
Copyright (c) 1993-2010 by Florian Klaempfl
Free Pascal Compiler version 2.4.4 [2011/10/08] for x86_64
Copyright (c) 1993-2010 by Florian Klaempfl
Free Pascal Compiler version 2.4.4 [2011/10/08] for x86_64
Copyright (c) 1993-2010 by Florian Klaempfl
Free Pascal Compiler version 2.4.4 [2011/10/08] for x86_64
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Darwin for x86_64
Target OS: Darwin for x86_64
Target OS: Darwin for x86_64
Compiling lazaruspackageintf.pas
Compiling alllclunits.pp
Target OS: Darwin for x86_64
Compiling allsyneditunits.pp
Compiling allideintf.pas
Compiling syntextdrawer.pp
Compiling actionseditor.pas
Compiling lclversion.pas
Assembling (pipe) units/x86_64-darwin/lclversion.s
Compiling lclstrconsts.pas
Writing Resource String Table file: lclstrconsts.rst
Assembling (pipe) units/x86_64-darwin/lclstrconsts.s
Compiling fpcadds.pas
Assembling (pipe) ../units/x86_64-darwin/lazaruspackageintf.s
Assembling (pipe) units/x86_64-darwin/fpcadds.s
109 lines compiled, 0.7 sec 
Compiling lazlinkedlist.pas
Assembling (pipe) units/x86_64-darwin/lazlinkedlist.s
make -C interfaces all
Compiling dynhasharray.pp
Compiling lclproc.pas
make -C carbon all
/bin/rm -f ../../units/x86_64-darwin/carbon/interfaces.ppu \
		../../units/x86_64-darwin/carbon/interfaces.o
/bin/mkdir -p ../../units/x86_64-darwin/carbon
/sw/bin/ppcx64 -gl -dcarbon -Fu../../units/x86_64-darwin -Fu. -Fuobjc -Fupascocoa/appkit -Fupascocoa/foundation -Fiobjc -Fipascocoa/appkit -Fipascocoa/foundation -FE. -FU../../units/x86_64-darwin/carbon -gw -dDBG_WITH_TIMEOUT -dx86_64 interfaces.pas
Free Pascal Compiler version 2.4.4 [2011/10/08] for x86_64
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Darwin for x86_64
Compiling interfaces.pas
Compiling avglvltree.pas
Assembling (pipe) units/x86_64-darwin/avglvltree.s
Compiling fileutil.pas
Compiling masks.pas
Assembling (pipe) units/x86_64-darwin/masks.s
Assembling (pipe) units/x86_64-darwin/fileutil.s
Compiling lcltype.pp
Assembling (pipe) units/x86_64-darwin/lcltype.s
Compiling ./widgetset/wsreferences.pp
Assembling (pipe) units/x86_64-darwin/wsreferences.s
Assembling (pipe) units/x86_64-darwin/lclproc.s
Assembling (pipe) units/x86_64-darwin/dynhasharray.s
Fatal: Can't find unit LCLProc used by SynTextDrawer
Fatal: Can't find unit LCLProc used by ActionsEditor
Fatal: Can't find unit InterfaceBase used by Interfaces
Fatal: Compilation aborted
make[2]: *** [allsyneditunits.ppu] Error 1
make[1]: *** [synedit_all] Error 2
make: *** [components] Error 2
make: *** Waiting for unfinished jobs....
Fatal: Compilation aborted
make[3]: *** [interfaces.ppu] Error 1
make[2]: *** [carbon_all] Error 2
make[1]: *** [interfaces] Error 2
make[1]: *** Waiting for unfinished jobs....
Fatal: Compilation aborted
make[1]: *** [allideintf.ppu] Error 1
make: *** [ideintf] Error 2
Compiling lclmemmanager.pas
Assembling (pipe) units/x86_64-darwin/lclmemmanager.s
Compiling dynqueue.pas
Assembling (pipe) units/x86_64-darwin/dynqueue.s
Compiling stringhashlist.pas
Assembling (pipe) units/x86_64-darwin/stringhashlist.s
Compiling extendedstrings.pas
Assembling (pipe) units/x86_64-darwin/extendedstrings.s
Compiling dynamicarray.pas
Assembling (pipe) units/x86_64-darwin/dynamicarray.s
Compiling utrace.pp
Assembling (pipe) units/x86_64-darwin/utrace.s
Compiling textstrings.pas
Assembling (pipe) units/x86_64-darwin/textstrings.s
Compiling lclrescache.pas
Assembling (pipe) units/x86_64-darwin/lclrescache.s
Compiling graphmath.pp
Assembling (pipe) units/x86_64-darwin/graphmath.s
Compiling graphtype.pp
Assembling (pipe) units/x86_64-darwin/graphtype.s
Compiling graphutil.pp
Compiling graphics.pp
Compiling intfgraphics.pas
Compiling lclintf.pas
Compiling interfacebase.pp
Compiling lmessages.pp
Assembling (pipe) units/x86_64-darwin/lmessages.s
Compiling themes.pas
Compiling tmschema.pas
Assembling (pipe) units/x86_64-darwin/tmschema.s
Compiling interfacebase.pp
Assembling (pipe) units/x86_64-darwin/interfacebase.s
Compiling lclintf.pas
Compiling lresources.pp
Compiling lazconfigstorage.pas
Assembling (pipe) units/x86_64-darwin/lazconfigstorage.s
Assembling (pipe) units/x86_64-darwin/lresources.s
Compiling utf8process.pp
Assembling (pipe) units/x86_64-darwin/utf8process.s
Compiling maps.pp
Assembling (pipe) units/x86_64-darwin/maps.s
Assembling (pipe) units/x86_64-darwin/lclintf.s
Compiling graphics.pp
Compiling intfgraphics.pas
Compiling icnstypes.pas
Assembling (pipe) units/x86_64-darwin/icnstypes.s
Compiling graphics.pp
Assembling (pipe) units/x86_64-darwin/graphics.s
Assembling (pipe) units/x86_64-darwin/intfgraphics.s
Compiling imglist.pp
Compiling lclclasses.pp
Compiling ./widgetset/wslclclasses.pp
Compiling lclclasses.pp
Assembling (pipe) units/x86_64-darwin/lclclasses.s
Assembling (pipe) units/x86_64-darwin/wslclclasses.s
Compiling ./widgetset/wsimglist.pp
Compiling ./widgetset/wsproc.pp
Compiling controls.pp
Compiling propertystorage.pas
Assembling (pipe) units/x86_64-darwin/propertystorage.s
Compiling menus.pp
Compiling actnlist.pas
Assembling (pipe) units/x86_64-darwin/actnlist.s
Compiling ./widgetset/wsmenus.pp
Compiling ./widgetset/wsfactory.pas
Assembling (pipe) units/x86_64-darwin/wsfactory.s
Assembling (pipe) units/x86_64-darwin/wsmenus.s
Compiling forms.pp
Compiling customtimer.pas
Assembling (pipe) units/x86_64-darwin/customtimer.s
Compiling clipbrd.pp
Assembling (pipe) units/x86_64-darwin/clipbrd.s
Compiling helpintfs.pas
Assembling (pipe) units/x86_64-darwin/helpintfs.s
Compiling controls.pp
Compiling ./widgetset/wscontrols.pp
Compiling ./widgetset/wsimglist.pp
Compiling ./widgetset/wsproc.pp
Assembling (pipe) units/x86_64-darwin/wsproc.s
Assembling (pipe) units/x86_64-darwin/wsimglist.s
Assembling (pipe) units/x86_64-darwin/wscontrols.s
Compiling forms.pp
Compiling ./widgetset/wsforms.pp
Assembling (pipe) units/x86_64-darwin/wsforms.s
Assembling (pipe) units/x86_64-darwin/forms.s
Assembling (pipe) units/x86_64-darwin/controls.s
Assembling (pipe) units/x86_64-darwin/menus.s
Assembling (pipe) units/x86_64-darwin/imglist.s
Assembling (pipe) units/x86_64-darwin/themes.s
Assembling (pipe) units/x86_64-darwin/graphutil.s
Compiling lconvencoding.pas
Assembling (pipe) units/x86_64-darwin/lconvencoding.s
Compiling lclunicodedata.pas
Assembling (pipe) units/x86_64-darwin/lclunicodedata.s
Compiling translations.pas
Assembling (pipe) units/x86_64-darwin/translations.s
Compiling asyncprocess.pp
Assembling (pipe) units/x86_64-darwin/asyncprocess.s
Compiling filectrl.pp
Compiling stdctrls.pp
Compiling ./widgetset/wsstdctrls.pp
Assembling (pipe) units/x86_64-darwin/wsstdctrls.s
Assembling (pipe) units/x86_64-darwin/stdctrls.s
Compiling shellctrls.pas
Compiling comctrls.pp
Compiling extctrls.pp
Compiling popupnotifier.pas
Assembling (pipe) units/x86_64-darwin/popupnotifier.s
Compiling ./widgetset/wsextctrls.pp
Assembling (pipe) units/x86_64-darwin/wsextctrls.s
extctrls.pp(1401,33) Warning: Symbol "TNotebook" is deprecated
extctrls.pp(1401,92) Warning: Symbol "TPage" is deprecated
notebook.inc(22,21) Warning: Symbol "TPage" is deprecated
notebook.inc(27,21) Warning: Symbol "TPage" is deprecated
notebook.inc(40,24) Warning: Symbol "TPage" is deprecated
Assembling (pipe) units/x86_64-darwin/extctrls.s
Compiling toolwin.pp
Assembling (pipe) units/x86_64-darwin/toolwin.s
Compiling buttons.pp
Compiling imagelistcache.pas
Assembling (pipe) units/x86_64-darwin/imagelistcache.s
Compiling ./widgetset/wsbuttons.pp
Assembling (pipe) units/x86_64-darwin/wsbuttons.s
Assembling (pipe) units/x86_64-darwin/buttons.s
comctrls.pp(427,30) Warning: Symbol "TNotebook" is deprecated
Compiling ./widgetset/wscomctrls.pp
Compiling ./widgetset/wstoolwin.pp
Assembling (pipe) units/x86_64-darwin/wstoolwin.s
Assembling (pipe) units/x86_64-darwin/wscomctrls.s
tabcontrol.inc(236,30) Warning: Symbol "TNotebook" is deprecated
Assembling (pipe) units/x86_64-darwin/comctrls.s
Assembling (pipe) units/x86_64-darwin/shellctrls.s
Assembling (pipe) units/x86_64-darwin/filectrl.s
Compiling lazhelpintf.pas
Compiling dialogs.pp
Compiling buttonpanel.pas
Assembling (pipe) units/x86_64-darwin/buttonpanel.s
Compiling ./widgetset/wsdialogs.pp
Assembling (pipe) units/x86_64-darwin/wsdialogs.s
Assembling (pipe) units/x86_64-darwin/dialogs.s
Assembling (pipe) units/x86_64-darwin/lazhelpintf.s
Compiling lazhelphtml.pas
Assembling (pipe) units/x86_64-darwin/lazhelphtml.s
Compiling stdactns.pas
Assembling (pipe) units/x86_64-darwin/stdactns.s
Compiling calendar.pp
Compiling ./widgetset/wscalendar.pp
Assembling (pipe) units/x86_64-darwin/wscalendar.s
Assembling (pipe) units/x86_64-darwin/calendar.s
Compiling spin.pp
Compiling ./widgetset/wsspin.pp
Assembling (pipe) units/x86_64-darwin/wsspin.s
Assembling (pipe) units/x86_64-darwin/spin.s
Compiling arrow.pp
Compiling ./widgetset/wsarrow.pp
Assembling (pipe) units/x86_64-darwin/wsarrow.s
Assembling (pipe) units/x86_64-darwin/arrow.s
Compiling ./nonwin32/messages.pp
Assembling (pipe) units/x86_64-darwin/messages.s
Compiling grids.pas
Compiling maskedit.pp
Assembling (pipe) units/x86_64-darwin/maskedit.s
Compiling ./widgetset/wsgrids.pp
Assembling (pipe) units/x86_64-darwin/wsgrids.s
Assembling (pipe) units/x86_64-darwin/grids.s
Compiling printers.pas
Assembling (pipe) units/x86_64-darwin/printers.s
Compiling postscriptprinter.pas
Assembling (pipe) units/x86_64-darwin/postscriptprinter.s
Compiling postscriptcanvas.pas
Compiling postscriptunicode.pas
Assembling (pipe) units/x86_64-darwin/postscriptunicode.s
Assembling (pipe) units/x86_64-darwin/postscriptcanvas.s
Compiling checklst.pas
Compiling ./widgetset/wschecklst.pp
Assembling (pipe) units/x86_64-darwin/wschecklst.s
Assembling (pipe) units/x86_64-darwin/checklst.s
Compiling pairsplitter.pas
Compiling ./widgetset/wspairsplitter.pp
Assembling (pipe) units/x86_64-darwin/wspairsplitter.s
Assembling (pipe) units/x86_64-darwin/pairsplitter.s
Compiling extdlgs.pas
Compiling ./widgetset/wsextdlgs.pp
Assembling (pipe) units/x86_64-darwin/wsextdlgs.s
Assembling (pipe) units/x86_64-darwin/extdlgs.s
Compiling dbctrls.pp
Compiling chart.pp
Assembling (pipe) units/x86_64-darwin/chart.s
Assembling (pipe) units/x86_64-darwin/dbctrls.s
Compiling dbgrids.pas
Assembling (pipe) units/x86_64-darwin/dbgrids.s
Compiling dbactns.pp
Assembling (pipe) units/x86_64-darwin/dbactns.s
Compiling editbtn.pas
Compiling ./forms/calendarpopup.pas
Assembling (pipe) units/x86_64-darwin/calendarpopup.s
Assembling (pipe) units/x86_64-darwin/editbtn.s
Compiling extgraphics.pas
Assembling (pipe) units/x86_64-darwin/extgraphics.s
Compiling colorbox.pas
Assembling (pipe) units/x86_64-darwin/colorbox.s
Compiling inipropstorage.pas
Assembling (pipe) units/x86_64-darwin/inipropstorage.s
Compiling xmlpropstorage.pas
Assembling (pipe) units/x86_64-darwin/xmlpropstorage.s
Compiling ldocktree.pas
Assembling (pipe) units/x86_64-darwin/ldocktree.s
Compiling ldockctrl.pas
Compiling ldockctrledit.pas
Assembling (pipe) units/x86_64-darwin/ldockctrledit.s
Assembling (pipe) units/x86_64-darwin/ldockctrl.s
Compiling lclmessageglue.pas
Assembling (pipe) units/x86_64-darwin/lclmessageglue.s
Compiling rubberband.pas
Compiling ./widgetset/wsdesigner.pp
Assembling (pipe) units/x86_64-darwin/wsdesigner.s
Assembling (pipe) units/x86_64-darwin/rubberband.s
Compiling defaulttranslator.pas
Assembling (pipe) units/x86_64-darwin/defaulttranslator.s
Assembling (pipe) units/x86_64-darwin/alllclunits.s
219155 lines compiled, 13.7 sec 
7 warning(s) issued
make: *** [lcl] Error 2
### execution of /var/tmp/tmp.2.kPMXbw failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-lazarus-test-0.9.30-1
(Reading database ... 40789 files and directories currently installed.)
Removing fink-buildlock-lazarus-test-0.9.30-1 ...
Failed: phase compiling: lazarus-test-0.9.30-1 failed

Before reporting any errors, please run "fink selfupdate" and try again.
If you continue to have issues, please check to see if the FAQ on Fink's 
website solves the problem.  If not, ask on one of these mailing lists:

	The Fink Users List <fink-users@lists.sourceforge.net>
	The Fink Beginners List <fink-beginners@lists.sourceforge.net>,

with a carbon copy to the maintainer:

	Karl-Michael Schindler <karl-michael.schindler@web.de>

Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.31.2
Distribution version: selfupdate-rsync Sun Oct  9 17:09:33 2011, 10.7, x86_64
Trees: local/main stable/main unstable/main
Xcode: 4.1

silver:/sw/fink/10.7/local/main/finkinfo>