You are not logged in.

#1 2009-07-21 05:41:43

d3adfool
Member
Registered: 2008-08-20
Posts: 49
Website

need some help building amarok1 from aur

after the libjpeg and mysql updates it just keeps crashing. i do yaourt -S amarok1 and compile it fine with no errors but it still is looking for libjpeg.so.62 and doesnt like the new mysql

i compiled it with debug enabled and this is what i got

lnxusr@UrAnus:~ $ amarokapp 
amarok: BEGIN: App::App()
kbuildsycoca running...
amarok: BEGIN: void App::fixHyperThreading()
amarok:     Workaround not enabled
amarok: END__: void App::fixHyperThreading() - Took 0.00044s
amarok: END__: App::App() - Took 0.72s
amarok: BEGIN: void App::continueInit()
amarok: BEGIN: EngineBase* EngineController::loadEngine(const QString&)
amarok:     [PluginManager] Plugin trader constraint: [X-KDE-Amarok-framework-version] == 32 and [X-KDE-Amarok-plugintype] == 'engine' and [X-KDE-Amarok-name] != 'void-engine' and [X-KDE-Amarok-rank] > 0
amarok:     [PluginManager] Plugin trader constraint: [X-KDE-Amarok-framework-version] == 32 and [X-KDE-Amarok-plugintype] == 'engine' and [X-KDE-Amarok-name] == 'void-engine' and [X-KDE-Amarok-rank] > 0
amarok:     [PluginManager] Trying to load: libamarok_void-engine_plugin
amarok:     [PluginManager] PluginManager Service Info:
amarok:     [PluginManager] ---------------------------
amarok:     [PluginManager] name                          : <no engine>
amarok:     [PluginManager] library                       : libamarok_void-engine_plugin
amarok:     [PluginManager] desktopEntryPath              : amarok_void-engine_plugin.desktop
amarok:     [PluginManager] X-KDE-Amarok-plugintype       : engine
amarok:     [PluginManager] X-KDE-Amarok-name             : void-engine
amarok:     [PluginManager] X-KDE-Amarok-authors          : (Max Howell,Mark Kretschmann)
amarok:     [PluginManager] X-KDE-Amarok-rank             : 1
amarok:     [PluginManager] X-KDE-Amarok-version          : 1
amarok:     [PluginManager] X-KDE-Amarok-framework-version: 32
amarok: END__: EngineBase* EngineController::loadEngine(const QString&) - Took 0.012s
amarok: BEGIN: CollectionDB::CollectionDB()
amarok: BEGIN: void CollectionDB::initialize()
amarok:       [ThreadManager] Creating pthread key, exit value is 0
amarok: BEGIN: MySqlConnection::MySqlConnection(const MySqlConfig*)
amarok:         [CollectionDB] [MySqlConnection::MySqlConnection(const MySqlConfig*)] 
amarok:         [CollectionDB] Connection Charset is now: latin1
amarok: END__: MySqlConnection::MySqlConnection(const MySqlConfig*) - Took 0.014s
amarok:       [CollectionDB] Creating indices, ignore errors about already existing indices
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'url_tag'
amarok: FAILED QUERY: CREATE UNIQUE INDEX url_tag ON tags( url, deviceid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'album_tag'
amarok: FAILED QUERY: CREATE INDEX album_tag ON tags( album );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'artist_tag'
amarok: FAILED QUERY: CREATE INDEX artist_tag ON tags( artist );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'composer_tag'
amarok: FAILED QUERY: CREATE INDEX composer_tag ON tags( composer );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'genre_tag'
amarok: FAILED QUERY: CREATE INDEX genre_tag ON tags( genre );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'year_tag'
amarok: FAILED QUERY: CREATE INDEX year_tag ON tags( year );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'sampler_tag'
amarok: FAILED QUERY: CREATE INDEX sampler_tag ON tags( sampler );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'images_album'
amarok: FAILED QUERY: CREATE INDEX images_album ON images( album );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'images_artist'
amarok: FAILED QUERY: CREATE INDEX images_artist ON images( artist );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'images_url'
amarok: FAILED QUERY: CREATE INDEX images_url ON images( path, deviceid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'embed_url'
amarok: FAILED QUERY: CREATE UNIQUE INDEX embed_url ON embed( url, deviceid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'embed_hash'
amarok: FAILED QUERY: CREATE INDEX embed_hash ON embed( hash );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'directories_dir'
amarok: FAILED QUERY: CREATE UNIQUE INDEX directories_dir ON directories( dir, deviceid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'uniqueid_uniqueid'
amarok: FAILED QUERY: CREATE INDEX uniqueid_uniqueid ON uniqueid( uniqueid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'uniqueid_url'
amarok: FAILED QUERY: CREATE INDEX uniqueid_url ON uniqueid( url, deviceid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'album_idx'
amarok: FAILED QUERY: CREATE INDEX album_idx ON album( name );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'artist_idx'
amarok: FAILED QUERY: CREATE INDEX artist_idx ON artist( name );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'composer_idx'
amarok: FAILED QUERY: CREATE INDEX composer_idx ON composer( name );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'genre_idx'
amarok: FAILED QUERY: CREATE INDEX genre_idx ON genre( name );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'year_idx'
amarok: FAILED QUERY: CREATE INDEX year_idx ON year( name );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'tags_artist_index'
amarok: FAILED QUERY: CREATE INDEX tags_artist_index ON tags( artist );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'tags_album_index'
amarok: FAILED QUERY: CREATE INDEX tags_album_index ON tags( album );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'tags_deviceid_index'
amarok: FAILED QUERY: CREATE INDEX tags_deviceid_index ON tags( deviceid ); 
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'tags_url_index'
amarok: FAILED QUERY: CREATE INDEX tags_url_index ON tags( url ); 
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'embed_deviceid_index'
amarok: FAILED QUERY: CREATE INDEX embed_deviceid_index ON embed( deviceid ); 
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'embed_url_index'
amarok: FAILED QUERY: CREATE INDEX embed_url_index ON embed( url ); 
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'related_artists_artist'
amarok: FAILED QUERY: CREATE INDEX related_artists_artist ON related_artists( artist );
amarok:       [CollectionDB] Finished creating indices, stop ignoring errors
amarok:       [CollectionDB] Creating permanent indices, ignore errors about already existing indices
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'lyrics_url'
amarok: FAILED QUERY: CREATE UNIQUE INDEX lyrics_url ON lyrics( url, deviceid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'lyrics_uniqueid'
amarok: FAILED QUERY: CREATE INDEX lyrics_uniqueid ON lyrics( uniqueid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'playlist_playlists'
amarok: FAILED QUERY: CREATE INDEX playlist_playlists ON playlists( playlist );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'url_playlists'
amarok: FAILED QUERY: CREATE INDEX url_playlists ON playlists( url );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'labels_name'
amarok: FAILED QUERY: CREATE UNIQUE INDEX labels_name ON labels( name, type );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'tags_labels_uniqueid'
amarok: FAILED QUERY: CREATE INDEX tags_labels_uniqueid ON tags_labels( uniqueid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'tags_labels_url'
amarok: FAILED QUERY: CREATE INDEX tags_labels_url ON tags_labels( url, deviceid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'tags_labels_labelid'
amarok: FAILED QUERY: CREATE INDEX tags_labels_labelid ON tags_labels( labelid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'url_stats'
amarok: FAILED QUERY: CREATE UNIQUE INDEX url_stats ON statistics( deviceid, url );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'percentage_stats'
amarok: FAILED QUERY: CREATE INDEX percentage_stats ON statistics( percentage );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'rating_stats'
amarok: FAILED QUERY: CREATE INDEX rating_stats ON statistics( rating );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'playcounter_stats'
amarok: FAILED QUERY: CREATE INDEX playcounter_stats ON statistics( playcounter );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'uniqueid_stats'
amarok: FAILED QUERY: CREATE INDEX uniqueid_stats ON statistics( uniqueid );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'url_podchannel'
amarok: FAILED QUERY: CREATE INDEX url_podchannel ON podcastchannels( url );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'url_podepisode'
amarok: FAILED QUERY: CREATE INDEX url_podepisode ON podcastepisodes( url );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'localurl_podepisode'
amarok: FAILED QUERY: CREATE INDEX localurl_podepisode ON podcastepisodes( localurl );
amarok:       [CollectionDB] MYSQL QUERY FAILED: Duplicate key name 'url_podfolder'
amarok: FAILED QUERY: CREATE INDEX url_podfolder ON podcastfolders( id );
amarok:       [CollectionDB] Finished creating permanent indices, stop ignoring errors
amarok: END__: void CollectionDB::initialize() - Took 0.12s
amarok: END__: CollectionDB::CollectionDB() - Took 0.14s
amarok: BEGIN: void CollectionDB::checkDatabase()
amarok: END__: void CollectionDB::checkDatabase() - Took 0.096s
amarok: BEGIN: MediaDeviceManager::MediaDeviceManager()
amarok: BEGIN: DeviceManager::DeviceManager()
amarok: BEGIN: void DeviceManager::reconcileMediumMap()
amarok: BEGIN: QStringList DeviceManager::getDeviceStringList()
amarok: END__: QStringList DeviceManager::getDeviceStringList() - Took 0.00047s
amarok: END__: void DeviceManager::reconcileMediumMap() - Took 0.00066s
amarok:       DeviceManager:  connectDCOPSignal returned successfully!
amarok: END__: DeviceManager::DeviceManager() - Took 0.007s
amarok: BEGIN: QStringList DeviceManager::getDeviceStringList()
amarok: END__: QStringList DeviceManager::getDeviceStringList() - Took 0.00042s
amarok:     DeviceManager didn't return any devices, we are probably running on a non-KDE system. Trying to reinit media devices later
amarok: BEGIN: void MediaDeviceManager::slotMediumAdded(const Medium*, QString)
amarok: END__: void MediaDeviceManager::slotMediumAdded(const Medium*, QString) - Took 0.0027s
amarok: BEGIN: void MediaDeviceManager::slotMediumAdded(const Medium*, QString)
amarok: END__: void MediaDeviceManager::slotMediumAdded(const Medium*, QString) - Took 0.0024s
amarok: BEGIN: void MediaDeviceManager::slotMediumAdded(const Medium*, QString)
amarok: END__: void MediaDeviceManager::slotMediumAdded(const Medium*, QString) - Took 0.0026s
amarok: END__: MediaDeviceManager::MediaDeviceManager() - Took 0.03s
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x9156eb0 ): KAccel object already contains an action name "play_pause"
amarok: BEGIN: void PlaylistWindow::init()
QLayout "unnamed" added to QVBox "unnamed", which already has a layout
amarok: BEGIN: void MountPointManager::init()
amarok:       [PluginManager] Plugin trader constraint: [X-KDE-Amarok-framework-version] == 32 and [X-KDE-Amarok-plugintype] == 'device' and [X-KDE-Amarok-rank] > 0
amarok:       [MountPointManager] Received [3] device plugin offers
amarok:       [PluginManager] Trying to load: libamarok_massstorage-device
amarok:       [PluginManager] PluginManager Service Info:
amarok:       [PluginManager] ---------------------------
amarok:       [PluginManager] name                          : Mass Storage Device
amarok:       [PluginManager] library                       : libamarok_massstorage-device
amarok:       [PluginManager] desktopEntryPath              : amarok_massstorage-device.desktop
amarok:       [PluginManager] X-KDE-Amarok-plugintype       : device
amarok:       [PluginManager] X-KDE-Amarok-name             : massstorage-device
amarok:       [PluginManager] X-KDE-Amarok-authors          : (Maximilian Kossick)
amarok:       [PluginManager] X-KDE-Amarok-rank             : 100
amarok:       [PluginManager] X-KDE-Amarok-version          : 1
amarok:       [PluginManager] X-KDE-Amarok-framework-version: 32
amarok:       [PluginManager] Trying to load: libamarok_smb-device
amarok:       [PluginManager] PluginManager Service Info:
amarok:       [PluginManager] ---------------------------
amarok:       [PluginManager] name                          : SMB Device
amarok:       [PluginManager] library                       : libamarok_smb-device
amarok:       [PluginManager] desktopEntryPath              : amarok_smb-device.desktop
amarok:       [PluginManager] X-KDE-Amarok-plugintype       : device
amarok:       [PluginManager] X-KDE-Amarok-name             : smb-device
amarok:       [PluginManager] X-KDE-Amarok-authors          : (Maximilian Kossick)
amarok:       [PluginManager] X-KDE-Amarok-rank             : 100
amarok:       [PluginManager] X-KDE-Amarok-version          : 1
amarok:       [PluginManager] X-KDE-Amarok-framework-version: 32
amarok:       [PluginManager] Trying to load: libamarok_nfs-device
amarok:       [PluginManager] PluginManager Service Info:
amarok:       [PluginManager] ---------------------------
amarok:       [PluginManager] name                          : NFS Device
amarok:       [PluginManager] library                       : libamarok_nfs-device
amarok:       [PluginManager] desktopEntryPath              : amarok_nfs-device.desktop
amarok:       [PluginManager] X-KDE-Amarok-plugintype       : device
amarok:       [PluginManager] X-KDE-Amarok-name             : nfs-device
amarok:       [PluginManager] X-KDE-Amarok-authors          : (Maximilian Kossick)
amarok:       [PluginManager] X-KDE-Amarok-rank             : 100
amarok:       [PluginManager] X-KDE-Amarok-version          : 1
amarok:       [PluginManager] X-KDE-Amarok-framework-version: 32
amarok: BEGIN: QStringList DeviceManager::getDeviceStringList()
amarok: END__: QStringList DeviceManager::getDeviceStringList() - Took 0.0012s
amarok: BEGIN: void MountPointManager::mediumChanged(const Medium*)
amarok: END__: void MountPointManager::mediumChanged(const Medium*) - Took 0.00023s
amarok: BEGIN: void MountPointManager::mediumChanged(const Medium*)
amarok:         [MountPointManager] found handler for /org/freedesktop/Hal/devices/volume_uuid_6d45213d_6855_45bf_a1f4_e587e8dbd38c
amarok:         [MassStorageDeviceHandler] Found existing UUID config for ID 2 , uuid /org/freedesktop/Hal/devices/volume_uuid_6d45213d_6855_45bf_a1f4_e587e8dbd38c
amarok:         [MountPointManager] added device 2 with mount point /
amarok: END__: void MountPointManager::mediumChanged(const Medium*) - Took 0.0033s
amarok: BEGIN: void MountPointManager::mediumChanged(const Medium*)
amarok:         [MountPointManager] found handler for /org/freedesktop/Hal/devices/volume_uuid_f289af94_b471_42cf_bf8b_4b554434f7de
amarok:         [MassStorageDeviceHandler] Found existing UUID config for ID 3 , uuid /org/freedesktop/Hal/devices/volume_uuid_f289af94_b471_42cf_bf8b_4b554434f7de
amarok:         [MountPointManager] added device 3 with mount point /boot
amarok: END__: void MountPointManager::mediumChanged(const Medium*) - Took 0.002s
amarok: BEGIN: void MountPointManager::mediumChanged(const Medium*)
amarok: END__: void MountPointManager::mediumChanged(const Medium*) - Took 0.00024s
amarok: BEGIN: void MountPointManager::mediumChanged(const Medium*)
amarok:         [MountPointManager] found handler for /org/freedesktop/Hal/devices/volume_uuid_3ce7c57a_e792_4b0d_ba40_4d21d6346c20
amarok:         [MassStorageDeviceHandler] Found existing UUID config for ID 11 , uuid /org/freedesktop/Hal/devices/volume_uuid_3ce7c57a_e792_4b0d_ba40_4d21d6346c20
amarok:         [MountPointManager] added device 11 with mount point /media/disk-2
amarok: END__: void MountPointManager::mediumChanged(const Medium*) - Took 0.0019s
amarok: END__: void MountPointManager::init() - Took 0.064s
amarok:     [Moodbar] Resetting moodbar: 
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x9156eb0 ): KAccel object already contains an action name "play_pause"
QLayout: Adding KToolBar/mainToolBar (child of QVBox/unnamed) to layout for PlaylistWindow/PlaylistWindow
amarok: BEGIN: Creating browsers. Please report long start times!
amarok: BEGIN: ContextBrowser
QObject::connect: Incompatible sender/receiver arguments
    StarManager::ratingsColorsChanged() --> ContextBrowser::ratingOrScoreOrLabelsChanged(const QString&)
amarok: BEGIN: virtual void ThreadManager::Thread::run()
amarok: BEGIN: MySqlConnection::MySqlConnection(const MySqlConfig*)
amarok:             [CollectionDB] [MySqlConnection::MySqlConnection(const MySqlConfig*)] 
amarok: END__: ContextBrowser - Took 0.27s
amarok: BEGIN: CollectionBrowser
amarok:             [CollectionDB] Connection Charset is now: latin1
amarok: END__: MySqlConnection::MySqlConnection(const MySqlConfig*) - Took 0.019s
amarok:           [CollectionView::CollectionView(CollectionBrowser*)] 
amarok: END__: CollectionBrowser - Took 0.091s
amarok: BEGIN: PlaylistBrowser
amarok: BEGIN: PlaylistCategory* PlaylistBrowser::loadPodcasts()
amarok: BEGIN: void PlaylistBrowser::loadPodcastsFromDatabase(PlaylistCategory*)
amarok: BEGIN: QMap<int, PlaylistCategory*> PlaylistBrowser::loadPodcastFolders(PlaylistCategory*)
Amarok is crashing...
amarok: END__: QMap<int, PlaylistCategory*> PlaylistBrowser::loadPodcastFolders(PlaylistCategory*) - Took 0.72s
amarok: END__: void PlaylistBrowser::loadPodcastsFromDatabase(PlaylistCategory*) - Took 0.73s
amarok: END__: PlaylistCategory* PlaylistBrowser::loadPodcasts() - Took 0.75s

Offline

#2 2009-07-22 20:32:01

ndowens
Member
Registered: 2007-08-15
Posts: 39
Website

Re: need some help building amarok1 from aur

have u retried lately in case maybe the PKGBUILD was updated


My site: ndowens.tk

Offline

#3 2009-10-20 15:48:11

SilentSam
Member
Registered: 2008-02-21
Posts: 39

Re: need some help building amarok1 from aur

Ive also had some issues with amarok1. Running Arch x86_64.

I have both libjpeg.so.62 and libjpeg.so.7 installed. the amarok1 package compiled and installed using the AUR PKGBUILD without issue.

When I run Amarok, it's crashing while attempting to use libjpeg.so.7. For the time being, I changed the symbolic link for /usr/lib/libjpeg.so.7 to point at /usr/lib/libjpeg.so.62.0.0 instead of /usr/lib/libjpeg.so.7.0.0. Can anyone point to where I can change this in the PKGBUILD so I don't need to change the symlink?

Offline

Board footer

Powered by FluxBB