First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 67164
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Frank van de Pol (RETIRED) <fvdpol@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: mikael söderholm <gnarlie@ihku.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
zynaddsubfx-2.1.1.ebuild zynaddsubfx-2.1.1.ebuild application/octet-stream mikael söderholm 2004-10-11 15:22 0000 1.05 KB Details
zynaddsubfx-2.1.1.patch zynaddsubfx-2.1.1.patch application/octet-stream mikael söderholm 2004-10-11 15:22 0000 11.47 KB Details
zynaddsubfx-2.1.1-gcc34_mem_hack.patch v1, zynaddsubfx-2.1.1-gcc34_mem_hack.patch patch Eric Shattow 2004-10-13 19:33 0000 1.18 KB Details | Diff
zynaddsubfx-2.1.1-fltk_flags.patch v1, fltk_flags.patch patch Eric Shattow 2004-10-17 00:22 0000 1.47 KB Details | Diff
zynaddsubfx-2.1.1-fltk_version.patch v1, fltk_version.patch patch Eric Shattow 2004-10-17 00:24 0000 10.36 KB Details | Diff
zynaddsubfx-2.1.1-gcc34_mem_hack.patch v2, gcc34_mem_hack.patch patch Eric Shattow 2004-10-17 00:27 0000 1.85 KB Details | Diff
zynaddsubfx-2.1.1-gcc_subscript_warning.patch v1, gcc_subscript_warning.patch patch Eric Shattow 2004-10-17 00:28 0000 3.61 KB Details | Diff
zynaddsubfx-2.1.1-sanitize_makefile.patch v1, sanitize_makefile.patch patch Eric Shattow 2004-10-17 00:29 0000 554 bytes Details | Diff
zynaddsubfx-2.1.1.ebuild v2, media-sound/zynaddsubfx/zynadsubfx-2.1.1.ebuild text/plain Eric Shattow 2004-10-17 00:32 0000 2.00 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 67164 depends on: Show dependency tree
Bug 67164 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: 2004-10-11 15:21 0000

    

------- Comment #1 From mikael söderholm 2004-10-11 15:22:17 0000 -------
Created an attachment (id=41583) [edit]
zynaddsubfx-2.1.1.ebuild

------- Comment #2 From mikael söderholm 2004-10-11 15:22:46 0000 -------
Created an attachment (id=41584) [edit]
zynaddsubfx-2.1.1.patch

------- Comment #3 From Eric Shattow 2004-10-13 04:27:58 0000 -------
i did my own 2.1.1 ebuild and patches independently, currently trying to iron
out the Bug #65752 problems.

------- Comment #4 From mikael söderholm 2004-10-13 04:50:17 0000 -------
So why is this an issue when gentoo uses gcc 3.3.4 at the moment?

------- Comment #5 From Eric Shattow 2004-10-13 18:42:18 0000 -------
no mikael, the problem is with Zyn.  bug #65752.  Frank is hard to reach (I
hear he is quite busy).   Chris White is also quite busy, but has found enough
time to commit sound-related ebuilds.   you should re-assign to
chriswhite@gentoo.org because he is a gentoo homeboy and rocks the house. 
also, please change the keywords to "ebuild" when the bug is ebuild-related,
and add "inclusion" to the keywords when it is ready for inclusion.

also, when attaching text files, please mark the content type NOT as
appl/octet-stream, instead mark them as text.    i appreciate the effor mikael,
but i'm already hip to the new release and am working on a full patch set with
a new ebuild and possible work-around / hack for the gcc 3.4.x users. i would
appreciate if you could mark the ebuild and patch you have up there as
"obsolete" to prevent any confusion.

be patient, i will post my attachments soon.

------- Comment #6 From Eric Shattow 2004-10-13 19:33:29 0000 -------
Created an attachment (id=41777) [edit]
v1, zynaddsubfx-2.1.1-gcc34_mem_hack.patch

it's bizarre, doesn't make sense, but it makes Zyn run happy on x86 against gcc
3.4.2-r2

------- Comment #7 From Eric Shattow 2004-10-17 00:22:14 0000 -------
Created an attachment (id=42010) [edit]
v1, fltk_flags.patch

corrects build scripts so they use proper fltk flags

------- Comment #8 From Eric Shattow 2004-10-17 00:24:22 0000 -------
Created an attachment (id=42011) [edit]
v1, fltk_version.patch

comment out the (unnecessary) version string in *.fl

------- Comment #9 From Eric Shattow 2004-10-17 00:27:32 0000 -------
Created an attachment (id=42012) [edit]
v2, gcc34_mem_hack.patch

hacks for both Synth/OscilGen.C and DSP/AnalogSynth.C

not sure why it works, but what i did is allocate some memory, use sprintf to
write values to the buffer, and then free the allocated memory.   whatever
mis-alignement happens due to gcc 3.4.x+ is then not crashing ZynAddSubFX, and
after some limited testing I found no ill effects.

------- Comment #10 From Eric Shattow 2004-10-17 00:28:38 0000 -------
Created an attachment (id=42013) [edit]
v1, gcc_subscript_warning.patch

douse gcc warnings

------- Comment #11 From Eric Shattow 2004-10-17 00:29:53 0000 -------
Created an attachment (id=42014) [edit]
v1, sanitize_makefile.patch

1-liner, gets rid of silly 'yes "" | head' -ism

------- Comment #12 From Eric Shattow 2004-10-17 00:32:09 0000 -------
Created an attachment (id=42015) [edit]
v2, media-sound/zynaddsubfx/zynadsubfx-2.1.1.ebuild

fixed a whole lot of brokeness.  i hope.  no, i'm pretty sure of it.  brokeness
be gone!

------- Comment #13 From Eric Shattow 2004-10-17 00:34:46 0000 -------
chris, have a look at this.   i've done as much testing as i can do, and ebuild
i have attached to the bug should be much more complete than the last one (for
v2.0.0).   cheers.  -E

------- Comment #14 From Chris White (RETIRED) 2004-10-17 22:15:53 0000 -------
Closed and in cvs, wee :D.

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