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



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


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