Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7168 - bookmarksync-0.3.ebuild (NEW PACKAGE)
Summary: bookmarksync-0.3.ebuild (NEW PACKAGE)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: phoen][x
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 08:50 UTC by M3Dlor
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
bookmarksync-0.3 (NEW PACKAGE) (bookmarksync-0.3.ebuild.tar.gz,780 bytes, application/octet-stream)
2002-08-28 08:54 UTC, M3Dlor
Details
bookmarksync-0.3.tar.gz (New Package fixed) (bookmarksync-0.3.tar.gz,50.00 KB, application/octet-stream)
2002-11-15 17:47 UTC, M3Dlor
Details
bookmarksync-0.3.1 (NEW PACKAGE. fixed Makefile + ebuild) (bookmarksync-0.3.1.ebuild.tar.gz,831 bytes, text/plain)
2002-11-15 18:28 UTC, M3Dlor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description M3Dlor 2002-08-28 08:50:46 UTC
Hi

bookmarksync ist a gpl-2 licenced console tool for synchronizing/merging browser
bookmark files (mozilla, netscape4,..).

I suggest putting it into "net-www/bookmarksync".

No dependencies.


Greets
Tobias
Comment 1 M3Dlor 2002-08-28 08:54:25 UTC
Created attachment 3505 [details]
bookmarksync-0.3 (NEW PACKAGE)
Comment 2 phoen][x 2002-11-15 13:10:44 UTC
Since you are the author of the package:

If i run "make" it b0rks with this message:
gravity bookmarksync-0.3 # make
gcc -g -o bookmarksync bookmarksync.o	
bookmarksync.o(.eh_frame+0x11):/var/tmp/portage/bookmarksync-0.3/work/bookmarksync-0.3/bookmarksync.cc:24:
undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
make: *** [all] Error 1

Here is my 'emerge info':

Portage 2.0.44 (default-x86-1.4, gcc-3.2, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.20-pre7-mjc2 i686 AMD Athlon(tm) processor
USE="x86 3dnow apm avi crypt gif jpeg libg++ mikmod mmx mpeg ncurses nls pdflib
png qtmt quicktime truetype xml2 xmms xv zlib gdbm berkdb slang readline sdl
tcpd pam libwww ssl perl python esd imlib oggvorbis gtk motif opengl aalib
bonobo gnome cups dvd ggi gtkhtml guile java mozilla nas svga tcltk ogg vorbis
objprelink fbcon oss mhash mcrypt encode -alsa -arts -kde -gpm -qt directfb X
gtk2 ggz cdr evo imap ldap spell pda mysql"
ARCH="x86"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O3 -pipe -fforce-addr -fomit-frame-pointer
-funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4
-maccumulate-outgoing-args"
CXXFLAGS="-march=athlon-tbird -O3 -pipe -fforce-addr -fomit-frame-pointer
-funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4
-maccumulate-outgoing-args"
ACCEPT_KEYWORDS="x86 ~x86"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
MAKEOPTS="-j2"
JDK_HOME="/opt/blackdown-jdk-1.3.1"
JAVA_HOME="/opt/blackdown-jdk-1.3.1"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"

Now who's the bugfixer here? :)

-phoen][x-
Comment 3 M3Dlor 2002-11-15 17:45:29 UTC
Hello

probably its a typo in Makefile of bookmarksync-0.3.tar.gz. It needs to be
"g++ -g -o bookmarksync bookmarksync.o" instead of "gcc -g -o bookmarksync
bookmarksync.o".

Its working on my 1.2 gentoo though.

I added a fixed (only this changes) tar.gz .
Comment 4 M3Dlor 2002-11-15 17:47:42 UTC
Created attachment 5707 [details]
bookmarksync-0.3.tar.gz (New Package fixed)

fixed typo in Makefile (g++ instead of gcc calls)
Comment 5 M3Dlor 2002-11-15 18:28:20 UTC
Created attachment 5708 [details]
bookmarksync-0.3.1 (NEW PACKAGE. fixed Makefile + ebuild)

real fixed ebuild tar.gz archive
Comment 6 phoen][x 2002-11-16 12:16:23 UTC
Added to the tree.

Thanks for the contribution,

-phoen][x-