Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: make: don't know how to make builtin-test. Stop



Hi,

On Wed, Jun 15, 2011 at 09:44:44PM +0200, Thomas Klausner wrote:
> On Wed, Jun 15, 2011 at 09:19:58PM +0200, Thomas Klausner wrote:
> > I've just upgraded to 5.99.53 and wanted to rebuild my packages;
> > however, I get lots of errors I hadn't seen before:
> >     make: don't know how to make builtin-test. Stop
> > 
> > They occur e.g. when doing 'make' in x11-links, so I guess something
> > changed in X.
> > 
> > I looked a bit at recent commits but saw nothing obvious. Does anyone
> > have any ideas?
> [...]
> So for example:
> # imake -DUseInstalled -I/usr/X11R7/lib/X11/config -s - | make -f - 
> builtin-test 
> make: don't know how to make builtin-test. Stop

Same here. (tried on amd64 and i386) Looking at the output of "imake ..."
with less shows somtimes a lot of NULL at the beginning, another time
the expected input for "make ...". Just counting the output using "wc"
gives:

>-1012: imake -DUseInstalled -I/usr/X11R7/lib/X11/config -s - | wc 
     689    1351   26124
>-1013: imake -DUseInstalled -I/usr/X11R7/lib/X11/config -s - | wc
     137     451   26124
>-1014: imake -DUseInstalled -I/usr/X11R7/lib/X11/config -s - | wc
     962    2112   26124
>-1015: imake -DUseInstalled -I/usr/X11R7/lib/X11/config -s - | wc
    1099    2561   26124
>-1016: imake -DUseInstalled -I/usr/X11R7/lib/X11/config -s - | wc
     294     565   26124
>-1017: imake -DUseInstalled -I/usr/X11R7/lib/X11/config -s - | wc
    1099    2561   26124

Haven't looked at the source, but seems like some "games" with buffering
or buffer usage going south?

Kurt


Home | Main Index | Thread Index | Old Index