Re: [gentoo-user] wine compilation errors

2007-01-12 Thread CapSel

If it isn't luck it seems that some part of portage coused this error.
I untared wine tarball from distfiles and I've done everything
according to README inside. It compiled successfully. How can I check
what part of portage couse this?

On 1/9/07, CapSel [EMAIL PROTECTED] wrote:

I added en to LINGUAS and I emerged all autoconf and automake ports,
m4, bison, binutils, flex, gawk, sed and I get this:

../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./dpnet.specaddr
ess.o client.o dpnet_main.o peer.o regsvr.o server.oversion.res   -o dpnet.d
ll.so  -lole32 -luser32 -ladvapi32 -lkernel32  -ldxguid -luuid ../../libs/port/l
ibwine_port.a
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnet'
make[2]: Entering directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnhpast'
Makefile:460: warning: NUL character seen; rest of line ignored
Makefile:473: warning: NUL character seen; rest of line ignored
make[2]: *** No rule to make target `../../include/w', needed by
`main.o'.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnhpast'
make[1]: *** [dpnhpast] Error 2
make[1]: Leaving directory `/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls'
make: *** [dlls] Error 2

!!! ERROR: app-emulation/wine-0.9.22 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  wine-0.9.22.ebuild, line 111:   Called die

!!! all
!!! If you need support, post the topmost build error, and the call
stack if relevant.

It looks like this is error in random Makefile, there are series of
dots on black background when I look at mcedit and less shows [EMAIL 
PROTECTED]

What else can couse these errors?

On 1/8/07, Richard Fish [EMAIL PROTECTED] wrote:
 On 1/7/07, CapSel [EMAIL PROTECTED] wrote:
  ... what else can I do?

 I don't see anything obviously wrong.  It looks like the problem
 appears when autoconf/automake are run to generate the Makefiles.
 Searching bugzilla for similar things leads me to believe that the
 nls USE flag and non-english language settings could have an effect
 here.  Another similar bug was traced to the version of sed being
 used, but that was quite old.  However, all of the relevant bugs seem
 quite old.

 Still, you might try:

 LINGUAS=en en_US emerge wine

 If it is still broke, take a look at (and/or post)
 /var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32/Makefile

 -Richard
 --
 gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine compilation errors

2007-01-09 Thread CapSel

I added en to LINGUAS and I emerged all autoconf and automake ports,
m4, bison, binutils, flex, gawk, sed and I get this:

../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./dpnet.specaddr
ess.o client.o dpnet_main.o peer.o regsvr.o server.oversion.res   -o dpnet.d
ll.so  -lole32 -luser32 -ladvapi32 -lkernel32  -ldxguid -luuid ../../libs/port/l
ibwine_port.a
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnet'
make[2]: Entering directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnhpast'
Makefile:460: warning: NUL character seen; rest of line ignored
Makefile:473: warning: NUL character seen; rest of line ignored
make[2]: *** No rule to make target `../../include/w', needed by
`main.o'.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnhpast'
make[1]: *** [dpnhpast] Error 2
make[1]: Leaving directory `/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls'
make: *** [dlls] Error 2

!!! ERROR: app-emulation/wine-0.9.22 failed.
Call stack:
 ebuild.sh, line 1546:   Called dyn_compile
 ebuild.sh, line 937:   Called src_compile
 wine-0.9.22.ebuild, line 111:   Called die

!!! all
!!! If you need support, post the topmost build error, and the call
stack if relevant.

It looks like this is error in random Makefile, there are series of
dots on black background when I look at mcedit and less shows [EMAIL 
PROTECTED]

What else can couse these errors?

On 1/8/07, Richard Fish [EMAIL PROTECTED] wrote:

On 1/7/07, CapSel [EMAIL PROTECTED] wrote:
 ... what else can I do?

I don't see anything obviously wrong.  It looks like the problem
appears when autoconf/automake are run to generate the Makefiles.
Searching bugzilla for similar things leads me to believe that the
nls USE flag and non-english language settings could have an effect
here.  Another similar bug was traced to the version of sed being
used, but that was quite old.  However, all of the relevant bugs seem
quite old.

Still, you might try:

LINGUAS=en en_US emerge wine

If it is still broke, take a look at (and/or post)
/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32/Makefile

-Richard
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine compilation errors

2007-01-08 Thread Richard Fish

On 1/7/07, CapSel [EMAIL PROTECTED] wrote:

... what else can I do?


I don't see anything obviously wrong.  It looks like the problem
appears when autoconf/automake are run to generate the Makefiles.
Searching bugzilla for similar things leads me to believe that the
nls USE flag and non-english language settings could have an effect
here.  Another similar bug was traced to the version of sed being
used, but that was quite old.  However, all of the relevant bugs seem
quite old.

Still, you might try:

LINGUAS=en en_US emerge wine

If it is still broke, take a look at (and/or post)
/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32/Makefile

-Richard
--
gentoo-user@gentoo.org mailing list



[gentoo-user] wine compilation errors

2007-01-07 Thread CapSel

What is going on? How can I compile wine and solve this problem? I'm
running out of ideas.

Whenever I try to emerge wine for my laptop I get error similar to this:
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleacc'
make[2]: Entering directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32'
Makefile:490: warning: NUL character seen; rest of line ignored
Makefile:495: warning: NUL character seen; rest of line ignored
Makefile:496: warning: NUL character seen; rest of line ignored
Makefile:497: *** missing separator.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32'
make[1]: *** [oleaut32] Error 2
make[1]: Leaving directory `/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls'
make: *** [dlls] Error 2

!!! ERROR: app-emulation/wine-0.9.22 failed.
Call stack:
 ebuild.sh, line 1546:   Called dyn_compile
 ebuild.sh, line 937:   Called src_compile
 wine-0.9.22.ebuild, line 111:   Called die

!!! all
!!! If you need support, post the topmost build error, and the call
stack if relevant.

I thought this is because I have -Os in CFLAGS, but on my server I'm
getting same error. I downloaded stage3 for i686 of 2006.1, copied my
make.conf, changed -Os to -O2 and... It didn't help. On laptop and
server I have CHOST i686, and I haven't changed it ever. I deleted
tarball and downloaded it few times but it didn't helped, either. FSCK
does not show anything

I don't know what do do next, please help.

I attached make.conf from my laptop and there is still -Os, and this
is only change in make.conf in comparison to one from chroot on my
server.


make.conf
Description: Binary data


[gentoo-user] wine compilation errors

2007-01-07 Thread CapSel

What is going on? How can I compile wine and solve this problem? I'm
running out of ideas.

Whenever I try to emerge wine for my laptop I get error similar to this:
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleacc'
make[2]: Entering directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32'
Makefile:490: warning: NUL character seen; rest of line ignored
Makefile:495: warning: NUL character seen; rest of line ignored
Makefile:496: warning: NUL character seen; rest of line ignored
Makefile:497: *** missing separator.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/oleaut32'
make[1]: *** [oleaut32] Error 2
make[1]: Leaving directory `/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls'
make: *** [dlls] Error 2

!!! ERROR: app-emulation/wine-0.9.22 failed.
Call stack:
 ebuild.sh, line 1546:   Called dyn_compile
 ebuild.sh, line 937:   Called src_compile
 wine-0.9.22.ebuild, line 111:   Called die

!!! all
!!! If you need support, post the topmost build error, and the call
stack if relevant.

I thought this is because I have -Os in CFLAGS, but on my server I'm
getting same error. I downloaded stage3 for i686 of 2006.1, copied my
make.conf, changed -Os to -O2 and... It didn't help. On laptop and
server I have CHOST i686, and I haven't changed it ever. I deleted
tarball and downloaded it few times but it didn't helped, either. FSCK
does not show anything

I don't know what do do next, please help.

I attached make.conf from my laptop and there is still -Os, and this
is only change in make.conf in comparison to one from chroot on my
server.


make.conf
Description: Binary data


Re: [gentoo-user] wine compilation errors

2007-01-07 Thread Richard Fish

On 1/7/07, CapSel [EMAIL PROTECTED] wrote:

What is going on? How can I compile wine and solve this problem? I'm
running out of ideas.


It just compiled fine on my system.  Post your emerge --info and
output of emerge -pv wine please.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine compilation errors

2007-01-07 Thread CapSel

I attached output of emerge --info - plik.
# emerge -pv wine

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N] app-emulation/wine-0.9.22  USE=X alsa cups ncurses
opengl oss -arts -dbus -esd -gif -glut -hal -jack -jpeg -lcms -ldap
-nas -scanner -xml 0 kB

Total size of downloads: 0 kB

#

... what else can I do?

On 1/7/07, Richard Fish [EMAIL PROTECTED] wrote:

On 1/7/07, CapSel [EMAIL PROTECTED] wrote:
 What is going on? How can I compile wine and solve this problem? I'm
 running out of ideas.

It just compiled fine on my system.  Post your emerge --info and
output of emerge -pv wine please.

-Richard
--
gentoo-user@gentoo.org mailing list




plik
Description: Binary data