Re: mc 4.7.4

2010-09-09 Thread Sergey V. Dyatko
On Thu, 9 Sep 2010 08:35:45 +0200
Christer Solskogen christer.solsko...@gmail.com wrote:

 I'm having trouble compiling it.
 
   CC textconf.o
   CC treestore.o
   CC user.o
   CC mountlist.o
   CCLD   mc
 /usr/local/lib/libslang.so: undefined reference to `tgetnum'
 /usr/local/lib/libslang.so: undefined reference to `tgetflag'
 /usr/local/lib/libslang.so: undefined reference to `tgetent'
 /usr/local/lib/libslang.so: undefined reference to `tgetstr'
 gmake[3]: *** [mc] Error 1
 gmake[3]: Leaving directory
 `/usr/obj/usr/ports/misc/mc/work/mc-4.7.4/src' gmake[2]: ***
 [all-recursive] Error 1 gmake[2]: Leaving directory
 `/usr/obj/usr/ports/misc/mc/work/mc-4.7.4/src' gmake[1]: ***
 [all-recursive] Error 1 gmake[1]: Leaving directory
 `/usr/obj/usr/ports/misc/mc/work/mc-4.7.4' gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/misc/mc.
 *** Error code 1
 
 Stop in /usr/ports/misc/mc.
 
 

same error at -HEAD, i386

 FreeBSD shine 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Thu Jul 29 13:03:57
 CEST 2010 r...@shine.antarctica.no:/usr/obj/usr/src/sys/SHINE
 amd64
 



-- 
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: mc 4.7.4

2010-09-09 Thread Kurt Jaeger
Hi!

 I'm having trouble compiling it.
 
   CC textconf.o
   CC treestore.o
   CC user.o
   CC mountlist.o
   CCLD   mc
 /usr/local/lib/libslang.so: undefined reference to `tgetnum'
 /usr/local/lib/libslang.so: undefined reference to `tgetflag'
 /usr/local/lib/libslang.so: undefined reference to `tgetent'
 /usr/local/lib/libslang.so: undefined reference to `tgetstr'
 gmake[3]: *** [mc] Error 1
 gmake[3]: Leaving directory `/usr/obj/usr/ports/misc/mc/work/mc-4.7.4/src'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory `/usr/obj/usr/ports/misc/mc/work/mc-4.7.4/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/obj/usr/ports/misc/mc/work/mc-4.7.4'
 gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/misc/mc.
 *** Error code 1
 
 Stop in /usr/ports/misc/mc.

cd /usr/ports/misc/mc/work/mc-4.7.4/src
vi Makefile

Find ^LIBS and add -lcurses:

LIBS = -lcurses

then:

cd /usr/ports/misc/mc
make install

should work, but still, why does it not pick it up in the configure script ?
 
-- 
p...@opsec.eu+49 171 310137210 years to go !
___
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: mc 4.7.4

2010-09-09 Thread Christer Solskogen
On Thu, Sep 9, 2010 at 2:13 PM, Max Khon f...@samodelkin.net wrote:

 I had not-up-to-date libslang2 port installed on my test box, that's why it
 did build for me successfully.
 The build should be fixed now.


my libslang2 is up to date. Still problems.
libslang2-2.2.2_1

-- 
chs,
___
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: mc 4.7.4

2010-09-09 Thread Max Khon
Christer,

On Thu, Sep 9, 2010 at 7:35 PM, Christer Solskogen 
christer.solsko...@gmail.com wrote:

On Thu, Sep 9, 2010 at 2:13 PM, Max Khon f...@samodelkin.net wrote:

  I had not-up-to-date libslang2 port installed on my test box, that's why
 it
  did build for me successfully.
  The build should be fixed now.
 

 my libslang2 is up to date. Still problems.
 libslang2-2.2.2_1


It was my libslang2 that was out of date. That's why mc could be built on my
build host.
Please update mc to 4.7.4_1.

Max
___
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: mc 4.7.4

2010-09-09 Thread Christer Solskogen
On Thu, Sep 9, 2010 at 2:47 PM, Max Khon f...@samodelkin.net wrote:
 Christer,

 On Thu, Sep 9, 2010 at 7:35 PM, Christer Solskogen
 christer.solsko...@gmail.com wrote:

 On Thu, Sep 9, 2010 at 2:13 PM, Max Khon f...@samodelkin.net wrote:

  I had not-up-to-date libslang2 port installed on my test box, that's why
  it
  did build for me successfully.
  The build should be fixed now.
 

 my libslang2 is up to date. Still problems.
 libslang2-2.2.2_1

 It was my libslang2 that was out of date. That's why mc could be built on my
 build host.
 Please update mc to 4.7.4_1.
 Max


You mean downgrade? :)
portupgrade mc wants to upgrade to mc-4.7.2_2


-- 
chs,
___
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: mc 4.7.4

2010-09-09 Thread Max Khon
Christer,

On Thu, Sep 9, 2010 at 7:51 PM, Christer Solskogen 
christer.solsko...@gmail.com wrote:

 On Thu, Sep 9, 2010 at 7:35 PM, Christer Solskogen
  christer.solsko...@gmail.com wrote:
 
  On Thu, Sep 9, 2010 at 2:13 PM, Max Khon f...@samodelkin.net wrote:
 
   I had not-up-to-date libslang2 port installed on my test box, that's
 why
   it
   did build for me successfully.
   The build should be fixed now.
  
 
  my libslang2 is up to date. Still problems.
  libslang2-2.2.2_1
 
  It was my libslang2 that was out of date. That's why mc could be built on
 my
  build host.
  Please update mc to 4.7.4_1.
  Max
 

 You mean downgrade? :)
 portupgrade mc wants to upgrade to mc-4.7.2_2


No, I mean upgrade. I mean mc 4.7.4_1 not 4.7.2_2

Max
___
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: mc 4.7.4

2010-09-09 Thread Max Khon
Hi, All!

On Thu, Sep 9, 2010 at 1:35 PM, Christer Solskogen 
christer.solsko...@gmail.com wrote:

I'm having trouble compiling it.

  CC textconf.o
  CC treestore.o
  CC user.o
  CC mountlist.o
  CCLD   mc
 /usr/local/lib/libslang.so: undefined reference to `tgetnum'
 /usr/local/lib/libslang.so: undefined reference to `tgetflag'
 /usr/local/lib/libslang.so: undefined reference to `tgetent'
 /usr/local/lib/libslang.so: undefined reference to `tgetstr'
 gmake[3]: *** [mc] Error 1
 gmake[3]: Leaving directory `/usr/obj/usr/ports/misc/mc/work/mc-4.7.4/src'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory `/usr/obj/usr/ports/misc/mc/work/mc-4.7.4/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/obj/usr/ports/misc/mc/work/mc-4.7.4'
 gmake: *** [all] Error 2
 *** Error code 1

 Stop in /usr/ports/misc/mc.
 *** Error code 1

 Stop in /usr/ports/misc/mc.


I had not-up-to-date libslang2 port installed on my test box, that's why it
did build for me successfully.
The build should be fixed now.

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