SOLVED: Problem upgrading to 9.1-Release

2013-01-05 Thread Doug Hardie
I found the problem.  Somehow /usr/obj was not successfully exported and hence 
was completely empty.  There must have been some error message in that process 
that I missed.  Anyway, correcting that problem so that /usr/obj was available 
fixed the problem.


On 4 January 2013, at 15:38, Doug Hardie wrote:

 I have upgraded my development system to 9.1 without any problems.  This 
 system maintains kernel source and I build a new kernel with a couple extra 
 options there.  The other systems mount /usr/src and /usr/obj from it and do 
 the install.  The first one to be upgraded had no problem with make 
 installkernel.  Rebooted and ran mergemaster -p just fine.  However make 
 installworld dies within a couple seconds with the following error:
 
 install -o root -g wheel -m 444   libc_pic.a /usr/lib
 gencat be_BY.UTF-8.cat /usr/src/lib/libc/nls/be_BY.UTF-8.msg
 gencat: No such file or directory
 *** [be_BY.UTF-8.cat] Error code 1
 
 /usr/bin/gencat exists.  However, ktrace of the make shows:
 
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/legacy/usr/sbin/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/legacy/usr/bin/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/legacy/usr/games/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/usr/sbin/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/usr/bin/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/usr/games/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /tmp/install.CuIzLuBX/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  write(0x2,0x28c48c00,0x6)
  3347 make GIO   fd 2 wrote 6 bytes
   gencat
 
 Obviously its not in any of those places.  How can I fix this?
 
 
 ___
 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
 

___
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


Problem upgrading to 9.1-Release

2013-01-04 Thread Doug Hardie
I have upgraded my development system to 9.1 without any problems.  This system 
maintains kernel source and I build a new kernel with a couple extra options 
there.  The other systems mount /usr/src and /usr/obj from it and do the 
install.  The first one to be upgraded had no problem with make installkernel.  
Rebooted and ran mergemaster -p just fine.  However make installworld dies 
within a couple seconds with the following error:

install -o root -g wheel -m 444   libc_pic.a /usr/lib
gencat be_BY.UTF-8.cat /usr/src/lib/libc/nls/be_BY.UTF-8.msg
gencat: No such file or directory
*** [be_BY.UTF-8.cat] Error code 1

/usr/bin/gencat exists.  However, ktrace of the make shows:

  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/legacy/usr/sbin/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/legacy/usr/bin/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/legacy/usr/games/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/usr/sbin/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/usr/bin/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /usr/obj/usr/src/tmp/usr/games/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  execve(0xbfbfd1c8,0x28c35f14,0x28421180)
  3347 make NAMI  /tmp/install.CuIzLuBX/gencat
  3347 make RET   execve -1 errno 2 No such file or directory
  3347 make CALL  write(0x2,0x28c48c00,0x6)
  3347 make GIO   fd 2 wrote 6 bytes
   gencat

Obviously its not in any of those places.  How can I fix this?


___
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


Re: Problem upgrading

2012-10-18 Thread Jim Trigg
On Wed, Oct 17, 2012 at 02:14:10PM -0700, Timothy Snowberger wrote:
 On 10/17/2012 7:27 AM, Jim Trigg wrote:
  Any suggestions on how to fix this?
 
  ---
  argent(1) /usr/ports/ports-mgmt/portmaster# freebsd-update -r 9.0-RELEASE 
  upgrade
  Does this look reasonable (y/n)? y
  ...
  Fetching metadata signature for 9.0-RELEASE from update5.FreeBSD.org... 
  done.
  Fetching metadata index... done.
  Fetching 1 metadata patches. done.
  Applying metadata patches... done.
  Fetching 1 metadata files... done.
 
  The update metadata is correctly signed, but
  failed an integrity check.
  Cowardly refusing to proceed any further.
 
 sed -i '' -e 's/=_/=%@_/' /usr/sbin/freebsd-update
 
 See http://lists.freebsd.org/pipermail/freebsd-stable/2011-October/064321.html
 
 First, a minor change must be made to the freebsd-update code in order
 for it to accept file names appearing in FreeBSD 9.0 which contain the '%'
 and '@' characters; without this change, freebsd-update will error out
 with the message The update metadata is correctly signed, but failed an
 integrity check. 

This fixed it.

Thanks,
Jim
___
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


Problem upgrading

2012-10-17 Thread Jim Trigg
Any suggestions on how to fix this?

---
argent(1) /usr/ports/ports-mgmt/portmaster# freebsd-update -r 9.0-RELEASE 
upgrade
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 8.2-RELEASE from update5.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/generic src/base src/bin src/cddl src/contrib src/crypto src/etc
src/games src/gnu src/include src/krb5 src/lib src/libexec src/release
src/rescue src/sbin src/secure src/share src/sys src/tools src/ubin
src/usbin world/base world/dict world/doc world/games world/info
world/manpages world/proflibs

The following components of FreeBSD do not seem to be installed:
world/catpages

Does this look reasonable (y/n)? y

Fetching metadata signature for 9.0-RELEASE from update5.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.

The update metadata is correctly signed, but
failed an integrity check.
Cowardly refusing to proceed any further.
---

Thanks,
Jim
___
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


Re: Problem upgrading

2012-10-17 Thread Timothy Snowberger

On 10/17/2012 7:27 AM, Jim Trigg wrote:

Any suggestions on how to fix this?

---
argent(1) /usr/ports/ports-mgmt/portmaster# freebsd-update -r 9.0-RELEASE 
upgrade
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 8.2-RELEASE from update5.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/generic src/base src/bin src/cddl src/contrib src/crypto src/etc
src/games src/gnu src/include src/krb5 src/lib src/libexec src/release
src/rescue src/sbin src/secure src/share src/sys src/tools src/ubin
src/usbin world/base world/dict world/doc world/games world/info
world/manpages world/proflibs

The following components of FreeBSD do not seem to be installed:
world/catpages

Does this look reasonable (y/n)? y

Fetching metadata signature for 9.0-RELEASE from update5.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.

The update metadata is correctly signed, but
failed an integrity check.
Cowardly refusing to proceed any further.
---

Thanks,
Jim
___
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


sed -i '' -e 's/=_/=%@_/' /usr/sbin/freebsd-update

See http://lists.freebsd.org/pipermail/freebsd-stable/2011-October/064321.html

First, a minor change must be made to the freebsd-update code in order
for it to accept file names appearing in FreeBSD 9.0 which contain the '%'
and '@' characters; without this change, freebsd-update will error out
with the message The update metadata is correctly signed, but failed an
integrity check. 

___
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


Problem upgrading misc/help2man: missing language files

2012-10-02 Thread Thomas Mueller
I am unable to upgrade misc/help2man, required by autoconf and other ports that 
I want to upgrade that depend on perl and/or png. 

Currently installed version of help2man is 1.40.12 and new version is 1.40.13

I get a bundle of error messages like


Extracting help2man (with variable substitutions)

=== Creating a backup package for old version help2man-1.40.12
tar: lib/bindtextdomain.so: Cannot stat: No such file or directory
tar: share/locale/de/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/el/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/eo/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/fi/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/fr/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/hr/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/it/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/pl/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/pt_BR/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/ru/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/sr/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/sv/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/uk/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/vi/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/ja/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: man/de/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/el/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/eo/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/fi/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/fr/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/hr/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/it/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/pl/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/pt_BR/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/ru/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/sr/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/sv/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/uk/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/vi/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/ja/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256


So here I am stuck.  I don't know whether the fault is with my installed 
help2man-1.40.12 or the distfile for 1.40.13.  

How do I get past this impasse?  I suppose I could use -x misc/help2man in 
portmaster commands, but don't really want to do that if 1.40.13 is good but my 
installation of 1.40.12 is corrupted.

Tom

___
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


Re: Problem upgrading misc/help2man: missing language files

2012-10-02 Thread Bas Smeelen

On 10/02/2012 10:59 AM, Thomas Mueller wrote:

I am unable to upgrade misc/help2man, required by autoconf and other ports that 
I want to upgrade that depend on perl and/or png.

Currently installed version of help2man is 1.40.12 and new version is 1.40.13

I get a bundle of error messages like


Extracting help2man (with variable substitutions)

=== Creating a backup package for old version help2man-1.40.12
tar: lib/bindtextdomain.so: Cannot stat: No such file or directory
tar: share/locale/de/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/el/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/eo/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/fi/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/fr/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/hr/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory


Hi Tom

Isn't this just the creation of the backup package that fails?
I encounter errors like this sometimes, but portmaster goed on installing 
the newer version.



tar: share/locale/it/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/pl/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/pt_BR/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/ru/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/sr/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/sv/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/uk/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/vi/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/ja/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: man/de/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/el/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/eo/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/fi/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/fr/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/hr/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/it/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/pl/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/pt_BR/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/ru/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/sr/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/sv/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/uk/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/vi/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/ja/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256


So here I am stuck.  I don't know whether the fault is with my installed 
help2man-1.40.12 or the distfile for 1.40.13.


Stuck? Or does portmaster continue as it should?


How do I get past this impasse?  I suppose I could use -x misc/help2man in 
portmaster commands, but don't really want to do that if 1.40.13 is good but my 
installation of 1.40.12 is corrupted.

Tom

___
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



--
Systeembeheerder


OverNite Software Europe BV
Dr. Nolenslaan 157
6136 GM Sittard
THE NETHERLANDS
 
phone: +31464200933

fax:   +31464200934
web:   http://www.ose.nl



Disclaimer: http://www.ose.nl/email

___
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


Re: Problem upgrading misc/help2man: missing language files

2012-10-02 Thread Bas Smeelen

On 10/02/2012 10:59 AM, Thomas Mueller wrote:

I am unable to upgrade misc/help2man, required by autoconf and other ports that 
I want to upgrade that depend on perl and/or png.

Currently installed version of help2man is 1.40.12 and new version is 1.40.13

I get a bundle of error messages like


Extracting help2man (with variable substitutions)

=== Creating a backup package for old version help2man-1.40.12


Below it looks like the creation of the backup package fails, which get's 
deleted by default after the new port is installed.
I Just update ports on a CURRENT server with csup from cvsup4.nl.FreeBSD.org 
and the help2man version is still 1.40.12

I will go ahead and update from cvsup9.freebsd.org
.
.
.
No help2man-1.40.13 yet.
Maybe csup the portstree again and retry portmaster misc/help2man?

Did portmaster end with lines like
Upgrade of help2man-1.40.11 to help2man-1.40.12
But then help2man-1.40.12 to help2man-1.40.13 instead of the above?
The it should be OK.

** http://lists.freebsd.org/mailman/listinfo/svn-ports-all

tar: lib/bindtextdomain.so: Cannot stat: No such file or directory
tar: share/locale/de/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/el/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/eo/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/fi/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/fr/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/hr/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/it/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/pl/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/pt_BR/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/ru/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/sr/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/sv/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/uk/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/vi/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: share/locale/ja/LC_MESSAGES/help2man.mo: Cannot stat: No such file or 
directory
tar: man/de/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/el/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/eo/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/fi/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/fr/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/hr/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/it/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/pl/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/pt_BR/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/ru/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/sr/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/sv/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/uk/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/vi/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: man/ja/man1/help2man.1.gz: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256


So here I am stuck.  I don't know whether the fault is with my installed 
help2man-1.40.12 or the distfile for 1.40.13.

How do I get past this impasse?  I suppose I could use -x misc/help2man in 
portmaster commands, but don't really want to do that if 1.40.13 is good but my 
installation of 1.40.12 is corrupted.

Tom

___
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



--
Systeembeheerder


OverNite Software Europe BV
Dr. Nolenslaan 157
6136 GM Sittard
THE NETHERLANDS
 
phone: +31464200933

fax:   +31464200934
web:   http://www.ose.nl



Disclaimer: http://www.ose.nl/email

___
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


Problem upgrading fbsd-7.4 -- 8.3

2012-09-15 Thread Jack Stone
Am trying to upgrade fbsd-7.4 to 8.3. I get all the way through the 
usual procedure using sources, including installworld, when I attempt 
to run mergemaster as the final step, I get this fatal error.


I've searched the list and google, but don't find the right answer. 
What am I possibly doing wrong and what should I do to get around this?


The error:
mail# mergemaster -viF

*** Creating the temporary root environment in /var/tmp/temproot
 *** /var/tmp/temproot ready for use
 *** Creating and populating directory structure in /var/tmp/temproot

 *** Press the [Enter] or [Return] key to continue

  *** FATAL ERROR: Cannot 'cd' to /usr/src and install files to
  the temproot environment

--
--
All the best,
Jack

___
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


Re: Problem upgrading from 8.1-8.2, ZFS as root filesystem

2011-02-28 Thread krad
On 27 February 2011 21:29, Scott Ballantyne boyva...@gmail.com wrote:
 On Sun, Feb 27, 2011 at 4:04 PM, Adam Vande More amvandem...@gmail.comwrote:

 On Sun, Feb 27, 2011 at 2:36 PM, Scott Ballantyne boyva...@gmail.comwrote:


 ===sys/boot/i386/zfsloader (install)

 cp zfsloader.sym zfsloader.bin
 cp:No such file or directory
 *** Error code 1
 Stop in /usr/src/sys/boot/i386/zfsloader
 *** Error code 1

 Stop in /usr/src/sys/boot/i386

 Any suggestions would be *very* appreciated!

 Thanks,
 Scott


 You can follow the intructions for building the loader which I believe are
 in the wiki or set LOADER_ZFS_SUPPORT=YES in /etc/src.conf prior to upgrade.


 Thanks Adam, but it still comes to a screaming stop with that set.
 ___
 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


mines in make.conf not src and it built fine
___
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


Problem upgrading from 8.1-8.2, ZFS as root filesystem

2011-02-27 Thread Scott Ballantyne
Hi,

Doing a source upgrade from 8.1-8.2, all went well up to the installworld
step:

Reboot into single user mode:

mount  -u ./

zfs mount -a

cd /usr/src

make installworld

It goes fine up to this point: (copying by hand)

===sys/boot/i386/zfsloader (install)

cp zfsloader.sym zfsloader.bin
cp:No such file or directory
*** Error code 1
Stop in /usr/src/sys/boot/i386/zfsloader
*** Error code 1

Stop in /usr/src/sys/boot/i386

Any suggestions would be *very* appreciated!

Thanks,
Scott
-- 
boyva...@gmail.com
___
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


Re: Problem upgrading from 8.1-8.2, ZFS as root filesystem

2011-02-27 Thread Adam Vande More
On Sun, Feb 27, 2011 at 2:36 PM, Scott Ballantyne boyva...@gmail.comwrote:


 ===sys/boot/i386/zfsloader (install)

 cp zfsloader.sym zfsloader.bin
 cp:No such file or directory
 *** Error code 1
 Stop in /usr/src/sys/boot/i386/zfsloader
 *** Error code 1

 Stop in /usr/src/sys/boot/i386

 Any suggestions would be *very* appreciated!

 Thanks,
 Scott


You can follow the intructions for building the loader which I believe are
in the wiki or set LOADER_ZFS_SUPPORT=YES in /etc/src.conf prior to upgrade.


-- 
Adam Vande More
___
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


Re: Problem upgrading from 8.1-8.2, ZFS as root filesystem

2011-02-27 Thread Scott Ballantyne
On Sun, Feb 27, 2011 at 4:04 PM, Adam Vande More amvandem...@gmail.comwrote:

 On Sun, Feb 27, 2011 at 2:36 PM, Scott Ballantyne boyva...@gmail.comwrote:


 ===sys/boot/i386/zfsloader (install)

 cp zfsloader.sym zfsloader.bin
 cp:No such file or directory
 *** Error code 1
 Stop in /usr/src/sys/boot/i386/zfsloader
 *** Error code 1

 Stop in /usr/src/sys/boot/i386

 Any suggestions would be *very* appreciated!

 Thanks,
 Scott


 You can follow the intructions for building the loader which I believe are
 in the wiki or set LOADER_ZFS_SUPPORT=YES in /etc/src.conf prior to upgrade.


Thanks Adam, but it still comes to a screaming stop with that set.
___
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


Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread C. P. Ghost
On Wed, Jun 16, 2010 at 12:41 AM, Scott Schappell arc...@silvertree.org wrote:
 After digging through /usr/ports/UPDATING, I copied all .so.8 and .so.16 
 libraries to /usr/local/lib and /usr/local/lib/compat/pkg and those ports are 
 now compiling. I'm assuming that's the approved solution until ports are 
 updated?

That's not the best solution. If you copy libintl.so.8 to compat/pkg, that's
okay. If you leave it in /usr/local/lib, some ports may pick it up by mistake
and you'll end up with a mix of ports that link to libintl.so.8 and
libintl.so.9.

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
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


Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Alexandre L.
I have encountered the same problem. On FreeBSD forums, I have found the 
solution : 
http://forums.freebsd.org/showthread.php?t=14655
You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9

--- En date de : Mer 16.6.10, C. P. Ghost cpgh...@cordula.ws a écrit :

 De: C. P. Ghost cpgh...@cordula.ws
 Objet: Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found
 À: Scott Schappell arc...@silvertree.org
 Cc: freebsd-questions@freebsd.org
 Date: Mercredi 16 juin 2010, 12h52
 On Wed, Jun 16, 2010 at 12:41 AM,
 Scott Schappell arc...@silvertree.org
 wrote:
  After digging through /usr/ports/UPDATING, I copied
 all .so.8 and .so.16 libraries to /usr/local/lib and
 /usr/local/lib/compat/pkg and those ports are now compiling.
 I'm assuming that's the approved solution until ports are
 updated?
 
 That's not the best solution. If you copy libintl.so.8 to
 compat/pkg, that's
 okay. If you leave it in /usr/local/lib, some ports may
 pick it up by mistake
 and you'll end up with a mix of ports that link to
 libintl.so.8 and
 libintl.so.9.
 
 -cpghost.
 
 -- 
 Cordula's Web. http://www.cordula.ws/
 ___
 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
 




___
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


Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Eitan Adler
On Wed, Jun 16, 2010 at 4:11 PM, Alexandre L. axel...@ymail.com wrote:
 I have encountered the same problem. On FreeBSD forums, I have found the 
 solution :
 http://forums.freebsd.org/showthread.php?t=14655
 You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9

This is a bad idea.
Instead use /etc/libmap.conf or just recompile the ports.





-- 
Eitan Adler
___
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


Re: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Lokadamus

Am 16.06.2010 01:08, schrieb Scott Schappell:

On Jun 15, 2010, at 3:43 PM, Eitan Adler wrote:

   

20100530:
  AFFECTS: users of devel/gettext (i.e.: YOU)
  AUTHOR: a...@freebsd.org
 

I did do the make clean, make deinstall and make instal clean and it was still 
throwing that error.   The only way I got the gnupg and ghostscript8-nox11 
ports to update was by copying the .8 libraries over from a backup. 
___
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

   

Which error you got from devel/gettext?
I has as error, that gawk is a dependecy of gettext and a make was broken.
I remove gawk and then i have install/ upgrade gettext. After that i 
build gawk new and others ports which use gettext are build and working 
fine.

Now kde3 and wine 1.2-RC3 is running fine on my machine.
___
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


Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Jason

On Wed, Jun 16, 2010 at 01:11:50PM +, Alexandre L. thus spake:

I have encountered the same problem. On FreeBSD forums, I have found the 
solution :
http://forums.freebsd.org/showthread.php?t=14655
You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9


symlinking is really not the way to go.
man libmap.conf



--- En date de : Mer 16.6.10, C. P. Ghost cpgh...@cordula.ws a écrit :


De: C. P. Ghost cpgh...@cordula.ws
Objet: Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found
À: Scott Schappell arc...@silvertree.org
Cc: freebsd-questions@freebsd.org
Date: Mercredi 16 juin 2010, 12h52
On Wed, Jun 16, 2010 at 12:41 AM,
Scott Schappell arc...@silvertree.org
wrote:
 After digging through /usr/ports/UPDATING, I copied
all .so.8 and .so.16 libraries to /usr/local/lib and
/usr/local/lib/compat/pkg and those ports are now compiling.
I'm assuming that's the approved solution until ports are
updated?

That's not the best solution. If you copy libintl.so.8 to
compat/pkg, that's
okay. If you leave it in /usr/local/lib, some ports may
pick it up by mistake
and you'll end up with a mix of ports that link to
libintl.so.8 and
libintl.so.9.

-cpghost.

--
Cordula's Web. http://www.cordula.ws/
___
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

___
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


Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Scott Schappell
I found a more elegant way of doing this, thanks to google on my 7.3 system.  I 
added:

ldconfig_paths=/usr/lib/compat /usr/X11R6/lib /usr/local/lib 
/usr/local/lib/compat/pkg

to rc.conf and rebooted (I couldn't shutdown to single user then exit as I 
don't have physical access at the moment).

Scott___
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


Problem upgrading ports - libintl.so.8 not found

2010-06-15 Thread Scott Schappell
I'm trying to upgrade ports and they keep choking. In particular gpg is one of 
them:

echo '#!/bin/sh' ./gpg_dearmor
echo ../../g10/gpg2 --no-options --no-greeting \
 --no-secmem-warning --batch --dearmor ./gpg_dearmor
chmod 755 ./gpg_dearmor
./gpg_dearmor  ./pubring.gpg  ./pubring.asc
/libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by 
libgcrypt.so.16
gmake[3]: *** [pubring.gpg] Error 1
gmake[3]: Leaving directory 
`/usr/ports/security/gnupg/work/gnupg-2.0.14/tests/openpgp'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.14/tests'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.14'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/security/gnupg.
*** Error code 1

Stop in /usr/ports/security/gnupg.

Another one this happened to was ghostscript8-nox11

What do I need to do to fix this problem?

Thanks!


___
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


RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-15 Thread Scott Schappell
On Jun 15, 2010, at 3:26 PM, Scott Schappell wrote:

 I'm trying to upgrade ports and they keep choking. In particular gpg is one 
 of them:
 
 echo '#!/bin/sh' ./gpg_dearmor
 echo ../../g10/gpg2 --no-options --no-greeting \
 --no-secmem-warning --batch --dearmor ./gpg_dearmor
 chmod 755 ./gpg_dearmor
 ./gpg_dearmor  ./pubring.gpg  ./pubring.asc
 /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by 
 libgcrypt.so.16
 gmake[3]: *** [pubring.gpg] Error 1
 gmake[3]: Leaving directory 
 `/usr/ports/security/gnupg/work/gnupg-2.0.14/tests/openpgp'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory 
 `/usr/ports/security/gnupg/work/gnupg-2.0.14/tests'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.14'
 gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/security/gnupg.
 *** Error code 1
 
 Stop in /usr/ports/security/gnupg.
 
 Another one this happened to was ghostscript8-nox11
 
 What do I need to do to fix this problem?
 
 Thanks!

After digging through /usr/ports/UPDATING, I copied all .so.8 and .so.16 
libraries to /usr/local/lib and /usr/local/lib/compat/pkg and those ports are 
now compiling. I'm assuming that's the approved solution until ports are 
updated?

My apologies for bugging the list, I missed that info the first time I read 
through UPDATING.

At least now this will be archived if someone else has the problem, I suppose.

Scott___
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


Re: Problem upgrading ports - libintl.so.8 not found

2010-06-15 Thread Eitan Adler
always read UPDATING
On Wed, Jun 16, 2010 at 1:26 AM, Scott Schappell arc...@silvertree.org wrote:
 I'm trying to upgrade ports and they keep choking. In particular gpg is one 
 of them:
...
 /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by 
 libgcrypt.so.16
...
 What do I need to do to fix this problem?




20100530:
  AFFECTS: users of devel/gettext (i.e.: YOU)
  AUTHOR: a...@freebsd.org

  Another version of gettext (0.18), and another shared library version
  bump (from intl.8 to intl.9), so:

  All ports that have an identifiable known direct dependency on gettext
  have had their PORTREVISIONs bumped.  If after upgrading:

# portupgrade -rf gettext
# portmaster -w -r gettext

  The upgrade of devel/gobject-introspection may fail because it is looking
  for libintl.so.8.  In this case, do the following:

# cd /usr/ports/devel/gobject-introspection
# make clean
# make deinstall
# make install clean

  Then continue your upgrade procedure normally.

  If there are still ports on your system that are looking for libintl.so.8
  (either in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file
  a PR so that a correct direct dependency can be added.

  Once you are satisfied that no ports still depend on the old versions (such
  as libgettextpo.so.4 and libintl.so.8) you can safely delete them from the
  ${LOCALBASE}/lib/compat/pkg directory if they are present there.





-- 
Eitan Adler

c
___
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


Re: Problem upgrading ports - libintl.so.8 not found

2010-06-15 Thread Robert Huff

Eitan Adler writes:

   What do I need to do to fix this problem?
  
  20100530:
AFFECTS: users of devel/gettext (i.e.: YOU)
AUTHOR: a...@freebsd.org

When doing this, I also had problems with something which led
to a problem with textproc/flex.  I have to completely de-install
flex, then re-install.  That fixed things.


Robert Huff

___
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


Re: Problem upgrading ports - libintl.so.8 not found

2010-06-15 Thread Scott Schappell

On Jun 15, 2010, at 3:43 PM, Eitan Adler wrote:

 20100530:
  AFFECTS: users of devel/gettext (i.e.: YOU)
  AUTHOR: a...@freebsd.org

I did do the make clean, make deinstall and make instal clean and it was still 
throwing that error.   The only way I got the gnupg and ghostscript8-nox11 
ports to update was by copying the .8 libraries over from a backup. 
___
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


Problem upgrading hplip

2010-05-22 Thread Ross
Just upgraded print/hplip3 (now named print/hplip) to latest version. The
port deleted contents of /usr/local/share/hplip but did not install anything
there during upgrade. Tried portupgrade -f hplip but
/usr/local/share/hplip is still empty. And if I get it right the directory
is still used because there is /usr/local/sbin/hpssd which is a symlink to
(nonexistent) /usr/local/share/hplip/hpssd.py.

What can I do?
___
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


Problem upgrading linux-pango to f10

2009-12-22 Thread David LeCount
I've tried to upgrade my Linux subsystem to f10 and ended up with a mess. Some 
are upgraded and some aren't. Pango is currently refusing to upgrade. Here's 
what I get:

[r...@bahamut /usr/ports]# portupgrade -o x11-toolkits/linux-f10-pango/ 
linux-pango
** Detected a package name change: linux-pango (x11-toolkits/linux-pango) - 
'linux-f10-pango' (x11-toolkits/linux-f10-pango)
---  Upgrading 'linux-pango-1.10.2_3' to 'linux-f10-pango-1.22.3' 
(x11-toolkits/linux-f10-pango)
---  Building '/usr/ports/x11-toolkits/linux-f10-pango'
===  Cleaning for linux-f10-pango-1.22.3
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade20091222-64184-wmwx25-0 env UPGRADE_TOOL=portupgrade 
UPGRADE_PORT=linux-pango-1.10.2_3 UPGRADE_PORT_VER=1.10.2_3 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! x11-toolkits/linux-f10-pango (linux-pango-1.10.2_3)   (unknown build 
error)

The error is so unspecific and I can't find anything searching the internet. I 
could really use some help with this.


  
___
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


Re: Problem upgrading linux-pango to f10

2009-12-22 Thread Boris Samorodov
On Tue, 22 Dec 2009 13:47:09 -0800 (PST) David LeCount wrote:

 I've tried to upgrade my Linux subsystem to f10 and ended up with a mess. 
 Some are upgraded and some aren't. Pango is currently refusing to upgrade. 
 Here's what I get:

 [r...@bahamut /usr/ports]# portupgrade -o x11-toolkits/linux-f10-pango/ 
 linux-pango

Please read /usr/ports/UPDATING for instructions about how to
upgrade to a new linux base port.

-- 
WBR, bsam
___
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


Problem upgrading 7.2 to 8.0-RC1

2009-09-30 Thread Leonardo M . Ramé
Hi, I'm trying to upgrade from 7.2 to 8.0-RC1 without success. Any hint?

This is my data:

uname -a: 
FreeBSD toshiba-leo.localhost.localdomain 7.2-STABLE-200906 FreeBSD 
7.2-STABLE-200906 #0: Sun Jun  7 10:23:49 UTC 2009 
r...@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

freebsd-update:

[r...@toshiba-leo]# freebsd-update -v debug -r 8.0-RC1 upgrade
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching public key from update5.FreeBSD.org... fetch: 
http://update5.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found
failed.
Fetching public key from update2.FreeBSD.org... fetch: 
http://update2.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found
failed.
Fetching public key from update4.FreeBSD.org... fetch: 
http://update4.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found
failed.
No mirrors remaining, giving up.



Leonardo M. Ramé
http://leonardorame.blogspot.com



___
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


Re: Problem upgrading 7.2 to 8.0-RC1

2009-09-30 Thread Adam Vande More
On Wed, Sep 30, 2009 at 9:38 AM, Leonardo M. Ramé martinr...@yahoo.comwrote:

 Hi, I'm trying to upgrade from 7.2 to 8.0-RC1 without success. Any hint?

 This is my data:

 uname -a:
 FreeBSD toshiba-leo.localhost.localdomain 7.2-STABLE-200906 FreeBSD
 7.2-STABLE-200906 #0: Sun Jun  7 10:23:49 UTC 2009
 r...@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

 freebsd-update:

 [r...@toshiba-leo]# freebsd-update -v debug -r 8.0-RC1 upgrade
 Looking up update.FreeBSD.org mirrors... 3 mirrors found.
 Fetching public key from update5.FreeBSD.org... fetch:
 http://update5.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found
 failed.
 Fetching public key from update2.FreeBSD.org... fetch:
 http://update2.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found
 failed.
 Fetching public key from update4.FreeBSD.org... fetch:
 http://update4.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found
 failed.
 No mirrors remaining, giving up.



 Leonardo M. Ramé
 http://leonardorame.blogspot.com


 man freebsd-update

DESCRIPTION
 The freebsd-update tool is used to fetch, install, and rollback binary
 updates to the FreeBSD base system.  Note that updates are only
available
 if they are being built for the FreeBSD release and architecture being
 used; in particular, the FreeBSD Security Team only builds updates for
 releases shipped in binary form by the FreeBSD Release Engineering
Team,
 e.g., FreeBSD 6.1-RELEASE and FreeBSD 6.2-RC1, but not FreeBSD
6.2-STABLE
 or FreeBSD 7.0-CURRENT.

You are not running supported version.


-- 
Adam Vande More
___
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


Re: Problem upgrading 7.2 to 8.0-RC1

2009-09-30 Thread Leonardo M . Ramé
 From: Adam Vande More amvandem...@gmail.com
 Subject: Re: Problem upgrading 7.2 to 8.0-RC1
 To: Leonardo M. Ramé martinr...@yahoo.com
 Cc: freebsd-questions@freebsd.org
 Date: Wednesday, September 30, 2009, 11:45 AM
 On Wed, Sep 30,
 2009 at 9:38 AM, Leonardo M. Ramé martinr...@yahoo.com
 wrote:
 
 Hi, I'm trying to upgrade from 7.2 to 8.0-RC1 without
 success. Any hint?
 
 
 
 This is my data:
 
 
 
 uname -a:
 
 FreeBSD toshiba-leo.localhost.localdomain 7.2-STABLE-200906
 FreeBSD 7.2-STABLE-200906 #0: Sun Jun  7 10:23:49 UTC 2009
    
 r...@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
  amd64
 
 
 
 freebsd-update:
 
 
 
 [r...@toshiba-leo]# freebsd-update -v debug -r 8.0-RC1
 upgrade
 
 Looking up update.FreeBSD.org
 mirrors... 3 mirrors found.
 
 Fetching public key from update5.FreeBSD.org... fetch: 
 http://update5.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl:
 Not Found
 
 failed.
 
 Fetching public key from update2.FreeBSD.org... fetch: 
 http://update2.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl:
 Not Found
 
 failed.
 
 Fetching public key from update4.FreeBSD.org... fetch: 
 http://update4.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl:
 Not Found
 
 failed.
 
 No mirrors remaining, giving up.
 
 
 
 
 
 
 
 Leonardo M. Ramé
 
 http://leonardorame.blogspot.com
 
 
 
 
 
 man freebsd-update
 
 DESCRIPTION
  The freebsd-update tool is used to fetch, install,
 and rollback binary
  updates to the FreeBSD base system.  Note that
 updates are only available
 
  if they are being built for the FreeBSD release
 and architecture being
  used; in particular, the FreeBSD Security Team
 only builds updates for
  releases shipped in binary form by the FreeBSD
 Release Engineering Team,
 
  e.g., FreeBSD 6.1-RELEASE and FreeBSD 6.2-RC1, but
 not FreeBSD 6.2-STABLE
  or FreeBSD 7.0-CURRENT.
 
 You are not running supported version.
 
 
 -- 
 Adam Vande More
 


Thanks Adam, any workaround to upgrade to 8.0?

Leonardo.



___
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


Re: Problem upgrading 7.2 to 8.0-RC1

2009-09-30 Thread Adam Vande More
On Wed, Sep 30, 2009 at 9:58 AM, Leonardo M. Ramé martinr...@yahoo.comwrote:

  From: Adam Vande More amvandem...@gmail.com
  Subject: Re: Problem upgrading 7.2 to 8.0-RC1
  To: Leonardo M. Ramé martinr...@yahoo.com
  Cc: freebsd-questions@freebsd.org
  Date: Wednesday, September 30, 2009, 11:45 AM
  On Wed, Sep 30,
  2009 at 9:38 AM, Leonardo M. Ramé martinr...@yahoo.com
  wrote:
 
  Hi, I'm trying to upgrade from 7.2 to 8.0-RC1 without
  success. Any hint?
 
 
 
  This is my data:
 
 
 
  uname -a:
 
  FreeBSD toshiba-leo.localhost.localdomain 7.2-STABLE-200906
  FreeBSD 7.2-STABLE-200906 #0: Sun Jun  7 10:23:49 UTC 2009
 
  r...@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
   amd64
 
 
 
  freebsd-update:
 
 
 
  [r...@toshiba-leo]# freebsd-update -v debug -r 8.0-RC1
  upgrade
 
  Looking up update.FreeBSD.org
  mirrors... 3 mirrors found.
 
  Fetching public key from update5.FreeBSD.org... fetch:
 http://update5.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl:
  Not Found
 
  failed.
 
  Fetching public key from update2.FreeBSD.org... fetch:
 http://update2.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl:
  Not Found
 
  failed.
 
  Fetching public key from update4.FreeBSD.org... fetch:
 http://update4.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl:
  Not Found
 
  failed.
 
  No mirrors remaining, giving up.
 
 
 
 
 
 
 
  Leonardo M. Ramé
 
  http://leonardorame.blogspot.com
 
 
 
 
 
  man freebsd-update
 
  DESCRIPTION
   The freebsd-update tool is used to fetch, install,
  and rollback binary
   updates to the FreeBSD base system.  Note that
  updates are only available
 
   if they are being built for the FreeBSD release
  and architecture being
   used; in particular, the FreeBSD Security Team
  only builds updates for
   releases shipped in binary form by the FreeBSD
  Release Engineering Team,
 
   e.g., FreeBSD 6.1-RELEASE and FreeBSD 6.2-RC1, but
  not FreeBSD 6.2-STABLE
   or FreeBSD 7.0-CURRENT.
 
  You are not running supported version.
 
 
  --
  Adam Vande More
 


 Thanks Adam, any workaround to upgrade to 8.0?

 Leonardo.


I normally csup(1) whatever branch I'm trying to get too.
/usr/src/share/examples/cvsup/stable-supfile is a good starting although
you'll need to edit *default release=cvs tag=RELENG_8 and an appropriate
*default host= line.  Then use handbook for building and installing
http://www.freebsd.org/doc/en/books/handbook/makeworld.html

You'll also want to do something like the following from portmaster man
page.

 Using portmaster to do a complete reinstallation of all your ports:
   1. portmaster --list-origins  ~/installed-port-list
   2. Update your ports tree
   3. portmaster --clean-distfiles-all
   4. portmaster --check-port-dbdir
   5. portmaster -Faf
   6. pkg_delete '*'
   7. rm -rf /usr/local/lib/compat/pkg
   8. Manually check /usr/local and /var/db/pkg
  to make sure that they are really empty
   9. portmaster `cat ~/installed-port-list`

 You probably want to use the -D option for the installation and then
run
 --clean-distfiles[-all] again when you are done.  You might also want
to
 consider using the --force-config option when installing the new ports.





-- 
Adam Vande More
___
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


Re: Problem upgrading 7.2 to 8.0-RC1

2009-09-30 Thread Tim Judd
On 9/30/09, Leonardo M. Ramé martinr...@yahoo.com wrote:
 Hi, I'm trying to upgrade from 7.2 to 8.0-RC1 without success. Any hint?

 This is my data:

 uname -a:
 FreeBSD toshiba-leo.localhost.localdomain 7.2-STABLE-200906 FreeBSD
 7.2-STABLE-200906 #0: Sun Jun  7 10:23:49 UTC 2009
 r...@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

 freebsd-update:

 [r...@toshiba-leo]# freebsd-update -v debug -r 8.0-RC1 upgrade
 Looking up update.FreeBSD.org mirrors... 3 mirrors found.
 Fetching public key from update5.FreeBSD.org... fetch:
 http://update5.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found
 failed.
 Fetching public key from update2.FreeBSD.org... fetch:
 http://update2.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found
 failed.
 Fetching public key from update4.FreeBSD.org... fetch:
 http://update4.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found
 failed.
 No mirrors remaining, giving up.



 Leonardo M. Ramé
 http://leonardorame.blogspot.com


freebsd-update code (at last check) supported updating -RELEASE and
-SECURITY systems, but not -STABLE.

Because it's trying to fetch a -STABLE uname, and it doesn't have an
idea of the latest time it was built (looks like a snapshot, to us
humans), it is unable to move past the keys.

You'll need to run -RELEASE[-p#] to update or update from source.


the freebsd-update program is a shell script.  read it, it's enlightening.

--Tim
___
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


problem upgrading ports : something wrong with cups ?

2009-06-22 Thread kenneth hatteland
Whenever I run portmaster -a it fails with several ports : The message I 
get is that someway cups interferes and the here it is : pkg_info: 
package cups-base-1.3.10_2 has no origin recorded



If I use portmaster on single ports those who do not have any printing 
ability ( no cups dependancy I guess ? ) will function as expected, but 
not scribus etc.


If I try to delete, reinstall or install cups I get the same message 
quickly and the process is halted with error code 1 as usual..


Is there anyone who can see what I have done wrong on the system ?
I have thought of manually removing the cups files in var in hope to be 
able to reinstall but I do not know what I am doing so it would be a 
shot in the dark.


I will provide system output if needed.

Blessed be
Kenneth Hatteland



___
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


Re: problem upgrading ports : something wrong with cups ?

2009-06-22 Thread Anton Shterenlikht
On Mon, Jun 22, 2009 at 09:04:35AM +0200, kenneth hatteland wrote:
 Whenever I run portmaster -a it fails with several ports : The message I 
 get is that someway cups interferes and the here it is : pkg_info: 
 package cups-base-1.3.10_2 has no origin recorded
 
 
 If I use portmaster on single ports those who do not have any printing 
 ability ( no cups dependancy I guess ? ) will function as expected, but 
 not scribus etc.
 
 If I try to delete, reinstall or install cups I get the same message 
 quickly and the process is halted with error code 1 as usual..
 
 Is there anyone who can see what I have done wrong on the system ?
 I have thought of manually removing the cups files in var in hope to be 
 able to reinstall but I do not know what I am doing so it would be a 
 shot in the dark.
 
 I will provide system output if needed.

hard to guess from what you've written. Check the other 2 cups ports:

# pkg_info -xo cups
Information for cups-base-1.3.10_2:

Origin:
print/cups-base

Information for cups-client-1.3.10_2:

Origin:
print/cups-client

Information for cups-image-1.3.10_2:

Origin:
print/cups-image

#

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
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


Re: problem upgrading ports : something wrong with cups ?

2009-06-22 Thread Anton Shterenlikht
On Mon, Jun 22, 2009 at 11:59:42AM +0200, kenneth hatteland wrote:
 There is no listed origin in this either. I am not sure what this means ;(
 
 kenneth
 
 [r...@phobos /usr/ports/print/cups-base]# pkg_info -xo cups
 Information for cups-base-1.3.10_2:
 
 Origin:
 

I'd try to

1. portmaster --force-config cups-base 

or failing that

2.  cd /usr/ports/print/cups-base
make deinstall
make distclean
make install

see how this goes. If you get errors, post the logs here, this might help.

And remind us what is your platform.

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
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


Re: problem upgrading ports : something wrong with cups ?

2009-06-22 Thread Leslie Jensen


 Whenever I run portmaster -a it fails with several ports : The message I
 get is that someway cups interferes and the here it is : pkg_info:
 package cups-base-1.3.10_2 has no origin recorded


 If I use portmaster on single ports those who do not have any printing
 ability ( no cups dependancy I guess ? ) will function as expected, but
 not scribus etc.

 If I try to delete, reinstall or install cups I get the same message
 quickly and the process is halted with error code 1 as usual..

 Is there anyone who can see what I have done wrong on the system ?
 I have thought of manually removing the cups files in var in hope to be
 able to reinstall but I do not know what I am doing so it would be a
 shot in the dark.

 I will provide system output if needed.

 Blessed be
 Kenneth Hatteland



Have you read the 20090516 entry in /usr/ports/UPDATING?

/Leslie



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
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


Re: problem upgrading ports : something wrong with cups ?

2009-06-22 Thread Jerry
On Mon, 22 Jun 2009 11:12:28 +0100
Anton Shterenlikht me...@bristol.ac.uk wrote:

 On Mon, Jun 22, 2009 at 11:59:42AM +0200, kenneth hatteland wrote:
  There is no listed origin in this either. I am not sure what this
  means ;(
  
  kenneth
  
  [r...@phobos /usr/ports/print/cups-base]# pkg_info -xo cups
  Information for cups-base-1.3.10_2:
  
  Origin:
  
 
 I'd try to
 
 1. portmaster --force-config cups-base 
 
 or failing that
 
 2.cd /usr/ports/print/cups-base
   make deinstall
   make distclean
   make install
 
 see how this goes. If you get errors, post the logs here, this might
 help.
 
 And remind us what is your platform.
 

You could try:

pkg_delete -dfv cups*

Then install using the cups meta port:

Port:   cups-1.3.10
Path:   /usr/ports/print/cups
Info:   Common UNIX Printing System: Metaport to install complete system

Personally, I would use: portmanager print/cups -l

Be sure to update your ports tree prior to reinstalling anything.

-- 
Jerry
ges...@yahoo.com

A pound of salt will not sweeten a single cup of tea.

-- 
Jerry
ges...@yahoo.com

FORTUNE'S FUN FACTS TO KNOW AND TELL: #14

According to Kentucky state law, every person must take a bath
at least once a year.
___
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


problem upgrading

2007-09-24 Thread Keith Seyffarth

When trying to re-install ruby on my system, I receive this error:

On FreeBSD before 6.2 ports system unfortunately can not set default
X11BASE by itself so please help it a bit by setting
X11BASE=${LOCALBASE} in make.conf.
On the other hand, if you do wish to use non-default X11BASE, please
set variable USE_NONDEFAULT_X11BASE.

However, even if I edit /etc/make.conf and add either
X11BASE=${LOCALBASE} or X11BASE=/usr/X11R6, I still get this
error.

Any suggestions or recommendations on how to get ruby installed?

output of uname -a:
FreeBSD computer.weif.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov
3 09:36:13 UTC 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem upgrading ports

2007-06-25 Thread stan
I've gt a 6 STABLE machine that I just cvsup'd the ports tree on , and am
trying to use portmamager to upgrade the installed ports. But when I run:

portmamager -u -r -R

I get the folowing:


removing: 
/usr/sbin/pkg_delete -f 
executing: /bin/rm -r /usr/ports/x11-fonts/xorg-fonts-encodings (OK to
ignore error)
rm: /usr/ports/x11-fonts/xorg-fonts-encodings: No such file or directory

MGPMrParse 0.4.1_6 error:  dependencyPortName-= MGrStrlen(
dependencyPortName )-=0
dependencyPortDir-=/x11-fonts/xorg-fonts-encodings MGrStrlen(
dependencyPortDir )-=31
MGPMrParse 0.4.1_6 error:  Error in Makefile???
MGPMrDependencyParse 0.4.1_6 error: MGPMrParse returned an error
rrFillDependencies 0.4.1_6 error: MGPMrDependencyParse returned an error
rrFindDepends 0.4.1_6 error: rrFillDependencies returned an error
MGPMrCreateAllUpdateStatusDb 0.4.1_6 error: rrFindDepends returned
errorCode 1
rPmUpgradeNewMethod 0.4.1_6 error: MGPMrCreateAllUpdateStatusDb returned
errorCode 1

What am I doing wrong?

-- 
I'm sorry, no one here has any intentions of helping you with anything. 
I am the manager of all of Customer Service.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading from 6.1-RELEASE to 6.2-RELEASE

2007-01-23 Thread Amarendra Godbole

On 1/20/07, Colin Percival [EMAIL PROTECTED] wrote:

Amarendra Godbole wrote:
 Fetching metadata index... done.
 Fetching 1 metadata patches. done.
 Applying metadata patches... done.
 Fetching 1 metadata files... failed.

 Is this because of a connectivity issue on my end, or some issue with
 update1.freebsd.org? I don't see any connectivity issues from my side
 though. Thanks in advance.

The server has rebooted a couple of times in the past week (I needed to
upgrade it, too!) so it's possible that you were just happened to hit the
window when it was inaccessible.  Aside from that, I haven't seen any
connectivity problems -- but the internet being as unreliable as it is,
it's entirely possible.

[...]

Still does not work. :-|. I tried this command individually, and here
is what I get:
dexter# /usr/libexec/phttpget update1.FreeBSD.org
6.2-RELEASE/i386/m/0eb7ad6b9097920c37050d513da36a7d759c49b67bcb63fd9b443f545fc50685.gz
phttpget: Connection failure

I tried at different times of the day, but still everytime the script
reaches this step, it fails. Is there a workaround, or any idea as to
why this happens? Thanks!

Best,
Amarendra
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading from 6.1-RELEASE to 6.2-RELEASE

2007-01-19 Thread Colin Percival
Amarendra Godbole wrote:
 Fetching metadata index... done.
 Fetching 1 metadata patches. done.
 Applying metadata patches... done.
 Fetching 1 metadata files... failed.
 
 Is this because of a connectivity issue on my end, or some issue with
 update1.freebsd.org? I don't see any connectivity issues from my side
 though. Thanks in advance.

The server has rebooted a couple of times in the past week (I needed to
upgrade it, too!) so it's possible that you were just happened to hit the
window when it was inaccessible.  Aside from that, I haven't seen any
connectivity problems -- but the internet being as unreliable as it is,
it's entirely possible.

FWIW, no files are installed until after everything is fetched, so if the
downloading fails, you can always try again.

Colin Percival


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem upgrading from 6.1-RELEASE to 6.2-RELEASE

2007-01-17 Thread Amarendra Godbole

Hi,

I run 6.1-RELEASE, and am trying to upgrade it to 6.2-RELEASE using
the freebsd-update.sh script, and the instructions provided here:
http://www.daemonology.net/blog/2006-11-26-freebsd-6.1-to-6.2-binary-upgrade.html,
without success!

The script hits sporadic problems fetching files. For eg., for quiet
sometime now this happens:
---
dexter# sh freebsd-update.sh -f freebsd-update.conf -d /usr/upgrade -r
6.2-RELEASE upgrade
Looking up update.FreeBSD.org mirrors... 1 mirrors found.
Fetching metadata signature for 6.1-RELEASE from update1.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... failed.
dexter#
---

In a previous try, it went through a great deal ahead, upto fetching
the patches and all, and then failed.

Is this because of a connectivity issue on my end, or some issue with
update1.freebsd.org? I don't see any connectivity issues from my side
though. Thanks in advance.

Best,
Amarendra
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading from 6.1-RELEASE to 6.2-RELEASE

2007-01-17 Thread Dak Ghatikachalam

I would like to perform the same update , but I would like to know  how to
rollback if this has failed as it happened here.

We should be able to rollback to exact current state. Do you have an idea

Thanks
Dak


On 1/17/07, Amarendra Godbole [EMAIL PROTECTED] wrote:


Hi,

I run 6.1-RELEASE, and am trying to upgrade it to 6.2-RELEASE using
the freebsd-update.sh script, and the instructions provided here:

http://www.daemonology.net/blog/2006-11-26-freebsd-6.1-to-6.2-binary-upgrade.html
,
without success!

The script hits sporadic problems fetching files. For eg., for quiet
sometime now this happens:
---
dexter# sh freebsd-update.sh -f freebsd-update.conf -d /usr/upgrade -r
6.2-RELEASE upgrade
Looking up update.FreeBSD.org mirrors... 1 mirrors found.
Fetching metadata signature for 6.1-RELEASE from update1.FreeBSD.org...
done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... failed.
dexter#
---

In a previous try, it went through a great deal ahead, upto fetching
the patches and all, and then failed.

Is this because of a connectivity issue on my end, or some issue with
update1.freebsd.org? I don't see any connectivity issues from my side
though. Thanks in advance.

Best,
Amarendra
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading mplayer

2006-07-23 Thread Filippo Moretti

Chuck Swiger wrote:

Filippo Moretti wrote:
I run 6.1_STABLE on i386 arch and when I tried to upgrade mplayer I 
get the following error

c++: Internal error: Killed: 9 (program cc1plus)


Mostly likely, you've got hardware problems like bad memory or an 
overheating CPU.  Either run some system diagonstics like memtest86, 
or retry the compile after the machine has been off for an hour, and 
see whether it fails in the same place.


After following your suggestion I get another error which repeted three 
times even after switching off the computer for the whole night:

===  Configuring for lirc-0.7.2
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g 
wheel

checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether gmake sets ${MAKE}... yes
checking for gcc... cc
checking whether the C compiler (cc -O2 -g -Wall ) works... yes
checking whether the C compiler (cc -O2 -g -Wall ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for style of include used by gmake... GNU
ng dependency style of cc... gcc3
checking for a BSD compatible install... /usr/bin/install -c -o root -g 
wheel

checking whether gmake sets ${MAKE}... (cached) yes
checking for mknod... /sbin//mknod
checking for mkfifo... /usr/bin/mkfifo
checking for depmod... /sbin/depmod
checking for libusb-config... no
checking whether ln -s works... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... cc -E
checking host system type... i386-unknown-freebsd6.1
checking build system type... i386-portbld-freebsd6.1
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking how to recognise dependent libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for vprintf... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkfifo... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for snprintf... yes
checking for strsep... yes
checking for vsyslog... yes
checking for daemon... yes
checking for forkpty... no
checking for forkpty in -lutil... yes
checking for vga.h... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for getopt_long... yes
checking for mktemp... yes
checking for Linux kernel sources... not running Linux
checking for which drivers can be installed on this system...
checking for caraca_init in -lcaraca_client... no
checking for ir_strerror in -lirman... no
checking for ir_strerror in -lirman_sw... no
checking for portaudio.h... no
checking for alsa/asoundlib.h... no
checking for scsi/sg.h... no
checking for linux/input.h... no
checking for sys/soundcard.h... yes
configure: error: *** it is not possible to install the specified driver
   on this system
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
the /usr/ports/comms/lirc/work/lirc-0.7.2/config.log including the output
of the failure of your make command. Also, it might be a good idea to 
provide

an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/comms/lirc.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade11994.17 env PORT_UPGRADE=yes make PORT_UPGRADE=yes

** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! multimedia/mplayer (mplayer-esound-0.99.7_15) (configure error)
---  Packages processed: 0 done, 192 ignored, 0 skipped and 1 failed
Do you think this one to be an hardware failure as well
sincerely
Filippo
___
freebsd-questions@freebsd.org mailing list

Re: Problem upgrading mplayer

2006-07-23 Thread Frank Staals

Filippo Moretti wrote:

Chuck Swiger wrote:

Filippo Moretti wrote:
I run 6.1_STABLE on i386 arch and when I tried to upgrade mplayer I 
get the following error

c++: Internal error: Killed: 9 (program cc1plus)


Mostly likely, you've got hardware problems like bad memory or an 
overheating CPU.  Either run some system diagonstics like memtest86, 
or retry the compile after the machine has been off for an hour, and 
see whether it fails in the same place.


After following your suggestion I get another error which repeted 
three times even after switching off the computer for the whole night:

===  Configuring for lirc-0.7.2
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root 
-g wheel

checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether gmake sets ${MAKE}... yes
checking for gcc... cc
checking whether the C compiler (cc -O2 -g -Wall ) works... yes
checking whether the C compiler (cc -O2 -g -Wall ) is a 
cross-compiler... no

checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for style of include used by gmake... GNU
ng dependency style of cc... gcc3
checking for a BSD compatible install... /usr/bin/install -c -o root 
-g wheel

checking whether gmake sets ${MAKE}... (cached) yes
checking for mknod... /sbin//mknod
checking for mkfifo... /usr/bin/mkfifo
checking for depmod... /sbin/depmod
checking for libusb-config... no
checking whether ln -s works... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... cc -E
checking host system type... i386-unknown-freebsd6.1
checking build system type... i386-portbld-freebsd6.1
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking how to recognise dependent libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for vprintf... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkfifo... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for snprintf... yes
checking for strsep... yes
checking for vsyslog... yes
checking for daemon... yes
checking for forkpty... no
checking for forkpty in -lutil... yes
checking for vga.h... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for getopt_long... yes
checking for mktemp... yes
checking for Linux kernel sources... not running Linux
checking for which drivers can be installed on this system...
checking for caraca_init in -lcaraca_client... no
checking for ir_strerror in -lirman... no
checking for ir_strerror in -lirman_sw... no
checking for portaudio.h... no
checking for alsa/asoundlib.h... no
checking for scsi/sg.h... no
checking for linux/input.h... no
checking for sys/soundcard.h... yes
configure: error: *** it is not possible to install the specified driver
   on this system
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and 
attach
the /usr/ports/comms/lirc/work/lirc-0.7.2/config.log including the 
output
of the failure of your make command. Also, it might be a good idea to 
provide

an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/comms/lirc.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade11994.17 env PORT_UPGRADE=yes make PORT_UPGRADE=yes

** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! multimedia/mplayer (mplayer-esound-0.99.7_15) (configure error)
---  Packages processed: 0 done, 192 ignored, 0 skipped and 1 failed
Do you think this one to be an hardware failure as well
sincerely
Filippo
___

Re: Problem upgrading mplayer

2006-07-23 Thread Filippo Moretti

Frank Staals wrote:

Filippo Moretti wrote:

Chuck Swiger wrote:

Filippo Moretti wrote:
I run 6.1_STABLE on i386 arch and when I tried to upgrade mplayer I 
get the following error

c++: Internal error: Killed: 9 (program cc1plus)


Mostly likely, you've got hardware problems like bad memory or an 
overheating CPU.  Either run some system diagonstics like memtest86, 
or retry the compile after the machine has been off for an hour, and 
see whether it fails in the same place.


After following your suggestion I get another error which repeted 
three times even after switching off the computer for the whole night:

===  Configuring for lirc-0.7.2
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root 
-g wheel

checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether gmake sets ${MAKE}... yes
checking for gcc... cc
checking whether the C compiler (cc -O2 -g -Wall ) works... yes
checking whether the C compiler (cc -O2 -g -Wall ) is a 
cross-compiler... no

checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for style of include used by gmake... GNU
ng dependency style of cc... gcc3
checking for a BSD compatible install... /usr/bin/install -c -o root 
-g wheel

checking whether gmake sets ${MAKE}... (cached) yes
checking for mknod... /sbin//mknod
checking for mkfifo... /usr/bin/mkfifo
checking for depmod... /sbin/depmod
checking for libusb-config... no
checking whether ln -s works... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... cc -E
checking host system type... i386-unknown-freebsd6.1
checking build system type... i386-portbld-freebsd6.1
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking how to recognise dependent libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for vprintf... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkfifo... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for snprintf... yes
checking for strsep... yes
checking for vsyslog... yes
checking for daemon... yes
checking for forkpty... no
checking for forkpty in -lutil... yes
checking for vga.h... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for getopt_long... yes
checking for mktemp... yes
checking for Linux kernel sources... not running Linux
checking for which drivers can be installed on this system...
checking for caraca_init in -lcaraca_client... no
checking for ir_strerror in -lirman... no
checking for ir_strerror in -lirman_sw... no
checking for portaudio.h... no
checking for alsa/asoundlib.h... no
checking for scsi/sg.h... no
checking for linux/input.h... no
checking for sys/soundcard.h... yes
configure: error: *** it is not possible to install the specified driver
   on this system
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and 
attach
the /usr/ports/comms/lirc/work/lirc-0.7.2/config.log including the 
output
of the failure of your make command. Also, it might be a good idea to 
provide

an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/comms/lirc.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade11994.17 env PORT_UPGRADE=yes make PORT_UPGRADE=yes

** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! multimedia/mplayer (mplayer-esound-0.99.7_15) (configure error)
---  Packages processed: 0 done, 192 ignored, 0 skipped and 1 failed
Do you think this one to be an hardware failure as well
sincerely
Filippo

Re: Problem upgrading mplayer

2006-07-23 Thread Lars Kristiansen

Filippo Moretti skrev:

Frank Staals wrote:

Filippo Moretti wrote:

Chuck Swiger wrote:

Filippo Moretti wrote:
I run 6.1_STABLE on i386 arch and when I tried to upgrade mplayer I 
get the following error

c++: Internal error: Killed: 9 (program cc1plus)


Mostly likely, you've got hardware problems like bad memory or an 
overheating CPU.  Either run some system diagonstics like memtest86, 
or retry the compile after the machine has been off for an hour, and 
see whether it fails in the same place.


After following your suggestion I get another error which repeted 
three times even after switching off the computer for the whole night:

===  Configuring for lirc-0.7.2
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root 
-g wheel

checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether gmake sets ${MAKE}... yes
checking for gcc... cc
checking whether the C compiler (cc -O2 -g -Wall ) works... yes
checking whether the C compiler (cc -O2 -g -Wall ) is a 
cross-compiler... no

checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for style of include used by gmake... GNU
ng dependency style of cc... gcc3
checking for a BSD compatible install... /usr/bin/install -c -o root 
-g wheel

checking whether gmake sets ${MAKE}... (cached) yes
checking for mknod... /sbin//mknod
checking for mkfifo... /usr/bin/mkfifo
checking for depmod... /sbin/depmod
checking for libusb-config... no
checking whether ln -s works... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... cc -E
checking host system type... i386-unknown-freebsd6.1
checking build system type... i386-portbld-freebsd6.1
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking how to recognise dependent libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for vprintf... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkfifo... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for snprintf... yes
checking for strsep... yes
checking for vsyslog... yes
checking for daemon... yes
checking for forkpty... no
checking for forkpty in -lutil... yes
checking for vga.h... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for getopt_long... yes
checking for mktemp... yes
checking for Linux kernel sources... not running Linux
checking for which drivers can be installed on this system...
checking for caraca_init in -lcaraca_client... no
checking for ir_strerror in -lirman... no
checking for ir_strerror in -lirman_sw... no
checking for portaudio.h... no
checking for alsa/asoundlib.h... no
checking for scsi/sg.h... no
checking for linux/input.h... no
checking for sys/soundcard.h... yes
configure: error: *** it is not possible to install the specified driver
   on this system
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and 
attach
the /usr/ports/comms/lirc/work/lirc-0.7.2/config.log including the 
output
of the failure of your make command. Also, it might be a good idea to 
provide

an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/comms/lirc.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade11994.17 env PORT_UPGRADE=yes make PORT_UPGRADE=yes

** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! multimedia/mplayer (mplayer-esound-0.99.7_15) (configure error)
---  Packages processed: 0 done, 192 ignored, 0 skipped and 1 failed
Do you think this one to be an hardware failure as well
sincerely
Filippo

Problem upgrading mplayer

2006-07-20 Thread Filippo Moretti
I run 6.1_STABLE on i386 arch and when I tried to upgrade mplayer I get 
the following error

c++: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See URL:http://gcc.gnu.org/bugs.html for instructions.
*** Error code 1

Stop in /usr/ports/devel/qmake/work/qt-x11-free-3.3.6/qmake.

*** Error code 1

Stop in /usr/ports/devel/qmake.
{standard input}: Assembler messages:
{standard input}:45068: Warning: end of file not at end of a line; 
newline inserted

{standard input}:45251: Error: unknown pseudo-op: `.u'
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33.
*** Error code 1

Stop in /usr/ports/audio/arts.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

Is it possible to build mplayer without QT?Is there a workaround for the 
above stoppage

sincerely
Filippo Moretti
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading mplayer

2006-07-20 Thread Chuck Swiger

Filippo Moretti wrote:
I run 6.1_STABLE on i386 arch and when I tried to upgrade mplayer I get 
the following error

c++: Internal error: Killed: 9 (program cc1plus)


Mostly likely, you've got hardware problems like bad memory or an overheating 
CPU.  Either run some system diagonstics like memtest86, or retry the compile 
after the machine has been off for an hour, and see whether it fails in the 
same place.


--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem Upgrading SubVersion

2006-06-29 Thread Lowell Gilbert
Warren Liddell [EMAIL PROTECTED] writes:

 im Running FreeBSD 6.1-STABLE

 You should build `devel/apr-svn' with db4 support to use subversion with it.
 Please rebuild `devel/apr-svn' with option `APR_UTIL_WITH_BERKELEY_DB=yes' 
 and 
 try again.

 Or you can disable db4 support. Only 'fs' repository backend will be 
 available.
 To disable db4 support, define WITHOUT_BDB.

 *** Error code 1

 Stop in /usr/ports/devel/subversion.

 Despite what it sais .. i have no idea on how to do what its saying

something like:

# cd /usr/ports/devel/apr-svn
# make deinstall
# make install APR_UTIL_WITH_BERKELEY_DB=yes

(or use pkgtools if you prefer; probably more convenient)

 or why i 
 need to do it when it previously installed fine.

The new version of subversion obviously needs features that the
previous version did not.  You do *not* need to do it; you can 
stick with the old version of subversion if you prefer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem Upgrading SubVersion

2006-06-28 Thread Warren Liddell
im Running FreeBSD 6.1-STABLE

You should build `devel/apr-svn' with db4 support to use subversion with it.
Please rebuild `devel/apr-svn' with option `APR_UTIL_WITH_BERKELEY_DB=yes' and 
try again.

Or you can disable db4 support. Only 'fs' repository backend will be 
available.
To disable db4 support, define WITHOUT_BDB.

*** Error code 1

Stop in /usr/ports/devel/subversion.

Despite what it sais .. i have no idea on how to do what its saying or why i 
need to do it when it previously installed fine.

Any assistance is appreciated   
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Perl problem upgrading net-snmp

2005-06-12 Thread Ian Moore
Hi, I'm trying to upgrade net-mgmt/net-snmp-5.2.1_1 to 
net-mgmt/net-snmp-5.2.1_2
I'm running 5.4p2 on this machine, which started life as 5.2.1-RELEASE  has 
been tracking 5.3-RELEASE  now 5.4-RELEASE.
My perl version is 5.8.6

I update my ports tree every night and update my installed ports at least once 
a week. I've had this build  problem with net-snmp ever since it was updated 
to 5.2.1_2, but I've only just got around to trying to solve the problem.
The build output is very long, so I've only pasted the last bit below - I can 
post the whole thing if required though.

I assume it's a perl problem and have tried googling for a solution. I found 
some stuff about the Undefined symbol perl_get_sv error, but haven't found 
anything that's helped me fix it so far.

A possible solution I thought might be to  pkg_delete perl, delete everything 
in /usr/local/lib/perl and then rebuild perl. Or is that not a good idea?

Here's the net-snmp build output:

snip
Checking if your kit is complete...
Looks good
Warning: -L../../snmplib/.libs changed to 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1/perl/agent/../../snmplib/.libs
Warning: -L../../snmplib/ changed to 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1/perl/agent/../../snmplib/
Warning: -L../../agent/.libs changed to 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1/perl/agent/../../agent/.libs
Warning: -L../../agent/ changed to 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1/perl/agent/../../agent/
Warning: -L../../agent/helpers/.libs changed to 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1/perl/agent/../../agent/helpers/.libs
Warning: -L../../agent/helpers/ changed to 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1/perl/agent/../../agent/helpers/
Unrecognized argument in LIBS ignored: '-rpath=/usr/local/lib'
Unrecognized argument in LIBS ignored: '-Wl,-E'
Unrecognized argument in LIBS ignored: 
'/usr/local/lib/perl5/5.8.6/mach/auto/DynaLoader/DynaLoader.a'
Warning: -L../../../snmplib/.libs changed to -L/usr/ports/net-mgmt/Undefined 
symbol 
perl_get_svnet-snmp/work/net-snmp-5.2.1/perl/agent/default_store/../../../snmplib/.libs
Warning: -L../../../snmplib/ changed to 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1/perl/agent/default_store/../../../snmplib/
Unrecognized argument in LIBS ignored: '-rpath=/usr/local/lib'
Writing Makefile for NetSNMP::agent::default_store
Writing Makefile for NetSNMP::agent
Checking if your kit is complete...
Looks good
Warning: -L../../snmplib/.libs changed to 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1/perl/SNMP/../../snmplib/.libs
Warning: -L../../snmplib/ changed to 
-L/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1/perl/SNMP/../../snmplib/
Unrecognized argument in LIBS ignored: '-rpath=/usr/local/lib'
Writing Makefile for SNMP
Checking if your kit is complete...
Looks good
/libexec/ld-elf.so.1: 
/usr/local/lib/perl5/site_perl/5.8.6/mach/auto/SNMP/SNMP.so: 
Undefined symbol perl_get_sv
*** Error code 1

Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.2.1.
*** Error code 1

Stop in /usr/ports/net-mgmt/net-snmp.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade39989.0 
make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! net-mgmt/net-snmp (net-snmp-5.2.1_1)  (new compiler error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

Cheers,
-- 
Ian
gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc


pgp1whGUIaRng.pgp
Description: PGP signature


problem upgrading ja-ptex-tetex 3.1.3_1 to 3.1.4

2004-10-27 Thread Choy Kho Yee
I got the following error message. I tried to search through
my entire / directory but no file named ushyph1.tex found.
 What should I do now?
... skipped 
===
Local configuration file hyphen.cfg used
===
(/usr/local/share/texmf/tex/generic/babel/hyphen.cfg
! I can't find file `ushyph1.tex'.
to be read again
   \relax
l.319   \repeat
Please type another input file name:
... stopped here ...
 btw, I used portupgrade ja-ptex-tetex to upgrade the port.
 uname -a gave me:
 FreeBSD kippy.kippyland 5.3-RC1 FreeBSD 5.3-RC1 ...
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world,
i.e. those who understand binary numbers and
those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem upgrading from 5.1 p16 to 5.2

2004-04-02 Thread Leo De Geer
I made make buildworld and make buildkernel make installkernel with no
errors but then I did make installworld it stopped after around 1 min with
error that file dos not exist. Now I manage to do a cvsup back to releng5_1
but I cannot do the buildworld kernel any suggestions to how to get it up
and running again

 

The only root access I have at the moment is throw webmins command shell

 

Regards Leo 

 

 make buildworld
/usr/src/Makefile, line 199: warning: cd /usr/src/sys//conf   find
[A-Z]*[A-Z] -type f -maxdepth 0 ! -name NOTES returned non-zero status
Running test variables
PASS: Test variables detected no regression, output matches.
Running test targets
PASS: Test targets detected no regression.
Running test sysvmatch
PASS: Test sysvmatch detected no regression.
Running test lhs_expn
PASS: Test lhs_expn detected no regression.
Running test notdef
PASS: Test notdef detected no regression.
Running test modifiers
PASS: Test modifiers detected no regression.
Running test funny_targets
PASS: Test funny_targets detected no regression.
 
--
 Rebuilding the temporary build tree
--
rm -rf /usr/obj/usr/src/i386
*** Signal 12
 
Stop in /usr/src.
*** Error code 1
 
Stop in /usr/src.
 make buildkernel KERNCONF=SKALMAN
/usr/src/Makefile, line 199: warning: cd /usr/src/sys//conf   find
[A-Z]*[A-Z] -type f -maxdepth 0 ! -name NOTES returned non-zero status
Running test variables
PASS: Test variables detected no regression, output matches.
Running test targets
PASS: Test targets detected no regression.
Running test sysvmatch
PASS: Test sysvmatch detected no regression.
Running test lhs_expn
PASS: Test lhs_expn detected no regression.
Running test notdef
PASS: Test notdef detected no regression.
Running test modifiers
PASS: Test modifiers detected no regression.
Running test funny_targets
PASS: Test funny_targets detected no regression.
 
--
 Kernel build for SKALMAN started on Fri Apr  2 16:31:12 CEST 2004
--
=== SKALMAN
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/
bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/u
sr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/
sbin:/usr/bin  config  -d /usr/obj/usr/src/sys/SKALMAN
/usr/src/sys/i386/conf/SKALMAN
Removing stale header: opt_apic.h
Removing stale header: opt_ng_cronyx.h
Removing stale header: opt_no_mixed_mode.h
Removing stale header: opt_mptable_force_htt.h
Removing stale header: opt_dcons.h
Removing stale header: opt_ah.h
Removing stale header: opt_safe.h
Removing stale header: opt_uplcom.h
Removing stale header: opt_uart.h
Removing stale header: opt_watchdog.h
Removing stale header: opt_libmbpool.h
Removing stale header: opt_da.h
Removing stale header: opt_coda.h
Kernel build directory is /usr/obj/usr/src/sys/SKALMAN
Don't forget to do a ``make depend''
cd /usr/obj/usr/src/sys/SKALMAN;  MAKEOBJDIRPREFIX=/usr/obj
MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
DESTDIR=/usr/obj/usr/src/i386  INSTALL=sh /usr/src/tools/install.sh
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/
bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/u
sr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/
sbin:/usr/bin make KERNEL=kernel cleandir
rm -f *.o *.so *.So *.ko *.s eddep errs  kernel kernel linterrs makelinks
tags  vers.c vnode_if.c vnode_if.h majors.c  device_if.c bus_if.c
linker_if.c miibus_if.c card_if.c power_if.c pci_if.c pcib_if.c ppbus_if.c
usb_if.c isa_if.c agp_if.c device_if.h bus_if.h linker_if.h miibus_if.h
card_if.h power_if.h pci_if.h pcib_if.h ppbus_if.h usb_if.h isa_if.h
agp_if.h  aicasm* y.tab.h aic7xxx_seq.h aic7xxx_reg.h aic7xxx_reg_print.c
aic79xx_seq.h aic79xx_reg.h aic79xx_reg_print.c miidevs.h
*** Signal 12
 
Stop in /usr/obj/usr/src/sys/SKALMAN.
*** Error code 1
 
Stop in /usr/src.
*** Error code 1
 
Stop in /usr/src.

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem upgrading from 5.1 p16 to 5.2

2004-04-02 Thread Kent Stewart
On Friday 02 April 2004 06:43 am, Leo De Geer wrote:
 I made make buildworld and make buildkernel make installkernel with
 no errors but then I did make installworld it stopped after around 1
 min with error that file dos not exist. Now I manage to do a cvsup
 back to releng5_1 but I cannot do the buildworld kernel any
 suggestions to how to get it up and running again



 The only root access I have at the moment is throw webmins command
 shell


The upgrade from 5.1 to 5.2 included changes to statfs. You had to boot 
to single user mode on the new kernel to do the installworld. There 
were many problems if you deviated from the sequence 
in /usr/src/UPDATING. I updated my system through the statfs change and 
didn't have any problem.

I think you should ask your question on -current. There may be a way to 
use the fixit cd to recover but I don't have any idea. Someone on 
current may have an idea. 

Kent



 Regards Leo

  make buildworld

 /usr/src/Makefile, line 199: warning: cd /usr/src/sys//conf  
 find [A-Z]*[A-Z] -type f -maxdepth 0 ! -name NOTES returned non-zero
 status Running test variables
 PASS: Test variables detected no regression, output matches.
 Running test targets
 PASS: Test targets detected no regression.
 Running test sysvmatch
 PASS: Test sysvmatch detected no regression.
 Running test lhs_expn
 PASS: Test lhs_expn detected no regression.
 Running test notdef
 PASS: Test notdef detected no regression.
 Running test modifiers
 PASS: Test modifiers detected no regression.
 Running test funny_targets
 PASS: Test funny_targets detected no regression.

 --

  Rebuilding the temporary build tree

 --
 rm -rf /usr/obj/usr/src/i386
 *** Signal 12

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.

  make buildkernel KERNCONF=SKALMAN

 /usr/src/Makefile, line 199: warning: cd /usr/src/sys//conf  
 find [A-Z]*[A-Z] -type f -maxdepth 0 ! -name NOTES returned non-zero
 status Running test variables
 PASS: Test variables detected no regression, output matches.
 Running test targets
 PASS: Test targets detected no regression.
 Running test sysvmatch
 PASS: Test sysvmatch detected no regression.
 Running test lhs_expn
 PASS: Test lhs_expn detected no regression.
 Running test notdef
 PASS: Test notdef detected no regression.
 Running test modifiers
 PASS: Test modifiers detected no regression.
 Running test funny_targets
 PASS: Test funny_targets detected no regression.

 --

  Kernel build for SKALMAN started on Fri Apr  2 16:31:12 CEST 2004

 --
 === SKALMAN
 mkdir -p /usr/obj/usr/src/sys
 cd /usr/src/sys/i386/conf;
 PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/lega
cy/usr/
 bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/
sbin:/u
 sr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bi
n:/usr/ sbin:/usr/bin  config  -d /usr/obj/usr/src/sys/SKALMAN
 /usr/src/sys/i386/conf/SKALMAN
 Removing stale header: opt_apic.h
 Removing stale header: opt_ng_cronyx.h
 Removing stale header: opt_no_mixed_mode.h
 Removing stale header: opt_mptable_force_htt.h
 Removing stale header: opt_dcons.h
 Removing stale header: opt_ah.h
 Removing stale header: opt_safe.h
 Removing stale header: opt_uplcom.h
 Removing stale header: opt_uart.h
 Removing stale header: opt_watchdog.h
 Removing stale header: opt_libmbpool.h
 Removing stale header: opt_da.h
 Removing stale header: opt_coda.h
 Kernel build directory is /usr/obj/usr/src/sys/SKALMAN
 Don't forget to do a ``make depend''
 cd /usr/obj/usr/src/sys/SKALMAN;  MAKEOBJDIRPREFIX=/usr/obj
 MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=
 GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin
 GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font
 GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
 DESTDIR=/usr/obj/usr/src/i386  INSTALL=sh /usr/src/tools/install.sh
 PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/lega
cy/usr/
 bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/
sbin:/u
 sr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bi
n:/usr/ sbin:/usr/bin make KERNEL=kernel cleandir
 rm -f *.o *.so *.So *.ko *.s eddep errs  kernel kernel linterrs
 makelinks tags  vers.c vnode_if.c vnode_if.h majors.c  device_if.c
 bus_if.c linker_if.c miibus_if.c card_if.c power_if.c pci_if.c
 pcib_if.c ppbus_if.c usb_if.c isa_if.c agp_if.c device_if.h bus_if.h
 linker_if.h miibus_if.h card_if.h power_if.h pci_if.h pcib_if.h
 ppbus_if.h usb_if.h isa_if.h agp_if.h  aicasm* y.tab.h aic7xxx_seq.h
 aic7xxx_reg.h aic7xxx_reg_print.c aic79xx_seq.h aic79xx_reg.h
 aic79xx_reg_print.c miidevs.h
 *** Signal 12

 Stop in /usr/obj/usr/src/sys/SKALMAN.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.



 

Small problem upgrading older machine

2004-03-01 Thread stan
I'm upgrading a bunch of older machines *some as far back as 4.2). 

First let me say a bing THANKS YOU for all the hard work the release
engineering team does to make this work as well as it does.

Now, let me point out a small problem. When I got to the make
installworld step, I was politely informed that I needed a snsmp user.
Looking at UPDATING, I saw that I could install the newer mergemaster by
hand, and use it to add this user. I did that. Unfortunately the
installworld, then errored when it got to installing mergemaster, as there
was then on mergemaster.sh file in the directory, and no rule to build it. I
copied the file back from the final location, back to mergemaster.sh in the
source tree, and I'm re-running make installworld, which should go OK now. 

Would it be possible to fix the Makefile to prevent this problem?


-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Small problem upgrading older machine

2004-03-01 Thread stan
On Mon, Mar 01, 2004 at 09:49:12AM -0500, stan wrote:
 I'm upgrading a bunch of older machines *some as far back as 4.2). 
 
 First let me say a bing THANKS YOU for all the hard work the release
 engineering team does to make this work as well as it does.
 
 Now, let me point out a small problem. When I got to the make
 installworld step, I was politely informed that I needed a snsmp user.
 Looking at UPDATING, I saw that I could install the newer mergemaster by
 hand, and use it to add this user. I did that. Unfortunately the
 installworld, then errored when it got to installing mergemaster, as there
 was then on mergemaster.sh file in the directory, and no rule to build it. I
 copied the file back from the final location, back to mergemaster.sh in the
 source tree, and I'm re-running make installworld, which should go OK now. 
 
 Would it be possible to fix the Makefile to prevent this problem?

The solution to this truns out to be a bit more complex than I though. I
eventually gave up on fixing the contens of the mergemaster directory in
the source tree, and fell back to a new buildowrld. The final straw was
that if I did not have megemaster.8.gz the insatll would fail, but I alos
needed mergemaster.8 (the uncopressed version). But then make complained
about not having the compressed version :-(

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem upgrading KDE (kdelibs??)

2004-02-06 Thread Dragoncrest
	Hi all.  When trying to do a port upgrade of KDE I'm hitting something 
that says it needs to be upgraded called kdelibs-3.1.4_1, but when I tried 
to upgrade that, it says that it can't be upgraded because kdelibs 
conflicts with kdebase which are installed to the same directory.  Is 
kdelibs and kdebase the same thing, just with a different name?  Can I 
safely yank kdebase and install kdelibs in its place to fix this?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading KDE (Problem Solved)

2004-02-06 Thread Dragoncrest
Ok, I found a solution and a work around for this.  I was sweating
bullets the whole time because I wasn't sure this was gonna work and I
could just picture myself horking my KDE install because of this.  Ok,
here's what I did.  Since kdelibs wouldn't install so long as kdebase
was installed, I simply uninstalled kdebase, installed kdelibs, then
installed kdebase.  Strangely enough, it worked.  :D

So if any of you find that you encounter this strange issue, this is
your fix.  :)

   Hi all.  When trying to do a port upgrade of KDE I'm hitting something 
 that says it needs to be upgraded called kdelibs-3.1.4_1, but when I
tried 
 to upgrade that, it says that it can't be upgraded because kdelibs 
 conflicts with kdebase which are installed to the same directory.  Is 
 kdelibs and kdebase the same thing, just with a different name?  Can I 
 safely yank kdebase and install kdelibs in its place to fix this?
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]
 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem upgrading /lang/librep (librep-0.16.2_2)

2003-11-27 Thread Bob Perry
Happy Thanksgivings,

Was upgrading my ports and ran into the following error message :

** The following packages were not installed or upgraded (*:skipped / 
!:failed)   
   ! lang/librep (librep-0.16.2_2) (new compiler error)
   * x11-toolkits/rep-gtk (rep-gtk-gnome-0.15_1)

Later tried to install via ports process and rec'd the following output:

||===  Building for librep-0.16.2_3 for dir in intl src lisp man; do \
 [ -d $dir ]  ( cd $dir  gmake all ) || exit 1; \
done gmake[1]: Entering directory 
`/usr/ports/lang/librep/work/librep-0.16.2/ intl'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/i 
ntl'
gmake[1]: Entering directory `/usr/ports/lang/librep/work/librep-0.16.2/ 
src'
/bin/sh ../libtool --mode=link cc -export-dynamic -DHAVE_CONFIG_H -I. -I 
../src -I.. -I/usr/local/include -O -pipe  -o rep \
 rep.o librep.la  -L/usr/local/lib -lxpg4 -lintl -pthread -lcrypt 
-lgmp  -lm
cc -DHAVE_CONFIG_H -I. -I../src -I.. -I/usr/local/include -O -pipe -o .l 
ibs/rep rep.o -pthread -Wl,--export-dynamic  ./.libs/librep.so -L/usr/lo 
cal/lib -lxpg4 -lintl -lcrypt -lgmp -lm -Wl,--rpath -Wl,/usr/X11R6/lib
./.libs/librep.so: warning: tmpnam() possibly used unsafely; consider us 
ing mkstemp()
./.libs/librep.so: undefined reference to `mpq_set_d'
gmake[1]: *** [rep] Error 1
gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/s rc'
gmake: *** [all] Error 1

Any advice?  Don't remember seeing anything in the mailing list re this 
issue.

Thanks,
Bob
--
FreeBSD 4.8-RELEASE-p13 0#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading /lang/librep (librep-0.16.2_2)

2003-11-27 Thread Joe Marcus Clarke
On Thu, 2003-11-27 at 14:13, Bob Perry wrote:
 Happy Thanksgivings,
 
 Was upgrading my ports and ran into the following error message :
 
 ** The following packages were not installed or upgraded (*:skipped / 
 !:failed)   
 ! lang/librep (librep-0.16.2_2) (new compiler error)
 * x11-toolkits/rep-gtk (rep-gtk-gnome-0.15_1)
 
 Later tried to install via ports process and rec'd the following output:
 
 ||===  Building for librep-0.16.2_3 for dir in intl src lisp man; do \
   [ -d $dir ]  ( cd $dir  gmake all ) || exit 1; \
 done gmake[1]: Entering directory 
 `/usr/ports/lang/librep/work/librep-0.16.2/ intl'
 gmake[1]: Nothing to be done for `all'.
 gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/i 
 ntl'
 gmake[1]: Entering directory `/usr/ports/lang/librep/work/librep-0.16.2/ 
 src'
 /bin/sh ../libtool --mode=link cc -export-dynamic -DHAVE_CONFIG_H -I. -I 
 ../src -I.. -I/usr/local/include -O -pipe  -o rep \
   rep.o librep.la  -L/usr/local/lib -lxpg4 -lintl -pthread -lcrypt 
 -lgmp  -lm
 cc -DHAVE_CONFIG_H -I. -I../src -I.. -I/usr/local/include -O -pipe -o .l 
 ibs/rep rep.o -pthread -Wl,--export-dynamic  ./.libs/librep.so -L/usr/lo 
 cal/lib -lxpg4 -lintl -lcrypt -lgmp -lm -Wl,--rpath -Wl,/usr/X11R6/lib
 ./.libs/librep.so: warning: tmpnam() possibly used unsafely; consider us 
 ing mkstemp()
 ./.libs/librep.so: undefined reference to `mpq_set_d'
 gmake[1]: *** [rep] Error 1
 gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/s rc'
 gmake: *** [all] Error 1
 
 Any advice?  Don't remember seeing anything in the mailing list re this 
 issue.

I changed the librep dependencies last night, but I did a full test of
librep, rep-gtk2, and sawfish2 on -CURRENT before doing so.  What
version of FreeBSD is this?  What version of the libgmp4 port do you
have installed?  The only time I saw this error, was when I original did
the port, and it linked against libgmp.so.3.

Hmm...I bet this machine was upgraded from -STABLE, and you still have a
/usr/lib/libgmp.so link.  If you do, remove that file/symlink, and
librep should build.

Joe

 
 Thanks,
 Bob
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: Problem upgrading /lang/librep (librep-0.16.2_2)

2003-11-27 Thread Joe Marcus Clarke
On Thu, 2003-11-27 at 14:20, Joe Marcus Clarke wrote:
 On Thu, 2003-11-27 at 14:13, Bob Perry wrote:
  Happy Thanksgivings,
  
  Was upgrading my ports and ran into the following error message :
  
  ** The following packages were not installed or upgraded (*:skipped / 
  !:failed)   
  ! lang/librep (librep-0.16.2_2) (new compiler error)
  * x11-toolkits/rep-gtk (rep-gtk-gnome-0.15_1)
  
  Later tried to install via ports process and rec'd the following output:
  
  ||===  Building for librep-0.16.2_3 for dir in intl src lisp man; do \
[ -d $dir ]  ( cd $dir  gmake all ) || exit 1; \
  done gmake[1]: Entering directory 
  `/usr/ports/lang/librep/work/librep-0.16.2/ intl'
  gmake[1]: Nothing to be done for `all'.
  gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/i 
  ntl'
  gmake[1]: Entering directory `/usr/ports/lang/librep/work/librep-0.16.2/ 
  src'
  /bin/sh ../libtool --mode=link cc -export-dynamic -DHAVE_CONFIG_H -I. -I 
  ../src -I.. -I/usr/local/include -O -pipe  -o rep \
rep.o librep.la  -L/usr/local/lib -lxpg4 -lintl -pthread -lcrypt 
  -lgmp  -lm
  cc -DHAVE_CONFIG_H -I. -I../src -I.. -I/usr/local/include -O -pipe -o .l 
  ibs/rep rep.o -pthread -Wl,--export-dynamic  ./.libs/librep.so -L/usr/lo 
  cal/lib -lxpg4 -lintl -lcrypt -lgmp -lm -Wl,--rpath -Wl,/usr/X11R6/lib
  ./.libs/librep.so: warning: tmpnam() possibly used unsafely; consider us 
  ing mkstemp()
  ./.libs/librep.so: undefined reference to `mpq_set_d'
  gmake[1]: *** [rep] Error 1
  gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/s rc'
  gmake: *** [all] Error 1
  
  Any advice?  Don't remember seeing anything in the mailing list re this 
  issue.
 
 I changed the librep dependencies last night, but I did a full test of
 librep, rep-gtk2, and sawfish2 on -CURRENT before doing so.  What
 version of FreeBSD is this?  What version of the libgmp4 port do you
 have installed?  The only time I saw this error, was when I original did
 the port, and it linked against libgmp.so.3.
 
 Hmm...I bet this machine was upgraded from -STABLE, and you still have a
 /usr/lib/libgmp.so link.  If you do, remove that file/symlink, and
 librep should build.

Sorry to reply to myself, but something just hit me.  If this is, in
fact, 4.X, then the patch I removed is still needed.  I have re-added
it, so if this is 4.X, re-cvsup your ports tree in a bit, and try the
build again.

Joe

 
 Joe
 
  
  Thanks,
  Bob
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: Problem upgrading /lang/librep (librep-0.16.2_2)

2003-11-27 Thread Bob Perry
Joe Marcus Clarke wrote:

On Thu, 2003-11-27 at 14:13, Bob Perry wrote:
 

Happy Thanksgivings,

Was upgrading my ports and ran into the following error message :

** The following packages were not installed or upgraded (*:skipped / 
!:failed)   
   ! lang/librep (librep-0.16.2_2) (new compiler error)
   * x11-toolkits/rep-gtk (rep-gtk-gnome-0.15_1)

Later tried to install via ports process and rec'd the following output:

||===  Building for librep-0.16.2_3 for dir in intl src lisp man; do \
 [ -d $dir ]  ( cd $dir  gmake all ) || exit 1; \
done gmake[1]: Entering directory 
`/usr/ports/lang/librep/work/librep-0.16.2/ intl'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/i 
ntl'
gmake[1]: Entering directory `/usr/ports/lang/librep/work/librep-0.16.2/ 
src'
/bin/sh ../libtool --mode=link cc -export-dynamic -DHAVE_CONFIG_H -I. -I 
../src -I.. -I/usr/local/include -O -pipe  -o rep \
 rep.o librep.la  -L/usr/local/lib -lxpg4 -lintl -pthread -lcrypt 
-lgmp  -lm
cc -DHAVE_CONFIG_H -I. -I../src -I.. -I/usr/local/include -O -pipe -o .l 
ibs/rep rep.o -pthread -Wl,--export-dynamic  ./.libs/librep.so -L/usr/lo 
cal/lib -lxpg4 -lintl -lcrypt -lgmp -lm -Wl,--rpath -Wl,/usr/X11R6/lib
./.libs/librep.so: warning: tmpnam() possibly used unsafely; consider us 
ing mkstemp()
./.libs/librep.so: undefined reference to `mpq_set_d'
gmake[1]: *** [rep] Error 1
gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/s rc'
gmake: *** [all] Error 1

Any advice?  Don't remember seeing anything in the mailing list re this 
issue.



Thanks for such a a quick response.

I changed the librep dependencies last night, but I did a full test of
librep, rep-gtk2, and sawfish2 on -CURRENT before doing so.  What
version of FreeBSD is this?
FreeBSD 4.8-RELEASE-p13 0# upgraded from -STABLE.

 What version of the libgmp4 port do you
have installed?
Ran :
su-2.05b# make search key=libgmp4
Port:   libgmp-4.1.2_2
Path:   /usr/ports/math/libgmp4
Followed by:
su-2.05b# pkg_info -v libgmp-4.1.2_2
pkg_info: can't find package 'libgmp-4.1.2_2' installed or in a file!
 The only time I saw this error, was when I original did
the port, and it linked against libgmp.so.3.
 

Hmm...I bet this machine was upgraded from -STABLE, and you still have a
/usr/lib/libgmp.so link.  If you do, remove that file/symlink, and
librep should build.
 

Removed both the link /usr/lib/libgmp.so - libgmp.so.3 and the file 
/usr/lib/libgmp.so.3
and tried to build librep.  Here's the putput:

gmake[1]: Entering directory 
`/usr/ports/lang/librep/work/librep-0.16.2/intl'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/intl'
gmake[1]: Entering directory `/usr/ports/lang/librep/work/librep-0.16.2/src'
/bin/sh ../libtool --mode=link cc -export-dynamic -DHAVE_CONFIG_H -I. 
-I../src -I.. -I/usr/local/include -O -pipe  -o rep \
 rep.o librep.la  -L/usr/local/lib -lxpg4 -lintl -pthread -lcrypt -lgmp -lm
cc -DHAVE_CONFIG_H -I. -I../src -I.. -I/usr/local/include -O -pipe -o 
.libs/rep rep.o -pthread -Wl,--export-dynamic  ./.libs/librep.so 
-L/usr/local/lib -lxpg4 -lintl -lcrypt -lgmp -lm -Wl,--rpath 
-Wl,/usr/X11R6/lib
./.libs/librep.so: warning: tmpnam() possibly used unsafely; consider 
using mkstemp()
/usr/libexec/elf/ld: warning: libgmp.so.3, needed by ./.libs/librep.so, 
not found (try using -rpath or -rpath-link)
./.libs/librep.so: undefined reference to `mpq_set_d'
gmake[1]: *** [rep] Error 1
gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/src'
gmake: *** [all] Error 1
*** Error code 2

Stop in /usr/ports/lang/librep.

Looks like librep is looking for libgmp.so.3.  Reinstall?

Bob

--
FreeBSD 4.8-RELEASE-p13 0#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading /lang/librep (librep-0.16.2_2)

2003-11-27 Thread Joe Marcus Clarke
On Thu, 2003-11-27 at 15:40, Bob Perry wrote:

[snip]

 Hmm...I bet this machine was upgraded from -STABLE, and you still have a
 /usr/lib/libgmp.so link.  If you do, remove that file/symlink, and
 librep should build.
   
 
 Removed both the link /usr/lib/libgmp.so - libgmp.so.3 and the file 
 /usr/lib/libgmp.so.3
 and tried to build librep.  Here's the putput:

Don't do that on 4.X.  /usr/lib/libgmp.so and /usr/lib/libgmp.so.3 need
to exist on 4.X.  See above, I assumed this was -CURRENT upgraded from
-STABLE.  In that case, you can remove those files.  However, since
you're on 4.X, put them back.

 
 gmake[1]: Entering directory 
 `/usr/ports/lang/librep/work/librep-0.16.2/intl'
 gmake[1]: Nothing to be done for `all'.
 gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/intl'
 gmake[1]: Entering directory `/usr/ports/lang/librep/work/librep-0.16.2/src'
 /bin/sh ../libtool --mode=link cc -export-dynamic -DHAVE_CONFIG_H -I. 
 -I../src -I.. -I/usr/local/include -O -pipe  -o rep \
   rep.o librep.la  -L/usr/local/lib -lxpg4 -lintl -pthread -lcrypt -lgmp -lm
 cc -DHAVE_CONFIG_H -I. -I../src -I.. -I/usr/local/include -O -pipe -o 
 .libs/rep rep.o -pthread -Wl,--export-dynamic  ./.libs/librep.so 
 -L/usr/local/lib -lxpg4 -lintl -lcrypt -lgmp -lm -Wl,--rpath 
 -Wl,/usr/X11R6/lib
 ./.libs/librep.so: warning: tmpnam() possibly used unsafely; consider 
 using mkstemp()
 /usr/libexec/elf/ld: warning: libgmp.so.3, needed by ./.libs/librep.so, 
 not found (try using -rpath or -rpath-link)
 ./.libs/librep.so: undefined reference to `mpq_set_d'
 gmake[1]: *** [rep] Error 1
 gmake[1]: Leaving directory `/usr/ports/lang/librep/work/librep-0.16.2/src'
 gmake: *** [all] Error 1
 *** Error code 2
  
 Stop in /usr/ports/lang/librep.
 
 Looks like librep is looking for libgmp.so.3.  Reinstall?

No, see my follow-up email.  I fixed this in CVS.

Joe

 
 Bob
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: Problem upgrading /lang/librep (librep-0.16.2_2)

2003-11-27 Thread Bob Perry
Joe Marcus Clarke wrote:

On Thu, 2003-11-27 at 15:40, Bob Perry wrote:

[snip]

 

Hmm...I bet this machine was upgraded from -STABLE, and you still have a
/usr/lib/libgmp.so link.  If you do, remove that file/symlink, and
librep should build.
 

Removed both the link /usr/lib/libgmp.so - libgmp.so.3 and the file 
/usr/lib/libgmp.so.3
and tried to build librep.  Here's the putput:
   

Don't do that on 4.X.  /usr/lib/libgmp.so and /usr/lib/libgmp.so.3 need
to exist on 4.X.  See above, I assumed this was -CURRENT upgraded from
-STABLE.  In that case, you can remove those files.  However, since
you're on 4.X, put them back.
 

Put the files back as suggested, cvsup'd my system and ran portupgrade 
-arR again. 
Everything seems to be in order.

Thanks for being there.

Bob Perry

--
FreeBSD 4.8-RELEASE-p13 0#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading QT still. (everything else upgrades)

2003-09-27 Thread Steven Lake
Cool, that worked!  Thanks!  :)  Silly me never thought about 
trying that.  0=)

At 06:27 PM 9/26/2003 -0700, Kent Stewart wrote:
On Friday 26 September 2003 05:57 pm, Steve Lake wrote:
   Still getting issues upgrading QT on my box.  I'm to understand it's
 fixed for the most part for others, but it's not for me.  When I try
 to upgrade QT or do a make on it I get the following error:

 ===  qt-3.2.1 is marked as broken: You have QT2 headers installed!
 Installing this port will result in conflicts between QT3 and QT2!.

   Uh, ok.  Anyone know how to fix this?  Never encountered an error
 like this and Google has on info on this.  I've looked already.  Any
 help is welcome.  Thanks.
What does pkg_info | grep qt show. The make file thinks you have qt-2
installed. It has found ${X11BASE}/include/qt2/qapp.h. If you have
pkg_delete'ed qt-2, then, you should be able to just rm qapp.h and try
again.
Kent

--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem upgrading QT still. (everything else upgrades)

2003-09-26 Thread Steve Lake
Still getting issues upgrading QT on my box.  I'm to understand it's fixed for 
the most part for others, but it's not for me.  When I try to upgrade QT or do a make 
on it I get the following error:

===  qt-3.2.1 is marked as broken: You have QT2 headers installed!  Installing this 
port will result in conflicts between QT3 and QT2!.

Uh, ok.  Anyone know how to fix this?  Never encountered an error like this 
and Google has on info on this.  I've looked already.  Any help is welcome.  Thanks.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading QT still. (everything else upgrades)

2003-09-26 Thread Kent Stewart
On Friday 26 September 2003 05:57 pm, Steve Lake wrote:
   Still getting issues upgrading QT on my box.  I'm to understand it's
 fixed for the most part for others, but it's not for me.  When I try
 to upgrade QT or do a make on it I get the following error:

 ===  qt-3.2.1 is marked as broken: You have QT2 headers installed! 
 Installing this port will result in conflicts between QT3 and QT2!.

   Uh, ok.  Anyone know how to fix this?  Never encountered an error
 like this and Google has on info on this.  I've looked already.  Any
 help is welcome.  Thanks.

What does pkg_info | grep qt show. The make file thinks you have qt-2 
installed. It has found ${X11BASE}/include/qt2/qapp.h. If you have 
pkg_delete'ed qt-2, then, you should be able to just rm qapp.h and try 
again.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem upgrading exim-mysql

2003-08-15 Thread gcn53
I'm running the exim-mysql package on FreeBSD 4.7 and using the deprecated
exiscan patch for virus scanning.

I am now trying to upgrade my exim installation from exim-mysql-4.20_1 to the
latest exim-mysql-4.21_1, so as to use the new exiscan-acl patch and make use
of the new exim 4.21 features.

I am using the command portupgrade -v exim-mysql to perform the upgrade but
get the following error:

==
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to `uncompress'
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to `compress'
*** Error code 1

Stop in /usr/ports/mail/exim-mysql/work/exim-4.21/build-FreeBSD-i386.
*** Error code 1

Stop in /usr/ports/mail/exim-mysql/work/exim-4.21.
*** Error code 1

Stop in /usr/ports/mail/exim-mysql.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade15850.0 mak
e
** Fix the problem and try again.
==

Has anyone any ideas as to how I might Fix the problem?

TIA
Graeme




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem upgrading from 5.0 to 5.1

2003-07-08 Thread Serge Yaroshenko
Hi!

Paul Chvostek wrote:

On Mon, Jul 07, 2003 at 01:38:59PM -0500, Michael L. Squires wrote:
 

I've got a box on which 5.0-RELEASE was installed.  I updated the source
tree using cvsup to RELENG_5_1 and tried to recompile, and now every
 

RELENG_5_1 is compiling for me (as of 7/4).
   

Okay, but it's not for me.

 

Are you running

mergemaster -p
make buildworld
   

This is where it stops, while trying to compile bin/cat.  The pertinent
lines remain:
| /usr/obj/var/src/i386/usr/lib/libc.a(atexit.o): In function `atexit':
| atexit.o(.text+0xc7): undefined reference to `_pthread_mutex_unlock'
| atexit.o(.text+0xd8): undefined reference to `_pthread_mutex_lock'
I tried installing devel/pth from ports, to no avail (which makes sense;
the port wouldn't affect how libc.a has been compiled).
My /etc/make.conf includes:

 CPUTYPE=i686
 CFLAGS= -O3 -pipe
Try 
CFLAGS= -O2 -pipe

COPTFLAGS= -O -pipe

For compiling kernel not recomended turn on optimizing -O2.
I have similar error when make buildworld with -O3.
Serge.

 COPTFLAGS= -O3 -pipe
 MAKE_IDEA=  YES # IDEA (128 bit symmetric encryption)
 COMPAT4X=   yes
Any further wisdom?

 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem upgrading from 5.0 to 5.1

2003-07-07 Thread Paul Chvostek

I'm confused...

I've got a box on which 5.0-RELEASE was installed.  I updated the source
tree using cvsup to RELENG_5_1 and tried to recompile, and now every
time it gets to bin/cat, it chokes.  The source tree *is* up to date,
I've tried running `make clean update buildworld` to no avail.  It
always stops in the same place.  I could do a proper reinstall from an
ISO, but I'd really like to know what's wrong.

Any idea what's happening, or where I should look?  I'm stumped.

Thanks.

| === bin
| === bin/cat
| cc -O3 -pipe -march=pentiumpro   -Wsystem-headers -Werror -Wall -Wno-format-y2k 
-Wno-uninitialized -Wformat=2 -Wno-format-extra-args -Werror  -c /var/src/bin/cat/cat.c
| cc -O3 -pipe -march=pentiumpro   -Wsystem-headers -Werror -Wall -Wno-format-y2k 
-Wno-uninitialized -Wformat=2 -Wno-format-extra-args -Werror   -static -o cat cat.o
| /usr/obj/var/src/i386/usr/lib/libc.a(atexit.o): In function `atexit':
| atexit.o(.text+0xc7): undefined reference to `_pthread_mutex_unlock'
| atexit.o(.text+0xd8): undefined reference to `_pthread_mutex_lock'
| atexit.o(.text+0xe8): undefined reference to `_pthread_mutex_unlock'
| atexit.o(.text+0x109): undefined reference to `_pthread_mutex_lock'
| atexit.o(.text+0x11a): undefined reference to `_pthread_mutex_unlock'
| atexit.o(.text+0x141): undefined reference to `_pthread_mutex_lock'
| /usr/obj/var/src/i386/usr/lib/libc.a(_flock_stub.o): In function `flockfile':
| _flock_stub.o(.text+0x10): undefined reference to `_pthread_self'
| _flock_stub.o(.text+0x25): undefined reference to `_pthread_mutex_lock'
| /usr/obj/var/src/i386/usr/lib/libc.a(_flock_stub.o): In function `_flockfile_debug':
| _flock_stub.o(.text+0x60): undefined reference to `_pthread_self'
| _flock_stub.o(.text+0x75): undefined reference to `_pthread_mutex_lock'
| /usr/obj/var/src/i386/usr/lib/libc.a(_flock_stub.o): In function `ftrylockfile':
| _flock_stub.o(.text+0xb5): undefined reference to `_pthread_self'
| _flock_stub.o(.text+0xca): undefined reference to `_pthread_mutex_trylock'
| /usr/obj/var/src/i386/usr/lib/libc.a(_flock_stub.o): In function `funlockfile':
| _flock_stub.o(.text+0x10d): undefined reference to `_pthread_self'
| _flock_stub.o(.text+0x149): undefined reference to `_pthread_mutex_unlock'
| *** Error code 1
| 
| Stop in /var/src/bin/cat.
|...

-- 
  Paul Chvostek [EMAIL PROTECTED]
  Operations / Abuse / Whatever
  it.canada, hosting and development   http://www.it.ca/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem upgrading from 5.0 to 5.1

2003-07-07 Thread Joshua Oreman
On Mon, Jul 07, 2003 at 12:42:49PM -0400 or thereabouts, Paul Chvostek wrote:
 
 I'm confused...
 
 I've got a box on which 5.0-RELEASE was installed.  I updated the source
 tree using cvsup to RELENG_5_1 and tried to recompile, and now every
 time it gets to bin/cat, it chokes.  The source tree *is* up to date,
 I've tried running `make clean update buildworld` to no avail.  It
 always stops in the same place.  I could do a proper reinstall from an
 ISO, but I'd really like to know what's wrong.
 
 Any idea what's happening, or where I should look?  I'm stumped.

Those are thread functions, but no -lc_r (or -pthread). Try recvsupping;
someone else will no doubt have a better answer than I did.

-- Josh

 
 Thanks.
 
 | === bin
 | === bin/cat
 | cc -O3 -pipe -march=pentiumpro   -Wsystem-headers -Werror -Wall -Wno-format-y2k 
 -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -Werror  -c 
 /var/src/bin/cat/cat.c
 | cc -O3 -pipe -march=pentiumpro   -Wsystem-headers -Werror -Wall -Wno-format-y2k 
 -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -Werror   -static -o cat cat.o
 | /usr/obj/var/src/i386/usr/lib/libc.a(atexit.o): In function `atexit':
 | atexit.o(.text+0xc7): undefined reference to `_pthread_mutex_unlock'
 | atexit.o(.text+0xd8): undefined reference to `_pthread_mutex_lock'
 | atexit.o(.text+0xe8): undefined reference to `_pthread_mutex_unlock'
 | atexit.o(.text+0x109): undefined reference to `_pthread_mutex_lock'
 | atexit.o(.text+0x11a): undefined reference to `_pthread_mutex_unlock'
 | atexit.o(.text+0x141): undefined reference to `_pthread_mutex_lock'
 | /usr/obj/var/src/i386/usr/lib/libc.a(_flock_stub.o): In function `flockfile':
 | _flock_stub.o(.text+0x10): undefined reference to `_pthread_self'
 | _flock_stub.o(.text+0x25): undefined reference to `_pthread_mutex_lock'
 | /usr/obj/var/src/i386/usr/lib/libc.a(_flock_stub.o): In function 
 `_flockfile_debug':
 | _flock_stub.o(.text+0x60): undefined reference to `_pthread_self'
 | _flock_stub.o(.text+0x75): undefined reference to `_pthread_mutex_lock'
 | /usr/obj/var/src/i386/usr/lib/libc.a(_flock_stub.o): In function `ftrylockfile':
 | _flock_stub.o(.text+0xb5): undefined reference to `_pthread_self'
 | _flock_stub.o(.text+0xca): undefined reference to `_pthread_mutex_trylock'
 | /usr/obj/var/src/i386/usr/lib/libc.a(_flock_stub.o): In function `funlockfile':
 | _flock_stub.o(.text+0x10d): undefined reference to `_pthread_self'
 | _flock_stub.o(.text+0x149): undefined reference to `_pthread_mutex_unlock'
 | *** Error code 1
 | 
 | Stop in /var/src/bin/cat.
 |...
 
 -- 
   Paul Chvostek [EMAIL PROTECTED]
   Operations / Abuse / Whatever
   it.canada, hosting and development   http://www.it.ca/
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem upgrading from 5.0 to 5.1

2003-07-07 Thread Michael L. Squires
 I've got a box on which 5.0-RELEASE was installed.  I updated the source
 tree using cvsup to RELENG_5_1 and tried to recompile, and now every

RELENG_5_1 is compiling for me (as of 7/4).

Are you running

mergemaster -p
make buildworld
make buildkernel KERNCONF=yours
make installkernel KERNCONF=yours
reboot to single user mode
make installworld
mergemaster
reboot to multi-user mode

Michael Squires
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem upgrading from 5.0 to 5.1

2003-07-07 Thread Paul Chvostek
On Mon, Jul 07, 2003 at 01:38:59PM -0500, Michael L. Squires wrote:
 
  I've got a box on which 5.0-RELEASE was installed.  I updated the source
  tree using cvsup to RELENG_5_1 and tried to recompile, and now every
 
 RELENG_5_1 is compiling for me (as of 7/4).

Okay, but it's not for me.

 Are you running
 
 mergemaster -p
 make buildworld

This is where it stops, while trying to compile bin/cat.  The pertinent
lines remain:

| /usr/obj/var/src/i386/usr/lib/libc.a(atexit.o): In function `atexit':
| atexit.o(.text+0xc7): undefined reference to `_pthread_mutex_unlock'
| atexit.o(.text+0xd8): undefined reference to `_pthread_mutex_lock'

I tried installing devel/pth from ports, to no avail (which makes sense;
the port wouldn't affect how libc.a has been compiled).

My /etc/make.conf includes:

  CPUTYPE=i686
  CFLAGS= -O3 -pipe
  COPTFLAGS= -O3 -pipe
  MAKE_IDEA=  YES # IDEA (128 bit symmetric encryption)
  COMPAT4X=   yes

Any further wisdom?

-- 
  Paul Chvostek [EMAIL PROTECTED]
  Operations / Abuse / Whatever
  it.canada, hosting and development   http://www.it.ca/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem upgrading from 4.6 to 5.0 - RELEASE (lib.a not found)

2003-01-20 Thread James
I've been running FreeBSD 4.6 since last June, and I decided to upgrade to
5.0 Release.

I read through and followed the instructions listed in /usr/src/UPDATING.
Here is what I did (as per the UPDATING file):

cd /usr/src
make buildworld
make buildkernel KERNCONF=GENERIC
cp src/sys/i386/conf/GENERIC.hints /boot/device.hints
make installkernel KERNCONF=GENERIC
cd src/sys/boot
make install

The problem comes at the above command(s):
cd src/sys/boot ; make install

It goes through various files, but stops and says (I cannot copy and paste
the output, so here it is typed):

...
=== i386/btx/lib
install -c -o root -g wheel -m444   lib.a /usr/lib
install:  lib.a:  No such file or directory
*** Error code 71
...

You guys have been very helpful before, thank you in advance for looking at
it!
Any ideas?
Thanks!
James Turnbull


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problem upgrading from 4.6 to 5.0 - RELEASE (lib.a not found)

2003-01-20 Thread Scott Robbins
On Mon, Jan 20, 2003 at 06:41:12PM -0800, James wrote:
 I've been running FreeBSD 4.6 since last June, and I decided to upgrade to
 5.0 Release.
 
 I read through and followed the instructions listed in /usr/src/UPDATING.
 Here is what I did (as per the UPDATING file):
 
 cd /usr/src
 make buildworld
 make buildkernel KERNCONF=GENERIC
 cp src/sys/i386/conf/GENERIC.hints /boot/device.hints
 make installkernel KERNCONF=GENERIC
 cd src/sys/boot
 make install
 
 The problem comes at the above command(s):
 cd src/sys/boot ; make install

Hrrm, is it possible, that since you're in src already, the path is off?

(The error message seems to point in other directions, but I know this has
happened to a few people.  I

 
Just for the heck of it, try 
cd /usr/src/sys/boot

(or cd sys/boot)
 

-- 

Scott Robbins

PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 D575 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Buffy: The world is what it is---we fight, we die. Wishing 
doesn't change that. 
Giles: I have to believe in a better world. 
Buffy: Go ahead. I have to live in this one. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problem upgrading from 4.6 to 5.0 - RELEASE (lib.a not found)

2003-01-20 Thread James


 On Mon, Jan 20, 2003 at 06:41:12PM -0800, James wrote:
  I've been running FreeBSD 4.6 since last June, and I decided to upgrade
to
  5.0 Release.
 
  I read through and followed the instructions listed in
/usr/src/UPDATING.
  Here is what I did (as per the UPDATING file):
 
  cd /usr/src
  make buildworld
  make buildkernel KERNCONF=GENERIC
  cp src/sys/i386/conf/GENERIC.hints /boot/device.hints
  make installkernel KERNCONF=GENERIC
  cd src/sys/boot
  make install
 
  The problem comes at the above command(s):
  cd src/sys/boot ; make install

 Hrrm, is it possible, that since you're in src already, the path is off?

 (The error message seems to point in other directions, but I know this has
 happened to a few people.  I


 Just for the heck of it, try
 cd /usr/src/sys/boot

 (or cd sys/boot)
 

 --

Scott, thanks for the hints, but I've done that.  :(
I also do a pwd just to make sure where I am.
I should have also have said:
I cvsupped to RELEASE 5 yesterday at about 8pm.
I've looked for that file lib.a on my HDD, but I can't find it.  I used:
find / -name lib.a

Thank you for your quick response, though, Scott, I appreciate it.
Got any more ideas?
Thanks in advance!
James Turnbull


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: [gunnut@2ainfo.it: problem upgrading XFree]

2002-09-23 Thread Matthew Seaman

On Mon, Sep 23, 2002 at 03:14:41PM +0057, [EMAIL PROTECTED] wrote:
 Stop in /usr/ports/x11-servers/XFree86-4-Server.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade67156.5 make
 ** Fix the problem and try again.
 ---  Skipping 'x11/XFree86-4' (XFree86-4.2.0_1,1) because 
'x11-servers/XFree86-4-Server' (XFree86-Server-4.2.1_1) failed
 ** The following packages were not installed or upgraded (*:skipped / !:failed)
 ! x11-servers/XFree86-4-Server (XFree86-Server-4.2.1_1) (patch error)
 * x11/XFree86-4 (XFree86-4.2.0_1,1)

Try cvsup'ing again: there's a new revision of that port available now:

happy-idiot-talk:~:% pkg_info -I XFree86-Server\*
XFree86-Server-4.2.1_3 XFree86-4 X server and related programs

Compiled and installed without any problems for me.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



[gunnut@2ainfo.it: problem upgrading XFree]

2002-09-23 Thread Filippo Moretti

- Forwarded message from Filippo Moretti [EMAIL PROTECTED] -

Date: Thu, 19 Sep 2002 11:31:10 +0200
From: Filippo Moretti [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: problem upgrading XFree
User-Agent: Mutt/1.5.1i

 tried to upgrade Xfree86 with the following error:help.o(.text+0x57): undefined 
reference to `XawTextSourceClearEntities'
help.o: In function `StartHelp':
help.o(.text+0x33c): undefined reference to `XawTextSinkConvertPropertyList'
help.o(.text+0x35a): undefined reference to `XawTextGetSink'
help.o: In function `Html_ModeEnd':
help.o(.text+0x7cc): undefined reference to `XawTextSourceClearEntities'
help.o: In function `Html_AddEntities':
help.o(.text+0xadd): undefined reference to `XawTextGetSink'
help.o(.text+0xaf5): undefined reference to `XawTextSinkCopyProperty'
help.o(.text+0xb24): undefined reference to `XawTextSinkGetProperty'
help.o(.text+0xb32): undefined reference to `XawTextSinkCombineProperty'
help.o(.text+0xb58): undefined reference to `XawTextSinkCombineProperty'
help.o(.text+0xb72): undefined reference to `XawTextSinkCombineProperty'
help.o(.text+0xb84): undefined reference to `XawTextSinkAddProperty'
help.o(.text+0xcab): undefined reference to `XawTextSourceAddEntity'
help.o(.text+0xce1): undefined reference to `XawTextSourceAddEntity'
help.o: In function `Html_Commit':
help.o(.text+0xe89): undefined reference to `XawTextSourceAddEntity'
help.o: In function `Html_AArgs':
help.o(.text+0x2b43): undefined reference to `XawTextGetSink'
help.o(.text+0x2b4c): undefined reference to `XawTextSinkCopyProperty'
help.o: In function `Html_FontArgs':
help.o(.text+0x2bff): undefined reference to `XawTextGetSink'
help.o(.text+0x2c08): undefined reference to `XawTextSinkCopyProperty'
*** Error code 1

Stop in 
/usr/ports/x11-servers/XFree86-4-Server/work/xc/programs/Xserver/hw/xfree86/xf86cfg.
*** Error code 1

Stop in /usr/ports/x11-servers/XFree86-4-Server/work/xc/programs/Xserver/hw/xfree86.
*** Error code 1

Stop in /usr/ports/x11-servers/XFree86-4-Server/work/xc/programs/Xserver.
*** Error code 1

Stop in /usr/ports/x11-servers/XFree86-4-Server.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade67156.5 make
** Fix the problem and try again.
---  Skipping 'x11/XFree86-4' (XFree86-4.2.0_1,1) because 
'x11-servers/XFree86-4-Server' (XFree86-Server-4.2.1_1) failed
** The following packages were not installed or upgraded (*:skipped / !:failed)
! x11-servers/XFree86-4-Server (XFree86-Server-4.2.1_1) (patch error)
* x11/XFree86-4 (XFree86-4.2.0_1,1)
any help appreciated I am on 4.6-STABLE on i386 arch
sincerely
Filippo
-- 

- End forwarded message -

-- 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message