Search Criteria
Package Details: gnomebaker 0.6.4-4
Git Clone URL: | https://aur.archlinux.org/gnomebaker.git (read-only, click to copy) |
---|---|
Package Base: | gnomebaker |
Description: | A full featured CD/DVD burning application for Gnome |
Upstream URL: | http://gnomebaker.sourceforge.net |
Licenses: | |
Submitter: | Allan |
Maintainer: | fukawi2 |
Last Packager: | fukawi2 |
Votes: | 112 |
Popularity: | 0.000000 |
First Submitted: | 2010-02-13 11:07 |
Last Updated: | 2015-06-08 23:54 |
Dependencies (9)
- cdrdao
- cdrkit (cdrtools)
- dvd+rw-tools
- gstreamer0.10-base-plugins
- libgnomeui
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- patch (patch-git) (make)
- perl-xml-parser (make)
- rarian (make)
Latest Comments
1 2 Next › Last »
toppy commented on 2015-04-28 12:13
@fukawi2 most welcome ! thanks for the update :-)
fukawi2 commented on 2015-04-28 04:13
Thanks for picking that up @toppy. I've updated the PKGBUILD to reflect that.
toppy commented on 2015-04-28 03:00
[UPDATE]
Finally successful in building this package ... I just like Gnomebaker :-)
Edited dependencies in PKGBUILD (/tmp/yaourt-tmp-USERNAME/gnomebaker/PKGBUILD)
.. changed "perlxml" to "perl-xml-parser" and package build completes and installs.
Hope this helps anyone else trying to build this package.
toppy commented on 2015-01-31 23:37
Fails to build ... "Package not found perlxml"
I am new at Linux and don't know how to correct this.
Thanks in advance for any help :-)
fukawi2 commented on 2012-10-17 23:02
Fixed in -3, thanks for spotting that one hadrons123 :)
hadrons123 commented on 2012-10-17 17:28
I just noticed that there is a patch in fedora for this gnomebaker-0.6.4-ldadd.patch. I guess it would work if we add the patch to the pkgbuild.
[code]diff -up gnomebaker-0.6.4/src/Makefile.in.ldadd gnomebaker-0.6.4/src/Makefile.in
--- gnomebaker-0.6.4/src/Makefile.in.ldadd 2010-02-15 10:32:51.000000000 +0100
+++ gnomebaker-0.6.4/src/Makefile.in 2010-02-15 10:33:03.000000000 +0100
@@ -255,7 +255,7 @@ gnomebaker_SOURCES = \
cairofillbar.c cairofillbar.h \
backend.c backend.h
-gnomebaker_LDADD = @GNOMEBAKER_LIBS@
+gnomebaker_LDADD = @GNOMEBAKER_LIBS@ -lm
gnomebaker_LDFLAGS = -export-dynamic
all: all-am
[/code]
hadrons123 commented on 2012-10-17 17:05
/usr/bin/ld: cairofillbar.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'
/usr/bin/ld: note: 'ceil@@GLIBC_2.2.5' is defined in DSO /usr/lib/libm.so.6 so try adding it to the linker command line
/usr/lib/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
Any solutions?
oboedad55 commented on 2012-09-02 04:11
I'm getting the same errors as DarioP. Anyone have a solution?
DarioP commented on 2012-05-12 10:12
Compilation failed here:
/usr/bin/ld: cairofillbar.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'
/usr/bin/ld: note: 'ceil@@GLIBC_2.2.5' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [gnomebaker] Errore 1
A problem with libraries?
fukawi2 commented on 2011-03-20 22:13
Thanks wonder, patch applied and pkgrel 2 uploaded.