public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
@ 2002-03-23 16:15 Johannes Findeisen
  2002-03-23 17:58 ` Spider
  0 siblings, 1 reply; 12+ messages in thread
From: Johannes Findeisen @ 2002-03-23 16:15 UTC (permalink / raw
  To: gentoo-dev

hello to all gentoos out there,

i have a problem while compiling the new midnight commander ebuild. on my 
server it works fine... but on my workstation i can't do it without this 
error:

/usr/include/curses.h:450: arguments given to macro `beep'
/usr/include/curses.h:820: warning: `attrset' redefined
../src/tty.h:10: warning: this is the location of the previous definition
/usr/include/curses.h:962: warning: `KEY_F' redefined
../src/keys.h:18: warning: this is the location of the previous definition
In file included from /usr/include/panel.h:39,
                 from gmain.h:4,
                 from ../src/global.h:26,
                 from dlg.c:26:
/usr/include/curses.h:353: parse error before `0'
/usr/include/curses.h:354: parse error before `0'
/usr/include/curses.h:444: parse error before `do'
/usr/include/curses.h:450: conflicting types for `gdk_beep'
/usr/include/gtk-1.2/gdk/gdk.h:114: previous declaration of `gdk_beep'
In file included from ../src/global.h:26,
                 from dlg.c:26:
gmain.h:29: parse error before `*'
gmain.h:36: parse error before `*'
gmain.h:36: warning: type defaults to `int' in declaration of `new_panel_at'
gmain.h:36: warning: data definition has no type or storage class
gmain.h:37: parse error before `*'
gmain.h:37: warning: type defaults to `int' in declaration of 
`new_panel_with_geometry_at'
gmain.h:37: warning: data definition has no type or storage class
gmain.h:38: parse error before `*'
gmain.h:39: parse error before `*'
gmain.h:41: parse error before `*'
gmain.h:55: parse error before `*'
gmain.h:60: parse error before `WPanel'
In file included from dlg.c:37:
../src/main.h:134: conflicting types for `update_panels'
/usr/include/panel.h:54: previous declaration of `update_panels'
dlg.c: In function `dlg_broadcast_msg_to':
dlg.c:405: warning: implicit declaration of function `is_a_panel'
make[3]: *** [dlg.o] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/mc-4.5.55-r2/work/mc-4.5.55/gnome'
make[2]: *** [mx] Error 2
make[2]: Leaving directory 
`/var/tmp/portage/mc-4.5.55-r2/work/mc-4.5.55/gnome'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mc-4.5.55-r2/work/mc-4.5.55'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 38, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/gnome-extra/mc/mc-4.5.55-r2.ebuild .

#####################

i hope there is a solution for this problem...

regards

hanez


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-23 16:15 [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation Johannes Findeisen
@ 2002-03-23 17:58 ` Spider
  2002-03-24 23:09   ` Ian Smith
  0 siblings, 1 reply; 12+ messages in thread
From: Spider @ 2002-03-23 17:58 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]


Two things...
Check your ncurses installation,
and try and remove "gnome" from your USE flags ( gnome panel / applets ) (or is it X? )
( not building gmc ) 


//Spider

--
begin  happy99.exe
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-23 17:58 ` Spider
@ 2002-03-24 23:09   ` Ian Smith
  2002-03-24 23:37     ` Spider
  0 siblings, 1 reply; 12+ messages in thread
From: Ian Smith @ 2002-03-24 23:09 UTC (permalink / raw
  To: gentoo-dev

Spider wrote:
> Two things...
> Check your ncurses installation,
> and try and remove "gnome" from your USE flags ( gnome panel / applets ) (or is it X? )
> ( not building gmc ) 


I'm confused - is this going to be fixed or are you saying it's user 
error?  I have the same problem and I've remerged ncurses.  I _only_ 
want gmc so I haven't tried your second suggestion.

-- 
----------------------------------------------------------------------------
Ian Smith
----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-24 23:09   ` Ian Smith
@ 2002-03-24 23:37     ` Spider
  2002-03-24 23:55       ` Ian Smith
  0 siblings, 1 reply; 12+ messages in thread
From: Spider @ 2002-03-24 23:37 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1308 bytes --]

sorry to add to the general confusion here.
I'll be looking a bit at this one tonight.
could you please include your ncurses version, together with gnome-libs and gnome-core versions, as this may yet be of some importance to the compilation.


also, is there a bugzilla number I can find this on?
( http://bugs.gentoo.org/ )

//Spider

begin  quote
On Sun, 24 Mar 2002 23:09:31 +0000
Ian Smith <ian.c.smith@btinternet.com> wrote:

> Spider wrote:
> > Two things...
> > Check your ncurses installation,
> > and try and remove "gnome" from your USE flags ( gnome panel / applets ) (or is it X? )
> > ( not building gmc ) 
> 
> 
> I'm confused - is this going to be fixed or are you saying it's user 
> error?  I have the same problem and I've remerged ncurses.  I _only_ 
> want gmc so I haven't tried your second suggestion.
> 
> -- 
> ----------------------------------------------------------------------------
> Ian Smith
> ----------------------------------------------------------------------------
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev


--
begin  happy99.exe
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-24 23:37     ` Spider
@ 2002-03-24 23:55       ` Ian Smith
  2002-03-25  0:58         ` Spider
  0 siblings, 1 reply; 12+ messages in thread
From: Ian Smith @ 2002-03-24 23:55 UTC (permalink / raw
  To: gentoo-dev

Spider wrote:
> sorry to add to the general confusion here.
> I'll be looking a bit at this one tonight.
> could you please include your ncurses version, together with gnome-libs and gnome-core versions, as this may yet be of some importance to the compilation.
The first one is current (i remerged to make 
sure!):/usr/portage/sys-libs/ncurses/ncurses-5.2.20020112a.ebuild 
(installed)
/usr/portage/sys-libs/ncurses/ncurses-5.2-r3.ebuild      (installed)
/usr/portage/sys-libs/ncurses/ncurses-5.2-r5.ebuild      (installed)

Second is current:
/usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.1.4-r1.ebuild  (installed)
/usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.1.4-r2.ebuild  (installed)

First is current:
/usr/portage/gnome-base/gnome-core/gnome-core-1.4.0.6-r4.ebuild  (installed)
/usr/portage/gnome-base/gnome-core/gnome-core-1.4.0.6-r3.ebuild  (installed)

TIA,

-- 
----------------------------------------------------------------------------
Ian Smith
----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-24 23:55       ` Ian Smith
@ 2002-03-25  0:58         ` Spider
  2002-03-25  3:48           ` Spider
  0 siblings, 1 reply; 12+ messages in thread
From: Spider @ 2002-03-25  0:58 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 2081 bytes --]

you said you had a server with theese things working? 
could you please comapre the gnome-libs, gnome-core and gtk+-1.2 ,glib-1.2 installations (version) between the two machines?

currently it doesn't compile on my  machine either, although I do have gmc compiled and installed since before.

I'm suspecting some 3:d hand library update broke mc, but I can't figure out which from the current state of things :/

The breakage is only when using gnome, so the text only version will work for now.

I'm gonna keep looking at this, but I'll be grateful for any help I can get.
//Spider


begin  quote
On Sun, 24 Mar 2002 23:55:07 +0000
Ian Smith <ian.c.smith@btinternet.com> wrote:

> Spider wrote:
> > sorry to add to the general confusion here.
> > I'll be looking a bit at this one tonight.
> > could you please include your ncurses version, together with gnome-libs and gnome-core versions, as this may yet be of some importance to the compilation.
> The first one is current (i remerged to make 
> sure!):/usr/portage/sys-libs/ncurses/ncurses-5.2.20020112a.ebuild 
> (installed)
> /usr/portage/sys-libs/ncurses/ncurses-5.2-r3.ebuild      (installed)
> /usr/portage/sys-libs/ncurses/ncurses-5.2-r5.ebuild      (installed)
> 
> Second is current:
> /usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.1.4-r1.ebuild  (installed)
> /usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.1.4-r2.ebuild  (installed)
> 
> First is current:
> /usr/portage/gnome-base/gnome-core/gnome-core-1.4.0.6-r4.ebuild  (installed)
> /usr/portage/gnome-base/gnome-core/gnome-core-1.4.0.6-r3.ebuild  (installed)
> 
> TIA,
> 
> -- 
> ----------------------------------------------------------------------------
> Ian Smith
> ----------------------------------------------------------------------------
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev


--
begin  happy99.exe
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-25  0:58         ` Spider
@ 2002-03-25  3:48           ` Spider
  2002-03-25 22:55             ` Ian Smith
  2002-03-26  9:38             ` Johannes Findeisen
  0 siblings, 2 replies; 12+ messages in thread
From: Spider @ 2002-03-25  3:48 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 2934 bytes --]

Okay folks,
I've "tracked" this bug down to the vfs subsystem in mc.

a shortterm "fix" would be to disable this, but that will break ftp, tar, rpm and other such browsing for no appearant good reason..

I'd really appreciate if somone who's better at reading source than me took a look at this and find out what's the real problem behind this? 

Short fix.
open the mc-4.5.55-r2.ebuild and scroll down to "configure" line.

remove the part that reads : 
 --with-vfs               \

and emerge again.

//Spider

begin  quote
On Mon, 25 Mar 2002 01:58:11 +0100
Spider <spider@gentoo.org> wrote:

> you said you had a server with theese things working? 
> could you please comapre the gnome-libs, gnome-core and gtk+-1.2 ,glib-1.2 installations (version) between the two machines?
> 
> currently it doesn't compile on my  machine either, although I do have gmc compiled and installed since before.
> 
> I'm suspecting some 3:d hand library update broke mc, but I can't figure out which from the current state of things :/
> 
> The breakage is only when using gnome, so the text only version will work for now.
> 
> I'm gonna keep looking at this, but I'll be grateful for any help I can get.
> //Spider
> 
> 
> begin  quote
> On Sun, 24 Mar 2002 23:55:07 +0000
> Ian Smith <ian.c.smith@btinternet.com> wrote:
> 
> > Spider wrote:
> > > sorry to add to the general confusion here.
> > > I'll be looking a bit at this one tonight.
> > > could you please include your ncurses version, together with gnome-libs and gnome-core versions, as this may yet be of some importance to the compilation.
> > The first one is current (i remerged to make 
> > sure!):/usr/portage/sys-libs/ncurses/ncurses-5.2.20020112a.ebuild 
> > (installed)
> > /usr/portage/sys-libs/ncurses/ncurses-5.2-r3.ebuild      (installed)
> > /usr/portage/sys-libs/ncurses/ncurses-5.2-r5.ebuild      (installed)
> > 
> > Second is current:
> > /usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.1.4-r1.ebuild  (installed)
> > /usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.1.4-r2.ebuild  (installed)
> > 
> > First is current:
> > /usr/portage/gnome-base/gnome-core/gnome-core-1.4.0.6-r4.ebuild  (installed)
> > /usr/portage/gnome-base/gnome-core/gnome-core-1.4.0.6-r3.ebuild  (installed)
> > 
> > TIA,
> > 
> > -- 
> > ----------------------------------------------------------------------------
> > Ian Smith
> > ----------------------------------------------------------------------------
> > 
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 
> 
> --
> begin  happy99.exe
> This is a .signature virus! Please copy me into your .signature!
> See Microsoft KB Article Q265230 for more information.
> end
> 


--
begin  happy99.exe
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-25  3:48           ` Spider
@ 2002-03-25 22:55             ` Ian Smith
  2002-03-26  9:34               ` Johannes Findeisen
  2002-03-26  9:38             ` Johannes Findeisen
  1 sibling, 1 reply; 12+ messages in thread
From: Ian Smith @ 2002-03-25 22:55 UTC (permalink / raw
  To: gentoo-dev

Spider wrote:
> Okay folks,
> I've "tracked" this bug down to the vfs subsystem in mc.
> 
> a shortterm "fix" would be to disable this, but that will break ftp, tar, rpm and other such browsing for no appearant good reason..
> 
> I'd really appreciate if somone who's better at reading source than me took a look at this and find out what's the real problem behind this? 
> 
> Short fix.
> open the mc-4.5.55-r2.ebuild and scroll down to "configure" line.
> 
> remove the part that reads : 
>  --with-vfs               \
> 
> and emerge again.


(as discussed on IRC)

Some people might like to try removing gpm from USE - that worked for me.

-- 
----------------------------------------------------------------------------
Ian Smith
----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-26  9:38             ` Johannes Findeisen
@ 2002-03-26  9:31               ` Martin Schlemmer
  2002-03-26 11:25                 ` Johannes Findeisen
  0 siblings, 1 reply; 12+ messages in thread
From: Martin Schlemmer @ 2002-03-26  9:31 UTC (permalink / raw
  To: gentoo-dev

On Tue, 2002-03-26 at 11:38, Johannes Findeisen wrote:
> On Monday 25 March 2002 04:48, you wrote:
> > Okay folks,
> > I've "tracked" this bug down to the vfs subsystem in mc.
> >
> > a shortterm "fix" would be to disable this, but that will break ftp, tar,
> > rpm and other such browsing for no appearant good reason..
> >
> > I'd really appreciate if somone who's better at reading source than me took
> > a look at this and find out what's the real problem behind this?
> >
> > Short fix.
> > open the mc-4.5.55-r2.ebuild and scroll down to "configure" line.
> >
> > remove the part that reads :
> >  --with-vfs               \
> >
> > and emerge again.
> 
> hello spider,
> 
> does it mean, that if i remove --with-vfs, i don't can access tar archives 
> with my mc???
> 
> i don't know a better solution but this is not a good idea, because the mc is 
> a hardly used programm on my server. i need access to tar archives....
> 

Wait about 20minutes, then do a:

# emerge --clean rsync
# emerge ncurses mc

> regards
> 
> hanez
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
-- 
Martin Schlemmer
Gentoo Linux Developer, Desktop Team
Cape Town, South Africa



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-25 22:55             ` Ian Smith
@ 2002-03-26  9:34               ` Johannes Findeisen
  0 siblings, 0 replies; 12+ messages in thread
From: Johannes Findeisen @ 2002-03-26  9:34 UTC (permalink / raw
  To: gentoo-dev

On Monday 25 March 2002 23:55, you wrote:
> Spider wrote:
> > Okay folks,
> > I've "tracked" this bug down to the vfs subsystem in mc.
> >
> > a shortterm "fix" would be to disable this, but that will break ftp, tar,
> > rpm and other such browsing for no appearant good reason..
> >
> > I'd really appreciate if somone who's better at reading source than me
> > took a look at this and find out what's the real problem behind this?
> >
> > Short fix.
> > open the mc-4.5.55-r2.ebuild and scroll down to "configure" line.
> >
> > remove the part that reads :
> >  --with-vfs               \
> >
> > and emerge again.
>
> (as discussed on IRC)
>
> Some people might like to try removing gpm from USE - that worked for me.

hello all,

i have posted the first mail about this problem... i don't know what the 
error is but it could not be the solution, to remove some USE Vars. to 
compile the midnight commander without errors, i have removed gnome from the 
USE Vars and everything works fine for me.

but is this the solution?!?!?!? i don't think so.... :-(

regards

hanez


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-25  3:48           ` Spider
  2002-03-25 22:55             ` Ian Smith
@ 2002-03-26  9:38             ` Johannes Findeisen
  2002-03-26  9:31               ` Martin Schlemmer
  1 sibling, 1 reply; 12+ messages in thread
From: Johannes Findeisen @ 2002-03-26  9:38 UTC (permalink / raw
  To: gentoo-dev

On Monday 25 March 2002 04:48, you wrote:
> Okay folks,
> I've "tracked" this bug down to the vfs subsystem in mc.
>
> a shortterm "fix" would be to disable this, but that will break ftp, tar,
> rpm and other such browsing for no appearant good reason..
>
> I'd really appreciate if somone who's better at reading source than me took
> a look at this and find out what's the real problem behind this?
>
> Short fix.
> open the mc-4.5.55-r2.ebuild and scroll down to "configure" line.
>
> remove the part that reads :
>  --with-vfs               \
>
> and emerge again.

hello spider,

does it mean, that if i remove --with-vfs, i don't can access tar archives 
with my mc???

i don't know a better solution but this is not a good idea, because the mc is 
a hardly used programm on my server. i need access to tar archives....

regards

hanez


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation...
  2002-03-26  9:31               ` Martin Schlemmer
@ 2002-03-26 11:25                 ` Johannes Findeisen
  0 siblings, 0 replies; 12+ messages in thread
From: Johannes Findeisen @ 2002-03-26 11:25 UTC (permalink / raw
  To: gentoo-dev

> Wait about 20minutes, then do a:
>
> # emerge --clean rsync
> # emerge ncurses mc
>
hello martin,

thank you for this... it works now!!! ;-) ;-) ;-)

best regards

hanez


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2002-03-26 11:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-23 16:15 [gentoo-dev] mc-4.5.55-r2 is not Compiling successfully on my Workstation Johannes Findeisen
2002-03-23 17:58 ` Spider
2002-03-24 23:09   ` Ian Smith
2002-03-24 23:37     ` Spider
2002-03-24 23:55       ` Ian Smith
2002-03-25  0:58         ` Spider
2002-03-25  3:48           ` Spider
2002-03-25 22:55             ` Ian Smith
2002-03-26  9:34               ` Johannes Findeisen
2002-03-26  9:38             ` Johannes Findeisen
2002-03-26  9:31               ` Martin Schlemmer
2002-03-26 11:25                 ` Johannes Findeisen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox