On Oct 21, 2012, at 3:41 PM, John Ralls <jralls ceridwen us> wrote: First, when it tries to install zlib, I get the error: `cp: /usr/local/lib/libz.a: Permission denied.` I dropped into the shell and ran `sudo make install`. That seemed to work. (I also tried just temporarily making myself the owner to /usr/local/lib/, with less luck.) I haven't changed anything in .jhbuildrc-custom. But I went back and re-ran some things, and I realized I left out a step I had taken. If I delete both ~/gtk/source/pkgs/zlib[…] and ~/gtk/source/zlib[…], and then run `jhbuild build zlib`, my first error actually looks like this: *** Building zlib *** [1/1] make Please use ./configure first. Thank you. *** Installing zlib *** [1/1] make install make: *** No rule to make target `install'. Stop. *** Error during phase install of zlib: ########## \ Error running make install *** [1/1] I get the same thing if I delete those files and then try to build Gramps. The first time, after I had gotten that error, I dropped into shell and ran `configure`, then `make`, then `make install`—and then I got the 'Permission denied' error. Is it installing the wrong place because I ran the configure script without the right prefix flags? If so, how do I add the right ones? Don't keep going when you hit an error! -- Brian |