Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Vikas Mahajan
Hi all,

After updating portsnap I tried to install php5. Now make config fails
with following error:

===  Building for dialog4ports-0.1
Warning: Object directory not changed from original
/usr/ports/ports-mgmt/dialog4ports/wor k/dialog4ports-0.1
cc -O2 -fno-strict-aliasing -pipe
-I/usr/ports/ports-mgmt/dialog4ports/work/dialog-1.1-20 120706
-D_XOPEN_SOURCE_EXTENDED -Wsystem-headers -Werror -Wall
-Wno-format-y2k -W -Wno-unu sed-parameter -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wno-uninitialized
-Wno-pointer-sign  -o dialog4ports dialog4ports.o mixedlist.o arrows.o
buttons.o dlg_keys. o help.o inputstr.o mouse.o mousewget.o textbox.o
rc.o trace.o ui_getc.o util.o version.o  -lncursesw
util.o(.text+0x2e02): In function `dlg_auto_size':
: undefined reference to `sqrt'
*** Error code 1
1 error
*** Error code 1

Stop in /usr/ports/ports-mgmt/dialog4ports.

If I set NO_DIALOG=yes in /etc/make.conf, I am getting:
=== Skipping 'config' as NO_DIALOG is defined

How can solve this problem? Any way to fix this error or using old
make config dialog.

Please help.


-- 
Thanks
Vikas Mahajan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Baptiste Daroussin
On Thu, Mar 21, 2013 at 11:39:07AM +0530, Vikas Mahajan wrote:
 Hi all,
 
 After updating portsnap I tried to install php5. Now make config fails
 with following error:
 
 ===  Building for dialog4ports-0.1
 Warning: Object directory not changed from original
 /usr/ports/ports-mgmt/dialog4ports/wor k/dialog4ports-0.1
 cc -O2 -fno-strict-aliasing -pipe
 -I/usr/ports/ports-mgmt/dialog4ports/work/dialog-1.1-20 120706
 -D_XOPEN_SOURCE_EXTENDED -Wsystem-headers -Werror -Wall
 -Wno-format-y2k -W -Wno-unu sed-parameter -Wstrict-prototypes
 -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized
 -Wno-pointer-sign  -o dialog4ports dialog4ports.o mixedlist.o arrows.o
 buttons.o dlg_keys. o help.o inputstr.o mouse.o mousewget.o textbox.o
 rc.o trace.o ui_getc.o util.o version.o  -lncursesw
 util.o(.text+0x2e02): In function `dlg_auto_size':
 : undefined reference to `sqrt'
 *** Error code 1
 1 error
 *** Error code 1
 
 Stop in /usr/ports/ports-mgmt/dialog4ports.
 
 If I set NO_DIALOG=yes in /etc/make.conf, I am getting:
 === Skipping 'config' as NO_DIALOG is defined
 
 How can solve this problem? Any way to fix this error or using old
 make config dialog.
 
 Please help.

Try replacing the ports-mgmt/pkg/files/patch-Makefile by this one:
http://people.freebsd.org/~bapt/patch-Makefile

And tell me if it works.

But please notice that 7.x is EOLed 28 feb, more and more the ports tree will
get incompatible, and if we want to follow the direction for FreeBSD 10 (replace
our make by bmake) we will need to a day or another break totally compatibility
with 7.

Consider upgrading your boxes.

regards,
Bapt


pgpComOWAPYWI.pgp
Description: PGP signature


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Sergey V. Dyatko
On Thu, 21 Mar 2013 08:56:34 +0100
Baptiste Daroussin b...@freebsd.org wrote:

 On Thu, Mar 21, 2013 at 11:39:07AM +0530, Vikas Mahajan wrote:
  Hi all,
  
  After updating portsnap I tried to install php5. Now make config
  fails with following error:
  
  ===  Building for dialog4ports-0.1
  Warning: Object directory not changed from original
  /usr/ports/ports-mgmt/dialog4ports/wor k/dialog4ports-0.1
  cc -O2 -fno-strict-aliasing -pipe
  -I/usr/ports/ports-mgmt/dialog4ports/work/dialog-1.1-20 120706
  -D_XOPEN_SOURCE_EXTENDED -Wsystem-headers -Werror -Wall
  -Wno-format-y2k -W -Wno-unu sed-parameter -Wstrict-prototypes
  -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized
  -Wno-pointer-sign  -o dialog4ports dialog4ports.o mixedlist.o
  arrows.o buttons.o dlg_keys. o help.o inputstr.o mouse.o
  mousewget.o textbox.o rc.o trace.o ui_getc.o util.o version.o
  -lncursesw util.o(.text+0x2e02): In function `dlg_auto_size':
  : undefined reference to `sqrt'
  *** Error code 1
  1 error
  *** Error code 1
  
  Stop in /usr/ports/ports-mgmt/dialog4ports.
  
  If I set NO_DIALOG=yes in /etc/make.conf, I am getting:
  === Skipping 'config' as NO_DIALOG is defined
  
  How can solve this problem? Any way to fix this error or using old
  make config dialog.
  
  Please help.
 
 Try replacing the ports-mgmt/pkg/files/patch-Makefile by this one:
 http://people.freebsd.org/~bapt/patch-Makefile
 
 And tell me if it works.
 
 But please notice that 7.x is EOLed 28 feb, more and more the ports
 tree will get incompatible, and if we want to follow the direction
 for FreeBSD 10 (replace our make by bmake) we will need to a day or
 another break totally compatibility with 7.
 
 Consider upgrading your boxes.

but ports/tags/RELEASE_7_EOL will not be broken for 7.x ?

 regards,
 Bapt



-- 
wbr, tiger
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Chris Rees
On 21 Mar 2013 06:09, Vikas Mahajan vikas.mahaja...@gmail.com wrote:

 Hi all,

 After updating portsnap I tried to install php5. Now make config fails
 with following error:

 ===  Building for dialog4ports-0.1
 Warning: Object directory not changed from original
 /usr/ports/ports-mgmt/dialog4ports/wor k/dialog4ports-0.1
 cc -O2 -fno-strict-aliasing -pipe
 -I/usr/ports/ports-mgmt/dialog4ports/work/dialog-1.1-20 120706
 -D_XOPEN_SOURCE_EXTENDED -Wsystem-headers -Werror -Wall
 -Wno-format-y2k -W -Wno-unu sed-parameter -Wstrict-prototypes
 -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized
 -Wno-pointer-sign  -o dialog4ports dialog4ports.o mixedlist.o arrows.o
 buttons.o dlg_keys. o help.o inputstr.o mouse.o mousewget.o textbox.o
 rc.o trace.o ui_getc.o util.o version.o  -lncursesw
 util.o(.text+0x2e02): In function `dlg_auto_size':
 : undefined reference to `sqrt'
 *** Error code 1
 1 error
 *** Error code 1

 Stop in /usr/ports/ports-mgmt/dialog4ports.

 If I set NO_DIALOG=yes in /etc/make.conf, I am getting:
 === Skipping 'config' as NO_DIALOG is defined

 How can solve this problem? Any way to fix this error or using old
 make config dialog.

 Please help.


You're not really running 7.0, are you?  You probably mean 7.4.

Look at using OPTIONS_SET=OPT1 OPT2 in /etc/make.conf.

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Peter Pentchev
On Thu, Mar 21, 2013 at 11:02:33AM +0300, Sergey V. Dyatko wrote:
 On Thu, 21 Mar 2013 08:56:34 +0100
 Baptiste Daroussin b...@freebsd.org wrote:
 
  On Thu, Mar 21, 2013 at 11:39:07AM +0530, Vikas Mahajan wrote:
   Hi all,
   
   After updating portsnap I tried to install php5. Now make config
   fails with following error:
   
   ===  Building for dialog4ports-0.1
   Warning: Object directory not changed from original
   /usr/ports/ports-mgmt/dialog4ports/wor k/dialog4ports-0.1
   cc -O2 -fno-strict-aliasing -pipe
   -I/usr/ports/ports-mgmt/dialog4ports/work/dialog-1.1-20 120706
   -D_XOPEN_SOURCE_EXTENDED -Wsystem-headers -Werror -Wall
   -Wno-format-y2k -W -Wno-unu sed-parameter -Wstrict-prototypes
   -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized
   -Wno-pointer-sign  -o dialog4ports dialog4ports.o mixedlist.o
   arrows.o buttons.o dlg_keys. o help.o inputstr.o mouse.o
   mousewget.o textbox.o rc.o trace.o ui_getc.o util.o version.o
   -lncursesw util.o(.text+0x2e02): In function `dlg_auto_size':
   : undefined reference to `sqrt'
   *** Error code 1
   1 error
   *** Error code 1
   
   Stop in /usr/ports/ports-mgmt/dialog4ports.
   
   If I set NO_DIALOG=yes in /etc/make.conf, I am getting:
   === Skipping 'config' as NO_DIALOG is defined
   
   How can solve this problem? Any way to fix this error or using old
   make config dialog.
   
   Please help.
  
  Try replacing the ports-mgmt/pkg/files/patch-Makefile by this one:
  http://people.freebsd.org/~bapt/patch-Makefile
  
  And tell me if it works.
  
  But please notice that 7.x is EOLed 28 feb, more and more the ports
  tree will get incompatible, and if we want to follow the direction
  for FreeBSD 10 (replace our make by bmake) we will need to a day or
  another break totally compatibility with 7.
  
  Consider upgrading your boxes.
 
 but ports/tags/RELEASE_7_EOL will not be broken for 7.x ?

It cannot be broken, since it is not going to change.  It's a tag,
not a branch.

A tag is a snapshot of the tree at a specific point in time, mainly
for reference purposes later.  A branch is a copy of the main part
of the tree (the trunk, which also happens to be a branch, even if
the main one) that can - and probably will - be updated by further
commits.

RELEASE_7_EOL is just a snapshot of the last version of the ports tree
that was guaranteed to work with FreeBSD 7.x.  It is not suitable as
a csup/cvsup/svn up target - once you check it out, there is absolutely
no point in updating to it later, since it is not going to ever change.

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p.penc...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
This sentence was in the past tense.


signature.asc
Description: Digital signature


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Vikas Mahajan
On 21 March 2013 13:26, Baptiste Daroussin b...@freebsd.org wrote:

 Try replacing the ports-mgmt/pkg/files/patch-Makefile by this one:
 http://people.freebsd.org/~bapt/patch-Makefile
There was no file named patch-Makefile. I created new file with contents as
given by you, but still getting same error.

 And tell me if it works.

 But please notice that 7.x is EOLed 28 feb, more and more the ports tree
will
 get incompatible, and if we want to follow the direction for FreeBSD 10
(replace
 our make by bmake) we will need to a day or another break totally
compatibility
 with 7.

 Consider upgrading your boxes.
I repeated same steps on March 13th on some other box and everything works.
Introduction of new dialog created problem. Steps, I followed to get latest
ports:
# portsnap fetch
# mv /usr/ports /usr/ports_old
# portsnap extract


-- 
Regards

Vikas Mahajan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Baptiste Daroussin
On Thu, Mar 21, 2013 at 03:06:43PM +0530, Vikas Mahajan wrote:
 On 21 March 2013 13:26, Baptiste Daroussin b...@freebsd.org wrote:
 
  Try replacing the ports-mgmt/pkg/files/patch-Makefile by this one:
  http://people.freebsd.org/~bapt/patch-Makefile
 There was no file named patch-Makefile. I created new file with contents as
 given by you, but still getting same error.
 
  And tell me if it works.
 
  But please notice that 7.x is EOLed 28 feb, more and more the ports tree
 will
  get incompatible, and if we want to follow the direction for FreeBSD 10
 (replace
  our make by bmake) we will need to a day or another break totally
 compatibility
  with 7.
 
  Consider upgrading your boxes.
 I repeated same steps on March 13th on some other box and everything works.
 Introduction of new dialog created problem. Steps, I followed to get latest
 ports:
 # portsnap fetch
 # mv /usr/ports /usr/ports_old
 # portsnap extract
 
 
 -- 
 Regards
 
 Vikas Mahajan

I just tested on a 7.x it works out of the box. I don't know what is happening
on your system. or maybe portsnap for unknown reason is giving a wrong old
version.

regards,
Bapt


pgpzl7jcsze4i.pgp
Description: PGP signature


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Vikas Mahajan
On 21 March 2013 15:19, Baptiste Daroussin b...@freebsd.org wrote:


 I just tested on a 7.x it works out of the box. I don't know what is
 happening
 on your system. or maybe portsnap for unknown reason is giving a wrong old
 version.
Portsnap is updated to latest.
# portsnap update
Ports tree is already up to date.

Further, it is providing php-5.4.13, that means new version of php.

Is there a way to use old make config dialog with latest ports?
Or how can I select options by disabling dialog in make.conf ? May be
some commandline way to select options.

--
Regards

Vikas Mahajan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Peter Olsson
On Thu, Mar 21, 2013 at 10:49:29AM +0100, Baptiste Daroussin wrote:
 On Thu, Mar 21, 2013 at 03:06:43PM +0530, Vikas Mahajan wrote:
  On 21 March 2013 13:26, Baptiste Daroussin b...@freebsd.org wrote:
  
   Try replacing the ports-mgmt/pkg/files/patch-Makefile by this one:
   http://people.freebsd.org/~bapt/patch-Makefile
  There was no file named patch-Makefile. I created new file with contents as
  given by you, but still getting same error.
  
   And tell me if it works.
  
   But please notice that 7.x is EOLed 28 feb, more and more the ports tree
  will
   get incompatible, and if we want to follow the direction for FreeBSD 10
  (replace
   our make by bmake) we will need to a day or another break totally
  compatibility
   with 7.
  
   Consider upgrading your boxes.
  I repeated same steps on March 13th on some other box and everything works.
  Introduction of new dialog created problem. Steps, I followed to get latest
  ports:
  # portsnap fetch
  # mv /usr/ports /usr/ports_old
  # portsnap extract
  
  
  -- 
  Regards
  
  Vikas Mahajan
 
 I just tested on a 7.x it works out of the box. I don't know what is happening
 on your system. or maybe portsnap for unknown reason is giving a wrong old
 version.
 
 regards,
 Bapt

I get the sqrt error while trying to install dialog4ports on
all my servers that are still running 7.4. I try installing
it like this:
portsnap fetch
portsnap update
portmaster ports-mgmt/dialog4ports

I did this yesterday and also right now, same error:

cc -O2 -fno-strict-aliasing -pipe  
-I/usr/ports/ports-mgmt/dialog4ports/work/dialog-1.1-20120706 
-D_XOPEN_SOURCE_EXTENDED -Wsystem-headers -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -Wno-pointer-sign  -o dialog4ports dialog4ports.o 
mixedlist.o arrows.o buttons.o dlg_keys.o help.o inputstr.o mouse.o mousewget.o 
textbox.o rc.o trace.o ui_getc.o util.o version.o -lncursesw
util.o(.text+0x2ead): In function `dlg_auto_size':
: undefined reference to `sqrt'
*** Error code 1
1 error
*** Error code 1

And, for the record, I'm really pi**ed off about the way that
this clear POLA violation was introduced without mention in
ports UPDATING. I ran portmaster upgrades in several servers
(7.4, 8.3 and 9.0) yesterday, and all of them just skipped
every config dialog with this error:
env: /usr/local/bin/dialog4ports: No such file or directory

Peter Olsson
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Bryan Drewery
On 3/21/2013 5:21 AM, Peter Olsson wrote:
 On Thu, Mar 21, 2013 at 10:49:29AM +0100, Baptiste Daroussin wrote:
 On Thu, Mar 21, 2013 at 03:06:43PM +0530, Vikas Mahajan wrote:
 On 21 March 2013 13:26, Baptiste Daroussin b...@freebsd.org wrote:

 Try replacing the ports-mgmt/pkg/files/patch-Makefile by this one:
 http://people.freebsd.org/~bapt/patch-Makefile
 There was no file named patch-Makefile. I created new file with contents as
 given by you, but still getting same error.

 And tell me if it works.

 But please notice that 7.x is EOLed 28 feb, more and more the ports tree
 will
 get incompatible, and if we want to follow the direction for FreeBSD 10
 (replace
 our make by bmake) we will need to a day or another break totally
 compatibility
 with 7.

 Consider upgrading your boxes.
 I repeated same steps on March 13th on some other box and everything works.
 Introduction of new dialog created problem. Steps, I followed to get latest
 ports:
 # portsnap fetch
 # mv /usr/ports /usr/ports_old
 # portsnap extract


 -- 
 Regards

 Vikas Mahajan

 I just tested on a 7.x it works out of the box. I don't know what is 
 happening
 on your system. or maybe portsnap for unknown reason is giving a wrong old
 version.

 regards,
 Bapt
 
 I get the sqrt error while trying to install dialog4ports on
 all my servers that are still running 7.4. I try installing

7.4 is EOL. If you want to continue using it you will need to use
RELEASE_7_EOL. head is not supported.

 it like this:
 portsnap fetch
 portsnap update
 portmaster ports-mgmt/dialog4ports
 
 I did this yesterday and also right now, same error:
 
 cc -O2 -fno-strict-aliasing -pipe  
 -I/usr/ports/ports-mgmt/dialog4ports/work/dialog-1.1-20120706 
 -D_XOPEN_SOURCE_EXTENDED -Wsystem-headers -Wall -Wno-format-y2k -W 
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes 
 -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign  -o dialog4ports 
 dialog4ports.o mixedlist.o arrows.o buttons.o dlg_keys.o help.o inputstr.o 
 mouse.o mousewget.o textbox.o rc.o trace.o ui_getc.o util.o version.o 
 -lncursesw
 util.o(.text+0x2ead): In function `dlg_auto_size':
 : undefined reference to `sqrt'
 *** Error code 1
 1 error
 *** Error code 1
 
 And, for the record, I'm really pi**ed off about the way that
 this clear POLA violation was introduced without mention in
 ports UPDATING. I ran portmaster upgrades in several servers
 (7.4, 8.3 and 9.0) yesterday, and all of them just skipped
 every config dialog with this error:
 env: /usr/local/bin/dialog4ports: No such file or directory

UPDATING is for *manual port changes needed for upgrading*. This *was*
documented in CHANGES which is for ports infrastructure updates.

It's not fair to call a bug a POLA violation. It should be fixed now.

 
 Peter Olsson

-- 
Regards,
Bryan Drewery
bdrewery@freenode/EFNet



signature.asc
Description: OpenPGP digital signature


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Peter Olsson
On Thu, Mar 21, 2013 at 07:17:12AM -0500, Bryan Drewery wrote:
 On 3/21/2013 5:21 AM, Peter Olsson wrote:
  On Thu, Mar 21, 2013 at 10:49:29AM +0100, Baptiste Daroussin wrote:
  On Thu, Mar 21, 2013 at 03:06:43PM +0530, Vikas Mahajan wrote:
  On 21 March 2013 13:26, Baptiste Daroussin b...@freebsd.org wrote:
 
  Try replacing the ports-mgmt/pkg/files/patch-Makefile by this one:
  http://people.freebsd.org/~bapt/patch-Makefile
  There was no file named patch-Makefile. I created new file with contents 
  as
  given by you, but still getting same error.
 
  And tell me if it works.
 
  But please notice that 7.x is EOLed 28 feb, more and more the ports tree
  will
  get incompatible, and if we want to follow the direction for FreeBSD 10
  (replace
  our make by bmake) we will need to a day or another break totally
  compatibility
  with 7.
 
  Consider upgrading your boxes.
  I repeated same steps on March 13th on some other box and everything 
  works.
  Introduction of new dialog created problem. Steps, I followed to get 
  latest
  ports:
  # portsnap fetch
  # mv /usr/ports /usr/ports_old
  # portsnap extract
 
 
  -- 
  Regards
 
  Vikas Mahajan
 
  I just tested on a 7.x it works out of the box. I don't know what is 
  happening
  on your system. or maybe portsnap for unknown reason is giving a wrong old
  version.
 
  regards,
  Bapt
  
  I get the sqrt error while trying to install dialog4ports on
  all my servers that are still running 7.4. I try installing
 
 7.4 is EOL. If you want to continue using it you will need to use
 RELEASE_7_EOL. head is not supported.

I know that, and I don't care about this error in
my servers. They are scheduled for upgrade to 8 or 9.
I just replied to Bapt's comment that he got it to work
in 7.x, because I had seen the same problem as Vikas.
I should have made this clear in my reply.
 
  And, for the record, I'm really pi**ed off about the way that
  this clear POLA violation was introduced without mention in
  ports UPDATING. I ran portmaster upgrades in several servers
  (7.4, 8.3 and 9.0) yesterday, and all of them just skipped
  every config dialog with this error:
  env: /usr/local/bin/dialog4ports: No such file or directory
 
 UPDATING is for *manual port changes needed for upgrading*. This *was*
 documented in CHANGES which is for ports infrastructure updates.
 
 It's not fair to call a bug a POLA violation. It should be fixed now.

So this env problem was just a bug in portmaster?
Ok, I didn't know that, I thought it was a general
problem with dialog4ports. Then I'm sorry I called
it a POLA violation.

However I still think that this change in the ports
environment could have justified a mention in UPDATING,
since CHANGES is aimed at developers and committers, not
ordinary users like myself.

Peter Olsson
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Bryan Drewery
On 3/21/2013 8:42 AM, Peter Olsson wrote:
 On Thu, Mar 21, 2013 at 07:17:12AM -0500, Bryan Drewery wrote:
 On 3/21/2013 5:21 AM, Peter Olsson wrote:
 On Thu, Mar 21, 2013 at 10:49:29AM +0100, Baptiste Daroussin wrote:
 On Thu, Mar 21, 2013 at 03:06:43PM +0530, Vikas Mahajan wrote:
 On 21 March 2013 13:26, Baptiste Daroussin b...@freebsd.org wrote:

 Try replacing the ports-mgmt/pkg/files/patch-Makefile by this one:
 http://people.freebsd.org/~bapt/patch-Makefile
 There was no file named patch-Makefile. I created new file with contents 
 as
 given by you, but still getting same error.

 And tell me if it works.

 But please notice that 7.x is EOLed 28 feb, more and more the ports tree
 will
 get incompatible, and if we want to follow the direction for FreeBSD 10
 (replace
 our make by bmake) we will need to a day or another break totally
 compatibility
 with 7.

 Consider upgrading your boxes.
 I repeated same steps on March 13th on some other box and everything 
 works.
 Introduction of new dialog created problem. Steps, I followed to get 
 latest
 ports:
 # portsnap fetch
 # mv /usr/ports /usr/ports_old
 # portsnap extract


 -- 
 Regards

 Vikas Mahajan

 I just tested on a 7.x it works out of the box. I don't know what is 
 happening
 on your system. or maybe portsnap for unknown reason is giving a wrong old
 version.

 regards,
 Bapt

 I get the sqrt error while trying to install dialog4ports on
 all my servers that are still running 7.4. I try installing

 7.4 is EOL. If you want to continue using it you will need to use
 RELEASE_7_EOL. head is not supported.
 
 I know that, and I don't care about this error in
 my servers. They are scheduled for upgrade to 8 or 9.
 I just replied to Bapt's comment that he got it to work
 in 7.x, because I had seen the same problem as Vikas.
 I should have made this clear in my reply.
  
 And, for the record, I'm really pi**ed off about the way that
 this clear POLA violation was introduced without mention in
 ports UPDATING. I ran portmaster upgrades in several servers
 (7.4, 8.3 and 9.0) yesterday, and all of them just skipped
 every config dialog with this error:
 env: /usr/local/bin/dialog4ports: No such file or directory

 UPDATING is for *manual port changes needed for upgrading*. This *was*
 documented in CHANGES which is for ports infrastructure updates.

 It's not fair to call a bug a POLA violation. It should be fixed now.
 
 So this env problem was just a bug in portmaster?
 Ok, I didn't know that, I thought it was a general
 problem with dialog4ports. Then I'm sorry I called
 it a POLA violation.

The problems with it building and missing should both be fixed now.
Those were bugs with the dialog4ports support.

 
 However I still think that this change in the ports
 environment could have justified a mention in UPDATING,
 since CHANGES is aimed at developers and committers, not
 ordinary users like myself.

That's a fair point. I'll add an entry.

 
 Peter Olsson
 


-- 
Regards,
Bryan Drewery
bdrewery@freenode/EFNet



signature.asc
Description: OpenPGP digital signature


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Vikas Mahajan
On 21 March 2013 19:31, Bryan Drewery bdrew...@freebsd.org wrote:

 The problems with it building and missing should both be fixed now.
 Those were bugs with the dialog4ports support.
So, now can I install dialog4ports on FreeBsd 7.x using head ?
Further, how to get RELEASE_7_EOL using portsnap ?


-- 
Regards

Vikas Mahajan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread olli hauer
On 2013-03-21 15:57, Vikas Mahajan wrote:
 On 21 March 2013 19:31, Bryan Drewery bdrew...@freebsd.org wrote:
 
 The problems with it building and missing should both be fixed now.
 Those were bugs with the dialog4ports support.

 So, now can I install dialog4ports on FreeBsd 7.x using head ?
 Further, how to get RELEASE_7_EOL using portsnap ?
 

portsnap is always HEAD!

With portsnap there is no way to specify a tag (RELEASE_7_EOL) or a branch.
RELEASE_7_EOL was tagged on svn rev. 313527 (Wed Mar 6 17:10:52 2013 UTC, ~two 
weeks ago), meanwhile svn and portsnap is on rev. 314847.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Vikas Mahajan
Ok. Got it.

Thanks,
Vikas

On 21 March 2013 20:59, olli hauer oha...@gmx.de wrote:
 On 2013-03-21 15:57, Vikas Mahajan wrote:
 On 21 March 2013 19:31, Bryan Drewery bdrew...@freebsd.org wrote:

 The problems with it building and missing should both be fixed now.
 Those were bugs with the dialog4ports support.

 So, now can I install dialog4ports on FreeBsd 7.x using head ?
 Further, how to get RELEASE_7_EOL using portsnap ?


 portsnap is always HEAD!

 With portsnap there is no way to specify a tag (RELEASE_7_EOL) or a branch.
 RELEASE_7_EOL was tagged on svn rev. 313527 (Wed Mar 6 17:10:52 2013 UTC, 
 ~two weeks ago), meanwhile svn and portsnap is on rev. 314847.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org