Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53549 - New release of gnome-bluetooth out (0.5.1)
Summary: New release of gnome-bluetooth out (0.5.1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 53550 (view as bug list)
Depends on:
Blocks: 52547 53550 54448
  Show dependency tree
 
Reported: 2004-06-10 10:55 UTC by Richard Torkar
Modified: 2004-06-27 06:46 UTC (History)
1 user (show)

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


Attachments
gnome-bt 0.5 ebuild (gnome-bluetooth-0.5.ebuild,1.06 KB, text/plain)
2004-06-18 23:39 UTC, Qui Gon
Details
libbtctl-0.4.ebuild (libbtctl-0.4.ebuild,721 bytes, text/plain)
2004-06-18 23:40 UTC, Qui Gon
Details
ebuild for libbtctl 0.4.1 (libbtctl-0.4.1.ebuild,834 bytes, text/plain)
2004-06-19 12:31 UTC, Richard Torkar
Details
ebuild for gnome-bluetooth 0.5.1 (gnome-bluetooth-0.5.1.ebuild,1.05 KB, text/plain)
2004-06-19 12:35 UTC, Richard Torkar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Torkar 2004-06-10 10:55:48 UTC
http://lists.usefulinc.com/pipermail/gnome-bluetooth/2004-June/000463.html for more information.
Comment 1 Qui Gon 2004-06-18 23:39:42 UTC
Created attachment 33547 [details]
gnome-bt 0.5 ebuild

I'm attaching the ebuild for gnome-bluetooth 0.5.
Check if it works for you, as the dependencies with Python are a little tricky.

It worked for me, so please give feedback.
Comment 2 Qui Gon 2004-06-18 23:40:18 UTC
Created attachment 33548 [details]
libbtctl-0.4.ebuild
Comment 3 Richard Torkar 2004-06-19 03:21:09 UTC
We have libbtctl-0.4.1 and gnome-bluetooth-0.5.1 released. In addition to that, the download link to usefulinc is not correct.

It should say:
http://downloads.usefulinc.com/libbtctl/${P}.tar.gz
and
http://downloads.usefulinc.com/gnome-bluetooth/${P}.tar.gz
Comment 4 Richard Torkar 2004-06-19 10:49:52 UTC
In addition to that the build (libbtctl) seem to be broken since libbtctl needs to get hold of /root/.wapi directory during the build. This is of course not allowed by the sandbox.
************************************************
if test "." != "."; then rm -f btctl-api.xml; fi
cp ../../libbtctl.pub .
chmod u+w libbtctl.pub
/usr/bin/mcs --unsafe --target library   \
-pkg:gtk-sharp \
-o btctl.dll  AssemblyInfo.cs generated/*.cs
ACCESS DENIED  open_wr:   /root/.wapi/shared_data-tux-1-0

** (/usr/lib/mono/1.0/mcs.exe:11232): CRITICAL **: : shared file [/root/.wapi/shared_data-tux-1-0] open error: Permission denied

** (/usr/lib/mono/1.0/mcs.exe:11232): CRITICAL **: : shared file [/root/.wapi/shared_data-tux-1-0] open error

** (/usr/lib/mono/1.0/mcs.exe:11232): WARNING **: Failed to attach shared memory! Falling back to non-shared handles
See: http://www.go-mono.com/issues.html#wapi for details
error CS8027: Couldn't run pkg-config: Cannot find the specified file
make[3]: *** [btctl.dll] Error 1
make[3]: Leaving directory `/var/tmp/portage/libbtctl-0.4.1/work/libbtctl-0.4.1/mono/libbtctl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/libbtctl-0.4.1/work/libbtctl-0.4.1/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libbtctl-0.4.1/work/libbtctl-0.4.1'
make: *** [all] Error 2

!!! ERROR: net-wireless/libbtctl-0.4.1 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-wireless_-_libbtctl-0.4.1-3157.log"

open_wr:   /root/.wapi/shared_data-tux-1-0
open_wr:   /root/.wapi/shared_data-tux-1-0
open_wr:   /root/.wapi/shared_data-tux-1-0
--------------------------------------------------------------------------------
******************************************************
Comment 5 Richard Torkar 2004-06-19 12:31:45 UTC
Created attachment 33581 [details]
ebuild for libbtctl 0.4.1

The 0.4.1 version also takes into account that c# bindings are built and
installed!
Comment 6 Richard Torkar 2004-06-19 12:35:09 UTC
Created attachment 33582 [details]
ebuild for gnome-bluetooth 0.5.1

The only thing that has changed is the version number (0.5.1) and the fact that
it should depend on libbtctl-0.4.1.
Comment 7 Richard Torkar 2004-06-19 13:58:23 UTC
*** Bug 53550 has been marked as a duplicate of this bug. ***
Comment 8 Alastair Tse (RETIRED) gentoo-dev 2004-06-27 06:44:24 UTC
Comment on attachment 33547 [details]
gnome-bt 0.5 ebuild

ebuilds should always be attached as text/plain
Comment 9 Alastair Tse (RETIRED) gentoo-dev 2004-06-27 06:46:56 UTC
anyway, i've added libbtctl and gnome-bluetooth seperately from this bug. doesn't seem like you added mono as an optional dependency.