Re: gmake[4]: *** [Gdk-2.0.gir] Error 127 = updating gtk to latest on ports

2011-08-05 Thread Antonio Olivares
On Fri, Aug 5, 2011 at 4:48 AM, Dan Nelson dnel...@allantgroup.com wrote:
 In the last episode (Aug 04), Antonio Olivares said:
 On Thu, Aug 4, 2011 at 8:00 PM, Warren Block wbl...@wonkity.com wrote:
  On Thu, 4 Aug 2011, Antonio Olivares wrote:
  In an effort to keep up to date, I checked updates that are available
  and tried to apply them.  Encountered a problem with gtk :
 
  /* Commands run */
  quadcore# .
  Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
  Fetching snapshot tag from portsnap5.FreeBSD.org... done.
  Latest snapshot on server matches what we already have.
  No updates needed.
  Ports tree is already up to date.
         === New version available: gtk-2.24.5_1
  === 537 total installed ports
         === 1 has a new version available
 
  ran
  # portmaster -a
 
  Always (yes, always) check /usr/ports/UPDATING before throwing any 
  automatic
  update tool at it.  See the 20110730 entry.
 

 Yes I see it, but it does not make a difference :(

 20110730:
   AFFECTS: users of x11-toolkits/gtk20
   AUTHOR: gn...@freebsd.org

   The gtk-update-icon-cache utility has been split out of the gtk20 port.
   Use the following instructions to update your system.

   # pkg_delete -f gtk-2.\*
   # portmaster x11-toolkits/gtk20
   # portmaster -a

 I ran the first command successfully, but the second bombs out the
 same place and with same error :(

 ual-x11.c x11/gdkwindow-x11.c x11/gdkxftdefaults.c x11/gdkxid.c
 x11/xsettings-client.c x11/xsettings-common.c libgdk-x11-2.0.la
 Makefile --output Gdk-2.0.gir
 /usr/local/bin/g-ir-scanner: not found

 g-ir-scanner is a python script.  I bet the interpreter path on the first
 line of that file no longer points to a valid python executable.  Have you
 converted python versions recently and forgot to rebuild all ports depending
 on it?

 --

Dan,

it was there :) problem was it was not found.  Found how to fix these
errors here:

Thank you for your help.  I found the solution in :

http://forums.freebsd.org/showthread.php?t=23721

gmake[1]: Leaving directory
`/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8'
===   Compressing manual pages for gobject-introspection-0.10.8
===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for gobject-introspection-0.10.8

===  Cleaning for gobject-introspection-0.10.8

=== Updating dependency entry for gobject-introspection-0.10.8 in
each dependent port
=== Re-installation of gobject-introspection-0.10.8 complete

after this, update was successful :)

Regards,

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


gmake[4]: *** [Gdk-2.0.gir] Error 127 = updating gtk to latest on ports

2011-08-04 Thread Antonio Olivares
Dear folks,

In an effort to keep up to date, I checked updates that are available
and tried to apply them.  Encountered a problem with gtk :

/* Commands run */
quadcore# .
Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
Fetching snapshot tag from portsnap5.FreeBSD.org... done.
Latest snapshot on server matches what we already have.
No updates needed.
Ports tree is already up to date.
=== New version available: gtk-2.24.5_1
=== 537 total installed ports
=== 1 has a new version available

ran
# portmaster -a

* removed to save space **
ual-x11.c x11/gdkwindow-x11.c x11/gdkxftdefaults.c x11/gdkxid.c
x11/xsettings-client.c x11/xsettings-common.c libgdk-x11-2.0.la
Makefile --output Gdk-2.0.gir
/usr/local/bin/g-ir-scanner: not found
gmake[4]: *** [Gdk-2.0.gir] Error 127
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gdk'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gdk'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gdk'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5'
gmake: *** [all] Error 2
*** Error code 1

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

Stop in /usr/ports/x11-toolkits/gtk20.

=== make failed for x11-toolkits/gtk20
=== Aborting update

=== Update for x11-toolkits/gtk20 failed
=== Aborting update

=== The following actions were performed:
Upgrade of figlet-2.2.1 to figlet-2.2.4


=== You can restart from the point of failure with this command line:
   portmaster flags x11-toolkits/gtk20

quadcore# grep python /usr/local/bin/g-ir-scanner
#!/usr/local/bin/python2.6
quadcore# ls -al /usr/local/bin/g-ir-scanner
-r-xr-xr-x  1 root  wheel  1472 Jul 30 12:29 /usr/local/bin/g-ir-scanner

Thanks for suggestions/advice/comments.

Regards,

Antonio
___
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: gmake[4]: *** [Gdk-2.0.gir] Error 127 = updating gtk to latest on ports

2011-08-04 Thread Warren Block

On Thu, 4 Aug 2011, Antonio Olivares wrote:


In an effort to keep up to date, I checked updates that are available
and tried to apply them.  Encountered a problem with gtk :

/* Commands run */
quadcore# .
Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
Fetching snapshot tag from portsnap5.FreeBSD.org... done.
Latest snapshot on server matches what we already have.
No updates needed.
Ports tree is already up to date.
=== New version available: gtk-2.24.5_1
=== 537 total installed ports
=== 1 has a new version available

ran
# portmaster -a


Always (yes, always) check /usr/ports/UPDATING before throwing any 
automatic update tool at it.  See the 20110730 entry.

___
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: gmake[4]: *** [Gdk-2.0.gir] Error 127 = updating gtk to latest on ports

2011-08-04 Thread Antonio Olivares
Warren,

On Thu, Aug 4, 2011 at 8:00 PM, Warren Block wbl...@wonkity.com wrote:
 On Thu, 4 Aug 2011, Antonio Olivares wrote:

 In an effort to keep up to date, I checked updates that are available
 and tried to apply them.  Encountered a problem with gtk :

 /* Commands run */
 quadcore# .
 Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
 Fetching snapshot tag from portsnap5.FreeBSD.org... done.
 Latest snapshot on server matches what we already have.
 No updates needed.
 Ports tree is already up to date.
        === New version available: gtk-2.24.5_1
 === 537 total installed ports
        === 1 has a new version available

 ran
 # portmaster -a

 Always (yes, always) check /usr/ports/UPDATING before throwing any automatic
 update tool at it.  See the 20110730 entry.


Yes I see it, but it does not make a difference :(

20110730:
  AFFECTS: users of x11-toolkits/gtk20
  AUTHOR: gn...@freebsd.org

  The gtk-update-icon-cache utility has been split out of the gtk20 port.
  Use the following instructions to update your system.

  # pkg_delete -f gtk-2.\*
  # portmaster x11-toolkits/gtk20
  # portmaster -a

I ran the first command successfully, but the second bombs out the
same place and with same error :(

ual-x11.c x11/gdkwindow-x11.c x11/gdkxftdefaults.c x11/gdkxid.c
x11/xsettings-client.c x11/xsettings-common.c libgdk-x11-2.0.la
Makefile --output Gdk-2.0.gir
/usr/local/bin/g-ir-scanner: not found
gmake[4]: *** [Gdk-2.0.gir] Error 127
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gdk'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gdk'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gdk'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5'
gmake: *** [all] Error 2
*** Error code 1

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

Stop in /usr/ports/x11-toolkits/gtk20.

=== make failed for x11-toolkits/gtk20
=== Aborting update


=== You can restart from the point of failure with this command line:
   portmaster flags x11-toolkits/gtk20

quadcore#

Thanks for your input.

Regards,

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


SOLVED! Re: gmake[4]: *** [Gdk-2.0.gir] Error 127 = updating gtk to latest on ports

2011-08-04 Thread Antonio Olivares
On Thu, Aug 4, 2011 at 8:10 PM, Antonio Olivares
olivares14...@gmail.com wrote:
 Warren,

 On Thu, Aug 4, 2011 at 8:00 PM, Warren Block wbl...@wonkity.com wrote:
 On Thu, 4 Aug 2011, Antonio Olivares wrote:

 In an effort to keep up to date, I checked updates that are available
 and tried to apply them.  Encountered a problem with gtk :

 /* Commands run */
 quadcore# .
 Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
 Fetching snapshot tag from portsnap5.FreeBSD.org... done.
 Latest snapshot on server matches what we already have.
 No updates needed.
 Ports tree is already up to date.
        === New version available: gtk-2.24.5_1
 === 537 total installed ports
        === 1 has a new version available

 ran
 # portmaster -a

 Always (yes, always) check /usr/ports/UPDATING before throwing any automatic
 update tool at it.  See the 20110730 entry.


 Yes I see it, but it does not make a difference :(

 20110730:
  AFFECTS: users of x11-toolkits/gtk20
  AUTHOR: gn...@freebsd.org

  The gtk-update-icon-cache utility has been split out of the gtk20 port.
  Use the following instructions to update your system.

  # pkg_delete -f gtk-2.\*
  # portmaster x11-toolkits/gtk20
  # portmaster -a

 I ran the first command successfully, but the second bombs out the
 same place and with same error :(

 ual-x11.c x11/gdkwindow-x11.c x11/gdkxftdefaults.c x11/gdkxid.c
 x11/xsettings-client.c x11/xsettings-common.c libgdk-x11-2.0.la
 Makefile --output Gdk-2.0.gir
 /usr/local/bin/g-ir-scanner: not found
 gmake[4]: *** [Gdk-2.0.gir] Error 127
 gmake[4]: Leaving directory 
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gdk'
 gmake[3]: *** [all-recursive] Error 1
 gmake[3]: Leaving directory 
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gdk'
 gmake[2]: *** [all] Error 2
 gmake[2]: Leaving directory 
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gdk'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5'
 gmake: *** [all] Error 2
 *** Error code 1

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

 Stop in /usr/ports/x11-toolkits/gtk20.

 === make failed for x11-toolkits/gtk20
 === Aborting update


 === You can restart from the point of failure with this command line:
       portmaster flags x11-toolkits/gtk20

 quadcore#

 Thanks for your input.

 Regards,

 Antonio


@Warren

Thank you for your help.  I found the solution in :

http://forums.freebsd.org/showthread.php?t=23721

gmake[1]: Leaving directory
`/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8'
===   Compressing manual pages for gobject-introspection-0.10.8
===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for gobject-introspection-0.10.8

===  Cleaning for gobject-introspection-0.10.8

=== Updating dependency entry for gobject-introspection-0.10.8 in
each dependent port
=== Re-installation of gobject-introspection-0.10.8 complete

install  -o root -g wheel -m 444
/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/docs/reference/gtk/gtk-query-immodules-2.0.1
 /usr/local/man/man1
===   Compressing manual pages for gtk-2.24.5_1
===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for gtk-2.24.5_1

===  Cleaning for gtk-2.24.5_1

=== Updating dependency entry for gtk-2.24.5_1 in each dependent port
=== Installation of x11-toolkits/gtk20 (gtk-2.24.5_1) complete

quadcore# portmaster -a
=== Gathering distinfo list for installed ports

=== Starting check of installed ports for available updates

=== All ports are up to date

I used your script to check for updates and I am trying to keep
updated.  I am learning.  I used to just install and forget about it.
I am learning that there is more to it :)

quadcore# ./up2date
Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
Fetching snapshot tag from portsnap5.FreeBSD.org... done.
Fetching snapshot metadata... done.
Updating from Thu Aug  4 19:05:29 CDT 2011 to Thu Aug  4 20:15:52 CDT 2011.
Fetching 3 metadata patches.. done.
Applying metadata patches... done.
Fetching 0 metadata files... done.
Fetching 2 patches.. done.
Applying patches... done.
Fetching 0 new ports or files... done.
Removing old files and directories... done.
Extracting new files:
/usr/ports/security/dradis/
/usr/ports/security/gnupg/
Building new INDEX files... done.
=== 537 total installed ports
=== There are no new versions available
quadcore# cat up2date
#!/bin/sh

/usr/sbin/portsnap fetch update  \
/usr/local/sbin/portmaster -L --index-only | egrep '(ew|ort)
version|total install'
quadcore#

Regards,

Antonio
___
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: gmake[4]: *** [Gdk-2.0.gir] Error 127 = updating gtk to latest on ports

2011-08-04 Thread Dan Nelson
In the last episode (Aug 04), Antonio Olivares said:
 On Thu, Aug 4, 2011 at 8:00 PM, Warren Block wbl...@wonkity.com wrote:
  On Thu, 4 Aug 2011, Antonio Olivares wrote:
  In an effort to keep up to date, I checked updates that are available
  and tried to apply them.  Encountered a problem with gtk :
 
  /* Commands run */
  quadcore# .
  Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
  Fetching snapshot tag from portsnap5.FreeBSD.org... done.
  Latest snapshot on server matches what we already have.
  No updates needed.
  Ports tree is already up to date.
         === New version available: gtk-2.24.5_1
  === 537 total installed ports
         === 1 has a new version available
 
  ran
  # portmaster -a
 
  Always (yes, always) check /usr/ports/UPDATING before throwing any automatic
  update tool at it.  See the 20110730 entry.
 
 
 Yes I see it, but it does not make a difference :(
 
 20110730:
   AFFECTS: users of x11-toolkits/gtk20
   AUTHOR: gn...@freebsd.org
 
   The gtk-update-icon-cache utility has been split out of the gtk20 port.
   Use the following instructions to update your system.
 
   # pkg_delete -f gtk-2.\*
   # portmaster x11-toolkits/gtk20
   # portmaster -a
 
 I ran the first command successfully, but the second bombs out the
 same place and with same error :(
 
 ual-x11.c x11/gdkwindow-x11.c x11/gdkxftdefaults.c x11/gdkxid.c
 x11/xsettings-client.c x11/xsettings-common.c libgdk-x11-2.0.la
 Makefile --output Gdk-2.0.gir
 /usr/local/bin/g-ir-scanner: not found

g-ir-scanner is a python script.  I bet the interpreter path on the first
line of that file no longer points to a valid python executable.  Have you
converted python versions recently and forgot to rebuild all ports depending
on it?

-- 
Dan Nelson
dnel...@allantgroup.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


error 127

2006-06-14 Thread kalin mintchev

  i'm getting a lot of this crap latle with the ports... what is going on?!!

===  Patching for pdflib-6.0.3
-e: not found
*** Error code 127

Stop in /usr/ports/print/pdflib.


what is not found?!!??!?!?!



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


Re: error 127

2006-06-14 Thread Garrett Cooper

kalin mintchev wrote:

  i'm getting a lot of this crap latle with the ports... what is going on?!!

===  Patching for pdflib-6.0.3
-e: not found
*** Error code 127

Stop in /usr/ports/print/pdflib.


what is not found?!!??!?!?!


Are you sure patch is working?
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: error 127

2006-06-14 Thread fbsd
pdflib port is broken and affects all other ports that have it as a
dependant.
before running make install on the parent port try make config
to see if you
can deselect pdflib.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of kalin
mintchev
Sent: Wednesday, June 14, 2006 5:38 PM
To: freebsd-questions@freebsd.org
Subject: error 127



  i'm getting a lot of this crap latle with the ports... what is
going on?!!

===  Patching for pdflib-6.0.3
-e: not found
*** Error code 127

Stop in /usr/ports/print/pdflib.


what is not found?!!??!?!?!



___
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: error 127

2006-06-14 Thread kalin mintchev
 pdflib port is broken and affects all other ports that have it as a
 dependant.
 before running make install on the parent port try make config
 to see if you
 can deselect pdflib.

thanks  here:

# make config
=== No options to configure





 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of kalin
 mintchev
 Sent: Wednesday, June 14, 2006 5:38 PM
 To: freebsd-questions@freebsd.org
 Subject: error 127



   i'm getting a lot of this crap latle with the ports... what is
 going on?!!

 ===  Patching for pdflib-6.0.3
 -e: not found
 *** Error code 127

 Stop in /usr/ports/print/pdflib.


 what is not found?!!??!?!?!



 ___
 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: error 127

2006-06-14 Thread kalin mintchev
 ===  Patching for pdflib-6.0.3
 -e: not found
 *** Error code 127

 Stop in /usr/ports/print/pdflib.


 what is not found?!!??!?!?!

 Are you sure patch is working?

no. how do i know that? wasn't there something like a work log somewhere -
i can't find it under this port...

thanks..


 -Garrett
 ___
 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: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade

2004-02-19 Thread Bob Perry
Matthew Seaman wrote:

On Wed, Feb 18, 2004 at 12:52:48AM -0500, Bob Perry wrote:

 

I googled (first time ever for FreeBSD issues) as suggested and found
the message you referred to.  My system date/time was 5 hours off, if I
remember correctly, so I set the time with 'date 0402172134' and started
my  upgrade again with 'make buildworld'.   Everything ran smoothly,
except for mergemaster...still not 100% with that function yet.  I
rebooted successfully, around 12:30am but my system clock is back to the
5-hour difference as before reading 5:30 am.  Must have set it
incorrectly.  Will have to read the man date page more thoroughly.
   

It sounds to me as if your bios or CMOS clock is set to wall-clock
time, which is the norm for windows systems, rather than to UCT, which
is the norm for Unix systems.  We can also deduce that you are
probably located on the US East coast... Since the system clock is set
from the bios clock at reboot time, this explains the observed
symptoms.
You can fix this behavoiur using /usr/sbin/tzsetup -- the first dialog
asks:
   Is this machines CMOS clock set to UTC?
 

I remember running this command during installation.  I selected No 
because I
wasn't sure and proceeded per installation instructions.

If your machine is dedicated to FreeBSD you should answer 'Yes'.

Selected Yes this time around and subsequently set BIOS clock accordingly.

 If
you have a Windows partition on the machine that you sometimes boot
into, you should answer 'No'.  Then go through and choose an
appropriate timezone for your machine.
If you answer 'No' to that question, a zero-length file
/etc/wall_cmos_clock will be created, which cues the system to account
for the difference between wall-clock and UCT when referring to the
CMOS clock.
Otherwise, you should go into your system BIOS and set the clock to
the correct UCT time.
 

I rebooted and this seems to work.

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


Re: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade

2004-02-18 Thread Matthew Seaman
On Wed, Feb 18, 2004 at 12:52:48AM -0500, Bob Perry wrote:

 I googled (first time ever for FreeBSD issues) as suggested and found
 the message you referred to.  My system date/time was 5 hours off, if I
 remember correctly, so I set the time with 'date 0402172134' and started
 my  upgrade again with 'make buildworld'.   Everything ran smoothly,
 except for mergemaster...still not 100% with that function yet.  I
 rebooted successfully, around 12:30am but my system clock is back to the
 5-hour difference as before reading 5:30 am.  Must have set it
 incorrectly.  Will have to read the man date page more thoroughly.

It sounds to me as if your bios or CMOS clock is set to wall-clock
time, which is the norm for windows systems, rather than to UCT, which
is the norm for Unix systems.  We can also deduce that you are
probably located on the US East coast... Since the system clock is set
from the bios clock at reboot time, this explains the observed
symptoms.

You can fix this behavoiur using /usr/sbin/tzsetup -- the first dialog
asks:

Is this machines CMOS clock set to UTC?

If your machine is dedicated to FreeBSD you should answer 'Yes'.  If
you have a Windows partition on the machine that you sometimes boot
into, you should answer 'No'.  Then go through and choose an
appropriate timezone for your machine.

If you answer 'No' to that question, a zero-length file
/etc/wall_cmos_clock will be created, which cues the system to account
for the difference between wall-clock and UCT when referring to the
CMOS clock.

Otherwise, you should go into your system BIOS and set the clock to
the correct UCT time.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Error 127 During Makeinstall Phase of Upgrade (4.8-4.9)

2004-02-18 Thread Lowell Gilbert
Bob Perry [EMAIL PROTECTED] writes:

 I was attempting to upgrade from 4.8 to 4.9 and the program stopped
 during the makeinstall phase with the following error messages:
 
 ==gnu/usr.bin/groff/font/devascii
 Making R
 expr: not found
 ***Error code 127

Is your computer's clock set correctly?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade

2004-02-17 Thread Bob Perry
Hi Dave,

I wish it was only a testbox.  I tried the archives, read man pages, and
spent what time I could yesterday trying to resolve the problem.  Only
attempted the change to 4.9 because some of my ports apparently no
longer worked under 4.8.

Unless I can find some concrete direction, I'll run the installworld
again tonight and see what happens.  Maybe I should run the entire
upgrade?

If the problem still persists, I'll have to consider another OS.  As I
mentioned earlier, this is not a testbox.

Thanks,
Bob Perry

- Original Message - 
From: dave [EMAIL PROTECTED]
To: Bob Perry [EMAIL PROTECTED]
Sent: Tuesday, February 17, 2004 12:36 AM
Subject: Re: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade


 Hello,
 I can't tell you what the issue is, but i was trying to do a make
world
 on a 5.1 to 5.2 box, and got this error through the installworld
process. I
 hope your machine wasn't plundged in to unusability as mine was.
Fortunately
 it was only a testbox. If you get anything please let me know.
 Thanks.
 Dave.

Original error:

I was attempting to upgrade from 4.8 to 4.9 and the program stopped
during the makeinstall phase with the following error messages:

==gnu/usr.bin/groff/font/devascii
Making R
expr: not found
***Error code 127
Stop in /usr/src/gnu/usr.bin/groff/font/devascii
***Error code 1
Stop in /usr/src/gnu/usr.bin/groff/font
***Error code 1
Stop in /usr/src/gnu/usr.bin/groff
***Error code 1
Stop in /usr/src/gnu/usr.bin
***Error code 1
Stop in /usr/src/gnu
***Error code 1
Stop in /usr/src
***Error code 1

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


Re: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade

2004-02-17 Thread Matthew Seaman
On Tue, Feb 17, 2004 at 08:36:13AM -0500, Bob Perry wrote:

 If the problem still persists, I'll have to consider another OS.  As I
 mentioned earlier, this is not a testbox.

 I was attempting to upgrade from 4.8 to 4.9 and the program stopped
 during the makeinstall phase with the following error messages:
 
 ==gnu/usr.bin/groff/font/devascii
 Making R
 expr: not found
 ***Error code 127

This is a well known problem and it and the solution may be easily
found by googling.  The clock on your system is wrong.  Set the clock
to the correct time and start again with 'make buildworld'.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade

2004-02-17 Thread Bob Perry
Matthew,
I googled (first time ever for FreeBSD issues) as suggested and found
the message you referred to.  My system date/time was 5 hours off, if I
remember correctly, so I set the time with 'date 0402172134' and started
my  upgrade again with 'make buildworld'.   Everything ran smoothly,
except for mergemaster...still not 100% with that function yet.  I
rebooted successfully, around 12:30am but my system clock is back to the
5-hour difference as before reading 5:30 am.  Must have set it
incorrectly.  Will have to read the man date page more thoroughly.

Thanks for your assistance.

Bob Perry

Per Matthew:
This is a well known problem and it and the solution may be easily
found by googling.  The clock on your system is wrong.  Set the clock
to the correct time and start again with 'make buildworld'


- Original Message - 
From: Matthew Seaman [EMAIL PROTECTED]
To: Bob Perry [EMAIL PROTECTED]
Cc: dave [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, February 17, 2004 9:35 AM
Subject: Re: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade


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


Error 127 During Makeinstall of 4.8 to 4.9 Upgrade

2004-02-16 Thread Bob Perry
Hello,

I have/had FreeBSD 4.8 and was running the make installworld phase of the
upgrade to 4.9.  uname -a shows that I currently have FreeBSD
4.9-RELEASE-p2.  I came across the following error that stopped the process.

==gnu/usr.bin/groff/font/devascii
Making R
expr: not found
***Error code 127
Stop in /usr/src/gnu/usr.bin/groff/font/devascii
***Error code 1
Stop in /usr/src/gnu/usr.bin/groff/font
***Error code 1
Stop in /usr/src/gnu/usr.bin/groff
***Error code 1
Stop in /usr/src/gnu/usr.bin
***Error code 1
Stop in /usr/src/gnu
***Error code 1
Stop in /usr/src
***Error code 1

The last code was repeated three times.
Does anyone recognize the error?  Any suggestions ?

Thanks,
Bob

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


Fw: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade

2004-02-16 Thread Bob Perry
Hello,

Not sure if the original messge was delievered as planned last night so
I am resending.  Also understand that this is my third attempt at upgrading
with only one success so I am equally interested in the
debugging/trouble-shooting process.

Thank,
Bob Perry

- Original Message - 
From: Bob Perry [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 16, 2004 2:04 AM
Subject: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade


 Hello,

 I have/had FreeBSD 4.8 and was running the make installworld phase of the
 upgrade to 4.9.  uname -a shows that I currently have FreeBSD
 4.9-RELEASE-p2--partial installation at least..  I came across the
following error that stopped the process.

 ==gnu/usr.bin/groff/font/devascii
 Making R
 expr: not found
 ***Error code 127
 Stop in /usr/src/gnu/usr.bin/groff/font/devascii
 ***Error code 1
 Stop in /usr/src/gnu/usr.bin/groff/font
 ***Error code 1
 Stop in /usr/src/gnu/usr.bin/groff
 ***Error code 1
 Stop in /usr/src/gnu/usr.bin
 ***Error code 1
 Stop in /usr/src/gnu
 ***Error code 1
 Stop in /usr/src
 ***Error code 1

 The last code was repeated three times.
 Does anyone recognize the error?  Any suggestions ?

 Thanks,
 Bob

 ___
 [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]


Error 127 During Makeinstall Phase of Upgrade (4.8-4.9)

2004-02-16 Thread Bob Perry
Hello,
No intention of spamming the list with my inquiry but my previous
messages may have been formatted using HTML and therefore ignored or
unreadable.

I was attempting to upgrade from 4.8 to 4.9 and the program stopped
during the makeinstall phase with the following error messages:

==gnu/usr.bin/groff/font/devascii
Making R
expr: not found
***Error code 127
Stop in /usr/src/gnu/usr.bin/groff/font/devascii
***Error code 1
Stop in /usr/src/gnu/usr.bin/groff/font
***Error code 1
Stop in /usr/src/gnu/usr.bin/groff
***Error code 1
Stop in /usr/src/gnu/usr.bin
***Error code 1
Stop in /usr/src/gnu
***Error code 1
Stop in /usr/src
***Error code 1

The last two lines were repeated three times.  I now have a partially
installed system.  Using Microsoft Outlook for e-mail at the time.

This is only my third attempt (two failures) at upgrading so any direct
help or troubleshooting advice to resolve these errors would be
appreciated .

Again, I apologize if you've received this note more than once.

Thanks,
Bob Perry

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