Re: [anjuta-devel] Project manager test failures



Hi James,


On 29/10/2012 01:50, James Liggett wrote:
Ok I got the log file to show up. For whatever reason the logs only show
up when you run make check. They're not created with make distcheck.

Looks like there's a missing linker flag somewhere, or maybe a missing
library on my system. I have flex and bison on my system. I just
finished a compilers class for school where flex and bison were used
frequently, and I didn't have any issues.

Is it possible that the tests aren't checking for libraries or aren't
looking in the right places? I've got the full log attached.

I don't think it explains the issue, flex and bison are not used particularly in this test. This config.log file is generated when the configure script is run and contains a lots of thing. I think some errors are expected as it is way to check if a program is present or not. configure end with a 0 exit code so it should be fine.

I think the issue is rather here:
+../.././anjuta.shar: 1228: ../.././anjuta.shar: uudecode: not found
+../.././anjuta.shar: 6515: ../.././anjuta.shar: uudecode: not found
+../.././anjuta.shar: 8392: ../.././anjuta.shar: uudecode: not found
+../.././anjuta.shar: 9056: ../.././anjuta.shar: uudecode: not found
+../.././anjuta.shar: 9098: ../.././anjuta.shar: uudecode: not found
+../.././anjuta.shar: 9140: ../.././anjuta.shar: uudecode: not found
+../.././anjuta.shar: 9182: ../.././anjuta.shar: uudecode: not found
+../.././anjuta.shar: 9288: ../.././anjuta.shar: uudecode: not found
+../.././anjuta.shar: 9330: ../.././anjuta.shar: uudecode: not found

You miss uudecode which shouldn't be needed anyway as it's useful only for binary file. I will fix this.


Regards,

Sébastien



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]