On 2/15/07, Jonathan Levi, M.D. <[EMAIL PROTECTED]> wrote: > Hi. Trying to install gimp2, I got: > > *** Rebuilding template files *** > cd . && gtkdoc-mktmpl --module=libgimpwidgets > touch tmpl-build.stamp > *** Building XML *** > cd . && \ > gtkdoc-mkdb --module=libgimpwidgets --source-dir=../../libgimpwidgets > --sgml-mode --output-format=xml > WARNING: Property GimpColorDisplay::enabled has no documentation. > WARNING: Property GimpDialog::role has no documentation. > 77% symbol docs coverage (333 symbols documented, 3 symbols > incomplete, 102 not documented) > See libgimpwidgets-undocumented.txt for a list of missing docs. > The doc coverage percentage doesn't include intro sections. > touch xml-build.stamp > *** Building HTML *** > rm -rf ./html > rm: cannot remove directory `./html': Directory not empty > make[3]: *** [html-build.stamp] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of /var/tmp/tmp.1.xdE4Dk failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-gimp2-2.0.6-3 > (Reading database ... 97445 files and directories currently installed.) > Removing fink-buildlock-gimp2-2.0.6-3 ... > Failed: phase compiling: gimp2-2.0.6-3 failed > > I've tried selfupdating, and I've searched about 10% of the 3000+ > postinigs on the Fink-Users' List mentioning Gimp2. Any ideas? --TIA, > Jonathan >
Since it looks like the problem is with the "rm" command, what do you get from "which rm"? If it's /sw/bin/rm, from the fink coreutils-default package, try removing that package for this build. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
