On Wed, Oct 26, 2011 at 08:33:46AM -0700, Michael Gregg wrote:
> Hi Jack,
> 
> Well, I did it - new install of SL 10.6, upgrade to 10.6.8, new install of 
> Xcode 3.2.6, source code bootstrap of fink.  Same errors persisted.
> 
> So I did yet more searching online and found the solution in a fink thread 
> from just last week: the are fatal compile/build problems for some packages 
> on dual core machines which go away if fink is told to use just one processor 
> at a time (a fink setup option).  That solved the problem, and every package 
> that used to fail (openmotif was one of the fundamental ones required by 
> others) now builds.
> 
> Phew.

Michael,
   This seems quite odd since the openmotif3 and openmotif4 packaging currently 
in 10.4 stable and unstable both
have...

SetMAKEFLAGS: -j1

which should cause a serial build to occur. No one else has reported this 
problem so I still think something
is strange with your fink installation.
         Jack
> 
> Thank you for your help along the way; perhaps my experience will help you 
> help someone else down the line.
> 
> Cheers,
> 
> Michael
> 
> 
> On Oct 21, 2011, at 5:41 PM, Jack Howarth wrote:
> 
> > On Fri, Oct 21, 2011 at 05:32:04PM -0700, Michael Gregg wrote:
> >> Hi Jack,
> >> 
> >> I was thinking along the same lines - reinstall SL from the DVD.  That 
> >> would be painful, though perhaps successful.
> >> 
> >> I did move aside the old /sw first and then installed fink and fink 
> >> commander new.  There is apparently a 'gotcha' here: unless you upgrade 
> >> fink 
> >> to a SL-compatible version before upgrading to SL, it is impossible to 
> >> then upgrade fink in place.  Or so that is my understanding... and 
> >> experience - fink stopped working when I went to 10.6 (it's hard to 
> >> anticipate that sort of upgrade incompatibility).   I wanted to install 
> >> gdl and some other things and thought it would be easiest to get fink and 
> >> fink commander running again first, and along the way would get latest 
> >> versions of lots of things, so that's why I moved aside /sw and brought in 
> >> the latest fink version.  Except that a number of compiles break now; 
> >> openmotif being just one.  For instance, gnome-doc-utils in another: 
> >> 
> > 
> > I would recommend, after a clean install of 10.6 and Xcode 3.2.6, following 
> > the instructions at
> > http://www.finkproject.org/download/srcdist.php to perform a source code 
> > bootstrap of fink.
> > 
> >> ...
> >> checking for msgfmt... /sw/bin/msgfmt
> >> checking for gmsgfmt... /sw/bin/msgfmt
> >> dyld: Library not loaded: /usr/local/lib/libgomp.1.dylib
> >>  Referenced from: /sw/bin/msgmerge
> >>  Reason: image not found
> >> configure: error: GNU gettext tools not found; required for intltool
> >> ### execution of PYTHON=/sw/bin/python2.7 failed, exit code 1
> >> Removing runtime build-lock...
> >> Removing build-lock package...
> >> /sw/bin/dpkg-lockwait -r fink-buildlock-gnome-doc-utils-0.20.4-1
> >> (Reading database ... 69150 files and directories currently installed.)
> >> Removing fink-buildlock-gnome-doc-utils-0.20.4-1 ...
> >> Failed: phase compiling: gnome-doc-utils-0.20.4-1 failed
> >> ======
> >> 
> >> Anyway, looks like I have to go back to square 0 as this all should be 
> >> working... ack.
> >> 
> >> Thank you very much for the advice and your time,
> >> 
> >> Michael
> >> 
> >> ps should you have any flashes of insight, do send them my way...
> >> 
> >> On Oct 21, 2011, at 5:07 PM, Jack Howarth wrote:
> >> 
> >>> On Fri, Oct 21, 2011 at 04:48:21PM -0700, Michael Gregg wrote:
> >>>> Hello Jack,
> >>>> 
> >>>> Well, moving aside /opt and /usr/local fail to fix the problem, same for 
> >>>> reducing .cshrc to the fink init script.
> >>>> 
> >>>> Now what?  This is of course quite puzzling - and frustrating; any help 
> >>>> would be appreciated.
> >>> 
> >>> Michael,
> >>>   I really don't have any particular ideas as to the exact origin of the 
> >>> problem as we have never had this
> >>> complaint before. My own preference would be to reinstall Snow Leopard 
> >>> from the DVD. This will effectively
> >>> do an archive and install so that your system files will only be those 
> >>> expected for 10.6. Also, when you
> >>> say you installed fink 0.31.3 was this with a clean bootstrap? If not, I 
> >>> would move aside /sw, download
> >>> the fink 0.31.3 tarball and do a clean bootstrap. Then edit 
> >>> /sw/etc/fink.conf to add the unstable tree and then
> >>> execute...
> >>> 
> >>> fink selfupdate-cvs
> >>> fink update-all
> >>> fink install openmotif4
> >>> 
> >>>       Jack
> >>> ps I have no experience with Fink Commander but would avoid it until you 
> >>> can get the small bootstrap above to
> >>> build openmotif4.
> >>> 
> >>>> 
> >>>> Thank you,
> >>>> 
> >>>> Michael Gregg
> >>>> Physics Dept.
> >>>> U.C. Davis
> >>>> 
> >>>> On Oct 20, 2011, at 6:34 PM, Jack Howarth wrote:
> >>>> 
> >>>>> On Thu, Oct 20, 2011 at 06:19:46PM -0700, Michael Gregg wrote:
> >>>>>> Hello Jack,
> >>>>>> 
> >>>>>> Thank you for the response - I probably should have mentioned that I 
> >>>>>> found the link and similar ones discussing Xcode reinstallation; I 
> >>>>>> have reinstalled Xcode 3.2.6 at least 3 times, including fresh 
> >>>>>> downloads from Apple each time just in case.  
> >>>>>> 
> >>>>>> Anything else to try?
> >>>>>> 
> >>>>>> Michael
> >>>>> 
> >>>>> Not really other than the usual...
> >>>>> 
> >>>>> 1) Try moving aside /opt and /usr/local
> >>>>> 2) Try reducing your .bashrc or .cshrc to just source fink's init 
> >>>>> script.
> >>>>> 
> >>>>> 
> >>>>>> 
> >>>>>> On Oct 20, 2011, at 6:00 PM, Jack Howarth wrote:
> >>>>>> 
> >>>>>>> On Thu, Oct 20, 2011 at 05:24:20PM -0700, Michael Gregg wrote:
> >>>>>>>> Hello,
> >>>>>>>> 
> >>>>>>>> I am having difficulty getting openmotif3 (or 4) to compile/install 
> >>>>>>>> on my MacBook Pro running 10.6.8.  The below is the error message 
> >>>>>>>> stream.  The symptoms are the same whether using fink command line 
> >>>>>>>> or fink commander and I have run many fink selfupdates, 
> >>>>>>>> scanpackages, etc. and re-installed and upgraded X11, Xcode (3.2.6), 
> >>>>>>>> fink (0.31.3) and Fink commander (0.5.5), and even the upgrade from 
> >>>>>>>> 10.6.7 to 10.6.8.
> >>>>>>>> 
> >>>>>>>> The Xmos.o file appears to be the culprit.  Xmos.c exists in:
> >>>>>>>> 
> >>>>>>>> /sw/src/fink.build/openmotif4-2.3.2-2/openmotif-2.3.2/lib/Xm/Xmos.c
> >>>>>>>> 
> >>>>>>>> So perhaps all the ingredients are there, and this is just an 
> >>>>>>>> environment problem?  Maybe... 
> >>>>>>>> 
> >>>>>>>> Any help appreciated.
> >>>>>>>> 
> >>>>>>>> Thank you,
> >>>>>>>> 
> >>>>>>>> Michael 
> >>>>>>> 
> >>>>>>> Michael,
> >>>>>>> This looks like...
> >>>>>>> 
> >>>>>>> http://sourceforge.net/tracker/?func=detail&aid=2131290&group_id=17203&atid=117203
> >>>>>>> 
> >>>>>>> Perhaps you should try reinstalling Xcode?
> >>>>>>>            Jack
> >>>>>>> 
> >>>>>>>> 
> >>>>>>>> =====================
> >>>>>>>> 
> >>>>>>>> gcc -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. 
> >>>>>>>> -DXMBINDDIR_FALLBACK=\"/sw/lib/X11/bindings\" 
> >>>>>>>> -DINCDIR=\"/sw/include/X11\" -DLIBDIR=\"/sw/lib/X11\" -I/sw/include 
> >>>>>>>> -DXNO_MTSAFE_STRINGAPI -DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI 
> >>>>>>>> -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter 
> >>>>>>>> -I/sw/include/freetype2 -I/sw/include -I/usr/X11/include 
> >>>>>>>> -I/sw/include -I/sw/include -I/usr/X11R6/include -I/sw/include 
> >>>>>>>> -I/usr/X11R6/include -MT Xmos.lo -MD -MP -MF .deps/Xmos.Tpo -c 
> >>>>>>>> Xmos.c  -fno-common -DPIC -o .libs/Xmos.o
> >>>>>>>> Xmos.c: In function 'GetQualifiedDir':
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:285: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c: In function 'XmeGetHomeDirName':
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1053: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_age'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> Xmos.c:1057: error: 'struct passwd' has no member named 'pw_comment'
> >>>>>>>> make[3]: *** [Xmos.lo] Error 1
> >>>>>>>> make[2]: *** [all] Error 2
> >>>>>>>> make[1]: *** [all-recursive] Error 1
> >>>>>>>> make: *** [all-recursive] Error 1
> >>>>>>>> ### execution of make failed, exit code 2
> >>>>>>>> Removing runtime build-lock...
> >>>>>>>> Removing build-lock package...
> >>>>>>>> /sw/bin/dpkg-lockwait -r fink-buildlock-openmotif4-2.3.2-3
> >>>>>>>> (Reading database ... 55232 files and directories currently 
> >>>>>>>> installed.)
> >>>>>>>> Removing fink-buildlock-openmotif4-2.3.2-3 ...
> >>>>>>>> Updating the list of locally available binary packages.
> >>>>>>>> Scanning dists/unstable/main/binary-darwin-i386
> >>>>>>>> New package: 
> >>>>>>>> dists/unstable/main/binary-darwin-i386/gnome/glib2-dev_2.22.4-5_darwin-i386.deb
> >>>>>>>> New package: 
> >>>>>>>> dists/unstable/main/binary-darwin-i386/gnome/glib2-shlibs_2.22.4-5_darwin-i386.deb
> >>>>>>>> Failed: phase compiling: openmotif4-2.3.2-3 failed

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to