Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109230 - app-misc/nomad-tool missing =dev-libs/glib-1* dependency
Summary: app-misc/nomad-tool missing =dev-libs/glib-1* dependency
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 17:03 UTC by Sven Wegener
Modified: 2005-11-07 04:26 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2005-10-13 17:03:26 UTC
>>> Unpacking source...
>>> Unpacking nomad-tool-1.3.tar.gz to /var/tmp/portage/nomad-tool-1.3-r1/work
>>> Unpacking nomad-gui-0.5.5.py.bz2 to /var/tmp/portage/nomad-tool-1.3-r1/work
>>> Source unpacked.
gcc -g -I. -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
`glib-config --cflags` -o nomad-tool.o -c nomad-tool.c
/bin/sh: glib-config: command not found
nomad-tool.c:39:18: glib.h: No such file or directory
nomad-tool.c:63: error: syntax error before "GLogLevelFlags"
nomad-tool.c: In function `main':
nomad-tool.c:136: warning: implicit declaration of function `g_log_set_handler'
nomad-tool.c:137: error: `G_LOG_LEVEL_ERROR' undeclared (first use in this function)
nomad-tool.c:137: error: (Each undeclared identifier is reported only once
nomad-tool.c:137: error: for each function it appears in.)
nomad-tool.c:137: error: `G_LOG_FLAG_FATAL' undeclared (first use in this function)
nomad-tool.c:137: error: `G_LOG_FLAG_RECURSION' undeclared (first use in this
function)
nomad-tool.c: At top level:
nomad-tool.c:175: error: syntax error before "GLogLevelFlags"
nomad-tool.c:177: warning: `handle_glib_errors' was used with no prototype
before its definition
nomad-tool.c: In function `handle_glib_errors':
nomad-tool.c:178: error: `message' undeclared (first use in this function)
nomad-tool.c:179: warning: implicit declaration of function `g_log_default_handler'
nomad-tool.c:179: error: `log_domain' undeclared (first use in this function)
nomad-tool.c:179: error: `log_level' undeclared (first use in this function)
nomad-tool.c:179: error: `user_data' undeclared (first use in this function)
nomad-tool.c: In function `g_perror':
nomad-tool.c:237: warning: implicit declaration of function `g_error'
nomad-tool.c:237: warning: implicit declaration of function `g_strerror'
nomad-tool.c: In function `upload_file':
nomad-tool.c:418: warning: implicit declaration of function `g_basename'
nomad-tool.c:418: warning: assignment makes pointer from integer without a cast
nomad-tool.c: In function `upload_file_contents':
nomad-tool.c:462: warning: implicit declaration of function `g_malloc'
nomad-tool.c:462: warning: initialization makes pointer from integer without a cast
nomad-tool.c: In function `move_command':
nomad-tool.c:527: warning: implicit declaration of function `g_warning'
nomad-tool.c:534: warning: assignment makes pointer from integer without a cast
nomad-tool.c: In function `download_file_contents':
nomad-tool.c:697: warning: initialization makes pointer from integer without a cast
make: *** [nomad-tool.o] Error 1

!!! ERROR: app-misc/nomad-tool-1.3-r1 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! compile failed
!!! If you need support, post the topmost build error, NOT this status mess
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2005-11-07 04:26:23 UTC
Fixed here. Added also RDEPEND for optional gui wrapper.  
Unfortunately I no longer have this device. Plus this lib is not ARCH clean and  
does not build on amd64, so I cannot really test. The fix is trivial though, so  
at least should not brake anything. However if there are still problems, please  
reopen and reassign to maintainers-wanted..  
Can somebody, perhaps from the sound herd, test it please? 
 
Oh, and if there are problems with the wrapper, not the tool itself, please 
assign the corresponding bugs to me. 
  
George