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]