First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 152927
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: SpanKY <vapier@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Rodrigo Exterckötter Tjäder <rodrigotjader@yahoo.com.br>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
make.conf make.conf text/plain Rodrigo Exterckötter Tjäder 2006-10-26 15:43 0000 955 bytes Details
log MAKEOPTS="-j1" emerge vnc &>log text/plain Rodrigo Exterckötter Tjäder 2006-10-26 15:51 0000 8.24 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 152927 depends on: Show dependency tree
Show dependency graph
Bug 152927 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-26 14:59 0000
User-Agent:       Opera/9.02 (X11; Linux x86_64; U; en)
Build Identifier: 

I was getting this bug: http://bugs.gentoo.org/show_bug.cgi?id=152816 , and 
after I synced that bug stopped, but now I get "emake failed".

Reproducible: Always

Steps to Reproduce:
1.emerge net-misc/vnc

Actual Results:  
Crashed with: "emake failed"

Expected Results:  
Emerged vnc

Portage 2.1.2_pre3-r9 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 
2.6.17-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.12.5
Last Sync: Thu, 26 Oct 2006 21:30:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash
/etc/
terminfo"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms 
strict"
GENTOO_MIRRORS="http://www.las.ic.unicamp.br/pub/gentoo/ ftp://
ftp.las.ic.unicamp.br/pub/gentoo/ "
LANG="en_US.UTF-8"
LC_ALL="pt_BR.UTF-8"
LINGUAS="en pt_BR"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/
distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aim alsa apache2 berkdb bidi bitmap-fonts bzip2 cdr cjk cli 
cracklib crypt cups directfb dlloader dri dvd dvdr elibc_glibc emacs
emul-linux-
x86 encode fbcon ffmpeg fortran ftp gdbm gif gnome gpm gstreamer gtk gtk2 iconv 
icq imagemagick innodb input_devices_keyboard input_devices_mouse ipv6 isdnlog 
joystick jpeg kernel_linux libcaca libg++ linguas_en linguas_pt_BR mime mng mp3 
mpeg msn mysql ncurses nls nptl nptlonly offensive ogg opengl pam pcre pdf perl 
php png postgres ppds pppd python quicktime readline reflection samba server 
session spell spl ssl svg tcpd tetex tiff truetype truetype-fonts type1-fonts 
udev unicode usb userland_GNU v4l v4l2 vcd via video_cards_nv 
video_cards_nvidia video_cards_vesa wmf xorg xscreensaver yahoo zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

------- Comment #1 From Jakub Moc (RETIRED) 2006-10-26 15:03:21 0000 -------
Well please post some output and errors, we can't guess.

------- Comment #2 From Jakub Moc (RETIRED) 2006-10-26 15:13:14 0000 -------
*** Bug 152928 has been marked as a duplicate of this bug. ***

------- Comment #3 From Rodrigo Exterckötter Tjäder 2006-10-26 15:14:45 0000 -------
(In reply to comment #1)
> Well please post some output and errors, we can't guess.
> 

Sorry, forgot it, I had even piped stderr to a file to post it here...
Here it is:

configure: warning: /usr/share/config.site: invalid host type
configure: warning: /usr/etc/config.site: invalid host type
configure: error: can only configure for one host and one target at a time
make[1]: *** Sem regra para processar o alvo `all'.  Pare.
make: ** [all] Erro 1

!!! ERROR: net-misc/vnc-4.1.2 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  vnc-4.1.2.ebuild, line 104:   Called die

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

------- Comment #4 From Jakub Moc (RETIRED) 2006-10-26 15:19:21 0000 -------
Remove x86 from your use flags!

------- Comment #5 From Rodrigo Exterckötter Tjäder 2006-10-26 15:24:53 0000 -------
(In reply to comment #4)
> Remove x86 from your use flags!
> 

that's not x86, it's emul-linux-x86

------- Comment #6 From Jakub Moc (RETIRED) 2006-10-26 15:26:10 0000 -------
(In reply to comment #5)
> that's not x86, it's emul-linux-x86

Well no, it's not. It's emul-linux-[newline]x86; fix it.


------- Comment #7 From Rodrigo Exterckötter Tjäder 2006-10-26 15:36:57 0000 -------
(In reply to comment #6)
> (In reply to comment #5)
> > that's not x86, it's emul-linux-x86
> 
> Well no, it's not. It's emul-linux-[newline]x86; fix it.
> 
> 

In both my make.conf and emerge --info output the whole USE definition is in
one line, so that must be some odd line-breaking by bugzilla... also, I don't
get any warnings or errors about the emul-linux- useflag that would exist.

------- Comment #8 From Jakub Moc (RETIRED) 2006-10-26 15:41:06 0000 -------
Attach your make.conf here; and attach MAKEOPTS="-j1" emerge vnc &>log here as
well.

------- Comment #9 From Rodrigo Exterckötter Tjäder 2006-10-26 15:43:29 0000 -------
Created an attachment (id=100561) [edit]
make.conf

------- Comment #10 From Rodrigo Exterckötter Tjäder 2006-10-26 15:51:56 0000 -------
Created an attachment (id=100562) [edit]
MAKEOPTS="-j1" emerge vnc &>log

------- Comment #11 From Jakub Moc (RETIRED) 2006-10-26 16:00:46 0000 -------
I don't speak much Portugese really, translate the below please (generally set
your locales to C when reporting bugs)

<snip>
make[1]: Entrando no diretório
`/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
make[1]: *** Sem regra para processar o alvo `all'.  Pare.
make[1]: Saindo do diretório
`/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
</snip>

------- Comment #12 From Jakub Moc (RETIRED) 2006-10-26 16:00:46 0000 -------
I don't speak much Portugese really, translate the below please (generally set
your locales to C when reporting bugs)

<snip>
make[1]: Entrando no diretório
`/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
make[1]: *** Sem regra para processar o alvo `all'.  Pare.
make[1]: Saindo do diretório
`/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
</snip>

------- Comment #13 From Rodrigo Exterckötter Tjäder 2006-10-26 16:13:38 0000 -------
(In reply to comment #11)
> I don't speak much Portugese really, translate the below please (generally set
> your locales to C when reporting bugs)
> 
> <snip>
> make[1]: Entrando no diretório
> `/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
> make[1]: *** Sem regra para processar o alvo `all'.  Pare.
> make[1]: Saindo do diretório
> `/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
> </snip>
> 

<snip>
make[1]: Entering directory
`/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
make[1]: *** No rules to proccess target `all'.  Stop.
make[1]: Leaving directory
`/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
</snip>

------- Comment #14 From Rodrigo Exterckötter Tjäder 2006-10-26 16:13:38 0000 -------
(In reply to comment #11)
> I don't speak much Portugese really, translate the below please (generally set
> your locales to C when reporting bugs)
> 
> <snip>
> make[1]: Entrando no diretório
> `/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
> make[1]: *** Sem regra para processar o alvo `all'.  Pare.
> make[1]: Saindo do diretório
> `/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
> </snip>
> 

<snip>
make[1]: Entering directory
`/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
make[1]: *** No rules to proccess target `all'.  Stop.
make[1]: Leaving directory
`/var/tmp/portage/net-misc/vnc-4.1.2/work/vnc-4_1_2-unixsrc/common'
</snip>

------- Comment #15 From Rodrigo Exterckötter Tjäder 2006-10-27 15:12:32 0000 -------
forgot to reopen on last post

------- Comment #16 From doug phelan 2006-10-27 20:56:22 0000 -------
not sure if it is related, but vnc failed for me at line 105:
 cd xorg-server-*

changing it to this fixed it:
 cd unix/xorg-server-*

------- Comment #17 From discon@gmail.com 2006-10-29 16:59:54 0000 -------
(In reply to comment #14)
> not sure if it is related, but vnc failed for me at line 105:
>  cd xorg-server-*
> 
> changing it to this fixed it:
>  cd unix/xorg-server-*
> 

I have the same problem.

# emerge vnc

[...]

 * Running autoconf ...                                                   [ ok
]/usr/portage/net-misc/vnc/vnc-4.1.2.ebuild: line 103: cd: xorg-server-*: No
such file or directory
 * Running eautoreconf in '/var/tmp/portage/vnc-4.1.2/work/vnc-4_1_2-unixsrc'
...
 * Running aclocal ...                                                    [ !!
]
 * Failed Running aclocal !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/vnc-4.1.2/temp/aclocal-14453.out


!!! ERROR: net-misc/vnc-4.1.2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  vnc-4.1.2.ebuild, line 104:   Called eautoreconf
  autotools.eclass, line 83:   Called eaclocal
  autotools.eclass, line 121:   Called autotools_run_tool 'aclocal'
  autotools.eclass, line 240:   Called die

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




# cat /var/tmp/portage/vnc-4.1.2/temp/aclocal-14453.out
***** aclocal *****

aclocal-1.9: `configure.ac' or `configure.in' is required

------- Comment #18 From Jeroen Roovers 2006-10-31 20:02:06 0000 -------
(In reply to comment #14)
> not sure if it is related, but vnc failed for me at line 105:
>  cd xorg-server-*
> 
> changing it to this fixed it:
>  cd unix/xorg-server-*

That's an unrelated bug in the ebuild (which I fixed just now).

------- Comment #19 From SpanKY 2006-10-31 22:04:44 0000 -------
are you using up-to-date sync ?  i was getting that error but it should be
fixed in latest cvs

------- Comment #20 From Raúl Porcel 2006-12-12 11:14:50 0000 -------
Still having problems with this?

------- Comment #21 From Rodrigo Exterckötter Tjäder 2006-12-12 11:36:00 0000 -------
(In reply to comment #18)
> Still having problems with this?
> 

No, marking as fixed. :)

First Last Prev Next    No search results available      Search page      Enter new bug