On Sun, Feb 08, 2009 at 10:24:52PM +0000, David Collins wrote:
>
> > I'm wondering whether your use of sudo is mucking things up and it's a
> > permissions problem. i.e: it's running make OK but freaking out when
> > it tries to invoke the compiler in the config stuff.
> >
> > I always build my ports using portupgrade as root.
> >
> > Maybe you could try logging in as root & then running it. If you'd
> > rather not do that, portupgrade has got an -s switch which allows you
> > to run the commands via sudo but you'd probably have to put cc & c++
> > in your sudoers (aswell as other commands e.g: install(1)).
> 
> I tried running portupgrade as root user, not sudo, and no success.
> The bottom line is
> --->  Packages processed: 2 done, 69 ignored, 133 skipped and 28 failed
> 
> I think the most pressing issue is that I am not able to compile. I
> have watched the output periodically and I saw a lot of configure
> errors. Picking one at random this is the config.log (grub) file, the
> error being "compiler is unable to create executables" exit 77:
> 
> I think if this were to be solved then my ports would be unbroken!

Sorry, I got distracted & forgot your compiler toolchain is broken.

What does:

$ ldconfig -r | grep gcc_s

give you?

If it fails to return anything, then you might want to try running
ldconfig:

# /etc/rc.d/ldconfig start

Then try grepping ldconfig -r output again.

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to