First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 136917
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dominik Seichter <domseichter@web.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 136917 depends on: Show dependency tree
Bug 136917 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-06-15 11:03 0000
Hi, 

I am the developer of KBarcode. The kbarcode 2.0.3 ebuild in app-text is only
available for ~amd64 and ~x86. The outdated version 1.8.1 is default on these
architectures. 
I would like to ask you, if you can unmask the stable version 2.0.3 for these
architectures. 2.0.3 has much less bugs than 1.8.1 and has been tested
extensively on amd64 and x86 gentoo systems.

Thanks for your help.

best regards,
  Dominik Seichter (KBarcode Developer)

------- Comment #1 From Caleb Tennis 2006-07-03 05:33:06 0000 -------
adding the requested arches to stabilize

------- Comment #2 From Michael Weyershäuser 2006-07-04 17:26:27 0000 -------
compiles and runs fine on amd64, can't say anything about the produced
barcodes, never learned to read them in school ^^

------- Comment #3 From Jon Hood (RETIRED) 2006-07-04 22:53:00 0000 -------
Thanks Michael, stable on amd64. Additionally, I use kbarcode quite heavily and
can verify the barcodes it creates are correct. Any problems are human-error in
typing in numbers. I haven't thoroughly tested the database support, but it
seems to be a safe assumption that it works, too.

------- Comment #4 From Christian Faulhammer 2006-07-05 00:20:40 0000 -------
barcode-0.98 (as dependency) says while configuring:
"sed: can't read confdefs.h: No such file or directory" (file new bug?)

Did not test database functionality, but works fine so far.  No test of
printing functions.

Portage 2.1-r1 (default-linux/x86/no-nptl, gcc-3.4.6, glibc-2.3.6-r4,
2.6.16-gentoo-r9 i686)
=================================================================
System uname: 2.6.16-gentoo-r9 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.6.15
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O0"
CHOST="i686-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="-O0"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distlocks metadata-transfer
parallel-fetch sandbox sfperms strict test"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de"
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"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.informatik.rwth-aachen.de/gentoo-portage"
USE="x86 3dnow 3dnowext X Xaw3d a52 alsa arts artworkextra asf audiofile avi
bash-completion berkdb bidi bitmap-fonts bootsplash bzip2 cairo cdda cddb
cdparanoia cdr cli cracklib crypt css cups curl custom-cflags dbus dga directfb
divx4linux dlloader dri dts dvd dvdr dvdread dvi eds emacs emboss encode esd
evo exif expat fam fat fbcon fdftk ffmpeg firefox foomaticdb fortran ftp gb gcj
gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml hal howl icq idn imagemagick imap
imlib ipv6 isdnlog java javascript jikes jpeg jpeg2k kde ldap leim libg++
libwww lm_sensors mad maildir matroska mbox mikmod mime mmx mmxext mng mono
motif mp3 mpeg mpeg2 mule nautilus ncurses nforce2 nls nocardbus nowebdav
nsplugin nvidia ogg opengl pam pcre pdf pdflib perl plotutils pmu png ppds pppd
preview-latex print python qt qt3 qt4 quicktime readline reflection reiserfs
samba sdk session slang spell spl sse ssl svg svga t1lib tcltk tcpd theora
thunderbird tiff truetype truetype-fonts type1-fonts usb vcd videos vorbis
win32codecs wmf wxwindows xine xml xorg xosd xv xvid zlib elibc_glibc
input_devices_mouse input_devices_keyboard kernel_linux linguas_de userland_GNU
video_cards_radeon video_cards_vesa video_cards_fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #5 From Dominik Seichter 2006-07-05 02:39:37 0000 -------
Regarding the problem with GNU Barcode during ./configure.
KBarcode 2.0.3 does not require GNU Barcode for barcode generation. GNU Barcode
is only one supported backend, but another one is already included into the
KBarcode tarball (barcode writer in pure postscript). So GNU Barcode should not
be a blocker.

Thanks for all your testing.

Dom (KBarcode Maintainer)

------- Comment #6 From Joshua Jackson 2006-07-06 21:05:08 0000 -------
x86 done ^^

------- Comment #7 From Joseph 2006-07-17 14:57:57 0000 -------
kbarcode 2.0.3

Right align "text" does not keep the preference, it return to "align left".
Example: I create a text box, enter some text, click on icon "right align" save
it. When I open it next time to edit it the  "align right" icon is highlighted
but when I clink "OK" text jump to "align left"
I think this is a bug. 

#Joseph

------- Comment #8 From Dominik Seichter 2006-07-20 05:28:42 0000 -------
@joseph:

Thanks for reporting this bug. I fixed it in CVS.

best regards,
  Dom

------- Comment #9 From Raúl Porcel 2006-09-04 14:52:22 0000 -------
This is fixed a long time ago. Closing bug

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