Date: Sun, 9 May 2004 19:43:50 -0400 From: Garance A Drosihn <drosih@rpi.edu> To: "Michael C. Shultz" <ringworm@inbox.lv>, freebsd-ports@freebsd.org Subject: Re: Make index || portsdb -uU fails after cvsup Message-ID: <p06020413bcc4704c85e7@[128.113.24.47]> In-Reply-To: <200405082102.12734.ringworm@inbox.lv> References: <BCC2AE80.128AC%tomonage2@gmx.de> <20040508134709.GA35555@xor.obsecurity.org> <p0602040fbcc33d188518@[128.113.24.47]> <200405082102.12734.ringworm@inbox.lv>
next in thread | previous in thread | raw e-mail | index | archive | help
At 9:02 PM -0700 5/8/04, Michael C. Shultz wrote: >On Saturday 08 May 2004 07:36 pm, Garance A Drosihn wrote: >> Hmm. Well, I am baffled here. >> >> This week I tried to do a `make index' for the first time in >> awhile, and it failed for me on both a 4.x and 5.x system. I >> do not understand why no one else seems to be seeing this. The >> error I see is: >> >> (10) make index >> Generating INDEX - please wait..make: don't know how to make >> _accessibility.describe. Stop >> *** Error code 2 >> make: don't know how to make _arabic.describe. Stop >> *** Error code 2 >> 2 errors >> >The accessibility dir is fairly new, and the arabic also near >the beginning, hmmm, are you sure all you are not missing >any port directories? They are not just "near the beginning", they are the first two categories. I am getting two error messages because INDEX_JOBS defaults to '2'. If I bump that up: (28) INDEX_JOBS=4 make index Generating INDEX-5 - please wait.. DEBUG: Making _accessibility.describe in /usr/obj/usr/ports make: don't know how to make _accessibility.describe. Stop DEBUG: Making _arabic.describe in /usr/obj/usr/ports *** Error code 2 DEBUG: Making _archivers.describe in /usr/obj/usr/ports DEBUG: Making _astro.describe in /usr/obj/usr/ports make: don't know how to make _arabic.describe. Stop *** Error code 2 make: don't know how to make _archivers.describe. Stop make: don't know how to make _astro.describe. Stop *** Error code 2 *** Error code 2 4 errors Those DEBUG: lines are generated by a line I added to bsd.port.subdir.mk: .if defined(BUILDING_INDEX) describe: ${SUBDIR:S/^/describe./} .for i in ${SUBDIR} describe.$i: @printf "\nDEBUG: Making ${i:S/^/_/:S/$/.describe/} in `pwd`\n" @${MAKE} -B ${i:S/^/_/:S/$/.describe/} > ${INDEX_TMPDIR}/${INDEXFILE}.de sc.${i} .endfor .else The thing about all this is that it makes perfectly good sense to me that the distributed version of bsd.port.subdir.mk will generate the errors that I am seeing. I have an update which fixes that, and if I apply that update then `make index' works perfectly fine. What I don't understand is why I am the only person who sees this -- and that of course makes me suspect that I *must* have the wrong idea about something here. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p06020413bcc4704c85e7>