First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 29464
Alias:
Product:
Component:
Status: CLOSED
Resolution: TEST-REQUEST
Assigned To: Steve Arnold <nerdboy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Torsten Kurbad <torsten@tk-webart.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
hylafax-4.1.7_gcc-3.3.1.patch Patch for hylafax 4.1.7 vs. gcc 3.3.1 patch Torsten Kurbad 2003-09-23 15:45 0000 521 bytes Details | Diff
hylafax-4.1.8-gcc-version.patch gcc version patch for hylafax 4.1.8 patch Torsten Kurbad 2004-03-08 07:31 0000 520 bytes Details | Diff
hylafax-4.1.8-r2.ebuild New ebuild file (proposed 4.1.8-r2) text/plain Torsten Kurbad 2004-03-08 07:33 0000 2.35 KB Details
digest-hylafax-4.1.8-r2 MD5 digests for 4.1.8-r2 text/plain Torsten Kurbad 2004-03-08 07:34 0000 66 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 29464 depends on: Show dependency tree
Bug 29464 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: 2003-09-23 15:44 0000
I encountered a problem as I tried to compile hylafax with gcc 3.3.1

The hylafax configure-script has to be fixed, since gcc -v reports
gcc-Version instead of gcc-version for newer versions of gcc (note the "new"
capital "V")

I attach the respective patch for the configure-script.
Unfortunately, I don't have time yet to change the ebuild accordingly, but this
should be no problem to the maintainer... ;o)

Regards,
Torsti :o)

------- Comment #1 From Torsten Kurbad 2003-09-23 15:45:39 0000 -------
Created an attachment (id=18219) [edit]
Patch for hylafax 4.1.7 vs. gcc 3.3.1

------- Comment #2 From Steve Arnold 2003-09-25 21:33:03 0000 -------
Thanks.  Now testing...

------- Comment #3 From Steve Arnold 2003-10-04 01:36:52 0000 -------
I don't currently have another machine to bump gcc on, but I might have an
alternative fix.  Try the new ~x86 ebuild and let me know what happens.

------- Comment #4 From Torsten Kurbad 2003-10-04 03:13:17 0000 -------
Hmm, same here - I don't even have my hylafax-machine running at the moment,
since I'm about to move to another town. But I'll check the new ebuild as
soon as possible.

------- Comment #5 From Alexander Gabert (RETIRED) 2004-03-03 05:25:10 0000 -------
a duplicate bug with a newer hylafax version seemed to come across this old
problem again, reopening to the package maintainers discretion and appending
the newer bug to this original one.

Alex

------- Comment #6 From Alexander Gabert (RETIRED) 2004-03-03 05:26:11 0000 -------
*** Bug 38483 has been marked as a duplicate of this bug. ***

------- Comment #7 From Steve Arnold 2004-03-03 21:02:53 0000 -------
Is this still a problem?  I'm beyond the 3.3.1 version of gcc, and 4.1.8-r1
still builds fine for me.  If anyone still needs the gcc Version patch, please 
speak up and I'll make an -r2 ebuild.

Here's my build info:

rama root # emerge --info    
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.1)
=================================================================
System uname: 2.6.1 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.4.3.13
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.7
AUTOCLEAN="yes"
CFLAGS="-march=i686 -mcpu=athlon-xp -Os -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=i686 -mcpu=athlon-xp -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs distcc sandbox userpriv usersandbox"
GENTOO_MIRRORS="ftp://mirror.iawnet.sandia.gov/pub/gentoo http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo http://trumpetti.atm.tut.fi/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="3dnow X aalib acl acpi alsa apm arts avi berkdb bonobo cdr crypt cups dga directfb dvd emacs encode esd evo fam fbcon foomaticdb freetype freetype2 gb gd gdbm gif gnome gpm gtk gtk2 gtkhtml imap imlib ipv6 java jpeg junit kde lame lcms ldap libg++ libwww mad mikmod mmx motif mozilla mpeg mysql ncurses nls ogg oggvorbis opengl oss pam pda pdflib perl plotutils png python qt quicktime readline samba sasl sdl slang slp spell sse ssl tcltk tcpd tetex tiff truetype vorbis x86 xml xml2 xmms xv zeo zlib"

------- Comment #8 From Torsten Kurbad 2004-03-08 07:31:52 0000 -------
Created an attachment (id=27028) [edit]
gcc version patch for hylafax 4.1.8

Since the solution with autoreconf didn't work for me, I created a new patch,
ebuild and digest. (See attachments)

It works well on my system with gcc-3.3.3

Exthaustive testing and check-in to the rsync tree is requested! ;o)

Regards,
Torsti

------- Comment #9 From Torsten Kurbad 2004-03-08 07:33:55 0000 -------
Created an attachment (id=27029) [edit]
New ebuild file (proposed 4.1.8-r2)

@package maintainers: please test it and check in, if possible

Regards,
Torsti

------- Comment #10 From Torsten Kurbad 2004-03-08 07:34:28 0000 -------
Created an attachment (id=27030) [edit]
MD5 digests for 4.1.8-r2

------- Comment #11 From Sören Lorenz 2004-03-12 02:52:01 0000 -------
I also got the gcc-error during emerge of hylafax-xxx-r1. My emerge --info
looks pretty much the same as the one above. Then I used the three files
Torsten posted and emerged from my OVERLAY. It worked flawlessly. Thanks
Torsten!

Ciao,

S

------- Comment #12 From Sören Lorenz 2004-03-12 02:52:01 0000 -------
I also got the gcc-error during emerge of hylafax-xxx-r1. My emerge --info
looks pretty much the same as the one above. Then I used the three files
Torsten posted and emerged from my OVERLAY. It worked flawlessly. Thanks
Torsten!

Ciao,

Sören Lorenz

------- Comment #13 From Steve Arnold 2004-03-13 09:41:35 0000 -------
Now in portage; if someone with the problem can confirm it works for them, I'll 
close this sucker...

------- Comment #14 From Steve Arnold 2004-05-08 10:20:32 0000 -------
No negative feedback on this, so closing...

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