Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2012 14:54:55 +0200
From:      Polytropon <freebsd@edvax.de>
To:        contro opinion <contropinion@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: how to solve the problem to install R?
Message-ID:  <20120826145455.1a3f1a57.freebsd@edvax.de>
In-Reply-To: <CA%2BYdQ_7G2bgvH42ab8ye3-TVxyhY44iJ1_D--0pw_9bdXgwpBQ@mail.gmail.com>
References:  <CA%2BYdQ_6bUE93jMDqNaoF97xtnNPdOBvwC_tz%2BMr5LdHAXW0nxA@mail.gmail.com> <20120826051226.3f9566fa.freebsd@edvax.de> <CA%2BYdQ_6Zg1-EAbeKjiNquz1WqAnjcKFL9w8NGhKr2Ps1oFON4g@mail.gmail.com> <20120826063227.0cb667fb.freebsd@edvax.de> <CA%2BYdQ_7G2bgvH42ab8ye3-TVxyhY44iJ1_D--0pw_9bdXgwpBQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 26 Aug 2012 08:41:35 -0400, contro opinion wrote:
> when i  make configure ,there is a wrong output,how can i do now?

That's impossible. Are you sure your ports collection is
properly updated and complete? The "screenshot" I've inserted
has been directly copied from the terminal. As R has
settable options, "make configure" (_after_ "make rmconfig"
to limit the possibilities of mistakes) is supposed to
bring up the configuration dialog I showed.


Then you proceed to show messages from a "make" or "make
install" command:

> Downloaded 689.8 kilobytes in 3:35 seconds. (3.19 KB/s)
> ===>  Found saved configuration for png-1.5.12
> => SHA256 Checksum mismatch for libpng-1.5.12.tar.xz.
> => SHA256 Checksum OK for libpng-1.5.12-apng.patch.gz.
> ===>  Giving up on fetching files: libpng-1.5.12.tar.xz
> Make sure the Makefile and distinfo file (/usr/ports/graphics/png/distinfo)
> are up to date.  If you are absolutely sure you want to override this
> check, type "make NO_CHECKSUM=yes [other args]".
> *** Error code 1
> 
> Stop in /usr/ports/graphics/png.
> *** Error code 1
> 
> Stop in /usr/ports/graphics/png.
> *** Error code 1
> 
> Stop in /usr/ports/graphics/png.
> *** Error code 1

Another problem with png (libpng is a dependency of R).
Make sure your ports tree is up to date. Don't forget
to

	# make clean

prior to any new build attempt.

As I said, I've partially checked things here on my system,
and I get the configuration dialog and can even get around
the BROKEN warning by deselecting PDF_MANUALS.

Start in a clean environment. Follow the steps as described
in the manuals (e. g. "man 7 ports") and The FreeBSD Handbook
and you should be fine.


In _worst_ case, try

	# pkg_add -r R

to do a binary install.




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120826145455.1a3f1a57.freebsd>