|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Update FreeBSD, help???
Hello Guys,
I'm very fresh when it comes to installing or updating FreeBSD and would need some help. Currently my machine is running 4.4 Stable and I would like to update it to 4.9 Stable. Can someone tell me how to acomplish that? I tried cvsup but I must be doing something worng b/c its not working. Thanks for any help! |
|
#2
|
||||
|
||||
|
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#3
|
|||
|
|||
|
Error
I'm not sure why I keep getting tis error message
# cvsup -g -L 2 /usr/local/etc/cvsup/cvsupports Parsing supfile "/usr/local/etc/cvsup/cvsupports" Connecting to cvsup11.FreeBSD.org Connected to cvsup11.FreeBSD.org Protocol negotiation failed: See http://www.cvsup.org/s1g/ for upgrading information |
|
#4
|
||||
|
||||
|
Sounds like you need to update your cvsup first then.
|
|
#5
|
|||
|
|||
|
# make install
***************************************************** * To build CVSup without X11 (and without the GUI), * * use the "net/cvsup-without-gui" port. * ***************************************************** ===> Extracting for cvsup-16.1h >> Checksum OK for cvsup-snap-16.1h.tar.gz. ===> cvsup-16.1h depends on file: /usr/local/lib/m3/pkg/formsvbt/FreeBSD4/libm3formsvbt.a - not found ===> Verifying install for /usr/local/lib/m3/pkg/formsvbt/FreeBSD4/libm3formsvbt.a in /usr/ports/lang/ezm3 >> No directory for /usr/local/lib/m3/pkg/formsvbt/FreeBSD4/libm3formsvbt.a. Skipping.. ===> cvsup-16.1h depends on shared library: X11.6 - found ===> Patching for cvsup-16.1h ===> Configuring for cvsup-16.1h ===> Building for cvsup-16.1h m3build: not found *** Error code 127 Stop in /usr/ports/net/cvsup/work/cvsup-snap-16.1h. *** Error code 1 Stop in /usr/ports/net/cvsup/work/cvsup-snap-16.1h. *** Error code 1 Stop in /usr/ports/net/cvsup. *** Error code 1 Stop in /usr/ports/net/cvsup. *** Error code 1 Stop in /usr/ports/net/cvsup. *** Error code 1 Stop in /usr/ports/net/cvsup. Thats what im getting when try to build cvsup. Sorry guys |
|
#6
|
|||
|
|||
|
"m3build not found"
My m3build came with the package "ezm3" (a modula compiler). My ports tree doesn't list this dependancy either. Seems to be a mistake. Does anybody know whom to contact about this? @osilekPL79: You can install / update ezm3 manually and try to build cvsup again. Or you can directly try the binary version of cvsup: Code:
# pkg_install -r cvsup-without-gui I suggest using the "without-gui" version to avoid conflics with your old X libs and other possible dependencies. hth, M.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#7
|
||||
|
||||
|
Quote:
My ports version contains the dependancy to ezm3. Weird that yours doesn't. As for contacting someone, do a make maintainer in any port dir and it'll tell you who to contact. |
|
#8
|
|||
|
|||
|
I got it. And I was wrong about the mistake in the dependencies. To expain:
In the ports tree, ezm3 is listed as required for building, but not for running the installed program. I was checking the dependencies with pkg_info, where it doesn't require ezm3 (anymore) ... ![]() I did "pkg_delete ezm3-1.1_1" and then tried to build the cvsup port. failed.. Solution: Run "make clean" first. Still, there seems to be some kind of bug. Shouldn't "make reinstall" detect the missing ezm3 without "make clean"? M. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > Update FreeBSD, help??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|