Opened 15 years ago

Closed 14 years ago

#22192 closed submission (fixed)

gource 0.15 New port for gource

Reported by: hahn.seb@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: macports@…
Port: gource

Description

Hi,

I've created a Portfile for Gource (see attachment). I did reasonable testing on my SL installation, and everything seems to be working as expected, but this is my first Portfile, so I may have overlooked something.

Thanks for your consideration of inclusion!

Sebastian

Attachments (3)

Portfile (941 bytes) - added by hahn.seb@… 15 years ago.
Gource Portfile
Portfile-gource-0.18 (941 bytes) - added by macports@… 14 years ago.
Updated to 0.18; builds on 10.6.2/macports 1.8.1
Portfile-gource-0.23 (924 bytes) - added by hahn.seb@… 14 years ago.
Updated portfile for Gource 0.23, works on 10.6.2

Download all attachments as: .zip

Change History (13)

comment:1 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Owner: changed from macports-tickets@… to jeremyhu@…

git related history visualization

comment:2 Changed 15 years ago by hahn.seb@…

Attaching fixed Portfile that doesn't require custom configure arguments anymore

Changed 15 years ago by hahn.seb@…

Attachment: Portfile added

Gource Portfile

comment:3 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Unfortunately, it crashes at startup:

$ gource .
objc[58644]: Class SDLTranslatorResponder is implemented in both /opt/local/lib/libSDL-1.2.0.dylib and /opt/local/lib/libSDL_image-1.2.0.dylib. Using implementation from /opt/local/lib/libSDL_image-1.2.0.dylib.
objc[58644]: Class SDL_QuartzView is implemented in both /opt/local/lib/libSDL-1.2.0.dylib and /opt/local/lib/libSDL_image-1.2.0.dylib. Using implementation from /opt/local/lib/libSDL_image-1.2.0.dylib.
objc[58644]: Class SDL_QuartzWindowDelegate is implemented in both /opt/local/lib/libSDL-1.2.0.dylib and /opt/local/lib/libSDL_image-1.2.0.dylib. Using implementation from /opt/local/lib/libSDL_image-1.2.0.dylib.
objc[58644]: Class SDL_QuartzWindow is implemented in both /opt/local/lib/libSDL-1.2.0.dylib and /opt/local/lib/libSDL_image-1.2.0.dylib. Using implementation from /opt/local/lib/libSDL_image-1.2.0.dylib.
Bus error (core dumped)
Process:         gource [58644]
Path:            /opt/local/bin/gource
Identifier:      gource
Version:         ??? (???)
Code Type:       PPC (Native)
Parent Process:  bash [53189]

Interval Since Last Report:          23 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   1

Date/Time:       2009-10-21 17:11:09.738 -0700
OS Version:      Mac OS X 10.5.8 (9L30)
Report Version:  6
Anonymous UUID:  99E5CBF5-5B93-4D5B-9947-6B4A70D6BFBC

Exception Type:  EXC_CRASH (SIGBUS)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  1

Thread 0:
0   ???                           	0000000000 0 + 0
1   gource                        	0x00003858 SDLAppDisplay::createTexture(int, int, int, int, int, int, unsigned int*) + 56
2   gource                        	0x0000bbc4 TextureResource::TextureResource(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, bool) + 868
3   gource                        	0x0000bca8 TextureManager::grab(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, bool) + 120
4   gource                        	0x00011058 RDirNode::RDirNode(RDirNode*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >) + 488
5   gource                        	0x0001be88 Gource::reset() + 360
6   gource                        	0x000203f8 Gource::Gource(std::basic_string<char, std::char_traits<char>, std::allocator<char> >) + 1640
7   gource                        	0x0002e6c8 SDL_main + 14264
8   gource                        	0x0002ed6c -[SDLMain applicationDidFinishLaunching:] + 76
9   com.apple.Foundation          	0x940d4688 _nsnote_callback + 200
10  com.apple.CoreFoundation      	0x931ec43c _CFXNotificationPostNotification + 924
11  com.apple.Foundation          	0x940d1dc4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
12  com.apple.AppKit              	0x93919858 -[NSApplication _postDidFinishNotification] + 112
13  com.apple.AppKit              	0x93919770 -[NSApplication _sendFinishLaunchingNotification] + 84
14  com.apple.AppKit              	0x938a1114 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 264
15  com.apple.AppKit              	0x938a094c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 92
16  com.apple.Foundation          	0x940f5008 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 484
17  com.apple.Foundation          	0x940f4ddc _NSAppleEventManagerGenericHandler + 240
18  com.apple.AE                  	0x94f6cce4 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 168
19  com.apple.AE                  	0x94f6cbec dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
20  com.apple.AE                  	0x94f6c9f0 aeProcessAppleEvent + 216
21  com.apple.HIToolbox           	0x91b09410 AEProcessAppleEvent + 56
22  com.apple.AppKit              	0x9389e478 _DPSNextEvent + 1160
23  com.apple.AppKit              	0x9389dc00 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
24  com.apple.AppKit              	0x938978a0 -[NSApplication run] + 748
25  gource                        	0x0002f3a4 main + 1300
26  gource                        	0x00002514 start + 68
27  ???                           	0000000000 0 + 0

Thread 1 Crashed:
0   libSystem.B.dylib             	0x95cf4c08 __semwait_signal + 8
1   libSystem.B.dylib             	0x95d3146c _pthread_cond_wait + 1580
2   libGLProgrammability.dylib    	0x92581b68 glvmDoWork + 120
3   libSystem.B.dylib             	0x95d300c4 _pthread_start + 316

Thread 1 crashed with PPC Thread State 32:
  srr0: 0x95cf4c08  srr1: 0x0000d030   dar: 0xf0102ee4 dsisr: 0x42000000
    r0: 0x0000014e    r1: 0xf0102db0    r2: 0xf0102df0    r3: 0x00000004
    r4: 0x00004503    r5: 0x00000000    r6: 0x00000000    r7: 0x00000000
    r8: 0x00000000    r9: 0x00000001   r10: 0x95d30e0c   r11: 0xa0ae5934
   r12: 0x95cf94fc   r13: 0x00000000   r14: 0x00000000   r15: 0x00000000
   r16: 0x00000000   r17: 0x00000000   r18: 0x00000000   r19: 0x00000000
   r20: 0x00000000   r21: 0x00000000   r22: 0x00000000   r23: 0x00000000
   r24: 0x00000000   r25: 0x00000000   r26: 0x00000000   r27: 0xa0ae0e54
   r28: 0xa04b9dc4   r29: 0xf0103000   r30: 0xa04b9df0   r31: 0x95d30e54
    cr: 0x20024004   xer: 0x00000000    lr: 0x95d31470   ctr: 0x95cf94fc
vrsave: 0x00000000

Binary Images:
    0x1000 -    0x39fff +gource ??? (???) <f2af48cee0252e5c55e088d94b8bdece> /opt/local/bin/gource
   0x50000 -    0x79fff +libpcre.0.dylib ??? (???) <290d0fbc2ffc645c6fa791d5bad45897> /opt/local/lib/libpcre.0.dylib
   0x8f000 -    0xf4ff7 +libSDL_image-1.2.0.dylib ??? (???) <c24537787bba39b55ef41de2262eacd0> /opt/local/lib/libSDL_image-1.2.0.dylib
  0x11e000 -   0x13bffd +libjpeg.62.dylib ??? (???) <38a8a2412b8d3f3c5a65cf59d787b6ff> /opt/local/lib/libjpeg.62.dylib
  0x141000 -   0x15effb +libpng12.0.dylib ??? (???) <f0037b452e53d0dd82adb5109b3c62c6> /opt/local/lib/libpng12.0.dylib
  0x164000 -   0x1bffff +libGLU.1.dylib ??? (???) <c4c1f5e73034a97d86272d7220092e74> /opt/local/lib/libGLU.1.dylib
  0x1f2000 -   0x214fff +libGL.1.dylib ??? (???) <3d383c32910729dae865ebb0b452b2e9> /opt/local/lib/libGL.1.dylib
  0x23e000 -   0x349fff +libX11.6.dylib ??? (???) <bbc21a4c29ec91d20838d2cd5f407f11> /opt/local/lib/libX11.6.dylib
  0x368000 -   0x3c6ff3 +libSDL-1.2.0.dylib ??? (???) <69c0ffe17219f8efa8c08066e249b454> /opt/local/lib/libSDL-1.2.0.dylib
  0x3de000 -   0x3f8fff +libftgl.2.dylib ??? (???) <41882e9946060ff257049984a049fec1> /opt/local/lib/libftgl.2.dylib
  0x407000 -   0x475ff7 +libfreetype.6.dylib ??? (???) <fcedecf1bdfc784ba6d79121034891d9> /opt/local/lib/libfreetype.6.dylib
  0x487000 -   0x496fff +libz.1.dylib ??? (???) <ad0eb06aa682700e3d335ca9e7e13b98> /opt/local/lib/libz.1.dylib
  0x49a000 -   0x4ecffb +libtiff.3.dylib ??? (???) <1114cb65bf16400a148aff5142e66b3b> /opt/local/lib/libtiff.3.dylib
  0x4f8000 -   0x4feff3 +libjbig.2.dylib ??? (???) <96d4533468f133ef34d2c28a5a54283f> /opt/local/lib/libjbig.2.dylib
  0x503000 -   0x510ffb  libXplugin.1.dylib ??? (???) <5a3b3625493be9470ad73ed10e32e9c6> /usr/lib/libXplugin.1.dylib
  0x517000 -   0x524ffb +libXext.6.dylib ??? (???) <605f034c4957141d51587cb69e3d23dd> /opt/local/lib/libXext.6.dylib
  0x529000 -   0x52affa +libXau.6.dylib ??? (???) <a1f48cfb28c7c61cce323b81ec64b140> /opt/local/lib/libXau.6.dylib
  0x52d000 -   0x530ff7 +libXdmcp.6.dylib ??? (???) <de3ced68d9abaf1e654ada5e32beda95> /opt/local/lib/libXdmcp.6.dylib
0x158bf000 - 0x15aa6ff3  com.apple.RawCamera.bundle 2.1.0 (474) <ba17722601435c06547ceba8723777bb> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x160e2000 - 0x1625affb  GLEngine ??? (???) <80f81a34d0bc3d66c860d8d97ff2b0aa> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x1628c000 - 0x16415ff6  com.apple.GeForceFXGLDriverPPC 1.5.48 (5.4.8) <fb5df1b84ce358008d10bb87f62d7b9b> /System/Library/Extensions/GeForceFXGLDriverPPC.bundle/Contents/MacOS/GeForceFXGLDriverPPC
0x1643d000 - 0x16459fff  GLRendererFloat ??? (???) <8aec4559b92bb6b267766fe875a849a6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x8fe00000 - 0x8fe30c23  dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
0x90003000 - 0x9000efff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x90075000 - 0x900f0fff  com.apple.SearchKit 1.2.2 (1.2.2) <a9d0033a5e1e55b5e382e52fe578d734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x90292000 - 0x90297ff6  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x90298000 - 0x902a3ffb  libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
0x902a4000 - 0x902ddfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <831d9285fb18133e193f8ed9fc04e231> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x902de000 - 0x903a6ffb  com.apple.CoreData 100.2 (186.2) <be912ff41bd4506438a71d5665e89069> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x903ec000 - 0x903edfff  libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
0x903ee000 - 0x903efff8  com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x903f0000 - 0x9040cffb  libPng.dylib ??? (???) <82a7ac26fb2dd17c6c6159f1227d4de6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9044c000 - 0x9052ffff  libobjc.A.dylib ??? (???) <9d4d771d4ba8989a97a94c700487f86c> /usr/lib/libobjc.A.dylib
0x90530000 - 0x9053cff3  com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9053d000 - 0x90584fff  com.apple.NavigationServices 3.5.2 (163) <327a1107c525a78824e63af51d0409c4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x905c8000 - 0x90650ffb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90825000 - 0x908affff  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x90953000 - 0x90cb8ffe  com.apple.QuartzCore 1.5.8 (1.5.8) <173de39401d774ee555d15681ba13be1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90cb9000 - 0x90cb9fff  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90cc0000 - 0x90cc0ff8  com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x90cc1000 - 0x90cc9fff  libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
0x90df4000 - 0x90e5bffb  libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
0x90e5c000 - 0x90e73ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x90e74000 - 0x90e9cfff  libxslt.1.dylib ??? (???) <e53c01d1fdd5261ae4c21de8c10c7e70> /usr/lib/libxslt.1.dylib
0x90eba000 - 0x90ebdfff  com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x90f19000 - 0x90f22fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <d3ced3286d37da933efca5dfa28d5d73> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x90f23000 - 0x90f85ffb  com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x90f86000 - 0x91040fff  libcrypto.0.9.7.dylib ??? (???) <d0c8f3918053b8cb84c43e5fb40fa066> /usr/lib/libcrypto.0.9.7.dylib
0x91155000 - 0x9147efe7  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9147f000 - 0x91519ff7  com.apple.ApplicationServices.ATS 3.7 (???) <58dd60fd70b041c0e226f973cdd09617> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9151a000 - 0x9159cfff  com.apple.print.framework.PrintCore 5.5.4 (245.6) <9e01c05323b526bfc4d8f28940c373c2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9159d000 - 0x915a1ffe  libGIF.dylib ??? (???) <755ca03546f380942649cb38cec37ba2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x915a2000 - 0x915beffb  com.apple.openscripting 1.2.8 (???) <9d11e11f169d42b0b8581026f01d8df0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9183c000 - 0x91869fff  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x91981000 - 0x91a18fff  com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91a19000 - 0x91a27ff3  com.apple.opengl 1.5.10 (1.5.10) <f90db7f5e4a5144afd040236f8343280> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x91a28000 - 0x91a3bfff  com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91a42000 - 0x91aa3fff  com.apple.CoreText 2.0.4 (???) <72b950056b8bced5bacaad5e0712fcf8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x91aa4000 - 0x91ad5fff  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x91ad6000 - 0x91e0fff7  com.apple.HIToolbox 1.5.6 (???) <a3b713a77c16da495c886463985f1e39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x91e10000 - 0x91e17ffb  com.apple.print.framework.Print 218.0.3 (220.2) <48f5dd2ce80e9f7c8e3be2acbca8584f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x91e18000 - 0x91f5fffb  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91f71000 - 0x924edffb  com.apple.CoreGraphics 1.409.4 (???) <e5f06c8ccf181e362a13a96940b454ac> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x924ee000 - 0x92517ffb  com.apple.shortcut 1.0.1 (1.0) <2d585ff6d2228a19705d304548a1e0df> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x92518000 - 0x92532ffb  com.apple.CoreVideo 1.6.0 (20.0) <2bc359d0334aa51fcf0534320dee89e9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x92533000 - 0x92533fff  com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92534000 - 0x9255bfff  libcups.2.dylib ??? (???) <5cefcc0e9090a7587981a69a9b2ffc2a> /usr/lib/libcups.2.dylib
0x9255c000 - 0x9298affe  libGLProgrammability.dylib ??? (???) <79e91a3ef8d13e2d1eaca2a38d5575bb> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9298b000 - 0x92a20ff7  com.apple.framework.IOKit 1.5.2 (???) <ced0a498252f76a2d2ba9f2a0ae02160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x92a22000 - 0x92c0bffb  com.apple.security 5.0.5 (36371) <cfd97bfeda0ff5301a635ba6b6e4f83a> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x92c77000 - 0x92ca2ff7  libauto.dylib ??? (???) <34809aa24fe1bbba884cb6f58f30944d> /usr/lib/libauto.dylib
0x92ca3000 - 0x92cabffb  libCGATS.A.dylib ??? (???) <2e2b3379b58eef41b4a0858c1b76236c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x92d17000 - 0x92d9ffff  com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92da0000 - 0x92dc0ff7  libJPEG.dylib ??? (???) <65edcc6af826566c94cfa1f19fd02291> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x92dc1000 - 0x92e46fff  libsqlite3.0.dylib ??? (???) <23b605ffc15d04f58fd05ffb97ae24fe> /usr/lib/libsqlite3.0.dylib
0x92e47000 - 0x92e66fff  libresolv.9.dylib ??? (???) <4a21e9ec2419ee54a8e026cd15a41a68> /usr/lib/libresolv.9.dylib
0x931a1000 - 0x932c6ff3  com.apple.CoreFoundation 6.5.7 (476.19) <dee0f0024f3bf976cfa0a0816e8aa338> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x932e6000 - 0x93323fff  libRIP.A.dylib ??? (???) <6b828c9a37142b6c1a472a5a32bbe4ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x93324000 - 0x933b3ffb  com.apple.DesktopServices 1.4.8 (1.4.8) <efaf20fbcdf58c7da37ddbcf190bba75> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9355f000 - 0x93861ffb  com.apple.CoreServices.CarbonCore 786.11 (786.14) <4da8e0984e333f8cea32a24ba4364e8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x93862000 - 0x93fd8fff  com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93fd9000 - 0x93fe7fff  libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
0x94012000 - 0x9401ffff  libCSync.A.dylib ??? (???) <5bba25373fdb95f574e103d3ac4a7d6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94060000 - 0x940b6fff  libGLU.dylib ??? (???) <4307c8f9f09bca8afc78fa089c3f074e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x940cb000 - 0x94311ffb  com.apple.Foundation 6.5.9 (677.26) <c30e4aea51bbae480d4550cd53abb441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x94312000 - 0x943abfc3  libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x943ac000 - 0x943bfffb  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9b6ca43797153f71176c7b126858fd35> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x943c0000 - 0x9440ffff  libGLImage.dylib ??? (???) <69eba6e64ea12c7392286db4f29d7a1d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94410000 - 0x94558ff3  libicucore.A.dylib ??? (???) <07d0cefd48d11d5d5b1817c198013f0b> /usr/lib/libicucore.A.dylib
0x94723000 - 0x947d6ffc  com.apple.CFNetwork 438.14 (438.14) <6e213ab40eabfc276ca46a7c7cfad01a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x947d7000 - 0x94923ffb  com.apple.ImageIO.framework 2.0.6 (2.0.6) <c20e33d5ff7076c0855c874db7df320d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94924000 - 0x94a38ffa  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x94a84000 - 0x94a87ffb  com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x94a88000 - 0x94b72fff  libxml2.2.dylib ??? (???) <eb2970f2b786b495449127b4945dcee5> /usr/lib/libxml2.2.dylib
0x94b79000 - 0x94bbaffb  libTIFF.dylib ??? (???) <da8860d4d8b2a54970a81fca35968366> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x94cf0000 - 0x94d0ffff  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x94d25000 - 0x94df5fff  com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x94e06000 - 0x94eb6fff  com.apple.QD 3.11.56 (???) <3afac2b8eb501201f91672a32c4ecf99> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x94eb7000 - 0x94eb7ffa  com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x94eb8000 - 0x94eb8fff  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94eb9000 - 0x94ed8fff  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94ed9000 - 0x94ee0fff  com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x94ee1000 - 0x94ee3ffd  libRadiance.dylib ??? (???) <34621dd441aab91846ed399a4801e9f8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x94f1a000 - 0x94f69fff  com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94f6a000 - 0x94f9ffff  com.apple.AE 402.3 (402.3) <6a6f752bba2d537eb8590e1cec01ac9a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x95225000 - 0x9523dffb  com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9523e000 - 0x9529bffb  com.apple.HIServices 1.7.1 (???) <a6c5c0bf2d68aeb453dbc493b7d0c8d9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x95ced000 - 0x95e8dff3  libSystem.B.dylib ??? (???) <900415cd2c829b2de9a6cdcdaa6307e3> /usr/lib/libSystem.B.dylib
0x95e8e000 - 0x95e8effb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x96c8c000 - 0x96d3cfff  edu.mit.Kerberos 6.0.13 (6.0.13) <fcdbe9a5921d9b43bb63ec75d40f5696> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96d3d000 - 0x972f7fff  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x972f8000 - 0x97303ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x97304000 - 0x973d7fff  com.apple.CoreServices.OSServices 228 (228) <8610aed4edbd5d21e887a68c32b5c216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0xfffec000 - 0xfffeffff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff8000 - 0xffff9703  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

My inclination is that this stems from the fact that it is linking agsinst mesa for GL while libSDL and ftgl are linking against OpenGL.framework, but /shrug

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Keywords: gource new port removed
Type: requestsubmission
Version: 1.8.1

comment:5 Changed 15 years ago by hahn.seb@…

hrm. It works fine without crashing on my machine, do you have any idea how to debug this further? I'll gladly assist in any way possible!

comment:6 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)

otool -L /opt/local/lib/libSDL.dylib 
otool -L /opt/local/lib/libftgl.dylib
otool -L /opt/local/bin/gource

I'm guessing there is a combination of mesa and OpenGL.framework linking there...

comment:7 Changed 14 years ago by jmroot (Joshua Root)

Looks like an upstream bug with libsdl/libsdl_image providing incompatible versions of the same symbols, actually. Whether it works or not apparently depends on the link order.

Changed 14 years ago by macports@…

Attachment: Portfile-gource-0.18 added

Updated to 0.18; builds on 10.6.2/macports 1.8.1

comment:8 Changed 14 years ago by macports@…

Cc: macports@… added

Cc Me!

Changed 14 years ago by hahn.seb@…

Attachment: Portfile-gource-0.23 added

Updated portfile for Gource 0.23, works on 10.6.2

comment:9 Changed 14 years ago by hahn.seb@…

Is there something else I need to do in order to get this into macports?

comment:10 Changed 14 years ago by tobypeterson

Resolution: fixed
Status: newclosed

cleaned up a bit, switched master_sites to just googlecode

committed r62383

Note: See TracTickets for help on using tickets.