Ah that's a problem for sure, zend.h does not exist. But I discovered that it does exist in my (out of sync) locate database. Let me try updating the database and start the install process all over again, maybe that will work.
On Mon, Dec 15, 2008 at 11:07 PM, Alexander Hansen <[email protected]> wrote: > > On Dec 15, 2008, at 4:16 PM, Ruben de Gooijer wrote: > >> If I only had a clue about which command failed on me. I grepped the >> output for any occurrences of the folder in which the .so files should >> reside, the result only gave back the last mv actions. > > Often that's not what you want. The error can be completely unrelated to > the missing files--something else could fail and terminate the module of the > build where the files reside. > >> >> >> What struck me was that there were a lot of these kind of lines: >> "make[3]: Nothing to be done for `install-exec-am' " floating around >> in my output. I'm not quite sure if those got anything to do with it. > > Nope. Sometimes these things are subtle. We prefer packages to fail > noisily when something's missing, but that doesn't always happen. > > I did notice the following when I compared with a successful build on my > system: > > checking for php... php > checking zend.h usability... no > checking zend.h presence... no > checking for zend.h... no > > (I had "yes" on the latter 3, and that's part of the php setup). See what > you get from > > ls /usr/include/php/Zend/zend.h > > at a terminal prompt. > >> >> >> On Mon, Dec 15, 2008 at 7:40 PM, Alexander Hansen >> <[email protected]> wrote: >>> >>> On Dec 15, 2008, at 10:42 AM, Ruben de Gooijer wrote: >>> >>>> Hi all, >>>> >>>> I'm trying to compile GnuCash from source by using the fink command, >>>> due to the fact that it is not available in pre-build form (apt-get). >>>> >>>> What I did: >>>>> >>>>> fink selfupdate >>>>> fink index -f >>>>> fink install gnucash2 >>>> >>>> The error message I receive: >>>> /usr/bin/install -d -m 755 >>>> /sw/src/fink.build/root-graphviz-shlibs-2.18-2/sw/lib/graphviz/php >>>> /bin/mv /sw/src/fink.build/root-graphviz-2.18-2/sw/lib/graphviz/php/*.so >>>> /sw/src/fink.build/root-graphviz-shlibs-2.18-2/sw/lib/graphviz/php/ >>>> mv: rename >>>> /sw/src/fink.build/root-graphviz-2.18-2/sw/lib/graphviz/php/*.so >>>> to >>>> /sw/src/fink.build/root-graphviz-shlibs-2.18-2/sw/lib/graphviz/php/*.so: >>>> No such file or directory >>>> ### execution of /bin/mv failed, exit code 1 >>>> Removing runtime build-lock... >>>> Removing build-lock package... >>>> /sw/bin/dpkg-lockwait -r fink-buildlock-graphviz-2.18-2 >>>> (Reading database ... 78450 files and directories currently installed.) >>>> Removing fink-buildlock-graphviz-2.18-2 ... >>>> Failed: phase installing: graphviz-shlibs-2.18-2 failed >>>> >>>> It seems to me that the build process stopped because the mv command >>>> failed to execute.... >>>> >>>> Though I have no clue how to resolve this, any suggestions? >>>> >>>> Thanks a lot! >>>> >>>> Kind regards, >>>> Ruben >>>> >>> >>> >>> Your error has absolutely nothing to do with gnucash2. It was with >>> graphviz. >>> >>> This sort of error is mentioned in the FAQ: >>> >>> http://www.finkproject.org/faq/comp-general.php#mv-failed >>> >>> These errors indicate that something went wrong earlier in your build, >>> skipping the step where the files that you're missing were supposed to be >>> generated. You're going to need to search deeper in your build output to >>> see what went wrong. >>> >>> >> <out.log> > > ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
