Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76437 - new ebuild for xprobe2-0.2.1
Summary: new ebuild for xprobe2-0.2.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Netmon project
URL: http://www.sys-security.com/html/tool...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-01-02 11:57 UTC by Marco Papa Manzillo
Modified: 2005-02-17 05:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xprobe-0.2.1-r1.ebuild (xprobe-0.2.1-r1.ebuild,1.21 KB, application/octet-stream)
2005-01-02 11:58 UTC, Marco Papa Manzillo
Details
/var/tmp/portage/xprobe-0.2.1-r1/work/xprobe2-0.2.1/config.log (config.log,27.76 KB, text/plain)
2005-01-31 14:03 UTC, Zentoo
Details
New ebuild (xprobe-0.2.1-r2.ebuild,1.22 KB, application/octet-stream)
2005-01-31 14:15 UTC, Marco Papa Manzillo
Details
emerge info && emerge -v xprobe (with last ebuild to test) (xprobe.log,11.81 KB, text/plain)
2005-02-14 16:38 UTC, Zentoo
Details
/var/tmp/portage/xprobe-0.2.1-r2/work/xprobe2-0.2.1/config.log (config.log,24.14 KB, application/text)
2005-02-14 16:51 UTC, Zentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Papa Manzillo 2005-01-02 11:57:24 UTC
I modified a previous ebuild (see Bug#: 75245) because there is a broken configuration file, but a good configure.in.... so... let's do an autoconf
(Also because the old version had this problem on my box
---------------
configure: configuring in libs-external/USI++/src
configure: running /bin/sh './configure' --prefix=/usr  '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' 'CC=gcc' 'CXX=g++' 'host_alias=i686-pc-linux-gnu' --cache-file=/dev/null --srcdir=.
configure: warning: CC=gcc: invalid host type
configure: warning: CXX=g++: invalid host type
configure: error: can only configure for one host and one target at a time
configure: error: /bin/sh './configure' failed for libs-external/USI++/src
-----------------
)

this is the diff

# diff --context=2 xprobe-0.2.1.ebuild xprobe-0.2.1-r1.ebuild
*** xprobe-0.2.1.ebuild 2005-01-01 16:45:44.000000000 +0100
--- xprobe-0.2.1-r1.ebuild      2005-01-02 20:52:41.554813288 +0100
***************
*** 32,37 ****
        cd "${WORKDIR}/${PN}2-${PV}"
        # needed due to broken configure script
!       unset CFLAGS
!       unset CXXFLAGS
        econf || die "could not configure"
        emake || die "could not make"
--- 32,38 ----
        cd "${WORKDIR}/${PN}2-${PV}"
        # needed due to broken configure script
!     # unset CFLAGS
!     # unset CXXFLAGS
!       autoconf
        econf || die "could not configure"
        emake || die "could not make"


Reproducible: Always
Steps to Reproduce:
Comment 1 Marco Papa Manzillo 2005-01-02 11:58:55 UTC
Created attachment 47392 [details]
xprobe-0.2.1-r1.ebuild
Comment 2 Zentoo 2005-01-31 14:02:01 UTC
 I have still the same error with the new ebuild...


------------- emerge error -----------------

config.status: creating src/config.h
configure: configuring in libs-external/USI++/src
configure: running /bin/sh './configure' --prefix=/usr  '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '-re' '--sysconfdir=/etc' '--localstatedir=/var/lib' 'CFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer' 'CXXFLAGS=-march=athlon-xp -O2 -pipe -fomit-fraAGS=' 'host_alias=i686-pc-linux-gnu' --cache-file=/dev/null --srcdir=.
configure: warning: CFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer: invalid host type
configure: warning: CXXFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer: invalid host type
configure: error: can only configure for one host and one target at a time
configure: error: /bin/sh './configure' failed for libs-external/USI++/src

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/xprobe-0.2.1-r1/work/xprobe2-0.2.1/config.log

!!! ERROR: net-analyzer/xprobe-0.2.1-r1 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

------------- end emerge error -----------------


I put in attachment this file hoping that coulds help:
/var/tmp/portage/xprobe-0.2.1-r1/work/xprobe2-0.2.1/config.log


  TuTTle
Comment 3 Zentoo 2005-01-31 14:03:36 UTC
Created attachment 50074 [details]
/var/tmp/portage/xprobe-0.2.1-r1/work/xprobe2-0.2.1/config.log
Comment 4 Marco Papa Manzillo 2005-01-31 14:13:21 UTC
Can you try with this new file?
Comment 5 Marco Papa Manzillo 2005-01-31 14:15:57 UTC
Created attachment 50078 [details]
New ebuild
Comment 6 Zentoo 2005-02-14 16:38:34 UTC
Created attachment 51242 [details]
emerge info && emerge -v xprobe (with last ebuild to test)
Comment 7 Zentoo 2005-02-14 16:43:01 UTC
Sorry ii have forgot to track this bug. But i came back on and i've tried your last ebuild and that don't compile too.

I have put a new attchment with my emerge info and the configure process where the emerge fails.

NB: i've used my gcc/glibc in ~x86.. i've try too with gcc-3.3.5 with the same results.

 TuTTle
Comment 8 Zentoo 2005-02-14 16:48:22 UTC
by the way: how could i say to bugzilla to send me email to track a specific bug as this one ?
Comment 9 Zentoo 2005-02-14 16:51:50 UTC
Created attachment 51243 [details]
/var/tmp/portage/xprobe-0.2.1-r2/work/xprobe2-0.2.1/config.log

and the config.log too... (where is my mind ?)
Comment 10 Aaron Walker (RETIRED) gentoo-dev 2005-02-14 16:58:13 UTC
Tuttle, just add yourself to the CC list and you'll get a mail whenever the bug changes.
Comment 11 Radoslaw Stachowiak (RETIRED) gentoo-dev 2005-02-17 05:44:52 UTC
this is solved by version 0.2.2 which is now in portage. please report back in case of problems.