Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 200383
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Printing Team <printing@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: jergendutch@gmail.com
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ghostscript-8.61-ijs-krgb.patch Fedora patch #1 patch Daniel J. 2007-11-26 15:08 0000 21.44 KB Details | Diff
ghostscript-8.61-multilib.patch Fedora patch #3 patch Daniel J. 2007-11-26 15:08 0000 351 bytes Details | Diff
ghostscript-8.61-noopt.patch Fedora patch #4 patch Daniel J. 2007-11-26 15:09 0000 517 bytes Details | Diff
ghostscript-8.61-rinkj.patch rinkj driver patch patch Daniel J. 2007-11-26 15:09 0000 943 bytes Details | Diff
ghostscript-gpl-8.61.ebuild Initial 8.61 ebuild text/plain Daniel J. 2007-11-26 15:11 0000 4.48 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 200383 depends on: Show dependency tree
Bug 200383 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: 2007-11-26 10:24 0000
Version 8.61 of ghostscript was released (21 Nov).

http://sourceforge.net/project/showfiles.php?group_id=1897&package_id=108733

Reproducible: Always

------- Comment #1 From Daniel J. 2007-11-26 15:08:07 0000 -------
Created an attachment (id=137046) [details]
Fedora patch #1

------- Comment #2 From Daniel J. 2007-11-26 15:08:46 0000 -------
Created an attachment (id=137048) [details]
Fedora patch #3

------- Comment #3 From Daniel J. 2007-11-26 15:09:11 0000 -------
Created an attachment (id=137050) [details]
Fedora patch #4

------- Comment #4 From Daniel J. 2007-11-26 15:09:44 0000 -------
Created an attachment (id=137052) [details]
rinkj driver patch

------- Comment #5 From Daniel J. 2007-11-26 15:11:16 0000 -------
Created an attachment (id=137053) [details]
Initial 8.61 ebuild

This ebuild could be considered a starting point, but it dies with the
following error:

./obj/../soobj/echogs -e .dev -a-  ./obj/../soobj/cups -lib cupsimage cups tiff
jpeg png gnutls tasn1 gcrypt gpg-error z pthread m crypt
i686-pc-linux-gnu-gcc  -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64
-DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -O2 -fPIC -Wall -Wstrict-prototypes
-Wmissing-declarations -Wmissing-prototypes -Wwrite-strings
-Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_STDINT_H
-DGX_COLOR_INDEX_TYPE="unsigned long long" -O3 -march=athlon-xp -pipe
-fomit-frame-pointer -DGS_DEVS_SHARED
-DGS_DEVS_SHARED_DIR=\"/usr/lib/ghostscript/8.61\" -I./obj/../soobj -I./src
-Iijs  -o ./obj/../soobj/gdevijs.o -c ./src/gdevijs.c
./src/gdevijs.c:86: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:87: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:88: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:89: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:90: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:91: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:239: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:301: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:378: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:396: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:413: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:432: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:450: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:464: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c:487: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'int'
./src/gdevijs.c: In function 'gsijs_open':
./src/gdevijs.c:791: error: 'gsijs_create_buf_device' undeclared (first use in
this function)
./src/gdevijs.c:791: error: (Each undeclared identifier is reported only once
./src/gdevijs.c:791: error: for each function it appears in.)
./src/gdevijs.c:867: warning: implicit declaration of function
'gsijs_set_krgb_mode'
./src/gdevijs.c:781: warning: unused variable 'max_bitmap'
./src/gdevijs.c: In function 'gsijs_output_page':
./src/gdevijs.c:1021: warning: implicit declaration of function
'gsijs_get_bits'
./src/gdevijs.c:1030: warning: implicit declaration of function
'gsijs_k_get_bits'
make[1]: *** [obj/../soobj/gdevijs.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/app-text/ghostscript-gpl-8.61/work/ghostscript-8.61'
make: *** [so] Error 2

------- Comment #6 From Timo Gurr 2007-11-26 15:17:53 0000 -------
Thanks for your effort Daniel, I'm aware of the new release and already have an
updated version sitting on my local disk, however gsdjvu also doesn't compile
against 8.61 at the moment.

------- Comment #7 From Timo Gurr 2007-11-30 22:40:16 0000 -------
Fixed in CVS.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug