Darwin port of Growl on 10.4

The Growl forums have moved to Google Groups, this forum is read only.
Locked
jpoetker
Harmless
Posts: 4
Joined: Thu Sep 29, 2005 2:07 am

Darwin port of Growl on 10.4

Post by jpoetker »

Has anybody been able to successfully install Growl using darwin ports on 10.4.2?

I'm not sure who the port maintainer is, but the port doesn't seem to build for me..

This is the last bit of text I see before the BUILD FAILURE:

CompileC build/Growl.build/Development/GrowlHelperApp.build/Objects-normal/ppc/GrowlController.o Core/Source/GrowlController.m normal ppc objective-c com.apple.compilers.gcc.4_0
mkdir /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/build/Growl.build/Development/GrowlHelperApp.build/Objects-normal/ppc
cd /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src
setenv MACOSX_DEPLOYMENT_TARGET 10.3
/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -std=gnu99 -Wno-trigraphs -fobjc-exceptions -fpascal-strings -fasm-blocks -g -O0 -Wmissing-prototypes -Wreturn-type -Wformat -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wunknown-pragmas -Wshadow -Wsign-compare -Wnewline-eof -fmessage-length=0 -mtune=G4 -fvisibility=hidden -I/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/build/Growl.build/Development/GrowlHelperApp.build/GrowlHelperApp.hmap -W -Wall -O0 -F/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/build/Development -I/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/build/Development/include -I/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/build/Growl.build/Development/GrowlHelperApp.build/DerivedSources -include /Library/Caches/com.apple.Xcode.0/SharedPrecompiledHeaders/Growl_Prefix-bicmgaxqrnjvkodrhieoturmoykd/Growl_Prefix.pch -c /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/Core/Source/GrowlController.m -o /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/build/Growl.build/Development/GrowlHelperApp.build/Objects-normal/ppc/GrowlController.o
/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/Core/Source/GrowlController.m:26:24: error: SVNRevision.h: No such file or directory
/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/Core/Source/GrowlController.m: In function '-[GrowlController versionDictionary]':
/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/Core/Source/GrowlController.m:557: error: 'SVN_REVISION' undeclared (first use in this function)
/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/Core/Source/GrowlController.m:557: error: (Each undeclared identifier is reported only once
/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_Growl/work/Growl-0.7-src/Core/Source/GrowlController.m:557: error: for each function it appears in.)
** BUILD FAILED **
make: *** [all] Error 1
snarfer
Frappa
Posts: 242
Joined: Tue Jan 25, 2005 5:16 pm
Location: A small CA town
Contact:

Post by snarfer »

Umm, why DarwinPorts?
User avatar
The_Tick
Cocoaforge Admin
Posts: 4642
Joined: Thu Dec 02, 2004 6:06 am
Contact:

Post by The_Tick »

snarfer wrote:Umm, why DarwinPorts?
Why not?
User avatar
The_Tick
Cocoaforge Admin
Posts: 4642
Joined: Thu Dec 02, 2004 6:06 am
Contact:

Post by The_Tick »

Can you rm the source download and retry installing from the portfile?
iLux
Harmless
Posts: 23
Joined: Tue Sep 13, 2005 7:45 pm

Post by iLux »

It works great for me :D
jpoetker
Harmless
Posts: 4
Joined: Thu Sep 29, 2005 2:07 am

Post by jpoetker »

Well, I've ran sudo port clean --all Growl and tried sudo port install Growl, a few different times (including just prior to this), and I haven't had any luck. It is still failing... Is there something more complete I should be doing?
jpoetker
Harmless
Posts: 4
Joined: Thu Sep 29, 2005 2:07 am

Post by jpoetker »

Looked at the Portfile, it was for 0.7 - found this patch for 0.7.2 (http://bugzilla.opendarwin.org/attachme ... ction=diff)

Applied it... But it still fails. :cry:
jpoetker
Harmless
Posts: 4
Joined: Thu Sep 29, 2005 2:07 am

Post by jpoetker »

ah - ha - so this is my problem now:

http://trac.growl.info/trac/ticket/388

Anybody have any further info on this ?
User avatar
The_Tick
Cocoaforge Admin
Posts: 4642
Joined: Thu Dec 02, 2004 6:06 am
Contact:

Post by The_Tick »

Beyond that it's a blocker for .8, no.
Locked